skillpack-forge-developer

skillpack-forge-developer is a skill for Claude Code, Codex from guorunjie/skillpack-forge. It costs 21 tokens per session (224 once invoked), scanned A, original, MIT.

Project-specific instructions for developing the skillpack-forge tool. They describe its commands, working principles, and required checks.

In plain words
What is it for?
Use them when changing, testing, or automating skillpack-forge. They cover installation, compilation, tests, scans, checks, templates, and related commands.
Why use it?
They keep changes to this tool consistent with its repository rules and ensure the available verification commands are considered.

Skill for Claude CodeCodex

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/guorunjie/skillpack-forge/skillpack-forge-developer
Any agent
npx skills add guorunjie/skillpack-forge --skill skillpack-forge-developer
Clone the repo
git clone --depth 1 https://github.com/guorunjie/skillpack-forge

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 skillpack-forge-developer

README.md
[![agentmods](https://agentmods.dev/badge/skills/guorunjie/skillpack-forge/skillpack-forge-developer.svg)](https://agentmods.dev/skills/guorunjie/skillpack-forge/skillpack-forge-developer)
Your own site
<a href="https://agentmods.dev/skills/guorunjie/skillpack-forge/skillpack-forge-developer"><img src="https://agentmods.dev/badge/skills/guorunjie/skillpack-forge/skillpack-forge-developer.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 224 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 $0.00021 $0.00224
Opus 5 $0.00010 $0.00112
Sonnet 5 $0.00004 $0.00045
Haiku 4.5 $0.00002 $0.00022

Measured 3d ago against content hash 7ea883dcc514, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

skillpack-forge-developer 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.

.claude/skills/skillpack-forge-developer/SKILL.md · 35 lines

What it actually says

skillpack-forge-developer

Generated from skillpack.yaml by Skillpack Forge.

Project

Compile one repo manifest into portable AGENTS.md, AI coding skills, agent rules, and CI checks.

Workflow

  • Inspect the current project context and nearby files
  • Run npm test before completion
  • Document any command that cannot be run

Commands

  • install: npm install
  • test: npm test
  • compile: npm run compile
  • doctor: npm run doctor
  • scan: npm run scan
  • diff: npm run diff
  • check: npm run check
  • mcpb: npm run mcpb
  • templates: npm run templates
  • import-json: npm run import-json
  • demo: npm run demo

Principles

  • Preserve user changes and keep edits scoped
  • Inspect the current repo state before changing files
  • Run verification before claiming success
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 First seen · 35 lines · 21 tokens per session scan A 7ea883dcc514

Subscribe to this mod's changes

skillpack-forge-developer is a skill published in the GitHub repository guorunjie/skillpack-forge (1 stars, last pushed 3mo ago), licensed MIT. It adds 21 tokens to every session and 224 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

healthcare-agents

Healthcare Agents plugin router for healthcare administration work. Use when the user says to use the Healthcare Agents plugin, asks for a healthcare administration workup, names a department or area such as revenue cycle, quality, compliance, clinical administration, payer, health IT, population health, pharmacy…

ajhcs/healthcare-agents · 85 tokens

lowkey-effort

Automatically calibrate response effort and token usage to match task complexity. Use this skill at the START of every response to classify the incoming task and select the appropriate effort tier before generating any output. Trigger whenever you're about to answer a question or complete a task — this skill saves…

ashutoshswamy/lowkey-effort · 114 tokens

plan-task

Create a detailed implementation plan before coding. Use when starting a new feature, multi-step refactor, or complex task. Invoked by saying "plan", "create a plan", or "plan this task".

savedpixel/ai-agent-rules-generator · 45 tokens

commit

Stage, commit, and push code changes with branch safety and explicit staging. Use when ready to commit work. Invoked by saying "commit", "push", or "commit and push".

savedpixel/ai-agent-rules-generator · 40 tokens

document-task

Document completed work — update task log, sync documentation, log observations. Use after finishing a task or batch of changes.

savedpixel/ai-agent-rules-generator · 27 tokens

commit-all

Batch-commit all uncommitted changes grouped by relevance. Use when multiple accumulated changes need committing. Invoked by saying "commit all" or "commit everything".

savedpixel/ai-agent-rules-generator · 36 tokens