This repo contains 3 out of 25 production Claude Code skills from the full Septim Drills pack. The full pack is $29 lifetime, private GitHub repo, all 25 skills + free updates forever.
These 3 are public + free to use. Drop them in ~/.claude/skills/ and they work.
Drills are Claude Code skills (not prompts). Each one enforces scope, output shape, and sequence. Same structure every invocation. No drift.
- readme-sync — Regenerate a project's README from current code state. Classifies repo type, extracts from package.json and entry points, writes sections in a disciplined order.
- commit-quality — Review the last N commits for message quality. Flags lying subjects, batched commits, missing context. Proposes rewrites. Never force-pushes shared history without consent.
- launch-post-hn — Draft a Show HN submission that a jaded HN reader will actually scan. Rules for title, body, first comment, timing, post-submission cadence.
git clone https://github.com/septimlabs-code/septim-drills-samples.git
mkdir -p ~/.claude/skills
cp -r septim-drills-samples/skills/* ~/.claude/skills/Relaunch Claude Code. The skills are now invokable:
use the readme-sync drill on this repo
use the commit-quality drill on the last 20 commits
use the launch-post-hn drill for the feature in PR #42
- pr-review-comprehensive — 7-lens PR review with severity + file:line findings
- test-gaps — find uncovered functions, ranked by blast radius and churn
- migration-safety — audit DB migrations for production lock/rewrite risk
- security-triage — OWASP top-10 scan across a diff
- performance-smell — N+1 queries, unbounded accumulators, hot-path allocations
- refactor-extract — find repeated logic with rule-of-three discipline
- dead-code-sweep — unreferenced exports + orphan files, confidence-ranked
- type-tighten — upgrade
anyto structured types with runtime validation - error-boundaries — audit entry points for swallowed errors and leaked traces
- env-audit — undocumented env vars + startup validator with staged rollout
- api-docs — reference docs from exported functions with thrown-error coverage
- changelog-bot — customer-readable CHANGELOG from git log
- onboarding-doc — time-to-first-PR onboarding doc from repo structure
- dependency-triage — rank deps by bundle impact + staleness, replace/remove/keep
- ci-audit — find cache misses, flaky tests, oversized runners
- bug-reproduce — vague bug report → minimal repro test before proposing fix
- postmortem-draft — blameless postmortem with timeline + action items + owners
- deprecation-plan — phased rollout for removing a feature/API/dependency
- launch-post-x — X/Twitter thread for a product launch
- launch-post-release — customer-facing release notes
- spec-to-plan — feature spec → ordered, estimated, dependency-aware impl plan
- estimate-effort — three-point PERT estimate with assumptions stated
Septim Drills — all 25 skills, $29 lifetime
Lifetime updates, private GitHub repo, new drills added monthly, 14-day refund.
Tonight only bundle: Drills + Septim Vault (encrypted dev-secret vault) for $39 — saves $19 vs buying separately. Expires midnight ET tonight.
Two reasons:
- These three skills are genuinely useful standalone. If you only need these three, grab them free; we built them to work standalone.
- If you find them useful, you will probably find the other 22 useful. $29 is a small number if even 2 of the 22 save you an hour each.
We'd rather give you 3 real skills than a 3-minute demo video or a free trial with credit card upfront. See the code; decide from there.
Pull requests welcome if you find a bug or edge case in any of the 3 samples. Full-pack improvements go into the private repo for paying customers.
MIT for these 3 samples. The full 25-skill pack is proprietary — licensed per-buyer, not redistributable.
Questions: [email protected] Website: septimlabs.vercel.app