Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/J-StaR-Films-Studios/VibeCode-Protocol-Suitenpx agentmods add skills/j-star-films-studios/vibecode-protocol-suite/skill-curatorWrote 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.
[](https://agentmods.dev/skills/j-star-films-studios/vibecode-protocol-suite/skill-curator)<a href="https://agentmods.dev/skills/j-star-films-studios/vibecode-protocol-suite/skill-curator"><img src="https://agentmods.dev/badge/skills/j-star-films-studios/vibecode-protocol-suite/skill-curator/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.
<a href="https://agentmods.dev/skills/j-star-films-studios/vibecode-protocol-suite/skill-curator"><img src="https://agentmods.dev/badge/skills/j-star-films-studios/vibecode-protocol-suite/skill-curator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
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 →
- medium Agent Snooping · line 82 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00028 | $0.01071 |
| Opus 5 | $0.00014 | $0.00535 |
| Sonnet 5 | $0.00006 | $0.00214 |
| Haiku 4.5 | $0.00003 | $0.00107 |
Grade A, and why
skill-curator 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 106 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill Curator
Automated workflow for ingesting, categorizing, standardizing, and wiring new or existing skills into the Takomi Skills Ecosystem without prompt bloat.
1. The 6-Step Ingestion Workflow
When the user gives you a new skill (or asks to organize, rename, or import one), execute these 6 steps in order:
flowchart TD
A["1. Inspect & Deduplicate"] --> B["2. Placement Decision"]
B --> C["3. Standardize Frontmatter"]
C --> D["4. Update Parent Router"]
D --> E["5. Cleanse & Unslop"]
E --> F["6. Register & Verify"]
Step 1: Inspect & Deduplicate
- Read the incoming skill's instructions, code, and helper scripts.
- Search existing suites (
assets/.agent/skills/) to check for duplicate or overlapping capabilities:node scripts/verify_skills_integrity.cjs - If an existing skill already handles this domain, present a recommendation to the user to either merge, upgrade, or co-locate the skill.
Step 2: Placement Decision
Apply the Lean Unified Skills Architecture rules:
| Condition | Destination | Action |
|---|---|---|
| Relates to an existing domain (frontend, video, dev, testing, agents, docs, marketing) | Existing Umbrella Suite | Place as a sub-folder inside the suite (e.g. assets/.agent/skills/<suite>/<sub-skill>/). |
| Single-purpose CLI binary wrapper or global mode | Standalone Skill | Place at top level assets/.agent/skills/<skill>/. |
| Distinct new domain with 3+ related sub-skills | New Umbrella Suite | Create new suite folder with top-level router SKILL.md. |
| Core Essentials | Reserved | NEVER automatically add to Core Essentials. Core status is strictly decided by the user. |
Step 3: Standardize Frontmatter & Naming
Every SKILL.md MUST begin with standardized YAML frontmatter:
---
name: my-skill-name
description: Use when [user wants to do X, trigger condition Y, or intent Z]... (Max 2 sentences, dense keyword triggers).
author: Original Author
coauthored: J StaR Films / Takomi
version: 1.0.0
---
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.
- 10d ago First seen · 106 lines · 28 tokens per session scan A 6dfdad267332
skill-curator is a skill published in the GitHub repository J-StaR-Films-Studios/VibeCode-Protocol-Suite (24 stars, last pushed 5d ago), licensed ISC. It adds 28 tokens to every session and 1,071 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.
Other skills, from other repositories
happiness-skill
A Chinese-language guide to happiness based on reducing unmet wants, focusing on the present, and treating happiness as a trainable skill.
setup-matt-pocock-skills
A setup skill that configures engineering skills for a repository, including its issue tracker, labels, and documentation layout. A repository is the project folder managed by version control.
frontend-design
A design guide for building polished web interfaces such as pages, dashboards, forms, navigation, and reusable UI components. It covers HTML, CSS, JavaScript, and common frontend frameworks.
alterlab-cobrapy
Build and analyze genome-scale constraint-based metabolic models with COBRApy — flux balance analysis (FBA), flux variability analysis (FVA), gene and reaction knockouts, flux sampling, and SBML model I/O. Use when simulating metabolic networks, predicting growth or knockout phenotypes, or running systems-biology and…
alterlab-depmap
Query the Cancer Dependency Map (DepMap) for cancer cell line gene dependency scores (CRISPR Chronos), drug sensitivity data, and gene effect profiles. Use when identifying cancer-specific genetic vulnerabilities, finding synthetic lethal interactions, checking whether a gene is essential in given cell lines, or…
alterlab-syllabus-ai-policy
Drafts course-level generative-AI use policies and syllabus statements: assigns each graded task a permitted/restricted/prohibited tier (modeled on Cornell's prohibit/allow-with-attribution/encourage framework), writes the disclosure clause with a verbatim APA (OpenAI, 2023) or MLA Works Cited citation template for…