find-skills

find-skills is a skill for Codex from floomhq/starter. It costs 49 tokens per session (551 once invoked), scanned A, original, MIT.

A local guide for finding which installed coding-agent skill matches a task. It searches the skills already available on the computer.

In plain words
What is it for?
Use it when asking whether a skill exists, finding a skill for a task, or choosing among many installed skills.
Why use it?
It avoids guessing which skill to use and avoids looking in outside registries when the needed skill may already be installed.

Skill for Codex

Written for Codex: reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

Good fit Use it when asking whether a skill exists, finding a skill for a task, or choosing among many installed skills.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/floomhq/starter/find-skills
Install

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.

Any agent
npx skills add floomhq/starter --skill find-skills
Clone the repo
git clone --depth 1 https://github.com/floomhq/starter

Made for: Codex.

Wrote 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.

agentmods badge for find-skills

README.md
[![agentmods](https://agentmods.dev/badge/skills/floomhq/starter/find-skills/github.svg)](https://agentmods.dev/skills/floomhq/starter/find-skills)
Your own site
<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.

agentmods 80×15 button for find-skills

Your own site · 80×15
<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>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 551 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 8d ago against content hash 589729dd97ff, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

site/skill-files/find-skills/SKILL.md · 54 lines

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

  1. 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
  2. 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.
  3. Match the user's task against installed skill names, descriptions, and profile groups.
  4. 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

Read the full file on GitHub · 54 lines

Changes

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.

  1. 8d ago First seen · 54 lines · 49 tokens per session scan A 589729dd97ff

Subscribe to this mod's changes

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.

Related

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.

wshobson/agents · 48 tokens

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.

wshobson/agents · 37 tokens

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…

wshobson/agents · 105 tokens

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.

wshobson/agents · 48 tokens

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.

wshobson/agents · 40 tokens

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.

wshobson/agents · 35 tokens