feat: add supermodel skill command for agent awareness prompt#119
Conversation
Prints a prompt that teaches AI coding agents how to use Supermodel's graph shard files. Pipe into agent instructions: supermodel skill >> CLAUDE.md supermodel skill >> AGENTS.md Benchmark data shows agents need to be told about shard files to use them effectively. Without prompting, agents ignore or filter them out. With prompting, 43% cost savings on complex multi-file tasks (14-repo A/B test). Closes supermodeltools#118
|
Caution Review failedAn error occurred during the review process. Please try again later. WalkthroughA new Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
Quick breakdown for you: This change is super straightforward—it's basically just adding a new command to your CLI that prints out helpful instructions. Think of it like adding a cheat sheet command. When someone runs ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
What
supermodel skillprints a prompt that teaches agents how to use graph shard files.Why
Benchmark data shows agents need to be told about shard files. Without prompting, they ignore or filter them out. With prompting: 43% cost savings on complex tasks (Lance's 14-repo test), 68% faster on Medusa (our test).
The prompt
1 file, 38 lines.
Closes #118
Summary by CodeRabbit
skillcommand that provides comprehensive documentation about Supermodel graph shard files. When executed, the command displays information explaining the.calls.*,.deps.*, and.impact.*file types, their purpose and semantics, along with guidance on how to effectively navigate and use them throughout the repository.