Force Multiplier Claude Skills banner
AnsKM AnsKM

Force Multiplier Claude Skills

Development community

Description

High-leverage Claude Code skills for operators and marketers. First skill: local audio/video transcription with Parakeet (Apple Silicon) or faster-whisper (Intel/Linux).

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Force Multiplier — Claude Code Skills & Commands

**Drop-in Claude Code skills and slash commands for solo operators, marketers, and builders who want to move like a bigger team.**

Each item in this repo is self-contained and ready to install. No NHB-specific paths, no project-specific assumptions — just tools that remove a recurring bottleneck.

What's inside

Module What you get Platforms
`ai-council` Turn Claude Code into a command center that spawns GPT-5.4 (OpenAI Codex) and Gemini 3.1 Pro as subagents — using the ChatGPT and Google AI subscriptions you already pay for. Three frontier models, one keyboard. any
`transcribe` Transcribe video/audio locally at ~20× realtime using Parakeet TDT 0.6B v3 (Apple Silicon) or faster-whisper Large V3 Turbo (Intel/Linux). No API costs, runs as a background service. macOS, Linux

More coming. See [CONTRIBUTING.md](./CONTRIBUTING.md) for the authoring conventions.

The big idea

A force multiplier is anything that lets one person produce the output of a team. Two of the biggest multipliers right now:

  1. Other AI models, orchestrated by Claude. ChatGPT Plus + Google AI Pro + Claude Pro already sit on your machine. ai-council teaches Claude Code how to call them on demand — no extra API spend, no tab-switching, no copy-paste between chat windows.
  2. Local inference. Transcription, embeddings, small models — running these on your own hardware is now fast enough to beat cloud APIs on both latency and cost. transcribe is the first of these.

Install — two flavors

Everything in this repo falls into one of two categories.

Slash commands (Markdown files → drop into `.claude/commands/`)

`ai-council` and most future commands are plain Markdown files. You just copy them into Claude Code's commands directory and restart.

# Clone once, somewhere stable
git clone https://github.com/AnsKM/force-multiplier-claude-skills.git