JumpStart-AutoNav: Skill for Claude Code

.github/skills/agent-customization/SKILL.md

agent-customization is a skill for Claude Code from CGSOG-JumpStarts/JumpStart-AutoNav. It costs 92 tokens per session (1,006 once invoked), scanned A, original, MIT.

A guide for creating and fixing files that customize coding agents, including workspace instructions, file-specific rules, prompts, custom agents, hooks, and skills. It explains where these files belong and when each type applies.

In plain words
What is it for?
Creating or reviewing AGENTS.md and copilot-instructions.md files, writing .instructions.md or .prompt.md files, configuring file patterns, and debugging agent behavior.
Why use it?
It helps make an agent follow coding preferences consistently and explains why an instruction or skill may not be loading. It reduces confusion between always-on rules, task prompts, reusable workflows, and external integrations.

Skill for Claude Code

Written for Claude Code: PreToolUse hook event. Also seen: reads .claude/ paths; mentions subagents; mentions AGENTS.md.

This is CGSOG-JumpStarts/JumpStart-AutoNav's own configuration. It tells Claude Code how to work on JumpStart-AutoNav itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything JumpStart-AutoNav configures →

Reuse

Borrowing it

Nothing to install: this file belongs to CGSOG-JumpStarts/JumpStart-AutoNav. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/CGSOG-JumpStarts/JumpStart-AutoNav/main/.github/skills/agent-customization/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/CGSOG-JumpStarts/JumpStart-AutoNav

Made for: Claude Code.

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 agent-customization

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/cgsog-jumpstarts/jumpstart-autonav/agent-customization"><img src="https://agentmods.dev/badge/skills/cgsog-jumpstarts/jumpstart-autonav/agent-customization.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,006 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.00092 $0.01006
Opus 5 $0.00046 $0.00503
Sonnet 5 $0.00018 $0.00201
Haiku 4.5 $0.00009 $0.00101

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

Security

Grade A, and why

agent-customization 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 12d 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.

.github/skills/agent-customization/SKILL.md · 78 lines

How it starts

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

Agent Customization

Decision Flow

Primitive When to Use
Workspace Instructions Always-on, applies everywhere in the project
File Instructions Explicit via applyTo patterns, or on-demand via description
MCP Integrates external systems, APIs, or data
Hooks Deterministic shell commands at agent lifecycle points (block tools, auto-format, inject context)
Custom Agents Subagents for context isolation, or multi-stage workflows with tool restrictions
Prompts Single focused task with parameterized inputs
Skills On-demand workflow with bundled assets (scripts/templates)

Quick Reference

Consult the reference docs for templates, domain examples, advanced frontmatter options, asset organization, anti-patterns, and creation checklists. If the references are not enough, load the official documentation links for each primitive.

Type File Location Reference
Workspace Instructions copilot-instructions.md, AGENTS.md .github/ or root Link
File Instructions *.instructions.md .github/instructions/ Link
Prompts *.prompt.md .github/prompts/ Link
Hooks *.json .github/hooks/ Link
Custom Agents *.agent.md .github/agents/ Link
Skills SKILL.md .github/skills/<name>/, .agents/skills/<name>/, .claude/skills/<name>/ Link

User-level: {{USER_PROMPTS_FOLDER}}/ (*.prompt.md, *.instructions.md, *.agent.md; not skills) Customizations roam with user's settings sync

Creation Process

If you need to explore or validate patterns in the codebase, use a read-only subagent. If the ask-questions tool is available, use it to interview the user and clarify requirements.

If you are creating or updating an agent and discover the solution also needs a reusable skill, use this skill for the agent customization itself and reference the skill-creator skill for the skill-authoring portion of the work.

Read the full file on GitHub · 78 lines

Files

What ships with it

6 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. 12d ago First seen · 78 lines · 92 tokens per session scan A 7a155505b7fa

Subscribe to this mod's changes

agent-customization is a skill published in the GitHub repository CGSOG-JumpStarts/JumpStart-AutoNav (10 stars, last pushed 4mo ago), licensed MIT. It adds 92 tokens to every session and 1,006 once invoked, about $0.0005 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

github-review-pr

Review GitHub pull requests with detailed, multi-perspective code analysis using parallel subagents. Use this skill whenever the user wants to review a PR, asks for code review on a pull request, mentions "review PR", "check this PR", "look at pull request", or references a PR number or GitHub PR URL. Do NOT use for…

feiskyer/claude-code-settings · 90 tokens

grill-me

A guided, adversarial interview for challenging a plan or design one question at a time. It also records agreed terms and architectural decisions as the discussion develops.

feiskyer/claude-code-settings · 58 tokens

gpt-image-skill

A skill for generating or editing images through OpenAI's GPT Image API, a programming interface for requesting image operations. It uses a bundled Python script and supports configuration such as model, size, quality, and output file.

feiskyer/claude-code-settings · 115 tokens

nanobanana-skill

An image-generation and image-editing skill that uses Google Gemini through the Nanobanana tool. It covers prompts, image sizes, output files, models, resolutions, and required setup.

feiskyer/claude-code-settings · 109 tokens

youtube-transcribe-skill

A tool for getting subtitles or transcripts from YouTube videos and saving them as local files.

feiskyer/claude-code-settings · 50 tokens

github-fix-issue

Fix GitHub issues end-to-end — analysis, branch creation, implementation, testing, and PR submission. Use whenever the user mentions fixing a GitHub issue, says "fix issue.

feiskyer/claude-code-settings · 42 tokens