find-skills

find-skills is a skill for Claude Code from maxrave-dev/SimpMusic. It costs 67 tokens per session (1,118 once invoked), scanned A, original, GPL-3.0.

A helper for finding coding-agent skills that can be installed for a particular task. Skills are reusable instructions that extend what the agent can do.

In plain words
What is it for?
Use it to look for a skill for a specific workflow, capability, or development problem.
Why use it?
It helps when you know the job you want done but do not know whether an existing add-on can handle it.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

About the project

SimpMusic is a free and open-source music app for Android and desktop that uses YouTube Music and YouTube as its music backend. It is for people who want to browse, stream, organize, and listen to music with features such as lyrics, equalization, playlists, analytics, caching, and offline playback. The catalogue entries are skills, an instruction, and an agent associated with the app's development.

maxrave-dev/SimpMusic · 10,976 stars · on GitHub · simpmusic.org

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.

agentmods
npx agentmods add skills/maxrave-dev/simpmusic/find-skills
Any agent
npx skills add maxrave-dev/SimpMusic --skill find-skills
Clone the repo
git clone --depth 1 https://github.com/maxrave-dev/SimpMusic

Made for: Claude Code.

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/maxrave-dev/simpmusic/find-skills.svg)](https://agentmods.dev/skills/maxrave-dev/simpmusic/find-skills)
Your own site
<a href="https://agentmods.dev/skills/maxrave-dev/simpmusic/find-skills"><img src="https://agentmods.dev/badge/skills/maxrave-dev/simpmusic/find-skills.svg" alt="Measured on agentmods" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,118 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00067 $0.01118
Opus 5 $0.00034 $0.00559
Sonnet 5 $0.00013 $0.00224
Haiku 4.5 $0.00007 $0.00112

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

.claude/skills/find-skills/SKILL.md · 134 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 6d ago First seen · 134 lines · 67 tokens per session scan A 54b44dc9539d

Subscribe to this mod's changes

find-skills is a skill published in the GitHub repository maxrave-dev/SimpMusic (10,976 stars, last pushed today), licensed GPL-3.0. It adds 67 tokens to every session and 1,118 once invoked, about $0.0003 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

compose-state-authoring

Use when writing or reviewing Jetpack Compose code with bare local var in a @Composable, remember { mutableStateOf(...) }, mutableStateListOf/mutableStateMapOf, or @ReadOnlyComposable.

costular/Minitask · 46 tokens

compose-ui-testing-patterns

Use when writing or reviewing Jetpack Compose UI tests, screenshot tests, previews, semantics assertions, fake image loading, keyboard input, focus assertions, interaction state (hover/pressed/focused), or tests for plain state-driven UI composables.

costular/Minitask · 54 tokens

compose-state-holder-ui-split

Use when a Jetpack Compose screen-level composable takes a ViewModel/component/controller, collects state or effects, handles navigation/snackbars, or wires callbacks while also rendering layout.

costular/Minitask · 43 tokens

compose-focus-navigation

Use when writing or reviewing Jetpack Compose UI for TV, keyboard, desktop, accessibility focus, D-pad navigation, FocusRequester, focusProperties, key events, or initial focus behavior.

costular/Minitask · 41 tokens

kotlin-coroutines-structured-concurrency

Use when writing or reviewing Kotlin code that stores CoroutineScope, launches from init/non-suspending APIs, calls runBlocking, or catches broad exceptions around suspend calls.

costular/Minitask · 42 tokens

compose-stability-diagnostics

Use when writing or reviewing Jetpack Compose parameter stability, compiler reports, skippability, unstable UI state classes, collection parameters, or Kotlin 2.0+ strong skipping behavior.

costular/Minitask · 43 tokens