dixus/claudeframework

claude setup for agentic development

10Stars on the repository
34Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

0_spec

01

dixus/claudeframework

Skill Claude CodeCodex

Write a feature spec from requirements in .claude/input/. Use when starting a new feature, before implementation begins.

10 4mo ago A 26 tokens original MIT

1_implement

02

dixus/claudeframework

Skill Claude CodeCodex

Implement a feature from a spec file in .claude/specs/. Use after a spec is written and approved.

10 4mo ago A 27 tokens original MIT

2_review

03

dixus/claudeframework

Skill Claude CodeCodex

Review implementation changes and write a report to .claude/reviews/. Use after implementation is complete, before merging or committing.

10 4mo ago A 28 tokens original MIT

3_fix

04

dixus/claudeframework

Skill Claude CodeCodex

Fix issues found in a review report in .claude/reviews/. Use after a review identifies issues that need fixing.

10 4mo ago A 27 tokens original MIT

apply-proposals

05

dixus/claudeframework

Skill Claude CodeCodex

Review and apply accepted proposals from learn-proposals.md to skill and rule files. Closes the scout→learn→apply loop. Use after reviewing proposals and marking them as accepted.

10 4mo ago A 40 tokens original MIT

audit

06

dixus/claudeframework

Skill Claude CodeCodex

Audit dependencies for vulnerabilities and scan for committed secrets. Use periodically or when security alerts flag a dependency.

10 4mo ago A 22 tokens original MIT

commit

07

dixus/claudeframework

Skill Claude CodeCodex

Create well-structured atomic commits with conventional commit messages. Use when ready to commit working changes.

10 4mo ago A 21 tokens original MIT

continue

08

dixus/claudeframework

Skill Claude CodeCodex

Resume work from a handoff file. Use at the start of a new session to pick up where a previous session left off.

10 4mo ago B 28 tokens original MIT

create-hook

09

dixus/claudeframework

Skill Claude CodeCodex

Scaffold a Claude Code hook (command or HTTP) for this project. Use when you want to automate quality checks, formatting, or notifications on tool events.

10 4mo ago B 35 tokens original MIT

debug

10

dixus/claudeframework

Skill Claude CodeCodex

Diagnose and fix a failing test, type error, or runtime error. Use when a specific test or build step is failing.

10 4mo ago A 28 tokens original MIT

decompose

11

dixus/claudeframework

Skill Claude CodeCodex

Break a concept document, draft, or product brief into independent PRDs that each feed into /ship. Use when input contains multiple features or a big-picture vision.

10 4mo ago A 36 tokens original MIT

deploy

12

dixus/claudeframework

Skill Claude CodeCodex

Deploy the framework to a target project by replacing shared dirs with symlinks (junctions) back to the framework repo. Run once after copying .claude/ to a new project.

10 4mo ago A 40 tokens original MIT

doc

13

dixus/claudeframework

Skill Claude CodeCodex

Regenerate .claude/docs/ from current skills and context. Use after adding or modifying skills, context files, or framework structure.

10 4mo ago A 29 tokens original MIT

fleet

14

dixus/claudeframework

Skill Claude CodeCodex

Ship decomposed PRDs in parallel. Analyzes file conflicts, groups into batches, runs /ship in isolated worktrees, merges results. Use after /decompose.

10 4mo ago B 37 tokens original MIT

handoff

15

dixus/claudeframework

Skill Claude CodeCodex

Capture current session state to a handoff file. Use before /clear, when context is getting full, or when ending a session mid-task.

10 4mo ago A 32 tokens original MIT

harvest

16

dixus/claudeframework

Skill Claude CodeCodex

Clone and analyze a Git repo's Claude Code setup. Discovers adoptable skills, hooks, agents, and patterns, then generates adoption proposals. Use after /scout finds interesting repos, or directly with a repo URL.

10 4mo ago A 48 tokens original MIT

healthcheck

17

dixus/claudeframework

Skill Claude CodeCodex

Scan Docker container logs for errors, crashes, and warnings. Use when services are misbehaving or after a deployment to verify health.

10 4mo ago A 30 tokens original MIT

impact

18

dixus/claudeframework

Skill Claude CodeCodex

Analyze blast radius of a code change — find all call sites, test mocks, and consumers. Use before modifying shared functions, interfaces, or modules.

10 4mo ago A 32 tokens original MIT

learn

19

dixus/claudeframework

Skill Claude CodeCodex

Process references into skill/rule improvement proposals. Use after adding blog posts, repos, or docs to .claude/references/, or pass a URL to fetch and ingest directly.

10 4mo ago A 38 tokens original MIT

scout

20

dixus/claudeframework

Skill Claude CodeCodex

Search the web for new Claude Code patterns, release notes, and community skills. Use periodically to check for framework optimization opportunities.

10 4mo ago A 28 tokens original MIT

ship

21

dixus/claudeframework

Skill Claude CodeCodex

Orchestrate the full spec → implement → review → fix → commit pipeline. Use when shipping a complete feature end-to-end.

10 4mo ago A 28 tokens original MIT

smoke

22

dixus/claudeframework

Skill Claude CodeCodex

Write and run smoke tests against the Docker stack from a spec. Use after deploying to a Docker environment to verify end-to-end behavior.

10 4mo ago A 30 tokens original MIT

test

23

dixus/claudeframework

Skill Claude CodeCodex

Run the full verify suite and report results — no fixes applied. Use to check baseline health before starting work, after a merge, or when CI is red.

10 4mo ago A 34 tokens original MIT