NeuralNotwerk

6 mods across 1 repository, 22 stars between them.

docs-sync

01

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…

22 6d ago A 0 tokens

push

02

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…

22 6d ago A 215 tokens

cgg CLAUDE.md

03

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.

22 6d ago A 6,339 tokens

cgg-frameworks

04

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…

22 6d ago A 206 tokens

cgg-install

05

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…

22 6d ago F 167 tokens

cgg

06

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…

22 6d ago A 318 tokens