By kcenon
Comprehensive Claude Code configuration with coding guidelines, security, and performance skills for software development best practices
Comprehensive code review covering quality, security, performance, and maintainability. Reports findings with file:line references and severity ratings. Use when reviewing PRs, auditing code changes, or checking code quality in any language.
Analyzes codebase architecture, patterns, conventions, and dependency structure. Reports findings with file:line references and confidence scores. Use when exploring unfamiliar codebases, auditing architecture, or mapping module boundaries.
Audits project dependencies for CVEs, license conflicts, outdated versions, and unused packages. Runs language-specific audit tools and cross-references vulnerability databases. Use when reviewing dependency security, checking for supply chain risks, or auditing license compliance.
Creates and updates technical documentation including README files, API references, architecture docs, and changelogs. Matches existing documentation style and structure. Use when documentation needs creation or update after code changes.
Verifies integration coherence and cross-boundary contracts. Checks API response shapes vs frontend consumers, route path mappings, state transition completeness, and endpoint coverage. Use when verifying that connected components agree on contracts, shapes, and paths.
Provides API design guidelines for REST endpoints, GraphQL schemas, versioning strategies, error handling conventions, logging, observability, and microservice architecture patterns. Use when designing APIs, reviewing API architecture, implementing new endpoints, setting up monitoring, or planning service boundaries.
Diagnose and fix CI/CD pipeline failures: GitHub Actions errors, build failures, test timeouts, TLS/auth issues, platform-specific failures, dependency resolution problems, and deployment errors. Use when CI checks fail, builds break, tests timeout, or pipeline errors need systematic root-cause analysis and resolution.
Provides comprehensive coding standards for quality, naming conventions, error handling, concurrency, and memory management. Use when writing new code, reviewing code, fixing bugs, or refactoring existing code.
Provides documentation standards for README files, API references, code comments, changelogs, architecture docs, and project cleanup guidelines. Use when writing documentation, creating README files, documenting APIs, adding code comments, maintaining changelogs, or cleaning up project files.
Performance optimization analysis: CPU/memory profiling, caching strategies, database query optimization, connection pooling, concurrency patterns, memory leak detection, and throughput improvement. Use when code is slow, memory usage is high, latency needs reduction, or conducting performance reviews before release.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
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 power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Easily share and sync CLAUDE.md settings across multiple systems
Docs note (2026): Claude Code documentation moved to code.claude.com/docs/en/*. All documentation links use the new URLs; older hosts appear only in migration and version-history notes. See COMPATIBILITY.md for settings field stability classification.
Quick Start • What You Get • Installation • Token Optimization • Structure • Use Cases • FAQ • Korean
Get up and running in 3 minutes:
# 1. One-line installation
curl -sSL https://raw.githubusercontent.com/kcenon/claude-config/main/bootstrap.sh | bash
# 2. Personalize Git identity (Required!)
vi ~/.claude/git-identity.md
# 3. Restart Claude Code - Done!
Common Tasks:
| Task | macOS/Linux | Windows (PowerShell) |
|---|---|---|
| Install settings | ./scripts/install.sh | .\scripts\install.ps1 |
| Backup settings | ./scripts/backup.sh | .\scripts\backup.ps1 |
| Sync settings | ./scripts/sync.sh | .\scripts\sync.ps1 |
| Verify backup | ./scripts/verify.sh | .\scripts\verify.ps1 |
| Batch open issues | ./scripts/batch-issue-work.sh <org/repo> | .\scripts\batch-issue-work.ps1 -OrgProject <org/repo> |
| Batch failing PRs | ./scripts/batch-pr-work.sh <org/repo> | .\scripts\batch-pr-work.ps1 -OrgProject <org/repo> |
For detailed scenarios, see Use Cases.
Install claude-config and Claude Code immediately gains these capabilities:
Security — .env, .pem, and credentials are automatically blocked from being read or written. Dangerous commands like rm -rf / are intercepted before execution.
Auto-formatting — Code is formatted on every save: Python (black), TypeScript (prettier), Go (gofmt), Rust (rustfmt), C++ (clang-format), Kotlin (ktlint).
Workflow automation — /issue-work takes a GitHub issue from open to merged PR in one command. /release generates changelogs and creates releases. /pr-work diagnoses and fixes CI failures.
Commit quality — Broken markdown links, AI attribution, and non-conventional commit messages are caught before they reach your repository.
Configurable content language — Pick at install time whether commit messages, PR bodies, and documentation are written in English (ASCII only) or Korean (per-artifact strict, no inline mixing). The two-option installer prompt maps to CLAUDE_CONTENT_LANGUAGE=english|exclusive_bilingual; advanced legacy values (korean_plus_english, any) remain available via direct settings.json edit.
Code quality on demand — /security-audit, /performance-review, /code-quality, and /pr-review provide specialized analysis when you need it.
Agent team design — /harness designs multi-agent architectures tailored to your project, with 6 architecture patterns and orchestrator templates.
Cross-platform — Everything works on macOS, Linux, and Windows (PowerShell).
curl -sSL https://raw.githubusercontent.com/kcenon/claude-config/main/bootstrap.sh | bash
What bootstrap does for you. It checks for the Claude Code CLI and, on consent, runs Anthropic's native installer (
https://claude.ai/install.sh) so theclaudebinary lands in~/.local/bin/and supports background auto-update. The npm package@anthropic-ai/claude-codeis no longer used. PowerShell uses the parallelclaude.ai/install.ps1. See PREREQUISITES.md → Auto-installed by bootstrap.
# Using GitHub Personal Access Token
curl -sSL -H "Authorization: token YOUR_GITHUB_TOKEN" \
https://raw.githubusercontent.com/kcenon/claude-config/main/bootstrap.sh | bash
# 1. Clone repository
git clone https://github.com/kcenon/claude-config.git ~/claude_config_backup
# 2. Run install script
cd ~/claude_config_backup
./scripts/install.sh
npx claudepluginhub kcenon/claude-config --plugin claude-configCore behavioral guardrails for LLM coding, derived from Andrej Karpathy's observations. Minimal footprint, maximum impact.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.