By 8408323
Guardrail hooks, reviewer subagents, and workflow skills for Claude Code, plus /dotclaude:init to scaffold the project-local config layer (rules, settings baseline, CLAUDE.md block, GitHub AI-review workflows).
Agents are specialized Claude instances that run in **isolated context**. They don't see your conversation history or loaded rules. They only have their own system prompt and tools.
Reviews code for quality, correctness, and maintainability. Use for diff review, PR review, or post-change verification.
Reviews documentation for accuracy, completeness, and clarity. Cross-references docs against the actual source code.
Creates distinctive, production-grade frontend UI. Use when building any web UI, landing page, dashboard, or component. Generates creative, polished code that avoids generic AI aesthetics.
Reviews code for performance issues like memory leaks, slow queries, unnecessary computation, bundle size, and runtime bottlenecks. Use proactively after changes to hot paths, data processing, or API endpoints.
Estimate per-turn token cost of this project's `.claude/` configuration and `CLAUDE.md`. Reports always-loaded vs path-scoped vs invoked-only, ranks the top contributors, and flags entries over budget. Add `--api` for exact counts via Anthropic's count_tokens endpoint instead of the chars/4 heuristic.
Find and fix a bug. Default is careful (reproduce, investigate, test). Add `--fast` for emergency production mode (hotfix branch, minimal change, ship a PR fast).
Scaffold or update the dotclaude project-local layer (base rules, settings baseline, CLAUDE.md block, AGENTS.md, generated Copilot instructions, and GitHub AI-review workflows) into the current project. Use when setting up dotclaude in a repo or pulling base-config updates. Respects local ownership — never clobbers project-owned files.
Explain code. Default is a one-sentence summary plus a mental model. Add `verbose` to also get an ASCII diagram, key details, and a modification guide.
Review code changes or a pull request. Delegates to specialist agents for code quality, security, performance, and documentation, in parallel.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses Bash, Write, or Edit tools
Uses Bash, Write, or Edit tools
A reusable Claude Code dev environment — guardrail hooks, reviewer subagents, and workflow skills — packaged as a plugin + marketplace, with an init skill that scaffolds the project-local config a plugin can't ship (rules, settings baseline, CLAUDE.md block, GitHub AI-review workflows).
One generic layer, reused across repos; a thin project-specific layer that never clashes with it. See PLAN.md for the design and the ownership model.
# in any project
/plugin marketplace add 8408323/dotclaude
/plugin install dotclaude@dotclaude
/dotclaude:init # scaffold rules, settings, CLAUDE.md block, .github workflows
/reload-plugins
/dotclaude:init --dry-run previews changes. --no-github skips workflow templates; --no-rules skips base rules.
@security-reviewer, @code-reviewer, @performance-reviewer, @doc-reviewer, @frontend-designer./dotclaude:tdd, /dotclaude:ship, /dotclaude:debug-fix, /dotclaude:pr-review, /dotclaude:refactor, /dotclaude:explain, /dotclaude:test-writer, /dotclaude:context-budget, /dotclaude:init./dotclaude:init..github/copilot-instructions.md (always-on) and .github/instructions/*.instructions.md (path-scoped applyTo). Single source, so Claude and Copilot never drift.templates/plans/); project plans live in the gitignored .claude/plans/./plugin update dotclaude@dotclaude # engine (hooks/agents/skills)
/dotclaude:init # refresh the managed project-local layer
Files marked dotclaude:managed are regenerated on init; delete a file's marker to take local ownership and dotclaude will leave it alone. settings.json is additive-merged. CLAUDE.md changes are confined to the dotclaude block.
claude --plugin-dir ./plugins/dotclaude # load locally
bash plugins/dotclaude/hooks/tests/run-all.sh # 106 hook fixtures
python3 plugins/dotclaude/skills/dotclaude-init/test_sync.py
claude plugin validate ./plugins/dotclaude
MIT — see LICENSE.
npx claudepluginhub 8408323/dotclaude --plugin dotclaudeHarness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
AI-powered development tools for code review, research, design, and workflow automation.