Files
caveman/CONTRIBUTING.md
T
Joao Vasques bca1e756d2 Add native Cursor skill support and sync automation
Add project-level Cursor skill discovery support by introducing
`.cursor/skills/caveman/SKILL.md` as a copy of the canonical
`skills/caveman/SKILL.md`, without changing skill behavior.

Update the sync workflow to keep the new Cursor copy aligned with the
canonical source alongside existing synced targets, and include it in the
CI commit step. Also update CONTRIBUTING notes to document that this new
path is auto-synced and should not be edited directly.
2026-04-07 09:43:19 +01:00

729 B

Contributing

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

How

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

Note: caveman/SKILL.md, plugins/caveman/skills/caveman/SKILL.md, .cursor/skills/caveman/SKILL.md, and caveman.skill are auto-synced by CI after merge. Do not edit them directly.

Small focused change > big rewrite. Caveman like simple.

Ideas

See issues labeled good first issue for starter tasks.