workflow-template-extractor

workflow-template-extractor is a skill for Claude Code, Codex from Heyvhuang/ship-faster. It costs 59 tokens per session (527 once invoked), scanned A, original, MIT.

A workflow for turning a working project into a reusable template under a templates directory.

In plain words
What is it for?
Use it to copy a proven project, replace private settings with environment variables, add setup documentation, and prepare a shareable template.
Why use it?
It removes project-specific branding and secrets while preserving the useful structure and keeping the result runnable.

Skill for Claude CodeCodex

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

Good fit Use it to copy a proven project, replace private settings with environment variables, add setup documentation, and prepare a shareable template.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/heyvhuang/ship-faster/workflow-template-extractor
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 Heyvhuang/ship-faster --skill workflow-template-extractor
Clone the repo
git clone --depth 1 https://github.com/Heyvhuang/ship-faster

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 workflow-template-extractor

README.md
[![agentmods](https://agentmods.dev/badge/skills/heyvhuang/ship-faster/workflow-template-extractor/github.svg)](https://agentmods.dev/skills/heyvhuang/ship-faster/workflow-template-extractor)
Your own site
<a href="https://agentmods.dev/skills/heyvhuang/ship-faster/workflow-template-extractor"><img src="https://agentmods.dev/badge/skills/heyvhuang/ship-faster/workflow-template-extractor/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 workflow-template-extractor

Your own site · 80×15
<a href="https://agentmods.dev/skills/heyvhuang/ship-faster/workflow-template-extractor"><img src="https://agentmods.dev/badge/skills/heyvhuang/ship-faster/workflow-template-extractor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 527 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.00059 $0.00527
Opus 5 $0.00030 $0.00264
Sonnet 5 $0.00012 $0.00105
Haiku 4.5 $0.00006 $0.00053

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

Security

Grade A, and why

workflow-template-extractor 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 9d 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.

skills/_archive/workflow-template-extractor/SKILL.md · 62 lines

What it actually says

Workflow: Template Extractor (Real Project → Template)

Goal: Turn a real project into a shareable, runnable template in templates/ with minimal manual cleanup.

This is intended for “proven projects” you want to reuse as a baseline for future builds.

Input (pass paths only)

  • source_repo_root: Path to the real project
  • target_repo_root: Ship Faster repository root (where templates/ lives)
  • run_dir: runs/template-extractor/active/<run_id>/
  • extract_spec.md: What to keep/remove/generalize (brand, copy, assets, integrations, auth gates)

Output (persisted)

  • 03-plans/extract-plan.md
  • 05-final/extract-summary.md
  • templates/<NNN>-<slug>/ (runnable)

Workflow

0) Initialize

  1. Create run_dir.
  2. Decide <slug> and <NNN> (next available template number).
  3. Copy source_repo_roottemplates/<NNN>-<slug>/ (no build outputs, no caches).

1) De-secrets + de-brand

Must do:

  • Remove secret values from all files (.env*, config, hard-coded tokens).
  • Replace project IDs (Stripe price IDs, Supabase URLs/keys, webhook secrets) with env var keys.
  • Replace branding (names/domains/logos) with neutral placeholders unless the template is intentionally branded.

2) Normalize template entry docs

Required files:

  • README.md (5‑minute runnable)
  • .env.local.example (keys only)
  • metadata.json (name + description)

Recommended:

  • Ensure scripts exist for dev, build, start
  • If lint/typecheck/format are missing and the repo is TS-heavy, add minimal guardrails (avoid heavy governance)

3) Verification

Document in 05-final/extract-summary.md:

  • install works
  • dev starts
  • build succeeds (or clearly document why it can’t without credentials)

Constraints

  • Never commit secret values.
  • Extraction should be “copy + cleanup”, not a refactor project.
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. 9d ago First seen · 62 lines · 59 tokens per session scan A 4b68590cedfb

Subscribe to this mod's changes

workflow-template-extractor is a skill published in the GitHub repository Heyvhuang/ship-faster (339 stars, last pushed 24d ago), licensed MIT. It adds 59 tokens to every session and 527 once invoked, about $0.0003 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-30.