skill-catalog

skill-catalog is a skill for Claude Code from matteotitta/genesys-skills. It costs 96 tokens per session (10,203 once invoked), scanned A, original, MIT.

A central registry of available skills, showing what each one does, when it should be used, what it depends on, and how skills can be combined.

In plain words
What is it for?
It helps find skills, inspect their required inputs, review dependencies, see follow-on skills, and keep the registry updated from individual skill files.
Why use it?
It makes a large collection of skills easier to search and helps identify the right instructions for a task.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: reads .claude/ paths; mentions Claude Code.

Good fit It helps find skills, inspect their required inputs, review dependencies, see follow-on skills, and keep the registry updated from individual skill files.

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

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 skill-catalog

README.md
[![agentmods](https://agentmods.dev/badge/skills/matteotitta/genesys-skills/skill-catalog/github.svg)](https://agentmods.dev/skills/matteotitta/genesys-skills/skill-catalog)
Your own site
<a href="https://agentmods.dev/skills/matteotitta/genesys-skills/skill-catalog"><img src="https://agentmods.dev/badge/skills/matteotitta/genesys-skills/skill-catalog/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 skill-catalog

Your own site · 80×15
<a href="https://agentmods.dev/skills/matteotitta/genesys-skills/skill-catalog"><img src="https://agentmods.dev/badge/skills/matteotitta/genesys-skills/skill-catalog.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 10,203 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Prompt Injection · line 85
    Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.
    Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
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.00096 $0.10203
Opus 5 $0.00048 $0.05102
Sonnet 5 $0.00019 $0.02041
Haiku 4.5 $0.00010 $0.01020

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

Security

Grade A, and why

skill-catalog 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.

skills/meta/catalog/skill-catalog/SKILL.md · 547 lines

How it starts

The opening of the file, as written. The whole thing — 547 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill Catalog

Central registry of all Claude skills. The body of this file is auto-generated from each SKILL.md frontmatter by scripts/regenerate-catalog.py, run on every commit via the pre-commit hook. The 107-row table + edge index that follows is the skill's actual deliverable, not bloat — hence the slim_exemption.

To use this catalog, scan the table by primitive (research, content, social, etc.) for the skill you need. Each row shows ontology type, review gate, owning agent, and edge counts. The edge index at the end lists every dependency relationship in flat form for quick grep.

Claude Code Triggers

Invoke when:

  • "What skills do I have?" / "Show me the skill catalog"
  • "What skill should I use for [task]?"
  • "What does [skill] need as input?" / "What can I do after [skill]?"
  • "Show skill dependencies" / "Skill registry"

Do NOT invoke when:

  • User wants to run a specific skill → Run that skill directly
  • User wants to create a new skill → Use prompt-design or workflow-design

How to update the catalog

Don't hand-edit between the BEGIN/END markers. Edit individual SKILL.md frontmatter — the pre-commit hook regenerates this section automatically. To regenerate manually:

bash.claude/skills/meta/catalog/skill-catalog/scripts/regenerate-catalog.sh

To validate chains without regenerating:

bash.claude/skills/meta/catalog/skill-catalog/scripts/chain-lint.sh --validate-ontology

For a one-glance catalog state + health check (totals by primitive / status / owner, graph health, recency) — read-only, built on chain-lint:

bash.claude/skills/meta/catalog/skill-catalog/scripts/catalog-query.sh # human summary
bash.claude/skills/meta/catalog/skill-catalog/scripts/catalog-query.sh --json # machine-readable

Skill catalog (auto-generated)

167 active skills. Last commit touching .claude/skills/: 2026-07-27T15:47:14+01:00

AUTO-GENERATED — do not hand-edit between the BEGIN/END markers. Edit individual SKILL.md frontmatter; the pre-commit hook regenerates this section. To regenerate manually: bash.claude/skills/meta/catalog/skill-catalog/scripts/regenerate-catalog.sh.

Read the full file on GitHub · 547 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. 11d ago First seen · 547 lines · 96 tokens per session scan A 26458a571db0

Subscribe to this mod's changes

skill-catalog is a skill published in the GitHub repository matteotitta/genesys-skills (36 stars, last pushed 1mo ago), licensed MIT. It adds 96 tokens to every session and 10,203 once invoked, about $0.0005 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

gingiris-b2b-growth

🇺🇸 B2B SaaS Growth — PLG vs SLG Playbook — Diagnose whether your problem is distribution, pricing, or PMF. PLG/SLG selection by ACV and sales cycle, the 5-stage path from $0 to $10M ARR, NRR discipline, affiliate & channel motion, enterprise tiering. Built from HeyGen, Deel, Vercel, Supabase, Snowflake patterns.…

Gingiris-1031/gingiris-skills · 484 tokens

gr-b2b-growth

A guide to growing a business-to-business software product from early user research to large-scale sales. B2B software is sold to companies rather than individual consumers.

Gingiris-1031/gingiris-skills · 83 tokens

go-to-market-playbook

A reusable Go-to-Market strategy template for both B2B and B2C launches. Covers positioning, messaging, ICP definition, channel selection, and competitive analysis frameworks. By @WeiYipei.

Gingiris-1031/gingiris-skills · 48 tokens

gingiris-go-global

🇺🇸 AI Product / SaaS Go-Global Complete SOP — From competitor research to launch to monetization. A full-cycle playbook covering Phase 0-5 (market validation, positioning, first 100 users, user interviews, beta-to-growth) plus open-source launch, Product Hunt, Reddit, SEO/GEO, conversion, and org principles.…

Gingiris-1031/gingiris-skills · 534 tokens

gr-competitor-research

Your competitor just launched. You have no idea how they grew so fast. Should you reverse-engineer their website? Track their social media? Map their growth flywheel? This gives you the complete SOP — from Wayback Machine snapshots to X/Twitter propagation analysis to growth flywheel scoring. Built from 150+ AI…

Gingiris-1031/gingiris-skills · 582 tokens

ai-launch-playbook

Launch your AI product to global attention — the playbook behind Manus, Devin, and AFFiNE's breakout launches. Covers AI-specific GTM strategy, hype cycle management, waitlist tactics, and multi-market rollout for maximum day-one impact.

Gingiris-1031/gingiris-skills · 54 tokens