dotclaude
Complete Claude Code setup with agents, skills, rules, and safety hooks
All Skills in This Repository (22)
Pure Emerald Level Indicatorsexplain
Parse code snippets and generate structured explanations with visual diagrams.
debug-fix
Diagnose bugs by parsing error logs and stack traces.
test-writer
Generate unit tests for code changes covering normal, edge, error, and concurrent scenarios.
ship
Stage, commit, push code changes, and create pull requests.
tdd
Guide developers through test-driven development cycles with failing tests, minimal code, and refactoring.
context-budget
Calculate token and character sizes of Claude configuration files and resources.
pr-review
Analyze pull requests for quality, security, performance, and documentation issues.
refactor
Guide incremental code refactoring with test coverage at each step.
setupdotclaude
Automate dotclaude initialization and configuration in projects.
explain
Explains code with a one-sentence summary, mental model, and optional verbose breakdown.
debug-fix
Diagnose and fix bugs with a careful reproduce-investigate-test workflow or an emergency hotfix mode.
spec
Interviews the user and writes a self-contained SPEC.md for a feature.
Frequently Asked Questions
FAQPage SchemaHow to install dotclaude?โผ
Run `npx skills add poshan0126/dotclaude --all -g -y` in your terminal to install the full suite globally, then restart your AI coding assistant.
What does dotclaude do?โผ
It gives your AI coding assistant a complete project setup: specialist code review agents, workflow commands like /ship and /debug-fix, coding rules, and safety hooks that block dangerous commands and leaked secrets.
How does the setupdotclaude skill work?โผ
It deep-scans your codebase, asks a few questions about scope, then installs only the components justified by real evidence from your project, confirming every change before applying it.
Does dotclaude work with Claude Code?โผ
Yes. It is built specifically for Claude Code as a plugin marketplace, and its skills and agents follow the standard SKILL.md format.
Can I install only part of dotclaude?โผ
Yes. Each agent, skill, and hook ships as a separate plugin, so you can install just the pieces you need, such as the code reviewer or the safety hooks.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core