← All creators

JBSommeling

User

Self-routing Claude Code configuration — Opus for reasoning, Sonnet for implementation, Haiku for I/O. Includes subagent definitions and a universal .claudeignore.

14 indexed · 0 Featured · 0 stars · avg score 70
Prolific

Categories

Indexed Skills (14)

AI & Automation Listed

zoom-out

Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.

0 Updated 2 weeks ago
JBSommeling
Code & Development Listed

code-review

Conducts code review — inline or via dispatched subagent. Use before merging any change, after completing major features, or when reviewing code written by yourself, another agent, or a human.

0 Updated 2 weeks ago
JBSommeling
AI & Automation Listed

code-simplification

Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be.

0 Updated 2 weeks ago
JBSommeling
AI & Automation Listed

diagnose

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.

0 Updated 2 weeks ago
JBSommeling
AI & Automation Listed

grill-with-docs

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

0 Updated 2 weeks ago
JBSommeling
Code & Development Listed

idea-refine

Refines ideas iteratively. Refine ideas through structured divergent and convergent thinking. Use "idea-refine" or "ideate" to trigger.

0 Updated 2 weeks ago
JBSommeling
AI & Automation Listed

improve-codebase-architecture

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

0 Updated 2 weeks ago
JBSommeling
AI & Automation Listed

incremental-implementation

Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when a task feels too big to land in one step.

0 Updated 2 weeks ago
JBSommeling
Testing & QA Listed

manual-test-plan

Generate a full manual testing plan from the changes on the current branch. Asks which tools are available (browser, API client, CLI, DB, events/queues, logs), then writes a per-step plan with literal expected outputs — JSON payloads, log lines, event bodies, exit codes. Use when the user says "make a test plan", "manual testing plan", "how do I test these changes", or before shipping a branch that needs QA verification.

0 Updated 2 weeks ago
JBSommeling
AI & Automation Listed

planning-and-task-breakdown

Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.

0 Updated 2 weeks ago
JBSommeling
AI & Automation Listed

security-and-hardening

Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.

0 Updated 2 weeks ago
JBSommeling
Testing & QA Listed

spec-driven-development

Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea.

0 Updated 2 weeks ago
JBSommeling
Testing & QA Listed

tdd

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

0 Updated 2 weeks ago
JBSommeling
AI & Automation Listed

write-a-skill

Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.

0 Updated 2 weeks ago
JBSommeling

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.