feature-marker

feature-marker is a skill for Claude Code, Codex from Viniciuscarvalho/Feature-marker. It costs 32 tokens per session (305 once invoked), scanned A, original, MIT.

A guided workflow for taking a software feature from a written plan to a verified local change, designed for use in Codex prompts. It creates product, technical, and task documents before implementation.

In plain words
What is it for?
Use it to plan and implement a feature, review the plan for risks and missing work, run verification, commit locally, and prepare commands for pushing or opening a pull request.
Why use it?
It reduces missed requirements, unclear tasks, testing gaps, and incomplete handoffs during feature work.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/viniciuscarvalho/feature-marker/codex
Any agent
npx skills add Viniciuscarvalho/Feature-marker --skill codex
Clone the repo
git clone --depth 1 https://github.com/Viniciuscarvalho/Feature-marker

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/viniciuscarvalho/feature-marker/codex.svg)](https://agentmods.dev/skills/viniciuscarvalho/feature-marker/codex)
Your own site
<a href="https://agentmods.dev/skills/viniciuscarvalho/feature-marker/codex"><img src="https://agentmods.dev/badge/skills/viniciuscarvalho/feature-marker/codex.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 305 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00032 $0.00305
Opus 5 $0.00016 $0.00152
Sonnet 5 $0.00006 $0.00061
Haiku 4.5 $0.00003 $0.00030

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

Security

Grade A, and why

feature-marker 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 4d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

feature-marker-dist/adapters/codex/SKILL.md · 34 lines

What it actually says

feature-marker for Codex

Use this skill from inside Codex prompts:

Use feature-marker to implement billing-observability.

Run the complete flow by default:

  • Create or reuse tasks/{slug}/prd.md, tasks/{slug}/techspec.md, and tasks/{slug}/tasks.md.
  • Use the bundled templates in templates/ for PRD, TechSpec, and Tasks; fill {slug} and {feature_title} and leave no unresolved placeholders.
  • Create or require a feature branch before implementation.
  • Use a git worktree only when the checkout is dirty or the user asks.
  • Run an implementation grill pass before coding to find artifact, task, test, risk, and handoff gaps.
  • Resolve grill findings in the artifacts, asking the user only when a finding changes scope or requires a product decision.
  • Stop only for true ambiguity, unrelated dirty work, or blocked verification.
  • Run verification, commit locally, and print exact push/PR handoff commands.
  • Do not push, open a PR, create checkpoint JSON, or use an interactive menu.

spec-driven and ralph-loop are out of scope for this skill-first v1 unless they are rebuilt as explicit skill instructions.

Files

What ships with it

1 file 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. 4d ago First seen · 34 lines · 32 tokens per session scan A 1a4525a06f33

Subscribe to this mod's changes

feature-marker is a skill published in the GitHub repository Viniciuscarvalho/Feature-marker (11 stars, last pushed 3mo ago), licensed MIT. It adds 32 tokens to every session and 305 once invoked, about $0.0002 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

openspec-bulk-archive-change

Archive multiple completed changes at once. Use when archiving several parallel changes.

Fission-AI/OpenSpec · 23 tokens

openspec-archive-change

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

Fission-AI/OpenSpec · 31 tokens

babysit

Same-session monitoring loop for PRs, CI runs, tickets, and deployments using the monitorstart / monitorupdate / autonudgestop MCP tools. The loop re-injects your check instructions into THIS session on an idle interval — same context, same tools — and works from dashboard chat, Slack threads, and Discord DMs. Use…

kirodotdev/KiroCrew · 137 tokens

tasks

Use when asked to work on or track a task in the Tasks plugin, when the prompt mentions a task key such as ABC-12, or when work needs task comments, attachments, delegation tracking, or status updates.

get-bb/bb · 46 tokens

regex-mastery

Use this skill when writing regular expressions, debugging pattern matching,optimizing regex performance, or implementing text validation. Triggers on regex, regular expressions, pattern matching, lookahead, lookbehind, named groups, capture groups, backreferences, and any task requiring text pattern matching.

alibaba/anolisa · 60 tokens

execute-task

Execute the next TaskMaster task using the implementation plan with CDD verification. Picks the next ready task, matches it to the plan step, implements via a dispatched subagent, verifies subtasks with evidence, marks the task done, and loops until every task is complete. Wraps the TaskMaster next -> in-progress ->…

anombyte93/prd-taskmaster · 98 tokens