5whys
01Skill Claude CodeCodex
Five Whys root cause analysis. Iteratively asks "why" to drill past symptoms to underlying causes. Use for debugging, investigating failures, or understanding why something went wrong.
Skill Claude CodeCodex
Five Whys root cause analysis. Iteratively asks "why" to drill past symptoms to underlying causes. Use for debugging, investigating failures, or understanding why something went wrong.
Skill Claude CodeCodex
Configure and optimize AI coding agents (OpenCode/Claude). Use when setting up or improving agent behavior.
Skill Claude CodeCodex
Technical leadership guidance for engineering teams, architecture decisions, and technology strategy. Includes tech debt analyzer, team scaling calculator, engineering metrics frameworks, technology evaluation tools, and ADR templates. Use when assessing technical debt, scaling engineering teams, evaluating…
Skill Claude CodeCodex
Cynefin sense-making framework categorizing problems as Simple, Complicated, Complex, Chaotic, or Confused to select the right approach. Use when unsure how to tackle a problem.
Command
Quickly determine which Cynefin domain a problem belongs to and what that means for how to approach it.
Command
Analyze a situation through the Cynefin framework to understand what type of problem it is and choose the appropriate response.
Skill Claude CodeCodex
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies.
Skill Claude CodeCodex
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4)…
Skill Claude CodeCodex
Feynman Technique for deep learning—explain a concept simply, identify gaps, fill them, then refine. Use when learning something new, testing understanding, or preparing to teach.
Command
Explain a concept in the simplest possible terms, as if teaching someone with no background.
Command
Apply the full Feynman learning technique to deeply understand a concept.
Command
Take an explanation and make it simpler and clearer.
Skill Claude CodeCodex
Create conventional commit messages. Use when committing changes or writing commit messages.
Skill Claude CodeCodex
Triage and manage GitHub issues. Use when reviewing issues or planning work.
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
Track ML experiments with proper logging and reproducibility. Use when training models or running experiments.
Skill Claude CodeCodex
MoSCoW prioritization categorizing items as Must have, Should have, Could have, or Won't have. Use for scope definition, feature prioritization, or when everything feels equally important.
Command
Categorize items into Must have, Should have, Could have, and Won't have for clear scope and priorities.
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
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.
Skill Claude CodeCodex
OODA loop decision framework (Observe, Orient, Decide, Act). Use for complex decisions, problem-solving, unclear situations, or when someone is jumping to solutions without analysis.
Skill Claude CodeCodex
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
Skill Claude CodeCodex
Review pull requests for code quality, security, and conventions. Use when reviewing PRs or preparing code for review.
Skill Claude CodeCodex
Pre-mortem analysis that imagines a plan has failed, then works backward to identify causes and preventions. Use before launches, major decisions, or risky initiatives to surface hidden risks.