skills-wizard

skills-wizard is a skill for Claude Code, Codex from loocor/codmate. It costs 12 tokens per session (105 once invoked), scanned A, original, Apache-2.0.

A draft generator for CodMate skills, which are reusable instruction sets that teach a coding assistant how to handle a type of task.

In plain words
What is it for?
It helps propose a skill name and identifier, then draft its description, overview, instructions, examples, and notes.
Why use it?
Writing a complete skill from scratch requires deciding its structure and instructions. This turns a stated need into a proposed skill outline and asks questions when the need is unclear.

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/loocor/codmate/skills-wizard
Any agent
npx skills add loocor/codmate --skill skills-wizard
Clone the repo
git clone --depth 1 https://github.com/loocor/codmate

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 skills-wizard

README.md
[![agentmods](https://agentmods.dev/badge/skills/loocor/codmate/skills-wizard.svg)](https://agentmods.dev/skills/loocor/codmate/skills-wizard)
Your own site
<a href="https://agentmods.dev/skills/loocor/codmate/skills-wizard"><img src="https://agentmods.dev/badge/skills/loocor/codmate/skills-wizard.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 105 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.00012 $0.00105
Opus 5 $0.00006 $0.00053
Sonnet 5 $0.00002 $0.00021
Haiku 4.5 $0.00001 $0.00011

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

Security

Grade A, and why

skills-wizard 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 4d 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.

payload/internal-skills/skills-wizard/SKILL.md · 23 lines

What it actually says

Skills Wizard

Overview

Generate a CodMate skill draft based on user intent. Output only JSON that matches the schema.

Instructions

  1. Propose a skill id and name.
  2. Provide description, overview, instructions, examples, and notes.
  3. If unclear, return mode "question" with follow-up questions.

Output

Return only JSON.

Files

What ships with it

2 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.

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. 4d ago First seen · 23 lines · 12 tokens per session scan A c2d950ad69bf

Subscribe to this mod's changes

skills-wizard is a skill published in the GitHub repository loocor/codmate (667 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 12 tokens to every session and 105 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.

Related

Other skills, from other repositories

seiro-mcp-visionos-build-operator

Build and diagnose visionOS projects with Seiro MCP. Use inspectxcodeschemes (if needed) -> validatesandboxpolicy -> buildvisionosapp -> inspectbuilddiagnostics (on failure) -> fetchbuildoutput (on success), and avoid direct xcodebuild or swiftc unless the user explicitly asks for shell-level execution or MCP cannot…

karad/seiro-mcp · 86 tokens

qmd

Search the vault using QMD semantic search. Use PROACTIVELY before reading files. Preference order: (1) MCP tools — mcpqmdquery, mcpqmdget, mcpqmdmultiget, mcpqmdstatus — if they appear in your tool menu, use them first; (2) CLI qmd --index ... as fallback; (3) Grep/Glob only when QMD is not installed. Trigger…

breferrari/obsidian-mind · 142 tokens

obsidian-cli

Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their…

breferrari/obsidian-mind · 102 tokens

unity-vrc-skills-renovator

VRChat skill renovator for knowledge fill, refresh, and quality improvement. Use this skill when updating VRChat skills to new SDK versions, filling missing knowledge, fixing outdated information, or improving skill quality. Targets unity-vrc-udon-sharp and unity-vrc-world-sdk-3 skills. Triggers on: update skills, SDK…

niaka3dayo/agent-skills-vrc-udon · 101 tokens

neo4j-document-import-skill

Ingests unstructured and semi-structured documents into Neo4j as a knowledge graph. Use when chunking PDFs, HTML, plain text, or Markdown; extracting entities and relationships from text with an LLM (SimpleKGPipeline, neo4j-graphrag); loading JSON via apoc.load.json; building Document→Chunk→Entity graph structures; or…

neo4j-contrib/neo4j-skills · 187 tokens

neo4j-driver-dotnet-skill

Neo4j .NET Driver v6 — IDriver lifecycle, DI registration (singleton), ExecutableQuery fluent API, ExecuteReadAsync/ExecuteWriteAsync managed transactions, IResultCursor (FetchAsync/ ToListAsync), record value access (.Get /As ), null safety, UNWIND batching, temporal types, await using, EagerResult, object mapping…

neo4j-contrib/neo4j-skills · 187 tokens