TokenRollAITokenRollAIOfficialยท5 Agent Skills Included

cc-plugin

Persistent engineering context and knowledge maintenance for codebases

Preserves architecture decisions, constraints, and cross-module contracts so coding agents stop rediscovering a repository every session. Retrieves only the context a task needs, then verifies facts against live source code instead of trusting stale notes. Includes init, update, prune, and upgrade workflows that keep project knowledge accurate as code evolves.
npx skills add TokenRollAI/cc-plugin --all -g -y

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’