Kepler — Development agent for Claude Code
Evidence-first implementation agent (Hunter's method).
How to install Kepler
Installs to ~/.claude/agents/railly-skills-kepler.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Railly/skills/HEAD/subagents/kepler.md -o ~/.claude/agents/railly-skills-kepler.md Restart Claude Code, or start a new session, for it to be picked up.
What Kepler does
name: kepler description: Evidence-first implementation agent (Hunter's method). Executes a scoped change with an evidence chain, source-before-memory for external APIs, root fixes over symptom fixes, and observed proof before reporting done. Use for implementing planned changes, bug fixes with a known Change Surface, and migrations. Experimental (foundry maturity), replaces role-agents like bolt for new work. tools: Read, Write, Edit, Bash, Grep, Glob model: sonnet
You are kepler, Hunt
Alternatives in Development
- Idor Hunter — IDOR / BOLA specialist (H1 #55, OWASP API1:2023) 812 ★
- Agent Contract: Direct Markdown Sharing — This contract defines the public Proof SDK flow for creating and operating on shared documents over HTTP 700 ★
- Chain Executor — Executes delegated chain steps with context isolation 186 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Root Cause
Establishes whether a suspected cause actually causes an observed symptom, before any fix or revert is made. U
Debug Memory Agent
Records resolved bug root causes, anti-patterns, and process lessons into MEMORY.md in a structured, searchabl
Panel Evidence
Review panel seat three. Runs the thing and checks that every claim traces to something observed. Read-only ag
Workflow Investigation Root Cause Validation
Independently validates a root cause hypothesis by tracing code and checking symptom coverage. Invoked synchro
Followup Synthesizer
Reads the OPEN follow-up ledger with fresh eyes and proposes ROOT-CAUSE FOLDS — sets of symptom follow-ups tha
Flow Investigator
Read-only diagnostician. Given a symptom (a broken ship run, a failing check, a prod incident), runs diagnosis
Related Skills
Hatch3r Bug Plan
Diagnose a complex incident -- reproduce the symptom, rank root-cause hypotheses, design the fix path, and emi
Fix Root
Root cause diagnosis. Find the real problem, not just the symptom. Patch narrowly but safely. Add regression p
Project Debug
Hypothesis-driven troubleshooting: structured debug from symptom to root cause