An open-source starter kit of production-ready agent skills, test-driven workflows, and hybrid RAG search architectures for Claude Code, Cursor, Windsurf, and autonomous multi-agent harnesses.
tdd-workflow: Enforces strict Red-Green-Refactor test loops before writing application logic.api-and-interface-design: Schema-first contract stability with Zod and Pydantic validation.doubt-driven-development: Adversarial self-review catching memory leaks and edge cases.hybrid-rag-vector-search: Reciprocal Rank Fusion (RRF) combining PostgreSQL tsvector with pgvector.observability-and-instrumentation: Zero-blindspot JSON logging, token cost tracking, and latency profiling.Get access to our complete production engineering assets (use coupon LAUNCH20 for 20% off):
| Package | Description | Link |
|---|---|---|
| LangGraph Multi-Agent Starter Kit ($29) | Full TypeScript & Python codebase, Supervisor topology, Redis+pgvector memory, and RRF search. | Get Starter Kit ($23.20) |
| Claude Code Prompts Pack ($19) | 50 battle-tested production prompt templates for multi-agents, security, and refactoring. | Get Prompts Pack ($15.20) |
| Claude AI Engineering Skills Pack ($49) | Complete collection of 84 production skills covering full-stack AI engineering. | Get 84 Skills Pack ($39.20) |
Clone the repository and copy the skills to your local Claude configuration:
git clone https://github.com/yevhens-hue/claude-skills-starter-kit.git
cp -r claude-skills-starter-kit/skills/* ~/.gemini/config/skills/
MIT License. Created by Yevhen Shaforostov.
2 commits
An open-source starter kit of production-ready agent skills, test-driven workflows, and hybrid RAG search architectures for Claude Code, Cursor, Windsurf, and autonomous multi-agent harnesses.
tdd-workflow: Enforces strict Red-Green-Refactor test loops before writing application logic.api-and-interface-design: Schema-first contract stability with Zod and Pydantic validation.doubt-driven-development: Adversarial self-review catching memory leaks and edge cases.hybrid-rag-vector-search: Reciprocal Rank Fusion (RRF) combining PostgreSQL tsvector with pgvector.observability-and-instrumentation: Zero-blindspot JSON logging, token cost tracking, and latency profiling.Get access to our complete production engineering assets (use coupon LAUNCH20 for 20% off):
| Package | Description | Link |
|---|---|---|
| LangGraph Multi-Agent Starter Kit ($29) | Full TypeScript & Python codebase, Supervisor topology, Redis+pgvector memory, and RRF search. | Get Starter Kit ($23.20) |
| Claude Code Prompts Pack ($19) | 50 battle-tested production prompt templates for multi-agents, security, and refactoring. | Get Prompts Pack ($15.20) |
| Claude AI Engineering Skills Pack ($49) | Complete collection of 84 production skills covering full-stack AI engineering. | Get 84 Skills Pack ($39.20) |
Clone the repository and copy the skills to your local Claude configuration:
git clone https://github.com/yevhens-hue/claude-skills-starter-kit.git
cp -r claude-skills-starter-kit/skills/* ~/.gemini/config/skills/
MIT License. Created by Yevhen Shaforostov.
2 commits