skill-creator-guide

skill-creator-guide is a skill for Claude Code from EAIconsulting/cowork-skills-library. It costs 118 tokens per session (1,936 once invoked), scanned A, original, no licence file.

A step-by-step guide for turning a repeated task into a custom Cowork skill. A custom skill is a reusable instruction for carrying out a particular workflow, and the input says this can be built without coding.

In plain words
What is it for?
Use it to interview yourself about a recurring task, document the process, and turn it into a one-phrase workflow.
Why use it?
It helps you capture a process once instead of explaining or rebuilding it each time.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the cowork-skills plugin — 21 skills shipped together

Good fit Use it to interview yourself about a recurring task, document the process, and turn it into a one-phrase workflow.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eaiconsulting/cowork-skills-library/skill-creator-guide
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.

Any agent
npx skills add EAIconsulting/cowork-skills-library --skill skill-creator-guide
Clone the repo
git clone --depth 1 https://github.com/EAIconsulting/cowork-skills-library

Made for: Claude Code.

Or install cowork-skills, the plugin that ships this one along with the rest of its 21 skills.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/eaiconsulting/cowork-skills-library/skill-creator-guide/github.svg)](https://agentmods.dev/skills/eaiconsulting/cowork-skills-library/skill-creator-guide)
Your own site
<a href="https://agentmods.dev/skills/eaiconsulting/cowork-skills-library/skill-creator-guide"><img src="https://agentmods.dev/badge/skills/eaiconsulting/cowork-skills-library/skill-creator-guide/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.

agentmods 80×15 button for skill-creator-guide

Your own site · 80×15
<a href="https://agentmods.dev/skills/eaiconsulting/cowork-skills-library/skill-creator-guide"><img src="https://agentmods.dev/badge/skills/eaiconsulting/cowork-skills-library/skill-creator-guide.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,936 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00118 $0.01936
Opus 5 $0.00059 $0.00968
Sonnet 5 $0.00024 $0.00387
Haiku 4.5 $0.00012 $0.00194

Measured 11d ago against content hash 033ff23c5b7d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

skill-creator-guide 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 11d 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.

skills/skill-creator-guide/SKILL.md · 170 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 11d ago First seen · 170 lines · 118 tokens per session scan A 033ff23c5b7d

Subscribe to this mod's changes

skill-creator-guide is a skill published in the GitHub repository EAIconsulting/cowork-skills-library (24 stars, last pushed 5mo ago), with no licence file. It adds 118 tokens to every session and 1,936 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-30.

Related

Other skills, from other repositories

html-slides

Used when the user asks to "create HTML slides", "generate an HTML presentation", "make animated slides", "build interactive slides", "create web slides", "GSAP presentation", "browser-based slides", "convert PPTX to HTML", "animated deck", "reveal.js slides", or when the output format is HTML for any presentation…

proyecto26/slides-ai-plugin · 121 tokens

crew-init

Analyzes a project codebase, builds 3-layer index, generates project profile, and auto-configures the agent team with relevant skills. The main initialization skill for CodeCrew.

d3x293/code-crew · 39 tokens

execution-orchestrator

Smart hybrid execution engine that dispatches agents in parallel or sequential order based on task dependencies. Manages the Agent tool calls, result collection, conflict detection, and integration review.

d3x293/code-crew · 40 tokens

lite-router

Lite task router that bypasses Opus CEO entirely. Classifies tasks and routes directly to Sonnet and Haiku agents only. Use when user runs /crew lite or /crew task --lite.

d3x293/code-crew · 43 tokens

task-router

CEO's task decomposition and routing engine. Classifies tasks by type and complexity, selects agents with appropriate model tiers, decides parallel vs sequential execution, and auto-injects relevant skills.

d3x293/code-crew · 40 tokens

codebase-index

3-layer codebase indexing system for token-efficient code navigation. Builds compact index + symbol map so agents read targeted lines instead of entire files. Achieves 5-10x token savings.

d3x293/code-crew · 42 tokens