NeuralNotwerk/cgg
Skill Claude CodeCodex
Before staging a commit in the cgg repo, verify that user-visible surface changes (CLI flags, output formats, supported languages, resolver behavior, performance numbers) are reflected in README.md, the embedded mermaid graphs, the SKILL.md files under skills/, and any benchmark scripts. Trigger when about to git…
NeuralNotwerk/cgg
Skill Claude CodeCodex
The authoritative pre-push procedure for the cgg repo. Run before every git push (and before opening a release). It defines how to refresh every autogenerated README component (mermaid graphs, self-stats, benchmark table, language count/table), how to keep the Limitations and Potential-future-improvements sections…
NeuralNotwerk/cgg
Instructions file
Claude Code instructions for NeuralNotwerk/cgg, covering claude.md, what this is, commands, build the cli (workspace member cgg) and run a single crate's tests.
NeuralNotwerk/cgg
Skill Claude CodeCodex
Teach cgg about a framework it does not recognise, so framework-invoked handlers stop showing up as unreferenced in --dead-code. Trigger when a cgg dead-code report flags route handlers, job tasks, lifecycle hooks, event listeners, actor message handlers, or ML forward/step methods that are obviously invoked by a…
NeuralNotwerk/cgg
Skill Claude CodeCodex
Install the cgg call-graph CLI on the user's machine. Trigger when the user says "install cgg", "set up cgg", "I don't have cgg", "how do I get cgg", or when another skill (like the cgg skill) reports cgg is not on PATH and the user wants it installed. Handles bootstrapping Rust via rustup if missing, the C toolchain…
NeuralNotwerk/cgg
Skill Claude CodeCodex
Use the cgg call-graph CLI to map function-level call relationships across a codebase and pull the result (as mermaid) into the working context. Trigger when the user asks "what calls X?", "what does X depend on?", "what would break if I change this?", needs to understand an unfamiliar module before editing it, scopes…