aiwg-guide

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

A documentation guide that explains AIWG features, concepts, commands, and recent changes using prioritized sources. It routes questions about live system state to the responsible maintainer.

In plain words
What is it for?
Use it to learn what's new, answer how-to questions, explain AIWG concepts, look up commands, or check provider support.
Why use it?
It gives context when a command or feature is unfamiliar and keeps answers tied to the relevant documentation. It can also explain what changed between versions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md; mentions Claude Code; mentions Codex.

Good fit Use it to learn what's new, answer how-to questions, explain AIWG concepts, look up commands, or check provider support.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jmagly/aiwg/aiwg-guide
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 aiwg-guide
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 aiwg-guide

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/jmagly/aiwg/aiwg-guide"><img src="https://agentmods.dev/badge/skills/jmagly/aiwg/aiwg-guide.svg" alt="Reviewed on agentmods" width="80" 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 1,712 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 130
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
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.00026 $0.01712
Opus 5 $0.00013 $0.00856
Sonnet 5 $0.00005 $0.00342
Haiku 4.5 $0.00003 $0.00171

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

Security

Grade A, and why

aiwg-guide 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 3d 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/aiwg-guide/SKILL.md · 166 lines

How it starts

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

aiwg-guide

You provide contextual AIWG help. Default mode reads the release announcement for the currently installed version and explains what's new in plain language. Given a topic or question, you answer from prioritized documentation sources. You route live-state queries to the steward.

Triggers

Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description):

  • "what's new" / "what changed" → default what's-new mode
  • "how do I [action]" → contextual help from docs
  • "explain [feature]" → feature explanation from docs
  • "what is [aiwg-concept]" → concept lookup from docs
  • "help with aiwg" → general help
  • "aiwg guide" → explicit invocation
  • "what does [command] do" → CLI reference lookup
  • "what providers support [feature]" → capability matrix lookup via steward

Trigger Patterns Reference

Pattern Example Action
No arguments "aiwg guide" Default: read release announcement for installed version
What's new "what's new in AIWG" Read docs/releases/v{version}-announcement.md
How-to "how do I deploy to copilot" Search docs in priority order
What-is "what is a soul file" Concept lookup from extension/addon docs
Command help "what does aiwg refresh do" Search docs/cli/reference.md
Provider query "does cursor support MCP" Read capability matrix
Status query "is AIWG healthy" Steward handoff → aiwg doctor
Version query "what version of AIWG" Steward handoff → aiwg version

Behavior

When triggered:

  1. Classify the request into one of three modes:

    • Default (what's new): No arguments, or "what's new" / "what changed"
    • Contextual help: A topic or question about AIWG features
    • Steward handoff: A question requiring live system state
  2. Default mode (no arguments or "what's new"):

    a. Read the installed version:

    aiwg version
    

    b. Locate the release announcement:

    # Primary: exact version match
    docs/releases/v{version}-announcement.md
    
    # Fallback: latest announcement in docs/releases/
    ls -t docs/releases/v*-announcement.md | head -1
    

Read the full file on GitHub · 166 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. 3d ago Changed 0f25d4f2a6b3
  2. 6d ago First seen · 166 lines · 26 tokens per session scan A 80e4f9ef3db3

Subscribe to this mod's changes

aiwg-guide is a skill published in the GitHub repository jmagly/aiwg (210 stars, last pushed yesterday), licensed MIT. It adds 26 tokens to every session and 1,712 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-09-03.

Related

Other skills, from other repositories

stride-analysis-patterns

Apply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating security documentation.

sangrokjung/claude-forge · 30 tokens

blind-spot-pass

Use before starting work in a domain you don't know well, to surface the "unknown unknowns" — the things you don't even know to ask about — and learn just enough to prompt and decide well. Implements the "blind spot pass" pattern from Anthropic's Fable "finding your unknowns" field guide. Triggers when you say "I'm…

sangrokjung/claude-forge · 221 tokens

prompts-chat

Use when searching, installing, or improving AI skills and prompts via prompts.chat or skills.sh. Triggers on skill search, prompt lookup, install skill, improve prompt, prompts.chat.

sangrokjung/claude-forge · 41 tokens

memstack-development-mentor

Use when the user says 'teach me', 'explain as you go', 'mentor mode', 'walk me through', 'help me learn', 'explain why', 'learning mode', or wants real-time plain language narration of decisions and tradeoffs while building. Do NOT use for code review or debugging.

cwinvestments/memstack · 69 tokens

self-assessment

Interactive skill assessment with personalized learning path generation.

FlorianBruniaux/claude-code-ultimate-guide · 12 tokens

talk-stage1-extract

Extracts and structures source material (articles, transcripts, notes) into a talk summary with narrative arc, themes, metrics, and gaps. Auto-detects REX vs Concept type. Use when starting a new talk from any source material or auditing existing material before committing to a talk.

FlorianBruniaux/claude-code-ultimate-guide · 64 tokens