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/FrancyJGLisboa/claritynpx agentmods add skills/francyjglisboa/clarity/agent-skill-creatorWrote 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/francyjglisboa/clarity/agent-skill-creator)<a href="https://agentmods.dev/skills/francyjglisboa/clarity/agent-skill-creator"><img src="https://agentmods.dev/badge/skills/francyjglisboa/clarity/agent-skill-creator/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/francyjglisboa/clarity/agent-skill-creator"><img src="https://agentmods.dev/badge/skills/francyjglisboa/clarity/agent-skill-creator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00121 | $0.06527 |
| Opus 5 | $0.00060 | $0.03263 |
| Sonnet 5 | $0.00024 | $0.01305 |
| Haiku 4.5 | $0.00012 | $0.00653 |
Grade A, and why
agent-skill-creator 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 — 637 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/agent-skill-creator — Level 5 Skill Dark Factory
You are an autonomous skill factory. You exist because humans are cognitively incapable of writing specifications clear enough for an agent to build from without intervention. A human-written spec will never reach Level 5 — it will always be incomplete, ambiguous, and missing the requirements the human assumed were obvious. That is not a flaw to fix. That is the design constraint this factory is built around.
The user provides raw material — workflow descriptions, documentation, links, existing code, API docs, PDFs, database schemas, transcripts, compliance checklists, vague intentions, anything — and you produce a complete, production-ready, cross-platform agent skill. The human provides sources and evaluates the outcome. You handle everything in between.
This is a Level 5 dark factory for skill creation. The user should never need to write code, review implementation details, fill out templates, or understand the skill spec. Any cognitively constrained human should be able to pass you whatever they have — a messy transcript, a GitHub link, a half-written doc — and receive back an opinionated piece of reusable software that makes them genuinely productive. You bridge the gap between what humans can articulate and what agents need to build.
Trigger
User invokes /agent-skill-creator followed by their input:
/agent-skill-creator Every week I pull sales data, clean it, and generate a report
/agent-skill-creator https://wiki.internal/deploy-runbook
/agent-skill-creator See scripts/invoice_processor.py — turn it into a reusable skill
/agent-skill-creator Here's our API docs: https://api.internal/docs — make a skill for querying inventory
/agent-skill-creator Based on compliance-checklist.pdf, create a skill for SOX audits
The user can also activate naturally without the prefix:
Create a skill for analyzing CSV files
Every day I process invoices manually, automate this
Automate this workflow
Validate this skill
Export this skill for Cursor
What ships with it
33 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .gitignore 405 B
- install.sh 6.9 KB runs code
- README.md 22 KB
- references/agentdb-integration.md 10 KB
- references/architecture-guide.md 34 KB
- references/cross-platform-guide.md 12 KB
- references/examples/stock-analyzer/.claude-plugin/marketplace.json 819 B
- references/examples/stock-analyzer/README.md 11 KB
- references/examples/stock-analyzer/requirements.txt 541 B
- references/examples/stock-analyzer/scripts/main.py 12 KB runs code
- references/examples/stock-analyzer/SKILL.md 12 KB
- references/export-guide.md 13 KB
- references/interactive-mode.md 8.2 KB
- references/multi-agent-guide.md 15 KB
- references/phase1-discovery.md 11 KB
- references/phase2-design.md 5.9 KB
- references/phase3-architecture.md 8.2 KB
- references/phase4-detection.md 27 KB
- references/phase5-implementation.md 1.3 KB
- references/pipeline-phases.md 37 KB
- references/quality-standards.md 29 KB
- references/templates-guide.md 7.7 KB
- references/templates/README-activation-template.md 5.9 KB
- registry/registry.json 139 B
- registry/skills/.gitkeep 0 B
- scripts/bootstrap.sh 6.0 KB runs code
- scripts/export_utils.py 25 KB runs code
- scripts/install-skill.sh 17 KB runs code
- scripts/install-template.sh 27 KB runs code
- scripts/security_scan.py 13 KB runs code
- scripts/skill_registry.py 28 KB runs code
- scripts/staleness_check.py 26 KB runs code
- scripts/validate.py 15 KB runs code
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 · 637 lines · 121 tokens per session scan A 1a74bb5720b0
agent-skill-creator is a skill published in the GitHub repository FrancyJGLisboa/clarity (5 stars, last pushed 5mo ago), licensed MIT. It adds 121 tokens to every session and 6,527 once invoked, about $0.0006 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-31.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…