poshan0126/dotclaude

The standard .claude/ folder structure for everyday development.

856Stars on the repository
39Mods indexed here, across every type
5d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

dotclaude

01

poshan0126/dotclaude

Plugin Claude Code

Lean, token-efficient agents, skills, and safety hooks for daily Claude Code development. Install the whole kit with setupdotclaude, or pick individual plugins. No telemetry; runs entirely locally.

856 5d ago C tokens not measured original MIT

catchup

02

poshan0126/dotclaude

Plugin Claude Code

Rebuild context fast after /clear: reads the handoff note and branch changes, summarizes where work stands. Add handoff to write the note before stopping.

856 5d ago A tokens not measured original MIT

claude-md

03

poshan0126/dotclaude

Plugin Claude Code

Keep CLAUDE.md current and lean: capture session learnings into it (default) or audit it for stale commands, drift, and bloat.

856 5d ago A tokens not measured original MIT

code-reviewer

04

poshan0126/dotclaude

Plugin Claude Code

Reviews code for real bugs: off-by-ones, null derefs, race conditions, swallowed errors. Skips style nitpicks.

856 5d ago A tokens not measured original MIT

context-budget

05

poshan0126/dotclaude

Plugin Claude Code

Estimate per-turn token cost of your .claude/ configuration and CLAUDE.md. Always-loaded vs path-scoped vs invoked-only, with top contributors. Use --api for exact counts.

856 5d ago A tokens not measured original MIT

debug-fix

06

poshan0126/dotclaude

Plugin Claude Code

Find and fix a bug. Default is the careful path (reproduce, investigate, test). Add --fast for emergency hotfix mode.

856 5d ago A tokens not measured original MIT

doc-reviewer

07

poshan0126/dotclaude

Plugin Claude Code

Cross-references docs against actual source. Flags drift, missing params, dead references.

856 5d ago A tokens not measured original MIT

explain

08

poshan0126/dotclaude

Plugin Claude Code

Explain code with one-sentence summary, mental model, ASCII diagram, and modification guide.

856 5d ago A tokens not measured original MIT

fix-issue

09

poshan0126/dotclaude

Plugin Claude Code

Take a GitHub issue from number to tested fix: read the thread, reproduce, fix with a regression test, prep a PR that closes it.

856 5d ago A tokens not measured original MIT

frontend-designer

10

poshan0126/dotclaude

Plugin Claude Code

Builds production-grade UI. Tokens-first, anti-AI-slop aesthetics, design tokens enforced.

856 5d ago A tokens not measured original MIT

onboard

11

poshan0126/dotclaude

Plugin Claude Code

Get oriented in an unfamiliar codebase fast: an Explore-subagent tour from overview down to architecture, data models, auth, conventions, and a glossary, without flooding your main context.

856 5d ago A tokens not measured original MIT

pr-review

13

poshan0126/dotclaude

Plugin Claude Code

Review PR or staged changes via six specialist agents in parallel. Confidence-bucketed, severity-ranked synthesis.

856 5d ago A tokens not measured original MIT

pr-test-analyzer

14

poshan0126/dotclaude

Plugin Claude Code

Judges whether a diff's tests actually verify the change: assertion-free tests, mock theater, tests that cannot fail, weakened tests.

856 5d ago A tokens not measured original MIT

refactor

15

poshan0126/dotclaude

Plugin Claude Code

Safely refactor with tests as a safety net. Writes tests first if none exist. Use --diff to simplify just the working diff before committing.

856 5d ago A tokens not measured original MIT

safety-hooks

16

poshan0126/dotclaude

Plugin Claude Code

Deterministic guardrails as PreToolUse hooks: blocks dangerous commands (force push, rm -rf, DROP TABLE), secret leaks, edits to protected files, and writes to build artifacts.

856 5d ago C tokens not measured original MIT

security-reviewer

17

poshan0126/dotclaude

Plugin Claude Code

OWASP-style review: injection, auth, data exposure, weak crypto. Severity-ranked with file:line + fix.

856 5d ago A tokens not measured original MIT

setupdotclaude

18

poshan0126/dotclaude

Plugin Claude Code

Set up dotclaude in any project. Deep-scans the codebase, interviews you, then installs and customizes only the components the project actually needs.

856 5d ago A tokens not measured original MIT

ship

19

poshan0126/dotclaude

Plugin Claude Code

Commit, push, create PR with confirmation at every step, then optional cleanup of branches whose remotes are gone. Blocks secrets and force-push.

856 5d ago A tokens not measured original MIT

poshan0126/dotclaude

Plugin Claude Code

Finds code that fails silently: swallowed errors, failures masked as success, fallbacks that hide breakage. Runs on every PR review.

856 5d ago A tokens not measured original MIT

spec

21

poshan0126/dotclaude

Plugin Claude Code

Turn a fuzzy feature idea into a self-contained SPEC.md by interviewing you first, then writing a spec a fresh implementation session can execute.

856 5d ago A tokens not measured original MIT

tdd

22

poshan0126/dotclaude

Plugin Claude Code

Strict red-green-refactor TDD loop. Failing test, then minimum code, then refactor. Commits after each cycle.

856 5d ago A tokens not measured original MIT

test-writer

23

poshan0126/dotclaude

Plugin Claude Code

Write comprehensive tests covering happy/edge/error/concurrency paths. Verifies tests actually catch bugs.

856 5d ago A tokens not measured original MIT