agentsclimarketplace

Skill creator

Skill ComeOnOliver/skillshub/skills/HoangNguyen0403/agent-skills-standard/skill-creator

🧠 The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.

Install
npx -y skills add ComeOnOliver/skillshub --skill skill-creator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Standards for creating, testing, and optimizing Agent Skills. Use when creating, improving, catching regressions, measuring trigger rates, or writing eval cases for any skill.

SKILL.md

3.7 KB, as published. Nobody here has run it

Agent Skill Creator Standard

Priority: P0 (CRITICAL)

Strict guidelines for High-Density Agent Skills. Maximize info/token ratio.

Core Principles (Token Economy First âš¡)

  • Progressive Loading: Load only essential content initially.
  • Lazy References: Move detailed examples to references/.
  • Imperative Compression: Use verbs, abbreviations, bullet points.
  • Context Limits: Cursor(~100k), Claude(~200k), Windsurf(~32k).

Three-Level Loading System

  1. Metadata: Triggers → AGENTS.md index (Proactive Activation)
  2. SKILL.md: Body < 100 lines → Core guidelines (When triggered)
  3. Resources: references/, scripts/, assets/ → Deep knowledge (On-demand)

Writing Rules

  • Imperative: Start with verbs. "Use BLoC" not "You should use BLoC".
  • Token Economy: Skip articles. Use standard abbreviations. Bullets > paragraphs.
  • Structure:
    1. Mandatory Frontmatter (YAML: name, description, metadata labels & triggers).
    2. Priority: P0 (Critical), P1 (Standard), P2 (Optional).
    3. Guidelines: Imperative Do's.
    4. Anti-Patterns: Strict format Don'ts.
    5. References: Links to lazy-loaded files.

Strict Size Limits

ElementLimitAction if Exceeded
SKILL.md total100 linesExtract to references/
Inline code block10 linesExtract to references/
Anti-pattern item15 wordsCompress to imperative
Tables8 rowsExtract to references/

Strict Formatting Rules

  • Anti-Patterns: **No X**: Do Y[, not Z]. [Context <= 15 words]
    • Example: **No Logic in Builder**: Perform calculations in BLoC, not UI.
  • No Redundancy: Do not repeat frontmatter descriptions.
  • Oversized Skills: If SKILL.md >100 lines, extract step-by-step guides and complex scenarios to references/.
  • Nested Formatting: Avoid **Bold**: \More Bold``.

Test, Measure & Iterate

After writing a skill draft, validate it before shipping:

  1. Write eval cases: Create evals/evals.json with 2–3 realistic prompts (see testing.md).
  2. Design trigger queries: Generate 8–10 should-trigger and 8–10 should-not-trigger queries to measure description accuracy.
  3. Optimize description: Make it "pushy" — list explicit trigger contexts, not just what it does.
  4. Catch regressions: Snapshot the skill before editing; compare before/after outputs for existing test cases.
  5. Iterate: Re-run evals after each change; stop when trigger rate ≥ 80% on held-out queries.

See Testing, Trigger Rate & Regression Guide for eval schema, query design rules, and regression protocol.

Resources & Deep Knowledge

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.