Plugin Claude Code
Development marketplace for Claude Hangar plugin.
Plugin Claude Code
Development marketplace for Claude Hangar plugin.
Plugin Claude Code
Production-grade Claude Code environment with 42 skills, 22 agents, 31 hooks, and 9 framework stacks — optimized for Claude Code v2.1.116.
Instructions file
Claude Code instructions for claude-hangar/claude-hangar, covering claude hangar — project instructions, what is this?, repository structure, language & communication and quality standards.
Agent
Software architecture specialist for system design, scalability, and technical decisions. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.
Agent
Resolves Go build, test, and dependency errors. Use when go build, go test, or go mod commands fail.
Agent
Resolves Python build, import, and runtime errors. Use when pip, poetry, pytest, or Python scripts fail.
Agent
Resolves TypeScript/JavaScript build errors. Use when tsc, webpack, vite, esbuild, or other TS/JS build tools fail.
Agent
Pre-commit review for staged changes. Checks for debug code, secrets, missing tests and unintended files. Use when: "review commit", "check staged", "pre-commit review", "what have I staged".
Agent
Dependency analysis for Node.js projects. NPM audit, outdated check and CVE research. Use when: "dependency check", "check deps", "npm audit", "outdated packages", "check dependencies", "vulnerabilities".
Agent
Documentation maintenance specialist. Use after code changes to keep docs, README, API references, and inline comments up to date. Proactively finds stale documentation.
Agent
Deep codebase analyst. Like Explorer, but on Opus for complex architecture analysis, pattern recognition and connections across files. Use when user needs deep analysis: "analyze the architecture", "analyze", "how does X relate to Y", "explain the system", or complex questions requiring multi-file analysis.
Agent
Read-only codebase explorer. Analyzes code, explains architecture, finds patterns and answers questions about the project — without changing anything. Use when user mentions "explain", "how does", "show me", "where is", "find", or wants to understand code without modifying it.
Agent
Go-specific code reviewer. Use when reviewing Go code for idioms, error handling, and best practices.
Agent
Self-optimization agent that analyzes the Hangar configuration (hooks, skills, rules, context modes, agents) and recommends improvements for reliability, performance, and token efficiency.
Agent
Manages autonomous execution workflows with safety guardrails. Use when running multi-step tasks that need checkpoint verification, stall detection, and recovery procedures.
Agent
MCP server development specialist. Designs, scaffolds, tests, and packages Model Context Protocol servers (stdio / HTTP / SSE transports). Use when building a new MCP integration, debugging an MCP tool definition, or adding auth flows (OAuth, API-key, bearer) to an existing server.
Agent
Active performance analysis agent. Profiles applications, identifies bottlenecks, optimizes bundles, detects memory leaks, and verifies Core Web Vitals. Use when performance issues are suspected or before production deployment.
Agent
Spec/plan compliance reviewer. Verifies implementation matches the plan — nothing more, nothing less. Two-stage review: spec compliance + quality. Use when: implementation task completed, before merge, after feature work.
Agent
Expert planning specialist for complex features and refactoring. Use PROACTIVELY when users request feature implementation, architectural changes, or complex refactoring. Automatically activated for planning tasks.
Agent
Python-specific code reviewer. Use when reviewing Python code for type hints, patterns, and best practices.
Agent
Systematic code refactoring agent. Plans transformations, executes in isolated worktree, produces structured diffs for review.
Agent
Quick security check for code and projects. Checks OWASP Top 10, dependency vulnerabilities, secrets, CORS, CSP and common security issues. Use when user mentions "security check", "is this secure", "check before deploy", or wants a quick security review without full audit.
Agent
TDD enforcement specialist. Use PROACTIVELY when developing new features or fixing bugs. Ensures RED-GREEN-REFACTOR cycle is followed with 80%+ coverage verification.
Agent
Test generation agent. Analyzes code and generates appropriate tests in an isolated worktree.