Usage-based development workflow system organized by phase: plan, build, review, ship, and toolkit.
npx claudepluginhub thkt/dotclaudeGit and release: /commit, /checkout, /pr, /issue with conventional commits and PR generation
A comprehensive configuration system for Claude AI with custom commands, development principles, and workflow optimizations.
📌 日本語版
This repository contains personal configurations for Claude AI, including:
.claude/
├── CLAUDE.md # Main configuration (AI reads this)
├── README.md # This file - Quick start guide
├── adr/ # Architecture Decision Records
├── rules/ # Rule definitions
│ ├── core/ # Core AI operation principles
│ ├── conventions/ # Documentation conventions
│ ├── development/ # Development patterns & methodologies
│ ├── frameworks/ # Framework-specific rules
│ └── workflows/ # Workflow guides
├── skills/ # Skill-based knowledge modules (47 skills)
├── agents/ # Specialized AI agents (33 agents)
│ ├── architects/ # Feature architecture designers
│ ├── critics/ # Finding challengers (devils-advocate)
│ ├── enhancers/ # Code enhancers & simplifiers
│ ├── evaluators/ # Quality evaluators
│ ├── explorers/ # Codebase exploration agents
│ ├── generators/ # Code/test/git generators
│ ├── resolvers/ # Build error resolvers
│ ├── reviewers/ # Code review agents (17 reviewers)
│ └── teams/ # Integrators & implementers
├── docs/ # Design docs & guides
├── templates/ # Prompt templates (audit, sow, spec, etc.)
├── hooks/ # Pre/Post tool-use hooks
├── scripts/ # Utility scripts
├── output-styles/ # Output style definitions
├── .claude-plugin/ # Plugin marketplace config
└── .ja/ # Japanese translations
This repository is available as a Claude Code plugin, allowing you to easily install specific workflow sets:
Add this repository as a marketplace:
/plugin marketplace add thkt/dotclaude
Browse available plugins:
/plugin
Install specific plugin (choose one or more):
/plugin install complete-workflow-system # Full TDD/RGRC workflow
/plugin install quick-actions # /fix, /polish
/plugin install git-utilities # /commit, /branch, /pr, /issue
/plugin install documentation-tools # /adr, /docs
/plugin install browser-workflows # agent-browser (E2E via /code)
Available Plugins:
For using this as your personal .claude configuration:
Clone this repository to your home directory:
git clone https://github.com/thkt/.claude ~/.claude
Or if you already have a .claude directory, back it up first:
mv ~/.claude ~/.claude.backup
git clone https://github.com/thkt/.claude ~/.claude
Note: Manual installation includes all commands, agents, rules, and personal
configurations. Plugin installation only includes shared commands and agents
(excludes personal CLAUDE.md, rules/, and settings.json).
Claude Code's sandbox feature provides secure command execution with automatic permission handling, reducing approval fatigue while maintaining safety.
System Requirements:
brew install jaqSetup:
# 1. Install sandbox runtime
npm install -g @anthropic-ai/sandbox-runtime
# 2. Verify installation
srt --version
# 3. Enable in Claude Code
# Run this command in Claude Code session:
/sandbox
# Select option 1: "Sandbox BashTool, with auto-allow in accept edits mode"
What it does:
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search