Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add floomhq/starter --skill find-skillsgit clone --depth 1 https://github.com/floomhq/starterWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/floomhq/starter/find-skills)<a href="https://agentmods.dev/skills/floomhq/starter/find-skills"><img src="https://agentmods.dev/badge/skills/floomhq/starter/find-skills/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/floomhq/starter/find-skills"><img src="https://agentmods.dev/badge/skills/floomhq/starter/find-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00049 | $0.00551 |
| Opus 5 | $0.00024 | $0.00275 |
| Sonnet 5 | $0.00010 | $0.00110 |
| Haiku 4.5 | $0.00005 | $0.00055 |
Grade A, and why
find-skills scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Find Skills
This skill helps you choose from the skills already installed by @floomhq/starter. It is local-first: do not call external registries, package managers, or network search tools unless the user explicitly asks you to broaden discovery beyond the installed pack.
When to Use This Skill
Use this skill when the user:
- Asks "find a skill for X" or "is there a skill for X"
- Describes a task that may match one of the installed Floom Starter skills
- Wants to know which local skill to load before doing the work
- Has many installed skills and needs a quick shortlist
Local Discovery Order
- Read the Floom activation block in the current agent instruction file if present:
- Claude Code: .claude/CLAUDE.md or ~/.claude/CLAUDE.md
- Codex: AGENTS.md or ~/.codex/AGENTS.md
- Cursor: .cursor/rules/floom-skills.mdc or ~/.cursor/rules/floom-skills.mdc
- OpenCode: .opencode/AGENTS.md or ~/.config/opencode/AGENTS.md
- Kimi: .kimi/agents/floom-system.md or ~/.kimi/agents/floom-system.md
- If the activation block is missing or incomplete, inspect .floom/manifest.json in the current project or ~/.floom/manifest.json for the installed skill list.
- Match the user's task against installed skill names, descriptions, and profile groups.
- Load the exact local skill file before using it:
- Claude/Codex/OpenCode/Kimi: //SKILL.md
- Cursor: /.mdc
Recommendation Format
When one skill clearly matches, load it and continue with the task.
When multiple skills may match, present a short ranked list:
- Skill name
- Why it matches this task
- Local path to load
Then ask which one to use only if the choice changes the work materially. Otherwise, pick the strongest match and proceed.
If No Installed Skill Matches
Say that no installed Floom Starter skill clearly matches. Offer to handle the task with general capabilities, or tell the user they can install more curated skills with:
npx @floomhq/starter install --global
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 54 lines · 49 tokens per session scan A 589729dd97ff
find-skills is a skill published in the GitHub repository floomhq/starter (3 stars, last pushed 3mo ago), licensed MIT. It adds 49 tokens to every session and 551 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
nft-standards
Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.
postgresql-table-design
Use this skill when designing or reviewing a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features.
parallel-feature-development
Coordinate parallel feature development with file ownership strategies, conflict avoidance rules, and integration patterns for multi-agent implementation. Use this skill when decomposing a large feature into independent work streams, when two or more agents need to implement different layers of the same system…
cost-optimization
Optimize cloud costs across AWS, Azure, GCP, and OCI through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing cost governance policies.
istio-traffic-management
Configure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh traffic policies, progressive delivery, or resilience patterns.
cqrs-implementation
Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems.