rca
25Skill Claude CodeCodex
Root cause analysis for process crashes, server deaths, and unexplained system failures using macOS logs, session forensics, and code tracing.
Skill Claude CodeCodex
Root cause analysis for process crashes, server deaths, and unexplained system failures using macOS logs, session forensics, and code tracing.
Skill Claude CodeCodex
Safely restructure code in an isolated git worktree with test-preserved, incremental transformations.
Plugin Claude Code
Plugin marketplace listing 1 plugin: skills.
Plugin Claude Code
Personal skills, commands, and workflows for Claude Code.
Instructions file CodexOpenCode
AGENTS.md instructions for bjornjee/skills, covering project conventions, layout, versioning, principles and workflow.
Instructions file
Claude Code instructions for bjornjee/skills, covering versioning, three version files — keep in sync, when to bump and semver.
Agent
Strict Go code reviewer that enforces evidence-based principles and project-specific rules from CLAUDE.md/AGENTS.md/LEARNINGS.md. Use for any Go change. Reports only findings backed by a cited rule and a concrete fix — never taste calls.
Agent
Performance analysis and optimization specialist for Go, Python, and Node services. Use PROACTIVELY when a hot path, latency budget, memory growth, or perf regression is raised. Profiles first, benchmarks before/after, wires regression budgets into CI.
Agent
Strict Python code reviewer that enforces evidence-based principles and project-specific rules from CLAUDE.md/AGENTS.md/LEARNINGS.md. Use for any Python change. Reports only findings backed by a cited rule and a concrete fix — never taste calls.
Agent
Dead code cleanup and consolidation specialist for Go, Python, and JS/TS. Use PROACTIVELY when unused code, duplication, or a large mechanical refactor is suspected. Detects with stack-native tools, proves semantic equivalence, removes in reviewable batches.
Agent
Proportional proof guide for new features, bug fixes, and refactors. Selects Surgical, Targeted, or Full verification before editing; uses RED → GREEN → REFACTOR only when the selected profile calls for behavior or regression coverage. Stack-aware: speaks scoped Make, Go, Python, and Node proof commands.
Agent
Strict TypeScript/Node code reviewer that enforces evidence-based principles and project-specific rules from CLAUDE.md/AGENTS.md/LEARNINGS.md. Use for any TypeScript change. Reports only findings backed by a cited rule and a concrete fix — never taste calls.
Agent
Cold-context UI/UX grader. Scores a rendered design against an 8-dimension rubric plus a binary preservation gate plus a binary audit gate using only the screenshots, optional live-URL evidence, the declared user-flow map, the declared visual register (and optional reference anchors), the preservation contract, the…
Skill Claude CodeCodex
Use when designing agent tool schemas, action spaces, or observation formatting, or when diagnosing looping and low completion rates in an agent harness.
Skill Claude CodeCodex
Use when an agent is looping, retrying without progress, drifting from its goal, or failing repeatedly — structured capture, diagnosis, contained recovery, and introspection reports.
Skill Claude CodeCodex
Use when orchestrating agent workflows — eval-first execution, task decomposition, and cost-aware model routing decisions.
Skill Claude CodeCodex
Eval-first AI/ML engineering — RAG decisions, finetune-vs-RAG-vs-prompt framework, prompt-injection defense, structured output, model routing/cost, production drift. Use when working on evals, prompts, RAG, or model optimization.
Skill Claude CodeCodex
Use when designing or reviewing an HTTP/RPC API surface — resource modeling, pagination, error envelopes, versioning, idempotency. Falsifiable contracts, not style preferences.
Skill Claude CodeCodex
Use when building on the Anthropic Claude API or SDKs — model choice, the tool-use loop, token and context budgeting, prompt caching, batches. Falsifiable patterns for production agents, not SDK hello-worlds.
Skill Claude CodeCodex
Use on demand before opening a PR when the local codegraph CLI is installed — pulls the call-graph slice touched by the diff, then dispatches the strict reviewer with that context loaded.
Skill Claude CodeCodex
Delegate coding tasks to Codex CLI (GPT-5.4) with a structured plan handoff. Use after planning is complete and the Codex CLI plugin is installed — pass the plan directly to Codex for implementation.
Skill Claude CodeCodex
Use when deciding whether/when to compact the session, or when auditing what is consuming the context window (agents, skills, MCP servers, rules). Compaction timing + token-budget audit in one place.
Skill Claude CodeCodex
Create one verified Linear issue from a Codex Agent Task v1 contract and optionally dispatch it under separate explicit authority. Use when a user asks Codex to create a Linear implementation issue for a repository handled by a mapped Symphony workflow.
Skill Claude CodeCodex
Use when designing schemas, adding indexes, writing migrations, or scoping multi-tenant data — constraint-first modeling and expand/contract migration rules.