app-feature-craft

app-feature-craft is a skill for Codex from sidiangongyuan/codex-skills-library. It costs 52 tokens per session (867 once invoked), scanned A, original, MIT.

Guidance for implementing a complete user-facing app feature, from the existing screens and data flow through loading, success, failure, and first-use states. It covers interface behavior, server or API work, tests, and end-to-end checking.

In plain words
What is it for?
Use it when adding or improving an app workflow that spans the interface, stored data, backend or API calls, external services, long-running work, and verification.
Why use it?
It prevents a feature from working only as a technical demo while missing the states and interactions users need in real use.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it when adding or improving an app workflow that spans the interface, stored data, backend or API calls, external services, long-running work, and verification.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sidiangongyuan/codex-skills-library/app-feature-craft
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 sidiangongyuan/codex-skills-library --skill app-feature-craft
Clone the repo
git clone --depth 1 https://github.com/sidiangongyuan/codex-skills-library

Made for: 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 app-feature-craft

README.md
[![agentmods](https://agentmods.dev/badge/skills/sidiangongyuan/codex-skills-library/app-feature-craft/github.svg)](https://agentmods.dev/skills/sidiangongyuan/codex-skills-library/app-feature-craft)
Your own site
<a href="https://agentmods.dev/skills/sidiangongyuan/codex-skills-library/app-feature-craft"><img src="https://agentmods.dev/badge/skills/sidiangongyuan/codex-skills-library/app-feature-craft/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 app-feature-craft

Your own site · 80×15
<a href="https://agentmods.dev/skills/sidiangongyuan/codex-skills-library/app-feature-craft"><img src="https://agentmods.dev/badge/skills/sidiangongyuan/codex-skills-library/app-feature-craft.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 867 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.00052 $0.00867
Opus 5 $0.00026 $0.00434
Sonnet 5 $0.00010 $0.00173
Haiku 4.5 $0.00005 $0.00087

Measured 11d ago against content hash 80092939458f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

app-feature-craft 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 11d 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/app-feature-craft/SKILL.md · 87 lines

How it starts

The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.

App Feature Craft

Use this skill to turn an app request into a feature users can actually rely on. Default to shipping the smallest complete behavior, not a technical stub.

Workflow

  1. Ground in the product before designing.

    • Inspect routes, screens, state stores, API clients, backend handlers, data models, tests, packaging scripts, and existing copy.
    • Resolve discoverable facts from the repo before asking the user.
    • If visual behavior matters, inspect screenshots or run the app.
  2. Define the user-facing outcome.

    • State what the user can do after the change.
    • Identify the audience, success criteria, in/out of scope, data safety constraints, and where the behavior must appear.
    • Separate optional convenience from behavior required for a complete feature.
  3. Design the whole path.

    • Cover UI states: empty, loading, success, failure, stale data, first-run, and already-configured.
    • Keep controls near the user's task context. Avoid bolted-on panels, rigid form-heavy surfaces, or result views that disappear behind an ambiguous "back" action.
    • Prefer reading-first UI with focused edit affordances for dense knowledge or writing surfaces.
    • Cover data/API behavior: persistence, validation, compatibility, migration, idempotency, and failure modes.
    • Cover lifecycle behavior for desktop apps: startup, restart, sidecars, installer state, and local paths when relevant.
    • For long-running AI or provider work, design background progress, reopening/recovery, cancellation semantics, and honest stage labels before implementing the request.
  4. Implement narrowly.

    • Follow existing local patterns instead of inventing a new framework.
    • Keep user data safe by default; never delete, overwrite, or migrate destructively unless the user explicitly asked for it.
    • Do not expose raw backend/browser errors in public UI.
    • Do not report a fake success for external integrations. Mocked tests prove code paths, not real provider availability.
    • Run only the user-selected AI/profile/configuration set. Do not silently add a default provider after the user made an explicit choice.
    • Keep separate provider profiles and locally saved keys isolated by owner; never let one profile's credential overwrite another profile's source.
    • Make AI-generated drafts, candidate imports, and writeback actions review-first unless the user explicitly requested automatic mutation.

Read the full file on GitHub · 87 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 87 lines · 52 tokens per session scan A 80092939458f

Subscribe to this mod's changes

app-feature-craft is a skill published in the GitHub repository sidiangongyuan/codex-skills-library (8 stars, last pushed 5d ago), licensed MIT. It adds 52 tokens to every session and 867 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-31.

Related

Other skills, from other repositories

frappe-fullstack

End-to-end Frappe and ERPNext implementation guidance spanning backend Python, backend JavaScript surfaces, Vue or React frontends, customizations, and bench-aware delivery. Use when the task crosses multiple Frappe layers.

Dkm0315/frappe-agent · 50 tokens

supabase-nextjs

Next.js with Supabase and Drizzle ORM.

alinaqi/maggy · 14 tokens

design-patterns

Agents should invoke this skill when choosing patterns, designing traits/interfaces/components, deciding abstraction boundaries, evaluating dependency injection/callbacks, or comparing implementation approaches in Rust, TypeScript/React, or Django/Python.

waybarrios/opencode-power-pack · 46 tokens

superloopy-clone

Use when the user asks for Superloopy clone or asks to clone, rebuild, reverse-engineer, replicate, or copy a website or page into a Superloopy-governed implementation. Triggers on "loopy clone", target URLs plus requests such as "clone this site", "rebuild this page", "make a copy of this website", "pixel-perfect…

beefiker/superloopy · 113 tokens

cesiumjs-core-utilities

CesiumJS core utilities and networking - Resource, Color, Event, Request, RequestScheduler, error handling, helper functions, feature detection. Use when fetching remote data, managing HTTP requests, working with colors, handling events, debugging errors, or using utility functions like defined, clone, or…

CesiumGS/cesiumjs-skills · 69 tokens

client-scripts

Write ServiceNow client scripts (onLoad/onChange/onSubmit/onCellEdit) using gform, guser, GlideAjax, field visibility/mandatory toggles, and validation with debounced server calls.

serac-labs/serac · 45 tokens