Tools &
Skills.

Open-source tools and Claude Code skills for lead generation, voice synthesis, strategic analysis, opportunity evaluation, and product development. All used in production.
Starter Kit

claude-code-starter

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

  • 20 skills across 4 categories, ready to use
  • Interactive getting-started guide
  • 6-step opportunity evaluation pipeline
  • BMAD Method with 7 product dev agents
  • Pre-approved permissions, no constant prompts
View on GitHub Details
# Clone and go git clone https://github.com/pengasuzie/claude-code-starter.git cd claude-code-starter claude # Just talk naturally > Transcribe this meeting recording Transcribing... 2 speakers found. > I have a new business idea Let's capture this. Starting with the pitch... > Score this opportunity Scoring across 8 dimensions... Recommendation: Conditional Go (7.2/10)
Skill

ai-voice-kit

Local AI voice tools for Claude Code. Text-to-speech with 50 voices (Kokoro), audio transcription with speaker identification (WhisperX). No cloud APIs, runs on your machine.

  • 3 skills: voice-to-text, strategic-analysis, text-to-voice
  • 50 voices, generates audio in seconds
  • Transcription with speaker diarization
  • 4 analysis modes: sales, consulting, competitive, debrief
  • Full chain: recording → analysis → audio briefing
View on GitHub Setup Guide
# The full chain > /voice-to-text client-call.m4a Transcribing... 2 speakers found. > /strategic-analysis client-call.txt Gathering project context... Output: analysis.md + analysis-voice.txt > /text-to-voice analysis-voice.txt Generating with Kokoro (bf_lily)... Output: ├─ analysis-voice.mp3 (6m 18s) └─ Engine: Kokoro, Voice: bf_lily
Tool

lead-monitor

Automated lead generation that watches Reddit, Hacker News, and RSS feeds for buying signals. Scores relevance, deduplicates, and notifies you via email or Slack.

  • Keyword matching with intent scoring
  • Reddit, Hacker News, and RSS sources
  • Email (Resend) and Slack notifications
  • 30-day historical backfill
  • Run as cron job or on-demand
View on GitHub Setup Guide
// Configure your keywords and sources const config = { keywords: { high: ["need a tool for", "looking for"], medium: ["automate", "alternative to"], }, sources: { reddit: ["r/sales", "r/startups"], rss: ["techcrunch.com/feed"], hn: true, }, notify: { email: "you@company.com", slack: "#leads", }, };
Library

docsbot

Drop-in AI help assistant for any website. Add a floating chat widget powered by Claude that answers questions from your knowledge base. Three lines of code.

  • React widget with typewriter animation
  • Headless hook for custom UI
  • Backend handler for Next.js / Express
  • CSS custom properties for theming
  • One dependency (react-markdown)
View on GitHub Setup Guide
// Three lines to add AI help import { DocsBot } from '@pengasuzie/docsbot' function App() { return ( <DocsBot apiEndpoint="/api/help" title="Help" /> ) }
Skill

lead-research-assistant

A Claude Code skill that understands your product, researches target companies, and generates interactive HTML reports with fit scoring, digital maturity assessment, and outreach strategies.

  • 3 product context modes (describe, codebase, both)
  • Fit scoring (1–10) with tier classification
  • Interactive HTML report output
  • HubSpot CRM integration
  • Contact strategies and outreach angles
View on GitHub Setup Guide
# One command, shareable output > /lead-research-assistant We're a practice management platform for accounting firms. Find 15 prospects in Brisbane. Researching target companies... Found 18 matching companies. Scoring and enriching leads... Report saved: lead-research-brisbane-2026-02-27.html 6 HIGH — ideal prospects 7 MEDIUM — possible fit 2 LOW — already using competitor
Voice

voice-to-text

Transcribe audio and video files with speaker identification. WhisperX-powered diarization, local processing.

Voice

text-to-voice

Convert text to natural speech with 50 voices. Kokoro engine, no cloud APIs. Generates MP3 in seconds.

Voice

voice-briefing

Turn a meeting transcript or document into a concise spoken audio briefing you can listen to on the go.

Strategy

strategic-analysis

Analyze documents with full project context. Four modes: sales, consulting, competitive, debrief.

Strategy

competitive-intel

Competitive gap analysis. Signal vs noise classification, gap matrix, and actionable report.

Evaluation

opportunity-brief

Capture a new business opportunity: pitch, model, people, risks, and initial assessment in a structured brief.

Evaluation

market-research

Size the market, find demand signals, check trends. TAM/SAM/SOM analysis with evidence-based scoring.

Evaluation

competitor-landscape

Map existing players in a market. Identify gaps, positioning opportunities, and competitive dynamics.

Evaluation

strategy-session

Brainstorm go-to-market, differentiation, and blue ocean strategy. Interactive creative thinking session.

Evaluation

due-diligence

Vet people, financials, legal, and technical feasibility. Structured DD findings with red flag tracking.

Evaluation

viability-assessment

Score an opportunity across 8 weighted dimensions. Produces a go/no-go recommendation with confidence level.

Utility

new-idea

Scaffold a new idea directory with brief, research, competitors, and assessment files. Starting point for evaluation.