skill-creation

skill-creation is a skill for Claude Code, Codex from DojoGenesis/mcp. It costs 68 tokens per session (2,279 once invoked), scanned A, original, MIT.

A command for running a cloud-hosted deal specialist on an OloLand deal. Specialists focus on tasks such as risk review, financial-quality analysis, screening, financing, or investment-committee memo writing.

In plain words
What is it for?
Use it for risk mapping, forensic financial checks, pre-LOI screening, financing preparation, or an investment-committee memo. It can also coordinate several specialist reviews.
Why use it?
Some deal questions need a structured specialist review rather than a quick answer. The command sends the request through OloLand's scoped tools and returns an answer with citations.

Skill for Claude CodeCodex

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/dojogenesis/mcp/skill-creation
Any agent
npx skills add DojoGenesis/mcp --skill skill-creation
Clone the repo
git clone --depth 1 https://github.com/DojoGenesis/mcp

Made for: Claude Code, Codex.

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-creation

README.md
[![agentmods](https://agentmods.dev/badge/skills/dojogenesis/mcp/skill-creation.svg)](https://agentmods.dev/skills/dojogenesis/mcp/skill-creation)
Your own site
<a href="https://agentmods.dev/skills/dojogenesis/mcp/skill-creation"><img src="https://agentmods.dev/badge/skills/dojogenesis/mcp/skill-creation.svg" alt="Measured on agentmods" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,279 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00068 $0.02279
Opus 5 $0.00034 $0.01140
Sonnet 5 $0.00014 $0.00456
Haiku 4.5 $0.00007 $0.00228

Measured 3d ago against content hash 95a3eb57d4b2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

skill-creation 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 3d 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.

internal/skills/bundled/skill-forge/skill-creation/SKILL.md · 231 lines

How it starts

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

Skill Creation

I. Philosophy: Skills Encode Thinking, Not Tool Usage

A skill is not a script. It is not a checklist. It is a pattern of thinking -- a way of approaching a class of problems that any competent agent can execute, regardless of what tools are available.

The agent is already smart. It can write code, parse files, search the web, and reason about complex problems. What it lacks is your domain knowledge: the institutional conventions, the hard-won patterns, the "we tried X and it failed because of Y" lessons that took months to learn.

A good skill provides exactly this: the knowledge gap between general intelligence and domain expertise. Nothing more. The context window is a shared resource -- every token in a skill must justify its cost.

Progressive Disclosure

Skills load in three tiers:

  1. Metadata (~100 words) -- Always in context. The YAML description field determines whether the skill activates.
  2. SKILL.md body (<500 lines) -- Loaded when the skill triggers. Contains the core workflow.
  3. Bundled resources -- Loaded on demand. Templates, references, scripts, examples.

This architecture means: the description field is the most important part of the skill. If the description doesn't capture when to use the skill, the body never loads.

II. When to Use This Skill

  • Creating a new skill from scratch for a domain, tool, or workflow
  • Updating an existing skill that needs restructuring or enrichment
  • Designing skill architecture for a new skills ecosystem
  • Formalizing a repeatable workflow that agents should follow consistently
  • Capturing domain expertise that would otherwise live only in someone's head
  • Reviewing a skill's quality against structural standards
  • Onboarding someone to the skill creation process

When NOT to use: If the knowledge is a simple fact or reminder (not a process), it should be a seed, not a skill. If the knowledge is tool-specific and non-transferable, it should be documentation, not a skill.

Read the full file on GitHub · 231 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. 3d ago First seen · 231 lines · 68 tokens per session scan A 95a3eb57d4b2

Subscribe to this mod's changes

skill-creation is a skill published in the GitHub repository DojoGenesis/mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 68 tokens to every session and 2,279 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-31.