Cosmosmith project rules
Skill devnomad-byte/cosmosmith/plugins/cosmosmith/skills/cosmosmith-project-rules
Give AI coding agents product, spec, task, QA, and release workflows in one command.
npx -y skills add devnomad-byte/cosmosmith --skill cosmosmith-project-rulesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 20 stars20 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Generate or update project instruction files for Cosmosmith-governed projects. Use when the user wants AGENTS.md, CLAUDE.md, Cursor rules, Copilot instructions, OpenCode, Trae, or other editor/agent rules created from Cosmosmith conventions, or when they ask how agents should load and follow project rules.
SKILL.md
1.9 KB, as published. Nobody here has run it
Cosmosmith Project Rules
Purpose
Install Cosmosmith project rules into the user's repository without forcing every editor to use the same file.
Workflow
- Ask which rule surfaces the user wants only if it is not clear. Default to
AGENTS.mdonly. - If
AGENTS.mdis requested, create or update it from the Cosmosmith generated-project template. - If
CLAUDE.mdis requested, create a small adapter that points toAGENTS.mdas canonical. - If Cursor is requested, create
.cursor/rules/cosmosmith.mdcas an adapter toAGENTS.md. - If GitHub Copilot is requested, create
.github/copilot-instructions.mdas an adapter toAGENTS.md. - If OpenCode is requested, create
.opencode/AGENTS.mdas an adapter toAGENTS.md. - If Trae is requested, create
.trae/rules/cosmosmith.mdas an adapter toAGENTS.md. - Keep adapters short and do not duplicate the whole constitution unless the tool requires it.
- Update
task.mdwith any follow-up tasks.
Rules
AGENTS.mdis canonical for cross-agent project behavior.- Tool-specific files are adapters.
- Supported adapters include
CLAUDE.md,.cursor/rules/cosmosmith.mdc,.github/copilot-instructions.md,.opencode/AGENTS.md, and.trae/rules/cosmosmith.md. - If an adapter conflicts with
AGENTS.md, followAGENTS.mdand update the adapter. - Do not overwrite substantial existing project rules without preserving user-specific guidance.
Completion
Stop when requested rule files exist, identify their canonical source, and record any follow-up tasks.