Developer Workflow Bundle
Everything you need to make Claude Code and Codex work for you.
This bundle includes:
HandoffPilot ($19) — Never lose context between sessions. /handoff before context fills, /resume where you left off.
VoiceLock ($9) — Remove AI slop from generated prose. Flags "delve," "tapestry," and 50+ other tells.
WebApp Tester ($15) — Professional browser testing with Playwright. Screenshots on failure, mobile viewports.
Spec2Code ($19) — Turn Notion specs into implementation plans. Tasks, dependencies, estimates.
uBrowser ($15) — Fast browser automation. 5x faster than alternatives, 8x cheaper.
Codebase Graph ($25) — Interactive code visualization. Find dead code, circular deps, entry points.
Changelog Generator ($9) — Turn git commits into beautiful release notes.
Total individual value: $111 Bundle price: $99 — save $12
All skills work with Claude Code and Codex. One-time purchase. No subscriptions.
Works with every agent that reads SKILL.md — Claude Code, Cursor, Codex CLI, Gemini CLI, GitHub Copilot, Windsurf, OpenClaw, and more.
One payment, lifetime access. 7 skills unlock instantly in your library.
30-day refund guarantee
Instant unlock in your library
Free updates from the creator
What's included
7 skills
Map any repo into an interactive D3 dependency graph plus a Markdown onboarding guide: entry points, module relationships, circular dependencies, and dead-code candidates, with refactor suggestions. Parses TypeScript, Python, Java, Go, and Rust imports, exports, and calls. Self-contained HTML, no source changes.

Save a coding agent's full working state to a handoff file before it hits the context limit, then resume in a fresh session without re-explaining everything. Captures the active plan, git branch, uncommitted changes, decisions, blockers, and next steps, so Claude Code or Codex picks up exactly where it stopped instead of starting cold.

Turn messy PRDs, Notion docs, and user stories into a structured implementation plan: tasks with dependencies, complexity estimates, file paths, and acceptance criteria, plus GitHub-ready issues you can post with one command. Flags the unresolved questions to settle with stakeholders before code starts.

Drive a browser from your agent without the token bloat. Batches navigate/click/type into one call, stays logged in with persistent sessions, and feeds the model compact DOM snapshots instead of giant HTML, so multi-step flows like logins, form-filling, and scraping behind auth stay fast and cheap. Runs on the uBrowser MCP server.

Run real Playwright E2E tests on your web app: login, checkout, and form flows across desktop and mobile viewports, with screenshots, traces, and console logs captured on every failure. Catches broken flows and UI regressions before release, and tells you the likely fix, not just that something broke.

Turn git history into clean release notes: parses Conventional Commits across a tag range or commit window, groups them into Features, Fixes, and Breaking Changes, translates the jargon into plain English, and suggests the next SemVer bump. Markdown ready for GitHub, GitLab, or your CHANGELOG.md.

Humanize AI writing without changing the facts: strips the tells (delve, tapestry, em-dash abuse, throat-clearing) and rewrites flat LLM prose into sharp, concrete, human-sounding copy. Feed it a writing sample and it builds a reusable voice profile so every future draft sounds like you, not the model.
See it in action
You say
Analyze this repository's structure to identify the main entry points, check for circular dependencies, and find any unused files or core architectural modules.
Your agent does
📦 Entry Points: src/main.ts 🔄 Cycles Detected: src/auth.ts -> src/user.ts -> src/auth.ts ⚠️ Dead Code: src/utils/legacy-formatter.ts (0 inbound refs) 🚀 Core Modules: src/app.ts (Centrality: 0.82) Refactor: Split 'auth.ts' types to break the circular dependency with 'user.ts'.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.