skill-creator

skill-creator is a skill for Claude Code, Codex from aidyou/chatspeed. It costs 41 tokens per session (1,048 once invoked), scanned A, original, MIT.

A skill for creating and improving skills that guide an AI assistant through specific tasks. It defines what a skill should do, when it should activate, and what output or tests it needs.

In plain words
What is it for?
Use it to create a skill from scratch, revise an existing skill, define activation conditions, specify input and output formats, and add test cases.
Why use it?
Poorly defined instructions can trigger at the wrong time or leave important cases unspecified. This provides a process for making the skill’s purpose and behavior clearer.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/aidyou/chatspeed/skill-creator.svg)](https://agentmods.dev/skills/aidyou/chatspeed/skill-creator)
Your own site
<a href="https://agentmods.dev/skills/aidyou/chatspeed/skill-creator"><img src="https://agentmods.dev/badge/skills/aidyou/chatspeed/skill-creator.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,048 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.00041 $0.01048
Opus 5 $0.00020 $0.00524
Sonnet 5 $0.00008 $0.00210
Haiku 4.5 $0.00004 $0.00105

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

Security

Grade A, and why

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 4d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/__init__.py, scripts/utils.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

src-tauri/assets/skills/skill-creator/SKILL.md · 186 lines

How it starts

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

Skill Creator

A skill for creating new skills and iteratively improving them.

Quick Start

  1. Define skill requirements — Discuss with the user what the skill should do
  2. Write SKILL.md — Follow the template below
  3. Install the skill — Copy directly to ~/.chatspeed/skills/
  4. Test and iterate — Test and optimize in conversations

Creating a Skill

1. Understand User Requirements

Start by understanding the user's intent:

  1. What should this skill enable the AI to do?
  2. When to trigger? (When does the user invoke this skill)
  3. What is the expected output format?
  4. Should test cases be created?

Ask proactively about edge cases, input/output formats, example files, and success criteria.

2. Write SKILL.md

Fill in according to requirements:

---
name: skill-name
description: Skill description (trigger condition + functionality)
---
# Skill Name

## Function Description

(Detailed explanation)

name: Skill identifier, English + hyphens

description: Trigger condition + functionality. This is the main triggering mechanism — explain what the skill does and when to use it. All "when to trigger" information goes here, not in the body.

Tip: Make descriptions slightly "proactive". For example, don't just write "how to build a dashboard", write "how to build a dashboard. Use this skill when the user mentions dashboards, data visualization, internal metrics, or wants to display any type of data."

3. Skill Directory Structure

skill-name/
├── SKILL.md (required)
│   ├── YAML frontmatter (name, description required)
│   └── Markdown explanation
└── Resource files (optional)
    ├── scripts/    - Helper scripts
    ├── references/ - Reference documents
    └── assets/     - Asset files

4. Install the Skill

Copy the skill folder directly to ~/.chatspeed/skills/:

cp -r skill-name/ ~/.chatspeed/skills/

ChatSpeed will automatically load skills from this directory.


Testing and Optimization

Read the full file on GitHub · 186 lines

Files

What ships with it

3 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 · 186 lines · 41 tokens per session scan A a22a75ef9edb

Subscribe to this mod's changes

skill-creator is a skill published in the GitHub repository aidyou/chatspeed (21 stars, last pushed today), licensed MIT. It adds 41 tokens to every session and 1,048 once invoked, about $0.0002 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

copilot-setup-audit

Audit repository Copilot customization setup. Use this skill to analyze existing configuration, identify missing files, check for best practices, and suggest improvements for agents, prompts, instructions, and skills.

trsdn/github-copilot-agent · 44 tokens

copilot-compatibility-checker

Check VS Code and GitHub Copilot feature compatibility. Use this skill when diagnosing why a feature isn't working, checking required settings, or verifying version requirements for experimental features.

trsdn/github-copilot-agent · 42 tokens

copilot-skill-builder

Create and maintain Agent Skills for VS Code and GitHub Copilot. Use this skill when setting up new skills, skill directories, or SKILL.md files. Helps scaffold project skills in .github/skills/ or personal skills in /.copilot/skills/.

trsdn/github-copilot-agent · 58 tokens

notebooklm

Complete API for Google NotebookLM - full programmatic access including features not in the web UI. Create notebooks, add sources, generate all artifact types, download in multiple formats. Activates on explicit /notebooklm or intent like "create a podcast about X".

fredchu/claude-dotfiles · 57 tokens

forensic-transcript-translator

法證級美股電話會議逐字稿翻譯工具,含獨立交叉審計。五階段流程:結構指紋提取 → 動態術語鎖定 → 嚴格逐字翻譯 → 獨立 subagent 法證審計 → 組裝輸出。確保 100% 零遺漏、零曲解。使用時機:(1) 使用者提供英文 earnings call 逐字稿檔案並要求翻譯成繁體中文, (2) 使用者要求「法證翻譯」或「forensic translate」, (3) 使用者要求翻譯長篇(超過 2000 字)財報電話會議逐字稿且強調不可遺漏。與 taiwan-earnings-translator 的差異:本技能增加「結構指紋比對」與「獨立 subagent 交叉審計」,適用於對完整性有嚴格要求的場景。.

fredchu/claude-dotfiles · 234 tokens

rem

管理 macOS Reminders。處理「提醒我 XXX」「記一下 XXX」等中文自然語言指令,支援 briefing 待辦整合。當用戶提及提醒事項、待辦、Reminders、或要建立/查詢/完成/刪除提醒時使用。.

fredchu/claude-dotfiles · 66 tokens