Skills
A skill is a package of structured files that teaches an AI coding agent how to work with a specific tool or framework. The skill below was generated by Great Docs from this project’s documentation. Install it in your agent and it will be able to run commands, edit configuration, write content, and troubleshoot problems without step-by-step guidance from you.
Any agent — install with npx:
npx skills add https://yasyf.github.io/cc-steer/Codex / OpenCode
Tell the agent:
Fetch the skill file at https://yasyf.github.io/cc-steer/skill.md and follow the instructions.Manual — download the skill file:
curl -O https://yasyf.github.io/cc-steer/skill.mdOr browse the SKILL.md file.
SKILL.md
--- name: cc-steer description: > Your best training data is rotting in ~/.claude. Use when writing Python code that uses the cc_steer package. license: PolyForm-Noncommercial-1.0.0 compatibility: Requires Python >=3.13. --- # cc-steer Your best training data is rotting in ~/.claude. ## Installation ```bash pip install cc-steer ``` ## API overview ### Scanning Mine feedback events out of transcripts, incrementally. - `scan.scan` - `scan.ScanReport` ### Detection The signal detectors and the candidate shape they emit. - `detectors.detect` - `models.FeedbackCandidate` - `models.dedup_key` ### Storage The feedback event store. - `store.FeedbackStore` ## Resources - [Full documentation](https://yasyf.github.io/cc-steer/) - [llms.txt](llms.txt) — Indexed API reference for LLMs - [llms-full.txt](llms-full.txt) — Comprehensive documentation for LLMs - [Source code](https://github.com/yasyf/cc-steer)