setup-agent-skills

setup-agent-skills is a skill for Codex from zacharygcook/agent-skills. It costs 70 tokens per session (922 once invoked), scanned A, original, MIT.

A setup guide for adding coding-agent skills to a software project. It inspects the computer and repository, identifies available agents and requirements, and can prepare selected skills for local use.

In plain words
What is it for?
Use it to check prerequisites, recommend project-specific skills, create an installation plan, and vendor chosen skills into .agents/skills/.
Why use it?
It replaces guesswork during first-time setup with evidence about what is installed, what fits the project, and what is missing.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions AGENTS.md; $skill-name invocation.

Good fit Use it to check prerequisites, recommend project-specific skills, create an installation plan, and vendor chosen skills into .agents/skills/.

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

Made for: 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 setup-agent-skills

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/zacharygcook/agent-skills/setup-agent-skills"><img src="https://agentmods.dev/badge/skills/zacharygcook/agent-skills/setup-agent-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 922 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.00070 $0.00922
Opus 5 $0.00035 $0.00461
Sonnet 5 $0.00014 $0.00184
Haiku 4.5 $0.00007 $0.00092

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

Security

Grade A, and why

setup-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 11d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/doctor.py, scripts/test_doctor.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.

skills/setup-agent-skills/SKILL.md · 79 lines

How it starts

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

Set Up Agent Skills

Act as a post-install concierge. Diagnose first, recommend a small repository-specific flight plan, and use the upstream Skills CLI for installation instead of reimplementing its agent path registry.

Run the read-only doctor

From any directory, point the bundled standard-library Python tool at the target repository:

python3 <skill-dir>/scripts/doctor.py --repo <repository>

Use --format json when another tool or agent will consume the result. Add one or more --pack options when the user names an outcome; run --list-packs to see pack IDs. Use repeated --skill and --agent options for an exact installation plan. The doctor never reads secret values and does not change the machine or repository unless --install --yes and an explicit agent target are set.

Onboarding workflow

  1. Run the doctor before asking broad setup questions.
  2. Present detected agents with confidence, repository signals with evidence, relevant skills, and missing conditional prerequisites.
  3. Explain why each recommended skill fits. Do not recommend a skill only because it exists.
  4. Default to project-local vendoring under .agents/skills/ for reproducible team behavior. Use global scope only when the user explicitly wants personal defaults across repositories.
  5. Ask for approval on the exact skill set, scope, and agent targets before installation.
  6. After approval, either run the printed version-pinned npx [email protected] add ... command or rerun the doctor with --install --yes. The doctor delegates actual placement and lockfile behavior to the Skills CLI.
  7. Rerun the doctor, verify the installed set, and offer one immediate first win—normally a read-only $agent-readiness audit.

Interpret prerequisite states

  • Ready: required capabilities are present.
  • Ready with fallbacks: the skill works, but an optional renderer, CLI, or richer output is absent.
  • Needs provider: an external provider/MCP capability is not discoverable; do not invent results.
  • Needs setup: a genuinely required local capability is missing.
  • Not applicable: repository evidence does not currently match the skill unless the user selected a pack explicitly.

Read the full file on GitHub · 79 lines

Files

What ships with it

4 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. 11d ago First seen · 79 lines · 70 tokens per session scan A d0dc1ccd707e

Subscribe to this mod's changes

setup-agent-skills is a skill published in the GitHub repository zacharygcook/agent-skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 70 tokens to every session and 922 once invoked, about $0.0003 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

kami-deck

A lab-meeting deck on gut-microbiome links to sleep quality — the design, the results, the caveats, and the next experiment. Built as a decision-grade academic research deck for lab group, PI.

nexu-io/open-design · 49 tokens

orbit-notion

Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…

nexu-io/open-design · 117 tokens

fs-editorial-forest

Art-directing a fashion house's annual report — the editorial system, the photography rhythm, and the data spreads. Built as a decision-grade design craft deck for brand stakeholders, exec audience.

nexu-io/open-design · 44 tokens

html-ppt-zhangzara-coral

OpenDesign's community-growth campaign across GitHub, Discord, and X: the loops, the content calendar, and the pipeline math. Built as a decision-grade marketing & GTM deck for growth team, community lead.

nexu-io/open-design · 55 tokens

html-ppt-zhangzara-retro-zine

A neighborhood zine on the disappearing corner shops — portraits, voices, and what a block loses when they close. Built as a decision-grade story deck for community, local readers.

nexu-io/open-design · 49 tokens

html-ppt-zhangzara-stencil-tablet

A workplace-safety compliance review for a manufacturing regulator — findings, the evidence chain, and the corrective mandate. Built as a decision-grade policy briefing deck for regulator, plant leadership.

nexu-io/open-design · 49 tokens