Complete Product List

All 7 Claude Code Toolkits

Every product detailed. Pick individual items or grab the Complete Toolkit for $149.

⚡ Dev Pro Skills 💬 Prompt Packs 📄 CLAUDE.md Templates 🔒 Hook Libraries 🔄 Workflow Recipes 🔌 MCP Servers 🚀 Starter Kits

Product 1

Dev Pro Skills Pack preview

Dev Pro Skills Pack

10 expert skills + 10 slash commands. One install. Every project.

Skills are Claude Code's plugin system. Run /security-audit and Claude does a full OWASP Top 10 review. Run /gen-tests for a complete test suite. Each skill embeds a professional engineering framework — not a generic prompt.

$29
full 10-skill pack
or $4 per skill
Get Skills Pack →

Skills included

  • api-design-pro — REST/GraphQL design with OpenAPI 3.1
  • test-generator-pro — Jest, Vitest, pytest, Go test
  • security-auditor-pro — OWASP Top 10, severity ratings
  • devops-builder-pro — Dockerfile, CI/CD, GitHub Actions
  • refactor-pro — SOLID patterns, code smell detection
  • database-schema-pro — DDL, indexes, N+1 fixes, migrations
  • performance-pro — Bottleneck analysis, caching strategies
  • error-handling-pro — Custom error classes, structured logging
  • pr-review-pro — BLOCK/SUGGEST/NIT tiered review
  • docs-generator-pro — JSDoc, README, CHANGELOG

Pricing

Full 10-skill pack$29
Individual skill$4 each

What's included

  • 10 SKILL.md files (install to ~/.claude/skills/)
  • 10 matching slash command files
  • plugin.json manifest
  • Step-by-step install guide

Product 2

Prompt Packs preview
💬

Prompt Packs

25 expert-grade AI prompts across 5 domains.

A good prompt is a professional framework embedded in text. Each of these 25 prompts has the framework built in — the role, the process, the output format. Drop in your context and get expert-level output from any AI tool.

$9
per pack (5 prompts)
$29 for all 25
Get Prompt Packs →
Pack 01 Sales & Outreach $9
  • Cold Email Master — AIDA framework, personalisation variables, A/B subject lines
  • LinkedIn Outreach — connection request + follow-up sequence, social selling structure
  • Objection Handler — SPIN technique, reframe scripts for 10 common objections
  • Follow-up Sequence — 5-touch cadence with escalating value propositions
  • Sales Call Prep — discovery questions, pain mapping, next-step commitment framing
Pack 02 Content Creator $9
  • YouTube Script Writer — hook, body, CTA structure; retention-optimised pacing
  • Newsletter Writer — story-lead format, one big idea, scannable layout
  • Blog Post Engine — SEO-aware outline, intro hook, section structure, meta copy
  • Viral Hooks Generator — 10 hook formulas; curiosity, contrast, and controversy patterns
  • Social Media Calendar — 30-day content plan across platforms, repurposing map
Pack 03 Career Accelerator $9
  • Cover Letter Writer — role-specific narrative, achievement framing, ATS-safe format
  • Performance Review — self-assessment with impact metrics, promotion-ready language
  • Interview Coach — STAR-method answers, common questions, tone calibration
  • Salary Negotiator — market research framing, counter-offer scripts, walk-away prep
  • LinkedIn Profile Optimizer — headline, about, experience sections; keyword-rich rewrite
Pack 04 Business Strategy $9
  • Startup Idea Validator — problem/solution fit, ICP definition, kill-criteria checklist
  • Competitive Analysis — 2×2 positioning map, moat assessment, gap identification
  • Pricing Strategy — value-based tiers, anchoring, willingness-to-pay framing
  • Investor Pitch Coach — 10-slide narrative, objection prep, traction framing
  • Business Plan Advisor — executive summary, market sizing, financial assumptions
Pack 05 Developer Productivity $9
  • Code Explainer — plain-English breakdown with mental model, line-by-line on request
  • Architecture Advisor — trade-off analysis, system diagram description, decision record
  • Bug Detective — hypothesis-driven root cause, reproduction steps, fix verification
  • Technical Interviewer — realistic questions + rubric for any stack or level
  • System Design Coach — scalability walkthrough, bottleneck identification, trade-offs

