Start with
20 skills ready to go.

A pre-configured Claude Code project with skills for voice/audio, strategic analysis, opportunity evaluation, and structured product development. Clone the repo, open it, and start talking.

View on GitHub Setup Guide

4 skill categories

Everything is pre-configured and ready to use. Claude automatically detects the .claude/ folder and loads all skills. Just ask naturally and it picks the right one.

  • Voice & Audio — transcription, text-to-speech, audio briefings
  • Strategic Analysis — document analysis, competitive intelligence
  • Opportunity Evaluation — 6-step idea evaluation pipeline
  • Product Development — BMAD Method with 7 specialised agents

Plus an interactive guide

Includes a guide.html with a sidebar, expandable skill descriptions, example conversations, and the full evaluation workflow — all in one page. Open it in a browser for a visual overview of everything available.

  • Pre-approved permissions (no constant prompts)
  • CLAUDE.md project instructions already configured
  • /new-idea command to scaffold evaluation directories
  • MIT licensed — use it however you want

Structured idea evaluation

The opportunity evaluation skills work as a pipeline. Each step builds on the last — market research informs the competitor analysis, which informs the strategy session, and so on.

You can also run any skill independently if you just need one piece.

  • /new-idea — Scaffold a directory for the idea
  • /opportunity-brief — Capture pitch, model, people, risks
  • /market-research — Size the market, find demand signals
  • /competitor-landscape — Map existing players, find gaps
  • /strategy-session — Brainstorm go-to-market
  • /due-diligence — Vet feasibility
  • /viability-assessment — Score and decide
01

Install Claude Code

If you haven't already, install Claude Code globally. You'll need an Anthropic API key from console.anthropic.com.

npm install -g @anthropic-ai/claude-code
02

Clone and open

Clone the repo and start Claude Code inside it. All 20 skills load automatically from the .claude/ folder.

git clone https://github.com/pengasuzie/claude-code-starter.git cd claude-code-starter claude
03

Start talking

Just ask for what you need. Claude picks the right skill automatically. Or type a slash command directly.

# These all work > Transcribe this meeting recording > I have a new business idea — evaluate it > Analyse this transcript for competitive threats > Help me write a PRD for my product > Score this opportunity — should I pursue it?

Everything is editable

Skills are just markdown files. Open any .claude/skills/[name]/SKILL.md in a text editor to customise how Claude approaches that task.

Edit .claude/CLAUDE.md to add your own project context, preferences, and conventions.

Add more skills

Browse and install from the open skills ecosystem. Create a new folder in .claude/skills/ with a SKILL.md file, or use the skills CLI:

npx skills find seo npx skills find cloudflare npx skills find react