setup

setup is a skill for Claude Code, Codex from TheSmuks/ai-project-template. It costs 26 tokens per session (5,055 once invoked), scanned A, original, MIT.

A guided setup process for starting a project from the ai-project-template or applying its conventions to an existing project. It asks about the project and creates and checks the needed files.

In plain words
What is it for?
Initializing new repositories, adopting template conventions, choosing project features, generating configuration, verifying the result, and explaining what was installed.
Why use it?
It replaces a static setup guide with an interactive process that adapts to the project's language, tools, and selected features.

Skill for Claude CodeCodex

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

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/thesmuks/ai-project-template/setup
Any agent
npx skills add TheSmuks/ai-project-template --skill setup
Clone the repo
git clone --depth 1 https://github.com/TheSmuks/ai-project-template

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 setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/thesmuks/ai-project-template/setup.svg)](https://agentmods.dev/skills/thesmuks/ai-project-template/setup)
Your own site
<a href="https://agentmods.dev/skills/thesmuks/ai-project-template/setup"><img src="https://agentmods.dev/badge/skills/thesmuks/ai-project-template/setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,055 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.1 $0.00026 $0.05055
Opus 5 $0.00013 $0.02527
Sonnet 5 $0.00005 $0.01011
Haiku 4.5 $0.00003 $0.00505

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

Security

Grade A, and why

setup 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 6d 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.

.omp/skills/setup/SKILL.md · 612 lines

How it starts

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

Interactive Setup Skill

Guides the agent (or user) through project initialization from the ai-project-template. This skill replaces the static SETUP_GUIDE.md with an interactive, multi-step workflow that lets adopters select which features to include.

When to Use

Invoke this skill when:

  • Starting a new project from the ai-project-template
  • Adopting template conventions into an existing project
  • Running /setup in an OMP session for a new repo
  • User says "set up this project" or "initialize from template"
  • User pastes the bootstrap prompt: "Set up this project from the ai-project-template. Read SETUP_GUIDE.md and follow the interactive setup."

One-Liner Trigger

When a user pastes this prompt, invoke this skill immediately:

Set up this project from the ai-project-template. Read SETUP_GUIDE.md and follow the interactive setup.

The skill will:

  1. Read SETUP_GUIDE.md for structured guidance
  2. Detect the context (greenfield vs existing repo)
  3. Ask targeted questions about language, build tools, and features
  4. Generate and customize files
  5. Verify the setup
  6. Present a post-setup orientation explaining what was installed

Prerequisites

Before running this skill:

  1. Ensure you're in a git repository (initialized or about to be)
  2. Verify you have write permissions to create files
  3. Read SETUP_GUIDE.md — it contains the authoritative step definitions

Feature Groups

The setup workflow operates on opt-in feature groups. Each group can be accepted or declined. The skill asks, doesn't assume.

Group Default Includes
Core Docs On (required) AGENTS.md, ARCHITECTURE.md, CONTRIBUTING.md, README.md, CHANGELOG.md
CI Workflows On commit-lint, changelog-check, blob-size-policy, ci.yml, branch-lint
Agent Config On .omp/agents/ (code-reviewer, adr-writer, changelog-updater)
OMP Extensions On .omp/rules/, .omp/hooks/, .omp/tools/
OMP Skills On .omp/skills/ (cut-release, merge-to-main, template-guide)
Dev Container Off .devcontainer/ configuration
Code Quality On .editorconfig, code style thresholds
ADR Process On docs/decisions/, initial ADR template
Git Ignore On Language-specific .gitignore patterns
CODEOWNERS Off CODEOWNERS file

Read the full file on GitHub · 612 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. 6d ago First seen · 612 lines · 26 tokens per session scan A 2e5b44b77db7

Subscribe to this mod's changes

setup is a skill published in the GitHub repository TheSmuks/ai-project-template (6 stars, last pushed 3mo ago), licensed MIT. It adds 26 tokens to every session and 5,055 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-31.

Related

Other skills, from other repositories

merge-seed

Merge upstream React Starter Kit updates (the seed remote) into main, preserving this project's identity, scope, and behavior. Use when asked to sync, pull, or merge the seed / starter kit / upstream template.

kriasoft/react-starter-kit · 49 tokens

scaffold

Use when starting hyperflow in a new project, refreshing the .hyperflow/ cache, or installing auto-detection shims (AGENTS.md, CLAUDE.md). One-shot project setup; does not start the spec → scope → dispatch chain. Trigger with /hyperflow:scaffold, "init hyperflow", "set up hyperflow", "refresh hyperflow", "install…

jeremylongshore/tons-of-skills-marketplace · 86 tokens

architecture-aware-init

Selects architecture paradigm via research before scaffolding. Use when architecture is undecided and the choice needs justification and documentation.

athola/claude-night-market · 28 tokens

bankofai-guide

Onboarding guide for BofAI skills — handles post-install setup, AgentWallet creation, and wallet guard when no wallet is configured.

BofAI/skills · 32 tokens

bestie-features

Add BestieTemplate features (AGENTS.md, changelog, dependabot, pre-commit, lint workflow, testitem runner) to a Julia package with the bestie CLI — no Julia needed. Use when asked to add one of these files/setups to a package, or to see what BestieTemplate can add.

JuliaBesties/BestieTemplate.jl · 71 tokens

rust-skills

Comprehensive Rust coding guidelines with 265 rules across 26 categories. Use when writing, reviewing, or refactoring Rust code. Covers ownership, error handling, async patterns, concurrency, unsafe code, API design, memory optimization, performance, numeric safety, conversions, serde, pattern matching, macros…

leonardomso/rust-skills · 84 tokens