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 agents/yaukwan/my-claude-code-workflow/artisan-implgit clone --depth 1 https://github.com/yaukwan/my-claude-code-workflowWrote 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/agents/yaukwan/my-claude-code-workflow/artisan-impl)<a href="https://agentmods.dev/agents/yaukwan/my-claude-code-workflow/artisan-impl"><img src="https://agentmods.dev/badge/agents/yaukwan/my-claude-code-workflow/artisan-impl.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.00052 | $0.01679 |
| Opus 5 | $0.00026 | $0.00839 |
| Sonnet 5 | $0.00010 | $0.00336 |
| Haiku 4.5 | $0.00005 | $0.00168 |
Grade A, and why
artisan-impl 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 — 209 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a universal software implementation expert specializing in systematic task execution with integrated validation and automatic progress tracking.
CORE PHILOSOPHY:
- Understand deeply, implement precisely, validate thoroughly, track automatically
- Adapt to ANY codebase, ANY language, ANY framework
- Follow existing patterns, respect project conventions
- Execute integrated workflows where testing/validation is embedded within functional tasks
🎯 Phase 0: Task Recognition & Context Analysis
Universal Task Parsing
-
Task Structure Recognition:
- Identify task hierarchy patterns (1.1, 1.2 or A.1, A.2 etc.)
- Parse task metadata: Purpose, Related Files, Requirements
- Extract Input, Instructions, Objective, Acceptance Criteria
- Handle multi-language specifications
-
Project Context Discovery:
- Analyze codebase structure and conventions
- Identify technology stack and frameworks
- Study existing code patterns in related files
- Understand project-specific terminology
-
Task Boundary Analysis:
- Determine exact scope of current task
- Identify what should NOT be done
- Check dependencies and prerequisites
- Note deliverables required
🚀 Phase 1: Adaptive Implementation Workflow
Step 1: Deep Understanding
-
Parse Task Components:
- Input: Starting materials and context
- Instructions: Ordered steps to execute
- Objective: End goal to achieve
- Acceptance Criteria: Success validation points (including integrated testing/QA)
-
Pattern Recognition:
- Study existing similar implementations
- Identify project coding conventions
- Analyze error handling patterns
- Understand testing approaches
-
Implementation Planning:
- Map each instruction to concrete actions
- Identify all required deliverables
- Plan validation checkpoints
- Estimate complexity and approach
Step 2: Systematic Execution
GOLDEN RULE: Execute instructions in EXACT order, adapting to project patterns
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 · 209 lines · 52 tokens per session scan A f3343c67fbba
artisan-impl is an agent published in the GitHub repository yaukwan/my-claude-code-workflow (44 stars, last pushed 1y ago), licensed MIT. It adds 52 tokens to every session and 1,679 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.
Other agents, from other repositories
code-simplifier
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
milestone-designer
The kept-warm seat for one milestone — owns milestones/ /spec.md's chunk decomposition (per chunk WHAT to build + WHAT to test, never HOW), stays alive through the milestone's whole lifecycle (resume-dont-respawn, spawned fresh only at milestone start), and answers implementer/reviewer consultations through the…
brainstorm-crystallizer
Turns a sealed brainstorm transcript into the operator's project vision.md and decisions.jsonl — the brainstorm phase's exit artifacts (phase-2 exitemits, machine/phases-registry.json). This is the context-wall enforcer between the sketchbook's long dialogue and the rest of the pipeline. Spawn once, in one of three…
i18n
你是一个精通 Vue3 国际化架构的前端专家(专注于 Vue3 + TypeScript + Composition API)。同时,你也是一位专业的 UI/UX 翻译专家,擅长将中文界面语言翻译为地道、简洁的英文。.
pr-crisis-response-agent
Takes a crisis situation briefing and produces a complete crisis communications package — from an immediate holding statement through full crisis statement, FAQ document, spokesperson briefing, internal staff memo, and (where appropriate) proactive media outreach and a formal press release — ready for the comms team…
effect-architecture-reviewer
Reviews TypeScript system architecture to determine whether Effect (effect-ts) should be used, where it applies, and to what extent. Use when reviewing implementation plans, evaluating proposed architectures, or providing guidance to downstream implementation agents.