Skill Claude CodeCodex
Use when designing systems, architectures, or APIs, when multiple valid approaches exist with no single obvious answer, or when user explicitly requests parallel/competing solutions.
Skill Claude CodeCodex
Use when designing systems, architectures, or APIs, when multiple valid approaches exist with no single obvious answer, or when user explicitly requests parallel/competing solutions.
Skill Claude CodeCodex
Create PR — commit, push, PR, wait for merge.
Skill Claude CodeCodex
Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.
Skill Claude CodeCodex
Use when verifying a running application end-to-end through its real interface — a web UI, a CLI, or a TUI — by writing and executing agent-run "scenario cards" against a freshly built instance with falsifiable assertions. Trigger on "test it end to end", "prove the UI actually works", "write/run a scenario", or after…
Skill Claude CodeCodex
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
Skill Claude CodeCodex
Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.
Skill Claude CodeCodex
Compact the current conversation into a handoff document for another agent to pick up.
Skill Claude CodeCodex
Use when asked to "pickup", "픽업", "이어서", "이전 세션 이어서", "resume where I left off", or "restore context" — locates the handoff file, surfaces the Resume Prompt verbatim, and warns on worktree/branch mismatch before continuing. Pair with /handoff.
Skill Claude CodeCodex
Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.
Skill Claude CodeCodex
Use when preparing to deploy to production, asked to "ship", "release", or "deploy", or when you need to verify a deploy succeeded or plan a rollback. Covers the full flow: pre-deploy checks, the deploy itself, and post-deploy verification with rollback on failure.
Skill Claude CodeCodex
Use when cataloging a repository's externally observable capabilities as end-to-end scenarios and driving them through test, fix, and re-test until verified.
Skill Claude CodeCodex
Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker — edges as text in one file per ticket locally, or native blocking links on a real tracker.
Skill Claude CodeCodex
Use when asked to "verify this", "qa", "does this implementation work?", or "test this feature". Verifies the current implementation in context and reports PASS, PARTIAL, or FAIL with evidence.
Skill Claude CodeCodex
Use when creating or improving an agent skill, writing a SKILL.md or its description, fixing a skill that triggers too rarely or too often, or tuning one with SkillOpt or SkillOpt-Sleep from benchmark tasks or provider session history.
Skill Claude CodeCodex
Use when writing, reviewing, or improving PRDs, product requirements documents, product specs, feature requirements, launch requirements, or product discovery writeups before product or engineering work begins.
Skill Claude CodeCodex
Use when writing, reviewing, or improving RFCs, requests for comments, technical design docs, architecture proposals, engineering decision records, API proposals, migration plans, or cross-team technical decisions.
Plugin Claude Code
Local, private journaling MCP server with multilingual semantic search and optional Git sync.
Instructions file CodexOpenCode
A set of repository instructions for private-journal-mcp, covering its operating rules, storage and revisions, embeddings, multiple sessions, writing, and Git synchronization. Embeddings are data representations used to compare the meaning of text.
Hook
Runs when a session starts, running an inline shell check. From baleen37/private-journal-mcp.
MCP server Claude CodeCodexCursor +2
MCP server "private-journal-mcp" as configured in baleen37/private-journal-mcp. Runs locally from the private-journal-mcp npm package.