Agent Claude Code
An agent that reviews technical specification documents, which describe how a software system should work.
Agent Claude Code
An agent that reviews technical specification documents, which describe how a software system should work.
Agent Claude Code
A TypeScript code-review agent that checks implementation code against project specifications and an implementation guide. TypeScript is a programming language commonly used for web and server applications.
Agent Claude Code
An agent that reviews six types of persistent project documents together. It checks for duplicate or conflicting information, inconsistent terms, unclear ownership, missing implementation detail, unnecessary complexity, unsuitable libraries, and style problems.
Agent Claude Code
An agent that reviews functional design documents. The description is in Japanese and says it reviews a functional design document.
Agent Claude Code
An agent that reviews product requirements documents, which describe what a product should do.
Agent Claude Code
An agent that reviews steering files, which are documents for a specific unit of work, and checks them against permanent project documentation.
Skill Claude CodeCodex
Writing rules for the project's long-term documents in docs/spec/001–006. They cover clear wording, avoiding made-up jargon, adding concrete examples, using precise references, and formatting Markdown.
Skill Claude CodeCodex
A guide to read before writing or changing TypeScript and React code in an application. It highlights concerns such as separating users’ data, checking JWT login tokens, validating input with Zod, and keeping server and browser code boundaries clear.
Skill Claude CodeCodex
A skill for writing technical architecture documents. An architecture document explains the main structure and design decisions of a software system.
Skill Claude CodeCodex
A skill for creating a functional design document, which explains how a feature should work.
Skill Claude CodeCodex
A skill for creating a product requirements document, which describes what a product should do and the needs it should meet.
Skill Claude CodeCodex
A tool for creating steering files, which are documents that guide work for a specific task or unit of work.
Skill Claude CodeCodex
A guide for implementing tests, including deciding what to test, choosing a testing approach, and placing test files. TDD, or test-driven development, means writing tests as part of the development process, although TDD is not specifically mentioned here.
Instructions file
A set of project instructions for Claude Code, covering how to document and organise work in the pinboard-mcp repository.