thettwe

62 mods across 1 repository, 6 stars between them.

bootstrap-project

49

thettwe/nyann

Skill Claude CodeCodex

Bootstrap a fresh or existing repo with nyann. TRIGGER when the user says "set up this project", "initialize git workflow", "bootstrap this repo", "scaffold this project", "ngyamm this repo", "use my profile" / "apply the nextjs-prototype profile" (profile mode). ALSO trigger on "standard setup" / "usual stack" / "the…

6 2d ago A 252 tokens original MIT

check-prereqs

50

thettwe/nyann

Skill Claude CodeCodex

Survey the machine and report which nyann features are usable right now. TRIGGER when the user says "is my machine ready for nyann", "what do I need to install", "check my setup", "do I have the right tools", "check prereqs", "audit my environment", "new machine, what's missing", "I'm on a new machine", "install nyann…

6 2d ago A 149 tokens original MIT

cleanup-branches

51

thettwe/nyann

Skill Claude CodeCodex

Prune local branches whose work is already merged into the base. TRIGGER when the user says "clean up branches", "delete merged branches", "prune local branches", "remove old branches", "I have too many branches", "what branches can I delete", "/nyann:cleanup-branches". Do NOT trigger on "delete THIS branch" (that's a…

6 2d ago A 144 tokens original MIT

commit

52

thettwe/nyann

Skill Claude CodeCodex

Generate a Conventional Commits message from the staged diff and create the commit after user confirmation. TRIGGER when the user says "commit these changes", "commit this", "generate a commit message", "stage and commit", "commit with CC", "write a commit message", "summarize my diff into a commit", "/nyann:commit".…

6 2d ago A 175 tokens original MIT

diagnose

53

thettwe/nyann

Skill Claude CodeCodex

Bundle a redacted, support-grade snapshot of the current nyann state for inclusion in a bug report or support request. Combines explain-state + doctor + git config (token-redacted) + installed hook contents + nyann user-config (token-redacted) + check-prereqs into a single JSON or human-readable summary. TRIGGER when…

6 2d ago A 202 tokens original MIT

diff-profile

54

thettwe/nyann

Skill Claude CodeCodex

Compare two nyann profiles side-by-side and show what would change. TRIGGER ON: 'diff profiles', 'compare profiles', 'what's different between profiles', 'profile diff', 'diff default vs nextjs', 'compare default and python-cli', 'what would change if I switch profiles', 'show me the difference between profiles', 'how…

6 2d ago A 142 tokens original MIT

doctor

55

thettwe/nyann

Skill Claude CodeCodex

Run a read-only hygiene + documentation audit on the current repo. TRIGGER when the user says "is this repo healthy", "check hygiene", "audit this repo" (when they mean inspect, not remediate), "what's drifted", "run doctor", "run a health check", "audit docs", "check for doc drift", "what's broken in this project"…

6 2d ago A 152 tokens original MIT

explain-diff

56

thettwe/nyann

Skill Claude CodeCodex

Translate a DriftReport JSON into a plain-English markdown narrative suitable for pasting into a PR description, chat thread, or bug report. Read-only template render — no LLM call, no filesystem mutation. Pairs with doctor via the --explain flag, or runs standalone against any DriftReport produced by…

6 2d ago A 228 tokens original MIT

explain-state

57

thettwe/nyann

Skill Claude CodeCodex

Summarize what nyann currently sees in this repo: stack detection, active profile, branching strategy, hook status, CLAUDE.md, and recent commits. TRIGGER when the user says "what does nyann think is set up here", "show nyann state", "explain the setup", "what's the current config", "what's the active profile"…

6 2d ago A 166 tokens original MIT

fleet-retrofit

58

thettwe/nyann

Skill Claude CodeCodex

Bulk remediation across the fleet registry: fix drift repo-by-repo and optionally bootstrap the un-governed ones — every repo previewed and confirmed individually. TRIGGER when the user says "fix drift across all my repos", "retrofit the fleet", "retrofit all my repos", "bring every repo into compliance", "remediate…

6 2d ago A 168 tokens original MIT

fleet

59

thettwe/nyann

Skill Claude CodeCodex

Manage the fleet registry of local repos and show the cross-repo health dashboard (read-only). TRIGGER when the user says "show my fleet", "fleet dashboard", "health across all my repos", "org health view", "how are all my repos doing", "which of my repos are drifting", "audit all my repos", "run doctor on every…

6 2d ago A 208 tokens original MIT

gen-ci

60

thettwe/nyann

Skill Claude CodeCodex

Generate GitHub Actions CI workflows for this repository. TRIGGER ON: 'generate CI', 'add GitHub Actions', 'create CI workflow', 'set up CI', 'add CI/CD', 'create a CI pipeline', 'generate CI/CD', 'add continuous integration', 'set up GitHub Actions', 'add a lint+test workflow', 'add governance check', 'add PR health…

6 2d ago A 141 tokens original MIT

gen-claudemd

61

thettwe/nyann

Skill Claude CodeCodex

Regenerate the nyann-managed block in CLAUDE.md from the current profile, stack detection, and doc plan — without re-running a full bootstrap or retrofit. TRIGGER when the user says "regenerate CLAUDE.md", "update CLAUDE.md", "refresh CLAUDE.md", "rebuild CLAUDE.md", "re-gen CLAUDE.md", "my CLAUDE.md is stale"…

6 2d ago A 208 tokens original MIT

thettwe/nyann

Skill Claude CodeCodex

Generate a Dependabot or Renovate config (.github/dependabot.yml or renovate.json) for the active stack with sensible defaults (weekly schedule, minor+patch grouping, open-PR cap at 5). Preview- before-mutate: prints the rendered config and exits without writing unless --apply is passed. Idempotent: same content is a…

6 2d ago A 231 tokens original MIT