Skip to content

chore: port portable .claude/skills#38

Merged
constk merged 1 commit into
developfrom
feat/16-claude-skills
Apr 26, 2026
Merged

chore: port portable .claude/skills#38
constk merged 1 commit into
developfrom
feat/16-claude-skills

Conversation

@constk
Copy link
Copy Markdown
Owner

@constk constk commented Apr 26, 2026

Summary

  • Port six skills (architect, code-reviewer, devops, frontend, qa-engineer, technical-writer) from Teller into .claude/skills/.
  • Strip Teller / Tomoro / financial-domain references from each.
  • Rewrite the frontend skill for React 19.2 + TS strict + Vite (was Svelte chat UI).
  • Update devops to mention the full 7-stage CI pipeline (lint, format, typecheck, architecture, tests, frontend quality, security) and the 5173/8000/16686 port topology.
  • Update qa-engineer to point at the provider-agnostic LLM_PROVIDER/LLM_API_KEY seam in src/models/config.py.
  • Update technical-writer to map every docs/*.md file to its purpose.

Closes #16.

Test plan

  • grep -ri "teller\|tomoro\|gpt-5\|svelte" .claude/skills/ returns nothing.
  • All six skills retain user-invocable: false so they keep auto-activating on context.

🤖 Generated with Claude Code

Port the six skills from Teller (architect, code-reviewer, devops, frontend,
qa-engineer, technical-writer). Strip Teller- and Tomoro-specific references:
- "Teller" -> "this project"
- frontend skill rewritten for React 19.2 + TS strict + Vite (was Svelte chat UI)
- devops skill: Vite dev server replaces Svelte; CI pipeline expanded to match
  the 7-stage pipeline (lint/format/typecheck/architecture/tests/frontend/security)
- qa-engineer skill: LLM judge model reference replaced with the env-var seam
  (LLM_PROVIDER/LLM_API_KEY) the template ships
- technical-writer skill: drop the take-home REPORT.md; map each docs/*.md to
  its purpose so the agent knows where to put what

All six are still scoped to user-invocable: false (they auto-activate).

Closes #16

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@constk constk merged commit bd9a986 into develop Apr 26, 2026
@constk constk deleted the feat/16-claude-skills branch April 26, 2026 11:53
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.

1 participant