skills/ship-faster/skills/_archive/workflow-template-extractor/SKILL.md
Extract a shareable runnable template under templates/NNN-slug/ from a real project: copy + de-brand + remove secrets + add env examples + docs, with minimal refactors. Use when you have a working project and want to turn it into a template.
npx skillsauth add enuno/claude-command-and-control workflow-template-extractorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
source_repo_root: Path to the real projecttarget_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)03-plans/extract-plan.md05-final/extract-summary.mdtemplates/<NNN>-<slug>/ (runnable)run_dir.<slug> and <NNN> (next available template number).source_repo_root → templates/<NNN>-<slug>/ (no build outputs, no caches).Must do:
.env*, config, hard-coded tokens).Required files:
README.md (5‑minute runnable).env.local.example (keys only)metadata.json (name + description)Recommended:
dev, build, startDocument in 05-final/extract-summary.md:
dev startsbuild succeeds (or clearly document why it can’t without credentials)tools
MemPalace local-first AI memory system. Use when setting up persistent memory for Claude Code sessions, mining project files or conversation transcripts, querying past context, configuring MCP tools, managing the knowledge graph, or troubleshooting palace operations.
tools
LangSmith Python SDK — trace, evaluate, and monitor LLM applications. Covers @traceable decorator, trace context manager, Client API, evaluate() / aevaluate(), comparative evaluation, custom evaluators, dataset management, prompt caching, ASGI middleware, and pytest plugin.
development
LangGraph (Python) — build stateful, controllable agent graphs with checkpointing, streaming, persistence, interrupts, fault tolerance, and durable execution. Covers both Graph API (StateGraph) and Functional API (@entrypoint/@task).
development
LangGraph Graph API (Python) — build explicit DAG agent workflows with StateGraph, typed state, nodes, edges, Command routing, Send fan-out, checkpointers, interrupts, and streaming. Use when you need explicit control flow and graph topology.