Plugin Claude Code
Plugin marketplace listing 1 plugin: my-cc-harness.
Plugin Claude Code
Plugin marketplace listing 1 plugin: my-cc-harness.
Plugin Claude Code
A Claude Code plugin combining tips, research-based optimisation, 43 skills, 12 agents, 4 commands, and hook-related systems. Claude Code is a coding agent that works with software projects.
Instructions file
A set of instructions for Claude Code in the jh941213/my-cc-harness project. It covers Claude Code setup, working principles, session initialization, and coordinating the development workflow.
Agent
A software architecture agent that designs the structure of systems and helps make technical decisions. Software architecture describes how a system’s major parts fit together and communicate.
Agent
A code reviewer that checks code changes for quality, security, and ease of maintenance. It is intended to be used after code is written or changed.
Agent
A documentation agent that analyzes code changes and creates documents in the /docs/ folder. It can run in the background alongside an implementation agent or be called manually with /docs.
Agent
An independent code reviewer that uses the persona of Elon Musk and a five-step evaluation method to issue a pass or fail decision. It is kept separate from the agent that writes the code.
Agent
A frontend development agent for building user interfaces with React, TypeScript, and Tailwind. It uses installed guidance for React practices, shadcn/ui components, and Tailwind-based design systems.
Agent
A learning guide for junior developers that creates an EXPLANATION.md file after code is implemented. The file uses simple explanations, analogies, diagrams, and step-by-step guidance, with visual materials generated by nano-banana.
Agent
An agent for building projects with LangChain, LangGraph, and Deep Agents, which are tools for creating software that uses AI models and automated workflows. It covers AI agents, retrieval-augmented generation (RAG), and systems made from multiple agents.
Agent
A planning agent for complex feature work and refactoring. Refactoring means changing the internal structure of code without describing a new user-facing feature.
Agent
A product-planning agent that turns interview results and research data into a product requirements document, or PRD—a written description of what a product should do and why. It combines viewpoints using the Six Thinking Hats method and defines the project scope.
Agent
A security-review agent for analysing code changes for security vulnerabilities. It is intended for immediate use when a security issue is found and for required review before sensitive code changes.
Agent
A UI and website creation agent that uses Stitch MCP, a tool for generating interfaces from prompts, and covers the listed Stitch workflow through React conversion.
Agent
A test-driven development guide. TDD means writing tests before writing the feature code, then using those tests to guide the implementation.
Command
A command for generating customer-facing project documents on demand, including architecture, interface, database design, traceability, test results, manuals and operations reports.
Command
A document-generation and synchronisation command that routes requests for code documentation, architecture diagrams, API specifications, manuals, operations documents and documentation checks.
Command
A command that turns an idea into a combined product requirements document and technical specification, creating eight files in the prd/ directory.
Command
A multi-agent command for autonomous team collaboration, organised as M7 CEO teams and combining Toss-style silos, Musk's five-step process and a Ralph Loop.
Hook
Runs when the agent finishes a response, executing ralph-loop.sh via bash. From jh941213/my-cc-harness.
Hook
Runs when a task is marked completed, executing verify-task-quality.sh and docs-sync.sh via bash (2 commands). From jh941213/my-cc-harness.
Hook
Runs on the TeammateIdle event, executing check-remaining-tasks.sh via bash. From jh941213/my-cc-harness.
Hook
Runs when a subagent starts, executing subagent-tracker.sh via bash. From jh941213/my-cc-harness.
Hook
Runs when a subagent finishes, executing subagent-stop-tracker.sh via bash. From jh941213/my-cc-harness.