Pricing

Single pack (5 prompts)$9
Any 3 packs (15 prompts)$19
All 5 packs (25 prompts)$29

Works with Claude, ChatGPT, Gemini, and any AI chat tool.

Product 3

CLAUDE.md Pro Templates preview
📄

CLAUDE.md Pro Templates

Teach Claude your codebase before you write the first line.

CLAUDE.md is the file Claude Code reads at the start of every session. Drop one of these into your project root and Claude knows your architecture rules, naming conventions, and the non-obvious gotchas for your stack — without re-explaining every session.

$9
per template
$39 for all 6
Get Templates →

Templates included

  • Next.js 15 SaaS — App Router, Prisma, Server Actions, Tailwind v4
  • FastAPI Python — SQLAlchemy 2 async, Pydantic v2, Alembic
  • Django Monolith — DRF, Celery, service layer architecture
  • Go API — Chi router, dependency inversion, table-driven tests
  • React Native — Expo Router, React Query, FlatList performance
  • Express.js — Express 5, Zod validation, Pino logging, Prisma

Pricing

Single template$9
Any 3 templates$19
All 6 templates$39

Each template covers

  • Folder structure with explanations
  • Architecture rules Claude must follow
  • 8 non-obvious gotchas for the stack
  • Exact commands to run
  • What to avoid and why

Product 4

Hook Libraries preview
🔒

Hook Libraries

17 pre-built Claude Code hooks. Guardrails that run automatically.

Hooks are shell scripts that run at key points in Claude's workflow — before a tool call, after a tool call, on stop. They block dangerous operations, enforce quality, and send notifications. Most developers have never written one. These 17 pre-built hooks give you that power with no bash scripting required.

$19
per pack
$49 for all 17 hooks
Get Hook Libraries →
Pack 01 · 5 hooks Safety Guard $19
  • block-dangerous-rm — intercepts any rm -rf targeting source directories; requires explicit confirmation
  • block-env-writes — prevents Claude writing to .env, .env.local, or any secrets file
  • block-force-push — blocks git push --force to main/master; warns on all force pushes
  • secret-scanner — scans file writes for API keys, tokens, and credential patterns before saving
  • prod-db-guard — detects production database connection strings and blocks destructive SQL commands
Pack 02 · 5 hooks Quality Enforcer $19
  • auto-lint — runs ESLint/Prettier/Ruff automatically after every file write; fails fast on errors
  • auto-test — detects the companion test file and runs it after source file changes
  • console-log-blocker — warns when console.log / print() debug statements are committed to non-dev files
  • dependency-audit — runs npm audit / pip-audit whenever a lockfile changes; blocks on critical CVEs
  • migration-safety — blocks edits to existing migration files; enforces create-new-migration discipline
Pack 03 · 4 hooks Git Workflow $19
  • branch-protection — blocks direct commits to main/master; prompts Claude to create a feature branch
  • conventional-commit — validates commit messages against Conventional Commits spec; rejects non-conforming messages
  • pre-commit-tests — runs the full test suite before every commit; blocks commit on failure
  • session-changelog — appends a summary of all files changed in the session to CHANGELOG.md on stop
Pack 04 · 3 hooks Notifications $19
  • desktop-notification — sends a macOS/Linux system notification when Claude finishes or stops; includes session summary
  • slack-webhook — posts a Slack message with files changed, tools used, and outcome when the session ends
  • token-cost-tracker — logs token usage and estimated cost per session to a local CSV; running total in terminal

Pricing

Single pack$19
Safety + Git bundle$29
Quality + Notifications bundle$29
All 4 packs (17 hooks)$49

Install scope

  • Safety Guard: global (~/.claude/) — every project
  • Git Workflow: global — any repo Claude touches
  • Quality Enforcer: per-project (auto-detects stack)
  • Notifications: global — any session

Product 5

Workflow Recipes preview
🔄

Workflow Recipes

One prompt. 15 autonomous steps. One decision point.

Each recipe is a copy-paste starter prompt that sends Claude on a multi-step autonomous workflow — pausing only at the one moment where your judgement adds real value. Tasks that take 30–90 minutes of back-and-forth get done in one focused session.

$9
per recipe
$39 for all 7
Get Recipes →

The 7 recipes

  • Full PR Pipeline — branch → implement → test → lint → commit → push → open PR
  • Dependency Upgrade — audit → classify → upgrade by batch → fix → security scan
  • New Feature (TDD) — test plan → RED → GREEN → REFACTOR → integrate
  • Bug Fix Workflow — hypotheses → regression test → fix → full suite
  • Code Review Prep — BLOCK/SUGGEST/NIT self-review + PR description + confidence rating
  • DB Migration — impact analysis → migration + rollback → code updates → safety checklist
  • Codebase Onboarding — full project map → health report → CODEBASE.md generated

Pricing

Single recipe$9
3-pack (daily drivers: 01 + 04 + 05)$19
Full 7-recipe collection$39

Each recipe includes

  • Workflow table (every step documented)
  • Copy-paste starter prompt
  • Decision point guide
  • CLAUDE.md snippet for your project
  • Expected output checklist

Product 6

MCP Server Templates preview
🔌

MCP Server Templates

Give Claude direct access to your database, API, and tools.

MCP (Model Context Protocol) lets Claude talk directly to external systems. Set up one of these servers and Claude can query your PostgreSQL database, call your internal API, search your file system, or send Slack notifications — all from within a Claude Code session. Fill in credentials, build, add one JSON block to settings, done.

$19
per template
$59 for all 5
Get MCP Templates →

The 5 templates

  • Starter Boilerplate — correct TypeScript foundation: error handling, stdio transport, patterns
  • PostgreSQL Server — query, list tables, describe schema, EXPLAIN ANALYZE; read-only mode built in
  • REST API Wrapper — GET/POST/PUT/PATCH/DELETE for any REST API; configurable auth headers
  • Filesystem Pro — tree, grep, diff, stats, find; all path-sandboxed to your project
  • Webhook Notifier — Slack (plain + Block Kit), Discord (plain + embeds), any webhook

Pricing

Single template$19
Starter + any one domain template$29
All 5 templates$59

Each template includes

  • Complete TypeScript project (src + tsconfig)
  • package.json with all dependencies
  • .env.example with all options documented
  • Settings JSON snippet for Claude Code
  • README with setup and usage examples

Product 7

Starter Kits preview
🚀

Terminal AI Starter Kits

Start your next project in 5 minutes, not 2 hours.

The first hour of any project is the most wasteful hour in development. Installing, configuring linting, setting up CI, writing CLAUDE.md — before writing a line of what you're actually building. These kits skip that hour. Every kit has a CLAUDE.md tuned to its stack so Claude understands the project from your first prompt.

$19
per kit
$49 for all 5
Get Starter Kits →

The 5 kits

  • Next.js SaaS — Next.js 15, Prisma 6, NextAuth v5, Tailwind v4, Vitest, CI
  • FastAPI Service — FastAPI 0.115, SQLAlchemy 2 async, Pydantic v2, Poetry, Ruff, mypy, CI
  • CLI Tool — Commander v12, Ink v5, Chalk, TypeScript ESM, Vitest
  • Chrome Extension — Manifest V3, Vite, React, TypeScript — 3-context architecture correct
  • Discord Bot — discord.js v14, slash commands, deploy script, TypeScript ESM

Pricing

Single kit$19
Any two kits$29
All 5 kits$49

Every kit includes

  • CLAUDE.md tuned to the stack
  • ESLint + Prettier configured
  • Conventional Commits (commitlint + husky)
  • GitHub Actions CI (lint + test on PR)
  • .env.example with all vars documented
  • README with setup and deploy instructions

Best value

Get all 7 toolkits for $149

Individually these cost $253. The Complete Toolkit saves you $104 and comes with updates included.

30-day refund guarantee  ·  Instant download

Get the Complete Toolkit — $149 →