Skip to content

Claude skills files#161

Open
jenbreese wants to merge 1 commit into
devfrom
claude-skills
Open

Claude skills files#161
jenbreese wants to merge 1 commit into
devfrom
claude-skills

Conversation

@jenbreese

Copy link
Copy Markdown
Collaborator

SUMMARY

Adds a set of project skills under .claude/skills/ plus CLAUDE.md project guidance. No runtime/app code is touched — this is tooling for working in the repo.

What's included

  • run-observe-propose-verify — a disciplined debug loop (Run → Observe → Propose → Verify) with an explicit can't-reproduce branch and a verify-fails loop-back, tuned to this repo's manual-verification workflow.

  • rigorous-mathematician — a mathematically rigorous accounting/finance persona for deriving, reviewing, and auditing the calculators' financial math (derive from first principles, cross-check against an amortization schedule, probe boundary cases).

  • new-calculator — scaffolds a new app/interactives//page.tsx following the established self-contained pattern from the time-value-money reference (typed constants, CONSTRAINTS, FieldError[] validation, string-based inputs, dark-mode tokens, aria).

  • calculator-qa — a manual QA checklist (boundaries, currency input, validation, dark mode, accessibility, basePath/iframe), since the repo has no automated test suite.

  • CLAUDE.md — project guidance for Claude Code.

NOTES

  • Skills auto-surface via their description triggers, or can be invoked explicitly (/new-calculator, etc.). They only shape how Claude behaves in-session — they don't add build/deploy automation.
  • The skills cross-reference each other (e.g. new-calculator and calculator-qa defer to rigorous-accountant for the math).
    🤖 Generated with Claude Code

@jenbreese
jenbreese changed the base branch from 1.x to dev July 18, 2026 18:31
@jenbreese
jenbreese requested a review from majimmy88 July 18, 2026 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants