tdd
49Skill Claude CodeCodex
Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
Skill Claude CodeCodex
Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
Skill Claude CodeCodex
Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices.
Skill Claude CodeCodex
Turn the current conversation into a PRD and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.
Plugin Claude Code
Generic Obsidian format helpers: Obsidian Flavored Markdown, Bases, JSON Canvas, Obsidian CLI, and Defuddle web clipping.
Skill Claude CodeCodex
Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page. Do NOT use for URLs ending in .md — those are already…
Skill Claude CodeCodex
Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.
Skill Claude CodeCodex
Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.
Skill Claude CodeCodex
Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their…
Skill Claude CodeCodex
Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.
Plugin Claude Code
Switchable response personas with a shared token-reduction engine: bundled characters (holmes, genshijin, noctis, lunafreya, ignis), user-defined characters that survive plugin updates, three compression levels, persisted across sessions, a persona-switch CLI other skills can call, plus character-agnostic…
Agent
A narrowly scoped editing persona for small changes to one or two existing files. It requires reading files first, applying a minimal edit, and checking the result afterward.
Agent
A read-only coding assistant profile that locates definitions, callers, references, tests, and imports, then reports their file and line locations in a compact format.
Agent
Derived from genshijin (MIT, InterfaceX-co-jp) — https://github.com/InterfaceX-co-jp/genshijin.
Command
A command that writes a short commit message for changes already staged in Git, a tool for recording code changes.
Command
A command that shortens natural-language files so they use fewer input tokens, the text units used by language models.
Command
A command that decides whether to delegate work to an investigator, builder, or reviewer subagent.
Command
A command that displays the reference guide for all persona commands in Japanese.
Command
A command that creates a new fictional character profile from a name or description.
Command
A command that produces concise code-review comments for a specified target.
Command
A command that displays token usage and estimated token savings from the add-on's recorded statistics.
Command
A command for switching the active speaking persona of an AI assistant. With no argument, it shows the available personas and the current selection.
Skill Claude CodeCodex
A skill for writing concise Git commit messages in Conventional Commits format, a shared style that labels changes such as features, fixes, tests, or documentation.
Skill Claude CodeCodex
A text-compression tool for natural-language memory files such as CLAUDE.md, task lists, and configuration notes. It keeps code, URLs, paths, technical names, numbers, headings, and document structure unchanged while saving the original as a backup.
Skill Claude CodeCodex
A set of three compressed roles for delegating coding-agent work: one for finding code, one for small edits, and one for reviewing changes. A monorepo is a repository containing multiple projects; this setup is aimed at choosing the right helper for different code tasks.