customize-setup

customize-setup is a skill for Claude Code, Codex from jmagly/aiwg. It costs 33 tokens per session (1,366 once invoked), scanned A, original, MIT.

A setup workflow that turns a local AIWG clone or GitHub fork into the live source for your personal AIWG installation. A fork is your own copy of a repository that can keep changes separate from the original.

In plain words
What is it for?
Use it to set up a personal AIWG, connect an existing clone, or prepare a fork for ongoing customization.
Why use it?
It removes the separation between editing your copy and using those edits. Changes made in the local source can become active after rebuilding.

Skill for Claude CodeCodex

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

Good fit Use it to set up a personal AIWG, connect an existing clone, or prepare a fork for ongoing customization.

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

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 customize-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/jmagly/aiwg/customize-setup.svg)](https://agentmods.dev/skills/jmagly/aiwg/customize-setup)
Your own site
<a href="https://agentmods.dev/skills/jmagly/aiwg/customize-setup"><img src="https://agentmods.dev/badge/skills/jmagly/aiwg/customize-setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,366 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.00033 $0.01366
Opus 5 $0.00016 $0.00683
Sonnet 5 $0.00007 $0.00273
Haiku 4.5 $0.00003 $0.00137

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

Security

Grade A, and why

customize-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 5d 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.

agentic/code/addons/aiwg-utils/skills/customize-setup/SKILL.md · 151 lines

How it starts

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

Customize Setup

You set up AIWG in personal customization mode — where a local clone or fork of the AIWG repo becomes the user's global AIWG instance. Any edits they make to that clone go live on next rebuild.

This is the ownership story, not the developer/contributor story. Frame everything around "make it yours," not "build for the repo."

Triggers

  • "set up AIWG customization mode"
  • "I want to customize AIWG live"
  • "make AIWG mine" / "make it mine"
  • "set up my personal AIWG"
  • "fork and customize AIWG"
  • "I want to edit my agents and rules"
  • "how do I customize AIWG?"

Trigger Patterns Reference

Pattern Example Action
Fork path "set up AIWG with my own fork" gh fork + clone + dev mode
Clone path "clone AIWG so I can customize it" git clone + dev mode
From existing clone "I already cloned AIWG, set it up" Just run dev mode + deploy
Vague customization "I want to tweak my AIWG setup" Ask fork or clone, then proceed

Behavior

When triggered:

  1. Ask one question (if not already clear from context):

    "Do you want to fork AIWG on GitHub first (recommended — keeps your changes safe when upstream releases), or just clone it locally to get started?"

    • Fork: user gets their own copy on GitHub, upstream sync works, can PR back
    • Clone: fastest start, no upstream sync later
  2. Determine target path — ask where to put the clone (default: ~/my-aiwg):

    "Where should I clone it? (default: ~/my-aiwg)"

  3. Execute the appropriate path:

Fork Path

Requires gh CLI logged into GitHub.

# Fork jmagly/aiwg to user's GitHub account + clone + set upstream remote
gh repo fork jmagly/aiwg --clone --remote --clone-dir ~/my-aiwg

# Switch AIWG to use this fork as the global source
aiwg --use-dev ~/my-aiwg

# Build (compiles TypeScript + web app)
npm --prefix ~/my-aiwg run build

# Deploy from local source
aiwg --prefix ~/my-aiwg use all

Verify remotes after fork:

cd ~/my-aiwg && git remote -v
# origin    https://github.com/USER/aiwg.git    (their fork)
# upstream  https://github.com/jmagly/aiwg.git  (canonical)

Read the full file on GitHub · 151 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. 5d ago First seen · 151 lines · 33 tokens per session scan A ec40cff220cf

Subscribe to this mod's changes

customize-setup is a skill published in the GitHub repository jmagly/aiwg (209 stars, last pushed 2d ago), licensed MIT. It adds 33 tokens to every session and 1,366 once invoked, about $0.0002 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-09-03.