Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 832 Bytes

File metadata and controls

26 lines (18 loc) · 832 Bytes

Contributing

Improvements to the SKILL.md prompt are welcome -- open a PR with before/after examples showing the change.

Setup

git clone <your-fork>
cd concise
git config core.hooksPath .githooks

The pre-commit hook auto-syncs all SKILL.md copies and rebuilds concise.skill when you commit changes.

How

  1. Fork repo
  2. Edit skills/concise/SKILL.md -- this is the only copy you need to touch
  3. Open PR with:
    • Before: what concise says now
    • After: what concise says with your change
    • One sentence explaining why the change is better

Note: concise/SKILL.md, plugins/concise/skills/concise/SKILL.md, .cursor/skills/concise/SKILL.md, and concise.skill are auto-synced by the pre-commit hook. Do not edit them directly.

Small focused changes preferred over big rewrites.