65 hand-picked AI agent skills. One install. Auto-activates.
Works with Claude Code, Codex, Cursor, Kimi, OpenCode, Pi.
Install · What you get · How it works · Docs · Browse skills
npx @floomhq/starter install --globalThat installs all 65 curated skills machine-wide into all eligible agents on your computer. Omit --global for a project-local install in the current repository, or pass --profiles dev,writing for a smaller subset. Auto-detects Claude Code, Codex, Cursor, Kimi, OpenCode, or Pi.
65 skills across 11 profiles:
| Profile | Skills | Examples |
|---|---|---|
| Core | 9 | find-skills, skill-creator, brainstorming, grill-me, systematic-debugging, writing-plans |
| Dev | 12 | next-best-practices, supabase-postgres-best-practices, tdd, webapp-testing, frontend-design |
| Writing | 9 | copywriting, copy-editing, content-strategy, brand-guidelines, doc-coauthoring |
| Research | 8 | just-scrape, agent-browser, pdf, xlsx, zoom-out |
| Marketing | 12 | seo-audit, marketing-psychology, social-content, programmatic-seo, page-cro, analytics-tracking |
| Sales | 8 | cold-email, sales-enablement, revops, churn-prevention, pricing-strategy |
| Ops | 10 | workplan, to-issues, to-prd, triage, internal-comms |
| Founder | 10 | pricing-strategy, product-marketing-context, launch-strategy, brand-guidelines |
| Data | 9 | xlsx, pdf, just-scrape, fuzzy-match, python-parallelization, testing-python |
| Design | 9 | frontend-design, web-design-guidelines, audit, polish, critique, tailwind-design-system |
| Video | 6 | video-polish, remotion-best-practices, audio-extractor, video-processor |
- One npm command runs the installer.
- Auto-detect your AI agent (Claude Code, Codex, Cursor, Kimi, OpenCode, Pi).
- Skills install locally to your machine (
~/.claude/skills/,~/.codex/skills/, etc.) or to the current project when you omit--global. - Folder-based skills also receive upstream support files when available, such as references and scripts.
- Activation rules are added to your agent's config so the right skill fires on the right task.
- You update manually with
npx @floomhq/starter update. The package has no daemon, no cron, and no background network process.
The public skills ecosystem is already huge. skills.sh alone indexes 91,000+ AI agent skills. Most agents drown in choice or pick wrong. We picked 65 high-signal skills from public catalogs, research-backed sources, and licensed workflow repos with real usage, clear licenses, broad applicability, and low setup friction. We filtered out narrow cloud-vendor skills, API-key-heavy skills, duplicate prompts, and personal dotfile snippets that do not belong in a general starter pack.
+16.2pp average pass-rate lift on SkillsBench when agents use curated skills. -2.9pp for a kitchen-sink public-index install. Curation matters.
npx @floomhq/starter updatePulls the latest install counts and any updated SKILL.md content. Skills you customized are preserved.
npx @floomhq/starter listnpx @floomhq/starter uninstallRemoves the skill directories and the activation block from your agent's config. Your other skills are not touched.
floomhq/starter (this repo)
├── manifest.json slim index (65 skills + 11 profiles)
├── skills/<slug>.json full per-skill data (SKILL.md content, files, source)
└── cli/
└── @floomhq/starter (npm) the CLI users install
The CLI fetches the slim manifest at install time, then lazy-loads per-skill JSONs only for skills the user installs. npx @floomhq/starter update refreshes manually while preserving user-edited files by default.
No telemetry. No account required. No daemon running. The CLI runs once, writes files locally, exits. Source code is open and auditable.
MIT, copyright Floom contributors.
Individual skills retain their own licenses. See licenses/README.md for the per-source license table.
- Federico de Ponte
- Adam Beaudoin
Pull requests welcome.
- Site: floom.dev
- npm: @floomhq/starter
- Library: Browse all 65 skills
- Docs: floom.dev/docs
- X: @floomhq