skill-creator

skill-creator is a skill for Claude Code, Codex from IgorWarzocha/howaboua-pi-stuff. It costs 15 tokens per session (782 once invoked), scanned A, original, MIT.

A temporary workspace for experiments, prototypes, comparisons, benchmarks, and investigations that should survive the current session but do not belong in a maintained project.

In plain words
What is it for?
It helps create one named scratchpad for an effort, organize variants or test data inside it, and preserve notes and outputs.
Why use it?
It keeps disposable work and useful results separate from the main repository without losing them when the session ends.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps create one named scratchpad for an effort, organize variants or test data inside it, and preserve notes and outputs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/igorwarzocha/howaboua-pi-stuff/skill-creator
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 IgorWarzocha/howaboua-pi-stuff --skill skill-creator
Clone the repo
git clone --depth 1 https://github.com/IgorWarzocha/howaboua-pi-stuff

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/igorwarzocha/howaboua-pi-stuff/skill-creator.svg)](https://agentmods.dev/skills/igorwarzocha/howaboua-pi-stuff/skill-creator)
Your own site
<a href="https://agentmods.dev/skills/igorwarzocha/howaboua-pi-stuff/skill-creator"><img src="https://agentmods.dev/badge/skills/igorwarzocha/howaboua-pi-stuff/skill-creator.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 782 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00015 $0.00782
Opus 5 $0.00008 $0.00391
Sonnet 5 $0.00003 $0.00156
Haiku 4.5 $0.00002 $0.00078

Measured 8d ago against content hash ed06474a5861, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, 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 8d 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.

packages/pi-skill-foundations/skills/skill-creator/SKILL.md · 28 lines

What it actually says

  1. For revisions, read the existing SKILL.md and every file it directly loads before changing structure or removing material.
  2. Check the available skills before drafting. Read any whose guidance materially applies to the domain, artifact, or writing mode of the skill being authored.
  3. Choose the package scope before drafting. A global skill must apply across workspaces in the user's environment. It may be specialist, but must not assume one repository's paths, packages, commands, versions, provider payloads, or internal lifecycle. Distill project evidence into portable decisions, invariants, and failure modes. Keep project mechanics in a project-scoped skill or guidance. A project skill may be a delta-only addendum: give it a distinct name, tell the agent to discover and load an applicable general skill, then state only local constraints, exceptions, paths, and completion. A project skill with the same name as a global skill shadows it, so use that name only for an intentional complete replacement. Check the global catalog before naming. Do not copy or hard-code the global package.
  4. Ground the work in two or three real requests, observed failures, or explicit user corrections. Identify the decision, failure, or quality bar the skill must change.
  5. Write the description as the shortest reliable call trigger, not a summary of the package.
    • Address the reading agent as you at selection time. Say when to read the skill or what behaviour now applies.
    • Prefer direct forms such as Read before..., Use for..., or Must always apply.
    • Do not describe what the skill offers, improves, helps with, or contains.
    • Add only the boundary needed to avoid the nearest real collision.
    • Keep package contents, routes, examples, and rationale in the body.
    • Do not pad with prompt synonyms or capability inventory.
    • Quote it. Aim for 175 characters or fewer. Characters 176 through 200 require justification. More than 200 is an error.
  6. Start every skill and reference body inside execution. Do not add a title, filename heading, purpose, activation, or other preamble that repeats its trigger or route.
  7. Keep the normal path and judgment needed on every run in SKILL.md. Put branch-specific detail behind exact reference paths. Use scripts only where deterministic code is simpler and more reliable than prose.
  8. When one skill needs another capability, tell its reader to discover and load an available applicable skill for that capability. Never hard-code another package's name because skill inventories differ between environments. Name it as a skill, for example load an applicable review skill, not load code-review or use "code review".
  9. Keep a line only when it changes a decision, prevents a known failure, preserves user-authored intent, or defines observable completion. Remove model defaults, host guarantees, generic encouragement, duplicate checks, and facts cheaply recovered from the environment.
  10. Match the body's register to how language affects execution.
  • Operational, coding, tooling, review, and SOP skills use terse instructions, explicit conditions, exact checks, and observable boundaries.
  • Creative, voice, taste, and ideation skills may use evocative, opinionated, or playful language when that language directly steers the output. Their call triggers remain direct and terse.
  1. For revisions, preserve verified domain judgment and useful failure handling. Replace stale or conflicting guidance instead of appending history.
  2. Exercise bundled scripts and verify every referenced path. Review call and near-collision requests only when the trigger changed materially or an observed selection failure warrants it. Do not build synthetic suites that merely prove the skill exists.
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. 8d ago First seen · 28 lines · 15 tokens per session scan A ed06474a5861

Subscribe to this mod's changes

skill-creator is a skill published in the GitHub repository IgorWarzocha/howaboua-pi-stuff (352 stars, last pushed yesterday), licensed MIT. It adds 15 tokens to every session and 782 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens