Ccctx update
Update ccctx dependencies, Go version metadata, CI, documentation, GitHub templates, plugin metadata, and project maintenance files while preserving behavior. Use when asked to modernize, refresh, upgrade, document, prepare a release, or keep this repository current.From its SKILL.md
npx -y skills add mauromedda/ccctx --skill ccctx-updateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.9 KB, 390 tokens by cl100k_base, as published. Nobody here has run it
ccctx Update
Keep maintenance changes boring, explicit, and verified.
Context To Read
go.modREADME.mdCONTRIBUTING.mddocs/architecture.mddocs/development.md.github/workflows/ci.ymlwhen present.claude-plugin/plugin.jsonandskills/*/SKILL.mdwhen skills or Claude Code support are in scope
Workflow
- Identify the requested maintenance surface: Go version, docs, CI, skills, GitHub metadata, release notes, or all of them.
- Preserve the
cmd/ccctxplusinternal/ccctxlayout unless the user explicitly asks for a larger restructure. - Keep the project dependency-light. Do not add third-party Go modules unless they remove real complexity.
- Update docs in the same change when commands, paths, environment variables, installation, or workflows change.
- Run
gofmton changed Go files. - Run
go test ./...,go vet ./..., andgo build -o bin/ccctx ./cmd/ccctx. - If plugin or skills changed and
claudeis available, runclaude plugin validate . --strict.
Guardrails
- The project is MIT licensed; preserve
LICENSEunless the maintainer explicitly changes licensing. - Do not commit generated binaries, profile snapshots, Claude configs, credentials, or tokens.
- Keep examples safe by using temporary directories and fake Claude config paths.
- Keep README user-focused; put contributor detail in
CONTRIBUTING.mdanddocs/. - Keep
llms.txtconcise and accurate after layout changes.
Done Criteria
- Maintenance files are internally consistent.
- Commands in docs work from a fresh checkout.
- CI mirrors local checks.
- The final response names the checks run and any checks skipped.
What ships with it: 1 file
181 B alongside SKILL.md
agents/
- openai.yaml181 B