-
Notifications
You must be signed in to change notification settings - Fork 0
chore: port portable .claude/skills #16
Copy link
Copy link
Closed
Labels
choreMaintenance, tooling, infraMaintenance, tooling, infraclaude-harnessClaude Code hooks, skills, settingsClaude Code hooks, skills, settingsharnessCross-cutting harness mechanics (controls, hooks, gates)Cross-cutting harness mechanics (controls, hooks, gates)
Metadata
Metadata
Assignees
Labels
choreMaintenance, tooling, infraMaintenance, tooling, infraclaude-harnessClaude Code hooks, skills, settingsClaude Code hooks, skills, settingsharnessCross-cutting harness mechanics (controls, hooks, gates)Cross-cutting harness mechanics (controls, hooks, gates)
Problem
Teller has Claude skills directing how the agent reviews, plans, and writes code. The portable subset should ship with the template; Teller-specific skills (financial-review, eval-regression triage) should not.
Proposed solution
Audit
.claude/skills/in Teller. Port skills that are project-agnostic (e.g. PR review checklists tied to the harness, planning skills, security review). Drop skills that reference financial domain or Teller-specific files. Each ported skill gets reviewed for any leftover Teller references and edited.Acceptance criteria
docs/HARNESS.md(docs: HARNESS, INVARIANTS, BOUNDARIES, DEVELOPMENT, EVAL_HARNESS, SECURITY, ARCHITECTURE skeletons #25) lists the included skills.Priority rationale
Medium: skills add polish to the LLM coding experience; they're not load-bearing for code quality (CI is).
Depends on
#15