Move all prompts to .agents/ and point to agents from claude, gemini#9034
Conversation
There was a problem hiding this comment.
Code Review
This pull request reorganizes the AI agent instructions by migrating the monolithic prompt file into modular, executable skill files under .agents/skills/ and updating CLAUDE.md to reference these new workflows. Feedback is provided regarding the accidental removal of the "Zero-Formatting Policy" from CLAUDE.md, which is a core style guide rule and should be restored.
|
CC @jwren |
|
Cool! I do wonder if we shouldn't do a review of these before we move them all to skills (which I think kind of blesses them). For example:
I'd be interested to get @jwren's 2 cents! |
|
Here is gemini's recommendation on what to remove/keep also: I think we can go ahead and be aggressive about deleting since these will not be hard to get back if we need them. |
💯 Thanks! |
|
Updated - I'm keeping the accessibility one; I'm not sure what we want to do there, but this may be a good project for our new contributors to consider. |
While working on another skill, gemini was trying to add a skill both to .agents/skills and also to the prompts file. I think the prompts file is less useful now that skills are an accepted strategy, so I copied all the prompts to separate skills.
It sounds like gemini and claude should be able to find .agent/skills but this may vary by version; hopefully adding a note about the presence of "agent-agnostic" skills will do the right thing.