using-agent-skills

using-agent-skills is a skill for Claude Code, Codex from vanja-emichi/a0_agent_skills. It costs 95 tokens per session (2,757 once invoked), scanned A, original, MIT.

A guide for choosing and combining task-specific instructions, called skills, when working with a coding agent. It covers areas such as planning, implementation, and review.

In plain words
What is it for?
Routing a task to suitable skills and coordinating several skills when a job spans multiple kinds of work.
Why use it?
It helps an agent select an appropriate working method instead of applying unrelated instructions or handling a complex task without structure.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md.

Good fit Routing a task to suitable skills and coordinating several skills when a job spans multiple kinds of work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vanja-emichi/a0_agent_skills/using-agent-skills
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 vanja-emichi/a0_agent_skills --skill using-agent-skills
Clone the repo
git clone --depth 1 https://github.com/vanja-emichi/a0_agent_skills

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 using-agent-skills

README.md
[![agentmods](https://agentmods.dev/badge/skills/vanja-emichi/a0_agent_skills/using-agent-skills/github.svg)](https://agentmods.dev/skills/vanja-emichi/a0_agent_skills/using-agent-skills)
Your own site
<a href="https://agentmods.dev/skills/vanja-emichi/a0_agent_skills/using-agent-skills"><img src="https://agentmods.dev/badge/skills/vanja-emichi/a0_agent_skills/using-agent-skills/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 using-agent-skills

Your own site · 80×15
<a href="https://agentmods.dev/skills/vanja-emichi/a0_agent_skills/using-agent-skills"><img src="https://agentmods.dev/badge/skills/vanja-emichi/a0_agent_skills/using-agent-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,757 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 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.00095 $0.02757
Opus 5 $0.00048 $0.01378
Sonnet 5 $0.00019 $0.00551
Haiku 4.5 $0.00010 $0.00276

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

Security

Grade A, and why

using-agent-skills 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 10d 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/using-agent-skills/SKILL.md · 353 lines

How it starts

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

Using Agent Skills

Supporting files: This skill has a companion orchestration patterns guide. Use text_editor:read with the full path shown in the file tree when this skill is loaded to open orchestration-patterns.md (sibling to this SKILL.md).

Overview

This meta-skill helps you identify which skill to apply for a given task, and how to combine skills when a task spans multiple domains. Skills are not rigid scripts — they're behavioral frameworks that shape how the agent approaches a type of work.

How to load a skill in Agent Zero:

skills_tool:load skill_name=<skill-name>

Once loaded, the skill's instructions are active for the current session. You can load multiple skills and they compose together.

The 20-Skill Taxonomy

Planning & Specification

Skill When to Load
spec-driven-development Before building anything — turn requirements into a spec first
planning-and-task-breakdown Decompose a large feature into a structured implementation plan
idea-refine Explore and sharpen an underdeveloped idea before committing to it

Implementation

Skill When to Load
incremental-implementation Building features step by step with verification at each step
test-driven-development Implementing with tests written first
source-driven-development Before using any library/API that may have changed since training

Code Quality

Skill When to Load
code-review-and-quality Reviewing code before merging or shipping
code-simplification Refactoring working code to be cleaner and easier to maintain
debugging-and-error-recovery Diagnosing and fixing bugs or failing tests

Frontend & APIs

Skill When to Load
frontend-ui-engineering Building user interfaces with React/Tailwind
api-and-interface-design Designing REST/GraphQL APIs or module interfaces
browser-testing-with-devtools Testing UI in a real browser, inspecting DOM/console/network

Read the full file on GitHub · 353 lines

Files

What ships with it

1 file 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. 10d ago First seen · 353 lines · 95 tokens per session scan A ac203f15fcf5

Subscribe to this mod's changes

using-agent-skills is a skill published in the GitHub repository vanja-emichi/a0_agent_skills (5 stars, last pushed 1mo ago), licensed MIT. It adds 95 tokens to every session and 2,757 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

pipefy-building

Thin router for Pipefy build and configure asks: map user intent to the correct domain skill (pipes, automations, AI agents, iPaaS, portals, etc.). Use when the user wants to create, build, configure, or integrate something in Pipefy and you need to know which skill to open. Do not use this skill as a delivery…

pipefy/ai-toolkit · 113 tokens

skill-extractor

Extrahiert aus einem Chatverlauf (aktuelle Session oder Transkript-Dateien) einen wiederverwendbaren Skill — oder verbessert einen sehr ähnlichen existierenden Skill, statt ein Duplikat zu erzeugen. Nutze diesen Skill bei „mach daraus einen Skill", „das sollten wir als Skill festhalten", „extrahiere Skills aus…

ellmos-ai/skills · 154 tokens

skill-family-care

Pflege-Skill, der die Skill-Familien aktuell hält, ohne den vollen skill-explorer-Audit zu fahren. Nutze diesen Skill, wenn ein neuer Skill der richtigen Familie zugeordnet, ein Familien-Header-Router nach einer Familienänderung nachgezogen oder ein verwaister Router entfernt werden soll. Auch auslösen bei „Familien…

ellmos-ai/skills · 104 tokens

skill-finder

Aktiver Finder/Router für die eigenen lokalen Skills (Analogon zu using-superpowers). IMMER zu Beginn einer nicht-trivialen Aufgabe nutzen, um zu prüfen, ob ein user-Skill passt, und zum richtigen Skill zu routen. Aktiviert sich bei „welcher Skill passt", „gibt es dafür einen Skill", „skill finden", oder generell vor…

ellmos-ai/skills · 95 tokens

c

OpenPaw coordinator — routes requests to skills, manages memory, knows what's installed. Use /c for any task.

daxaur/openpaw · 26 tokens

add-skill

Create new joelclaw skills with the idiomatic process — repo-canonical, symlinked, git-tracked, slogged. Triggers on 'add a skill', 'create skill', 'new skill', 'canonical skill', 'make a skill for', or any request to formalize a process or domain into a reusable skill.

joelhooks/joelclaw · 73 tokens