By thkt
Streamline development with automated git operations (commit, checkout, PR, issue) following conventional commits, paired with built-in TDD cycles, code quality checks, and security audits.
Analyze Git diff, generate a Conventional Commits format message, and run the commit.
Analyze Git changes and create a new branch with an appropriate name.
Analyze branch changes and create a PR. Refine the body via prose review before posting.
Generate GitHub Issue with structured title and body. Premise check + critic-design challenge verify drafted claims before posting.
Generate tests from Spec Test Scenarios. Does not implement code.
Generate Playwright E2E tests from Spec Test Scenarios (Type: e2e). Drives a live app via agent-browser.
Compose feature architecture for /swarm parallel implementation. Synthesize codebase exploration into blueprints, contracts, and parallel units.
Challenge audit findings to reduce false positives.
Challenge design proposals to expose hidden weaknesses.
Create Architecture Decision Records (ADR) in MADR v4 format with auto-numbering.
Scan ADR Decision Outcome sections against current code and report drift with modification direction and priority. Do NOT use for repos without ADRs (use census instead).
Independent outcome-based assertion with Codex + audit reviewers. Emits ternary Ready / Ready (caveat) / NotReady gate from reconciled static + dynamic evidence. Do NOT use for quick code review (use /polish) or static-only audit (use /audit).
Orchestrate reviewer agents under adversarial challenge (critic-audit + critic-evidence). Findings are positions to be argued, not facts to be aggregated. Do NOT use for quick PR screening (use /preview instead).
Comprehensive implementation orchestrator chaining challenge / checkout / research / think / code / quality / commit / pr. Runs end-to-end from GO/NO-GO premise verification through branch creation, design, TDD implementation, a quality layer stacking internal audit and external polish (Codex + cleanup), commit, and PR creation. Use for any work spanning planning to implementation: new features, refactoring, migrations. Do NOT use for a single planned implementation (use /code). Do NOT use for bug fixes (use /fix). Do NOT use for planning only without implementation (use /think).
Uses power tools
Uses Bash, Write, or Edit 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.
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 (20 reviewers)
│ └── teams/ # Integrators & implementers
├── docs/ # Design docs & guides
├── 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 plan # /outcome, /think, /research, /probe, /slice
/plugin install build # /build, /code, /fix, /swarm, /shake, /prototype
/plugin install review # /audit, /polish, /preview, /challenge, /assert
/plugin install ship # /commit, /checkout, /pr, /issue
/plugin install toolkit # /adr, /adrift, /census, /reflect
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
npx claudepluginhub thkt/dotclaude --plugin shipInteractive setup wizard for configuring any repository with Claude Code best practices, based on Boris Cherny's workflow
Coding workflow skills: intelligent commits, push & PR, branch cleanup, CLAUDE.md maintenance, README generation, changelog creation, README updating, and GitHub Actions setup
Opinionated workflow guides and best practices - the preacher's proven patterns for Claude Code projects
Commands for Git operations, commits, and PRs
Git and PR workflows with code review, onboarding, and PR enhancement
LLM Capital Efficiency Framework: 145+ production-tested slash commands for autonomous development workflows, PR automation, and multi-agent orchestration