skill-discovery-workflow

skill-discovery-workflow is a skill for Claude Code, Codex from lukacf/meerkat. It costs 21 tokens per session (450 once invoked), scanned A, original, Apache-2.0.

A guide for finding and loading specialized skills in Meerkat, a system for coordinating coding agents.

In plain words
What is it for?
Use it to browse available skills, load a selected skill, read only the needed resources, and invoke its documented functions.
Why use it?
It explains how to discover the right skill and use its exposed tools and supporting resources instead of guessing their names or inputs.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to browse available skills, load a selected skill, read only the needed resources, and invoke its documented functions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lukacf/meerkat/skill-discovery-workflow
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 lukacf/meerkat --skill skill-discovery-workflow
Clone the repo
git clone --depth 1 https://github.com/lukacf/meerkat

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 skill-discovery-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/lukacf/meerkat/skill-discovery-workflow.svg)](https://agentmods.dev/skills/lukacf/meerkat/skill-discovery-workflow)
Your own site
<a href="https://agentmods.dev/skills/lukacf/meerkat/skill-discovery-workflow"><img src="https://agentmods.dev/badge/skills/lukacf/meerkat/skill-discovery-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 450 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.00021 $0.00450
Opus 5 $0.00010 $0.00225
Sonnet 5 $0.00004 $0.00090
Haiku 4.5 $0.00002 $0.00045

Measured 7d ago against content hash c06c062a3ad1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

skill-discovery-workflow 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 7d 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.

meerkat-tools/skills/skill-discovery-workflow/SKILL.md · 44 lines

What it actually says

Skill Discovery Workflow

Use skills when the available skill inventory contains domain guidance that would improve the current turn. Skills are explicit instruction manuals; they are discoverable by default but not automatically injected unless a session or turn asked for them.

Operating Rules

  • Use browse_skills when the inventory is in collection mode, when the user mentions a domain, or when you suspect a built-in companion skill exists for a tool family.
  • Use load_skill with a typed builtin SkillKey when you need the full operating guidance before calling a tool family. On the wire, pass the source_uuid and skill_name fields returned by browse_skills; do not synthesize a slash-delimited identifier.
  • Use skill_list_resources and skill_read_resource for supporting files a skill exposes. Read only the resources needed for the current workflow.
  • Use skill_invoke_function only for a function explicitly exposed by the selected skill. Its arguments must be a JSON object, and its output is wire-opaque skill-owned JSON.
  • Treat tool descriptions as schema and capability summaries. Treat companion skills as the source for when, how, and why to use a tool family.
  • Respect capability gating. If a skill is absent, continue with the tools that are actually available instead of assuming the capability exists.
  • Do not preload broad skills just in case. Load only the skill needed for the current workflow.
  • Source identity can be remapped by the runtime. Continue with the canonical key returned by load/resource/function operations rather than caching an old source UUID as permanent identity.

Companion Skills

Companion skills are embedded skills owned by a Meerkat crate or tool family. They are gated by requires_capabilities and teach agent behavior for a capability such as WorkGraph, Schedule, shell, memory, comms, hooks, or builtin utilities.

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. 7d ago First seen · 44 lines · 21 tokens per session scan A c06c062a3ad1

Subscribe to this mod's changes

skill-discovery-workflow is a skill published in the GitHub repository lukacf/meerkat (20 stars, last pushed yesterday), licensed Apache-2.0. It adds 21 tokens to every session and 450 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

stuck

Diagnose frozen, stuck, or slow Qwen Code sessions on this machine. Scans for problematic processes, high CPU/memory usage, hung subprocesses, and debug logs. Use /stuck or /stuck to focus on a specific process.

QwenLM/qwen-code · 57 tokens

e2e-testing

Guide for running end-to-end tests of the Qwen Code CLI, including headless mode, MCP server testing, and API traffic inspection. Use this skill whenever you need to verify CLI behavior with real model calls, reproduce user-reported bugs end-to-end, test MCP tool integrations, or inspect raw API request/response…

QwenLM/qwen-code · 94 tokens

structured-debugging

Hypothesis-driven debugging methodology for hard bugs. Use this skill whenever you're investigating non-trivial bugs, unexpected behavior, flaky tests, or tracing issues through complex systems. Activate proactively when debugging requires more than a quick glance — especially when the first attempt at a fix didn't…

QwenLM/qwen-code · 85 tokens

desktop-brand-builder

Generate a branded Qwen Code desktop package from the Tauri desktop shell using a minimal brandId and logo. Use when the user wants a custom, white-label, or rebranded desktop client, installer, DMG/EXE/AppImage/deb, or one-click brand build on top of packages/desktop-shell.

QwenLM/qwen-code · 69 tokens

repo-hygiene

Use when the scheduled repo-hygiene workflow runs from GitHub Actions (or an operator dry-run) to scan the repository for small, certain docs/test/code hygiene issues and fix them as one batched branch.

QwenLM/qwen-code · 48 tokens

agent-reproduce-feature

Use when reproducing an existing Codex or Claude Code feature in Qwen Code or another agent CLI by choosing a reference agent, capturing HTTP request bodies, prompts, tool/function schemas, terminal output, and then implementing the matching behavior in the target repo.

QwenLM/qwen-code · 56 tokens