build-feature

build-feature is a skill for Claude Code from ilang-ai/autocode. It costs 24 tokens per session (218 once invoked), scanned A, original, MIT.

A workflow for completing one software feature fully before starting the next.

In plain words
What is it for?
Use it to break down work that is too large, build features in sequence, verify progress, and report completion in plain language.
Why use it?
It prevents several unfinished features from competing for attention and requires checking each feature before moving on.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the autocode plugin — 48 skills shipped together

Good fit Use it to break down work that is too large, build features in sequence, verify progress, and report completion in plain language.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ilang-ai/autocode/build-feature
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 ilang-ai/autocode --skill build-feature
Clone the repo
git clone --depth 1 https://github.com/ilang-ai/autocode

Made for: Claude Code.

Or install autocode, the plugin that ships this one along with the rest of its 48 skills.

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 build-feature

README.md
[![agentmods](https://agentmods.dev/badge/skills/ilang-ai/autocode/build-feature.svg)](https://agentmods.dev/skills/ilang-ai/autocode/build-feature)
Your own site
<a href="https://agentmods.dev/skills/ilang-ai/autocode/build-feature"><img src="https://agentmods.dev/badge/skills/ilang-ai/autocode/build-feature.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 218 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.
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.00024 $0.00218
Opus 5 $0.00012 $0.00109
Sonnet 5 $0.00005 $0.00044
Haiku 4.5 $0.00002 $0.00022

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

Security

Grade A, and why

build-feature 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/build-feature/SKILL.md · 28 lines

What it actually says

::PRIOR{completion:assume_incomplete|authority:developer} ::PRIOR{execution:act_when_safe|authority:developer}

::GENE{build-feature|conf:confirmed|scope:global} T:one_feature_at_a_time T:sequential_not_concurrent T:verify_before_next T:report_completion_in_user_language A:parallel_features⇒reject A:skip_verification⇒reject when:feature_too_big ⇒ ::ACTIVATE{plan-breakdown}

::ACTIVATE{build-feature} ON:plan_approved

::EXAMPLE{ output: "登录功能做好了。用户可以注册、登录、登出。" progress: "✅ 3/5 完成,还剩2步。" }

Powered by I-Lang v5.0 | ilang.ai

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 · 28 lines · 24 tokens per session scan A 6422fa55f815

Subscribe to this mod's changes

build-feature is a skill published in the GitHub repository ilang-ai/autocode (86 stars, last pushed 2mo ago), licensed MIT. It adds 24 tokens to every session and 218 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-30.

Related

Other skills, from other repositories

mckinsey-consultant

A consulting style method for breaking business questions into structured analyses and producing research reports or presentations.

Mann1988/awesome-claude-skills · 82 tokens

mimeng-writing

A Chinese-language writing guide for creating highly clickable articles about emotions, stories, and social issues. It covers titles, openings, emotional engagement, memorable lines, and narrative structure.

Mann1988/awesome-claude-skills · 0 tokens

ast-grep

Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for…

Kayunangka/claude-skill · 80 tokens

us-gov-shutdown-tracker

Track and analyze US government shutdown liquidity impacts by monitoring TGA (Treasury General Account), bank reserves, EFFR, and SOFR data from FRED API. Use when user wants to (1) analyze current or past government shutdown effects on financial markets, (2) track liquidity conditions during fiscal policy…

Mann1988/awesome-claude-skills · 126 tokens

wowerpoint

Turn one document into a kawaii NotebookLM slide-deck PDF. Use for "wowerpoint this", "make a deck about ", "turn this report into slides", or any request to render a single document as shareable narrative slides.

thedotmack/claude-mem · 55 tokens

version-bump

Automated semantic versioning and release workflow for Claude Code plugins. Handles version increments across package.json, marketplace.json, plugin.json manifests, build verification, git tagging, GitHub releases, and changelog generation. NPM publishing is the final human-required handoff because the maintainer…

thedotmack/claude-mem · 64 tokens