Today I’ve added a skill for researching a topic. I based it off the research skill on Daniel Miessler’s Personal AI Infrastructure project, but modified it to be compatible with OpenCode, use less tokens and have a response format that I like better. The research skill works by first generating different research angles. After that, a subagent is spawned in parallel for each research angle. Finally, the findings from each agent are combined into a research report. The result is the prompt “research everything we know about consciousness and different theories and philosophies” generating this result:
(full answer on https://gist.github.com/Mikuel210/a8589b2f922675819077e517cca3dac7)
Log in to leave a comment