setup-project-skills

setup-project-skills is a skill for Claude Code from Goodsmileduck/claude-registry. It costs 133 tokens per session (2,092 once invoked), scanned A, original, MIT.

A project setup workflow that installs skills listed in a user-maintained manifest into the current project. It can link local skills, install third-party skills, and inspect project files to suggest relevant setup.

In plain words
What is it for?
Installing or linking skills, reading the skill manifest, and detecting project files such as Dockerfile or wrangler.jsonc that may indicate needed tooling.
Why use it?
It keeps project skills consistent with the user’s approved list instead of choosing them ad hoc. It also helps bootstrap a newly cloned repository.

Skill for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: reads .claude/ paths; mentions subagents; mentions Claude Code.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is # `npx skills add` defaults to project scope (./.claude/skills/) when run without -g.

Part of the setup-project-skills plugin — 1 skill shipped together

Good fit Installing or linking skills, reading the skill manifest, and detecting project files such as Dockerfile or wrangler.jsonc that may indicate needed tooling.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/Goodsmileduck/claude-registry
agentmods
npx agentmods add skills/goodsmileduck/claude-registry/setup-project-skills

Made for: Claude Code.

Or install setup-project-skills, the plugin that ships this one along with the rest of its 1 skill.

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-project-skills

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/goodsmileduck/claude-registry/setup-project-skills"><img src="https://agentmods.dev/badge/skills/goodsmileduck/claude-registry/setup-project-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 133 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,092 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.00133 $0.02092
Opus 5 $0.00067 $0.01046
Sonnet 5 $0.00027 $0.00418
Haiku 4.5 $0.00013 $0.00209

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

Security

Grade A, and why

setup-project-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.

plugins/setup-project-skills/skills/setup-project-skills/SKILL.md · 170 lines

How it starts

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

setup-project-skills

Installs skills into the current project from a manifest the user maintains. Distinct from claude-automation-recommender (which advises across hooks/MCP/subagents/skills/plugins and does not install) and from find-skills (which discovers public skills). This skill is opinionated: it installs only what's on the user's whitelist.

When to invoke

  • "Set up skills for this project."
  • "Bootstrap this repo with my skills."
  • "What skills should I install here?" — the project-detection pass answers that from the manifest.
  • "Link/install/add <name> here."
  • Fresh git clone followed by a session in the new directory.

When NOT to invoke

  • User is actually doing terraform/k8s/docker/etc. work — the underlying skills handle that.
  • User wants a recommendation across the full Claude Code surface (hooks, subagents, MCP, plugins) — that's claude-automation-recommender.
  • User wants to discover what skills exist on the public registry — that's find-skills.
  • User wants to author a new skill — that's skill-creator.

Cross-cutting rules

  1. The manifest is the source of truth. Always read ~/.claude/skill-manifest.json (or $SKILL_MANIFEST if set). Never invent skills not listed there. If a skill the user names isn't in the manifest, offer to add it rather than installing ad-hoc.
  2. Project-scoped install only. Always link or install into ./.claude/skills/<name> of the current working directory. Never into ~/.claude/skills/ from this skill — that's the user's global decision.
  3. Idempotent. If ./.claude/skills/<name> already exists, check whether it matches the desired target. Skip if identical; refuse and surface the conflict if not.
  4. Restart required. Skills installed mid-session don't activate until the next Claude Code session starts in this project. Always say so after a successful install.
  5. No slash commands. Claude can't invoke /plugin install. For claude-plugin sources, print the exact command for the user to run themselves.

Read the full file on GitHub · 170 lines

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 · 170 lines · 133 tokens per session scan A dc40a251edc9

Subscribe to this mod's changes

setup-project-skills is a skill published in the GitHub repository Goodsmileduck/claude-registry (1 stars, last pushed 1mo ago), licensed MIT. It adds 133 tokens to every session and 2,092 once invoked, about $0.0007 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.