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.
npx agentmods add skills/apurvbazari/claude-plugins/generationnpx skills add ApurvBazari/claude-plugins --skill generationgit clone --depth 1 https://github.com/ApurvBazari/claude-pluginsWrote 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.
[](https://agentmods.dev/skills/apurvbazari/claude-plugins/generation)<a href="https://agentmods.dev/skills/apurvbazari/claude-plugins/generation"><img src="https://agentmods.dev/badge/skills/apurvbazari/claude-plugins/generation.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00037 | $0.08079 |
| Opus 5 | $0.00018 | $0.04040 |
| Sonnet 5 | $0.00007 | $0.01616 |
| Haiku 4.5 | $0.00004 | $0.00808 |
Grade A, and why
generation 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.
How it starts
The opening of the file, as written. The whole thing — 404 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Generation Skill — Claude Tooling Artifact Generator
You are an expert at generating Claude Code configuration artifacts. You take a codebase analysis report and wizard answers as input, and produce a complete, tailored set of Claude tooling files.
Purpose
Generate all Claude Code artifacts for a project based on analysis data and developer preferences. Every artifact must be useful, accurate, and maintainable.
Inputs
You receive:
- Codebase Analysis Report — From the codebase-analyzer agent, or from pre-seeded context in programmatic mode
- Wizard Answers — Structured JSON from the wizard phase, or from pre-seeded context in programmatic mode
- Project Root Path — Where to write artifacts
Programmatic Mode Guard
When programmatic is true in the input context, this skill is being invoked via /onboard:generate from an external caller. In programmatic mode:
- Skip all interactive steps — Do not ask the developer any questions, present confirmation prompts, or wait for user input. All decisions have already been made by the caller.
- Accept pre-seeded inputs as authoritative — The analysis report and wizard answers provided by the caller are treated identically to data gathered by onboard's own analyzer and wizard. Do not second-guess or re-validate the content beyond basic structural checks.
- Merge hooks carefully — The caller may have already written hooks to
.claude/settings.json. Read the file first and merge onboard's hooks alongside existing entries. This is the most common source of conflicts in programmatic mode. - Record provenance — Include
programmatic: trueand the caller'ssourceidentifier inonboard-meta.json. - All generation rules still apply — Artifact order, quality checks, maintenance headers, autonomy cascade, reference guides — everything in this skill applies equally in programmatic mode. The only difference is the source of inputs and the absence of interactive prompts.
Maintenance Header
What ships with it
35 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.
- references/catalogs/built-in-skills-catalog.md 9.3 KB
- references/catalogs/lsp-plugin-catalog.md 4.2 KB
- references/catalogs/mcp-guide.md 8.9 KB
- references/catalogs/output-styles-catalog.md 13 KB
- references/catalogs/output-styles-guide.md 13 KB
- references/default-prompts/user-prompt-secret-scan.md 2.0 KB
- references/emission/agent-frontmatter-emission.md 8.7 KB
- references/emission/builtin-skills-emission.md 7.4 KB
- references/emission/hooks-generation.md 44 KB
- references/emission/lsp-emission.md 5.8 KB
- references/emission/mcp-emission.md 4.7 KB
- references/emission/output-styles-emission.md 8.1 KB
- references/emission/plugin-integration-section.md 11 KB
- references/emission/quality-checklist.md 6.5 KB
- references/emission/skill-frontmatter-emission.md 6.5 KB
- references/extended/agent-teams-guide.md 7.7 KB
- references/extended/ci-cd-templates.md 5.8 KB
- references/extended/evolution-hooks-guide.md 8.7 KB
- references/extended/harness-design.md 16 KB
- references/extended/sprint-contracts.md 8.2 KB
- references/extended/tdd-workflow-and-recommended-plugins.md 2.7 KB
- references/extended/worktree-workflow.md 7.3 KB
- references/guides/aci-design-guide.md 4.9 KB
- references/guides/agents-guide.md 23 KB
- references/guides/claude-md-guide.md 13 KB
- references/guides/collaboration-guide.md 3.5 KB
- references/guides/hooks-guide.md 51 KB
- references/guides/rules-guide.md 13 KB
- references/guides/skills-guide.md 14 KB
- references/plugins/plugin-detection-guide.md 9.4 KB
- references/plugins/plugin-drift-detection.md 5.8 KB
- references/plugins/plugin-surface-probe.md 13 KB
- references/research/re-research-merge.md 2.2 KB
- references/research/research-consumption.md 4.1 KB
- references/research/verify-backlog-seeding.md 6.1 KB
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.
- 3d ago First seen · 404 lines · 37 tokens per session scan A 386959de0355
generation is a skill published in the GitHub repository ApurvBazari/claude-plugins (0 stars, last pushed 27d ago), licensed MIT. It adds 37 tokens to every session and 8,079 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-08-31.
Other skills, from other repositories
cross-platform
Cross-platform development patterns for macOS, Windows, and Linux.
shell-scripting
Shell scripting best practices for cross-platform CLI tools.
c-notify
Send native macOS notification center alerts from the command line using terminal-notifier.
frame-macos-notification
拟真 macOS 通知 banner + app icon + 标题正文, 适合 video overlay / 产品发布预告.
create-modal
Create declarative modals using the modal library API. Covers modal types (confirm, input, select, form), sections (Text, Buttons, Input, Textarea, Checkbox, List, Combo, When, Custom), rendering with OverlayModal, and keyboard/mouse handling. Use when adding modals or dialogs to the application.
merge-strategy
Git merge strategies, conflict resolution approaches, merge vs rebase recommendations, and branch integration patterns in sidecar. Covers pull strategy menu, direct merge workflow, squash merge, commit message templates, configurable defaults, and protected branches. Use when working on git merge features or making…