with one click
hoodcat-harness
hoodcat-harness contains 12 collected skills from Hoodcat2255, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Multi-lens code review using agent teams for thorough, multi-perspective verification. Spawns reviewer, security, and architect agents as team members who independently review and then exchange findings via SendMessage for deeper coverage. Triggers on: "๋ฉํฐ๋ ์ฆ ๋ฆฌ๋ทฐ", "ํ ๋ฆฌ๋ทฐ", "team-review", "๋ค๊ด์ ๋ฆฌ๋ทฐ", or when a large/high-risk change needs comprehensive review from multiple perspectives.
Writes, modifies, diagnoses, and patches code following project conventions. Handles implementation, bug fixing, refactoring, and lint/format. Called by Orchestrator for all code change tasks, or directly by users. Triggers on: "์ฝ๋ ์์ฑ", "์ฝ๋ ์์ ", "code", or any direct request to write or modify code without a broader workflow.
Performs thorough deep research on any topic using web search, Context7 docs, and GitHub CLI. Saves structured results to docs/ directory. Use when the user asks to research, investigate, or gather comprehensive information on a topic. Triggers on: "์กฐ์ฌํด์ค", "์ฐพ์์ค", "์์๋ด", "๋ฆฌ์์น", "deepresearch", or any request for in-depth information gathering about a technology, library, framework, concept, or trend.
Synchronizes harness documentation (CLAUDE.md, harness.md) and install script (harness.sh) with the actual state of .claude/ subdirectories (skills, agents, hooks). Detects mismatches between source files and docs, then auto-updates affected sections. Triggers on: "๋ฌธ์ ๋๊ธฐํ", "docs sync", "sync-docs", or after harness file changes.
Analyzes current changes and creates a well-structured git commit. Use when the user wants to commit current changes with a proper message. Triggers on: "์ปค๋ฐํด์ค", "์ปค๋ฐ", "commit", or any request to commit changes.
Performs evidence-based decision making by researching options, analyzing trade-offs, and providing clear recommendations with reasoning. Use when the user needs to choose between alternatives, evaluate options, or make informed decisions. Triggers on: "ํ๋จํด์ค", "๊ฒฐ์ ํด์ค", "๊ณจ๋ผ์ค", "๋น๊ตํด์ค", "์ถ์ฒํด์ค", "๋ญ๊ฐ ๋์", "์ด๋ค ๊ฑธ ์จ์ผ", "decide", or any request asking for comparison, recommendation, or decision support on technologies, tools, strategies, or approaches.
Parallel QA using agent teams for comprehensive multi-type testing. Spawns specialized QA agents that simultaneously run different test categories (unit, integration, lint, security scan) and consolidate results. Triggers on: "QA ์ค์", "์ ์ฒด QA", "qa-swarm", "๋ณ๋ ฌ ํ ์คํธ", "์ข ํฉ ํ ์คํธ", or when comprehensive multi-category testing is needed for a project.
Scaffolds new skills and agents following established hoodcat-harness patterns. Reads existing files at runtime to ensure generated code matches current conventions. Triggers on: "์ค์บํด๋", "์คํฌ ์์ฑ", "์์ด์ ํธ ์์ฑ", "scaffold", or any request to create a new skill, agent, or skill+agent pair.
Creates project plans with requirements, architecture design, and task breakdown. Use when the user wants to plan a new feature, project, or significant change. Triggers on: "๊ณํ ์ธ์์ค", "์ค๊ณํด์ค", "๊ธฐํํด์ค", "blueprint", or any request for structured planning of a feature or project.
Generates deployment configuration files (Dockerfile, CI/CD, env docs). Use when the user wants to set up deployment for a project. Triggers on: "๋ฐฐํฌ ์ค์ ", "๋ฐฐํฌํด์ค", "deploy", "CI/CD ์ค์ ", or any request to create deployment configs, Dockerfiles, or CI pipelines.
Scans code and dependencies for security vulnerabilities. Runs dependency audits and code-level security pattern checks. Triggers on: "๋ณด์ ์ค์บ", "๋ณด์ ๊ฒ์ฌ", "์ทจ์ฝ์ ๊ฒ์ฌ", "security-scan", or any request to scan for vulnerabilities or security issues.
Writes and runs tests for specified code targets. Use when the user wants to add tests, run existing tests, or check test coverage. Triggers on: "ํ ์คํธ ์์ฑ", "ํ ์คํธ ํด์ค", "ํ ์คํธ ๋๋ ค", "test", or any request for writing, running, or analyzing tests.