Skip to content

septimlabs-code/septim-drills-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Septim Drills — 3 free sample skills

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.

What's in the pack

Drills are Claude Code skills (not prompts). Each one enforces scope, output shape, and sequence. Same structure every invocation. No drift.

The 3 free samples in this repo

  • 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.

How to install these

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

The other 22 drills (in the paid pack)

Review lane

  • 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 lane

  • refactor-extract — find repeated logic with rule-of-three discipline
  • dead-code-sweep — unreferenced exports + orphan files, confidence-ranked
  • type-tighten — upgrade any to 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

Documentation lane

  • 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

Ops lane

  • 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 lane

  • 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

Get the full pack

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.

Why this repo exists

Two reasons:

  1. These three skills are genuinely useful standalone. If you only need these three, grab them free; we built them to work standalone.
  2. 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.

Contributing

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.

License

MIT for these 3 samples. The full 25-skill pack is proprietary — licensed per-buyer, not redistributable.

Contact

Questions: [email protected] Website: septimlabs.vercel.app

About

3 free sample skills from the Septim Drills pack. Full pack: 25 skills, $29 lifetime at septimlabs.vercel.app/drills

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors