cc-plugin
Persistent engineering context and knowledge maintenance for codebases
All Skills in This Repository (5)
Pure Emerald Level Indicatorscommit
Generate commit messages from git diffs and project history.
doc-workflow
Guide project documentation using the llmdoc system workflows.
update-doc
Analyze git diffs and update llmdoc documentation and index.
investigate
Investigate codebase questions using llmdoc documentation and report findings.
read-doc
Extract architecture details from llmdoc documentation for project overviews.
Frequently Asked Questions
FAQPage SchemaHow to install cc-plugin?โผ
Run `npx skills add TokenRollAI/cc-plugin --all -g -y` in your terminal to install all skills in this suite globally.
What problem does llmdoc solve?โผ
It stores durable engineering knowledge like decisions, contracts, and invariants so coding agents do not re-explore the whole codebase every session. It retrieves only the context a task needs and verifies facts against live source.
How do I start using llmdoc in a new repository?โผ
Run the init skill, which inventories your repository and creates a small, high-value knowledge surface under llmdoc/. After that, use search, tree, and context commands for fast retrieval.
Does llmdoc work with Claude Code and Codex?โผ
Yes. It ships as a plugin for both Claude Code and Codex with equivalent skills, roles, and lifecycle hooks, and other agents can use the portable AGENTS.md integration recipe.
How does llmdoc keep documentation from going stale?โผ
The update workflow semantically verifies affected knowledge against current code, and the prune workflow removes duplicated or low-value content. A Git-based ledger tracks validity without hand-editing.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core