skill-create

skill-create is a skill for Claude Code, Codex from dimetron/pi-go. It costs 25 tokens per session (281 once invoked), scanned A, original, MIT.

A guided command for creating a new custom skill for pi-go. It researches related code and skills, asks focused questions, and uses the answers to create the skill instructions.

In plain words
What is it for?
Use it when defining a reusable pi-go workflow, deciding when it should run, documenting its steps, and adding examples and project-specific guidance.
Why use it?
It gives a new skill a clear purpose, workflow, examples, and usage rules instead of leaving those details unspecified. Research also helps align it with existing project patterns.

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/dimetron/pi-go/skill-create
Any agent
npx skills add dimetron/pi-go --skill skill-create
Clone the repo
git clone --depth 1 https://github.com/dimetron/pi-go

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/dimetron/pi-go/skill-create.svg)](https://agentmods.dev/skills/dimetron/pi-go/skill-create)
Your own site
<a href="https://agentmods.dev/skills/dimetron/pi-go/skill-create"><img src="https://agentmods.dev/badge/skills/dimetron/pi-go/skill-create.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 281 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.00025 $0.00281
Opus 5 $0.00013 $0.00140
Sonnet 5 $0.00005 $0.00056
Haiku 4.5 $0.00003 $0.00028

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

Security

Grade A, and why

skill-create 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.

.pi-go/skills/skill-create/SKILL.md · 51 lines

What it actually says

Skill Create

This skill is handled by the internal /skill-create command.

After the template is created, follow these steps:

Step 1: Research

Do fast research on how similar tools/skills work:

  • Search the codebase for related patterns, commands, or workflows
  • Check existing skills in .pi-go/skills/ for reference
  • Identify what tools and steps are typically needed for this kind of task

Step 2: Interview

Based on research, ask the user 1-3 focused questions:

A. What should this skill do and when? (one sentence) B. What are the key steps? (or confirm the steps you found in research) C. Anything specific to add or change?

Step 3: Write

Update the SKILL.md with answers mapped to this structure:

---
name: <skill-name>
description: <answer A>
---

# <Skill Name>

<answer A expanded into clear instructions>

## Steps

<answer B or researched steps, confirmed by user>

## Examples

<concrete usage examples based on research + answers>

## Guidelines

<answer C + best practices from research>
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 · 51 lines · 25 tokens per session scan A 79b419738e21

Subscribe to this mod's changes

skill-create is a skill published in the GitHub repository dimetron/pi-go (148 stars, last pushed 4d ago), licensed MIT. It adds 25 tokens to every session and 281 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

qa-testing

Verify your work by actually operating the app or website you changed, instead of assuming it works. Strongly recommended whenever you build, modify, or debug a web app, website, or desktop GUI app. Drive real browsers with the agent-browser CLI and native desktop apps with the cua-driver CLI. These are installed on…

openinterpreter/openinterpreter · 77 tokens

use-modern-go

Use the Modern Go Guidelines CLI whenever writing, modifying, fixing, or refactoring Go code. Apply its version-specific guidance to generated changes.

JetBrains/go-modern-guidelines · 32 tokens

write-zot-themes

Help the user create, install, or package zot themes, including theme-only extensions.

patriceckhart/zot · 23 tokens

blog-writer

Peri 项目博客写作风格指南。当用户说"写博客"、"写文章"、"出稿"、 "按风格写"、"博客"时触发。也适用于用户丢过来素材说"帮我写篇博客"的场景。 覆盖项目介绍、技术复盘、架构讨论、性能优化、架构设计等类型。.

KonghaYao/peri · 90 tokens

auto-devflow

Use when starting an issue, bugfix, feature, or refactor that benefits from an adaptive development workflow. Select lite, normal, pro, max, or ultra from task complexity and risk, then use only the coordination, review, and verification phases that the task actually needs.

KonghaYao/peri · 60 tokens

langfuse

Interact with Langfuse and access its documentation. Use when needing to (1) query or modify Langfuse data programmatically via the CLI — traces, prompts, datasets, scores, sessions, and any other API resource, (2) look up Langfuse documentation, concepts, integration guides, or SDK usage, or (3) understand how any…

KonghaYao/peri · 100 tokens