find-skills

find-skills is a skill for Claude Code, Codex from caliber-ai-org/ai-setup. It costs 76 tokens per session (528 once invoked), scanned A, original, MIT.

A tool for finding community-made skills for a developer's current task and installing them into a project. A skill is a set of instructions that teaches an agent how to handle a specific kind of work.

In plain words
What is it for?
Use it when starting work with a new technology or task, or when you ask how to do something that may have a reusable skill. It searches the public registry and installs selected skills.
Why use it?
It removes the need to know which specialized skills exist or where to find them. It also provides a process for reviewing search results, choosing skills, installing them, and loading their instructions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it when starting work with a new technology or task, or when you ask how to do something that may have a reusable skill. It searches the public registry and installs selected skills.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/caliber-ai-org/ai-setup/find-skills
About the project

Caliber is a tool that generates and continuously updates AI context and configuration files for software repositories, including CLAUDE.md, AGENTS.md, and platform-specific rules. Development teams use it to keep coding agents aligned with the current codebase across tools such as Claude Code, Cursor, Codex, OpenCode, and GitHub Copilot. Its catalogue entries include skills, hooks, rules, instructions, and settings for configuring that workflow.

caliber-ai-org/ai-setup · 1,267 stars · on GitHub · trycaliber.ai

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 caliber-ai-org/ai-setup --skill find-skills
Clone the repo
git clone --depth 1 https://github.com/caliber-ai-org/ai-setup

Made for: Claude Code, 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/caliber-ai-org/ai-setup/find-skills/github.svg)](https://agentmods.dev/skills/caliber-ai-org/ai-setup/find-skills)
Your own site
<a href="https://agentmods.dev/skills/caliber-ai-org/ai-setup/find-skills"><img src="https://agentmods.dev/badge/skills/caliber-ai-org/ai-setup/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/caliber-ai-org/ai-setup/find-skills"><img src="https://agentmods.dev/badge/skills/caliber-ai-org/ai-setup/find-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 528 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00076 $0.00528
Opus 5 $0.00038 $0.00264
Sonnet 5 $0.00015 $0.00106
Haiku 4.5 $0.00008 $0.00053

Measured 11d ago against content hash a987a8d9d19a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 11d 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.

.agents/skills/find-skills/SKILL.md · 55 lines

What it actually says

Find Skills

Search the public skill registry for community-contributed skills relevant to the user's current task and install them into this project.

Instructions

  1. Identify the key technologies, frameworks, or task types from the user's request that might have community skills available
  2. Ask the user: "Would you like me to search for community skills for [identified technologies]?"
  3. If the user agrees, run:
    caliber skills --query "<relevant terms>"
    
    This outputs the top 5 matching skills with scores and descriptions.
  4. Present the results to the user and ask which ones to install
  5. Install the selected skills:
    caliber skills --install <slug1>,<slug2>
    
  6. Read the installed SKILL.md files to load them into your current context so you can use them immediately in this session
  7. Summarize what was installed and continue with the user's task

Examples

User: "let's build a web app using React" -> "I notice you want to work with React. Would you like me to search for community skills that could help with React development?" -> If yes: run caliber skills --query "react frontend" -> Show the user the results, ask which to install -> Run caliber skills --install <selected-slugs> -> Read the installed files and continue

User: "help me set up Docker for this project" -> "Would you like me to search for Docker-related skills?" -> If yes: run caliber skills --query "docker deployment"

User: "I need to write tests for this Python ML pipeline" -> "Would you like me to find skills for Python ML testing?" -> If yes: run caliber skills --query "python machine-learning testing"

When NOT to trigger

  • The user is working within an already well-configured area
  • You already suggested skills for this technology in this session
  • The user is in the middle of urgent debugging or time-sensitive work
  • The technology is too generic (e.g. just "code" or "programming")
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. 11d ago First seen · 55 lines · 76 tokens per session scan A a987a8d9d19a

Subscribe to this mod's changes

find-skills is a skill published in the GitHub repository caliber-ai-org/ai-setup (1,267 stars, last pushed 1mo ago), licensed MIT. It adds 76 tokens to every session and 528 once invoked, about $0.0004 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-30.