help

help is a skill for Claude Code, Codex from lantisprime/claude-sdlc. It costs 37 tokens per session (659 once invoked), scanned A, original, MIT.

A read-only reference for the commands provided by the software-development workflow. It lists commands for planning, requirements, design, coding, testing, deployment, support, documentation, status, review, and small fixes.

In plain words
What is it for?
Use it with /help to see the command list, or with a command name to get its condensed usage reference.
Why use it?
It helps someone discover the available commands and understand the workflow stages without changing project files. It also explains how to request help for a specific command.

Skill for Claude CodeCodex

Part of the sdlc-plugin plugin — 19 skills, 16 commands, 10 agents, 4 hooks shipped together

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/lantisprime/claude-sdlc/help
Any agent
npx skills add lantisprime/claude-sdlc --skill help
Clone the repo
git clone --depth 1 https://github.com/lantisprime/claude-sdlc

Made for: Claude Code, Codex.

Or install sdlc-plugin, the plugin that ships this one along with the rest of its 19 skills, 16 commands, 10 agents, 4 hooks.

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 help

README.md
[![agentmods](https://agentmods.dev/badge/skills/lantisprime/claude-sdlc/help.svg)](https://agentmods.dev/skills/lantisprime/claude-sdlc/help)
Your own site
<a href="https://agentmods.dev/skills/lantisprime/claude-sdlc/help"><img src="https://agentmods.dev/badge/skills/lantisprime/claude-sdlc/help.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 659 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.00037 $0.00659
Opus 5 $0.00018 $0.00329
Sonnet 5 $0.00007 $0.00132
Haiku 4.5 $0.00004 $0.00066

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

Security

Grade A, and why

help 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.

skills/help/SKILL.md · 68 lines

How it starts

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

Help — Plugin Reference

Read-only. Never writes files. Never modifies artifacts. Never invokes other skills.

Invocation modes

No args: /help

Print a condensed command list — one line each — then a usage tip. Screen budget: ≤ 20 lines total.

SDLC Plugin — command reference

  /configure   set up config/tools.json and config/tools.local.json
  /start       guided intake; fix-fast eligibility check; hands off to /plan
  /plan        Phase 1 — classify task, validate scope, estimate effort
  /analyze     Phase 2 — requirements with stable REQ IDs
  /design      Phase 3 — architecture bundle, tech specs, test cases
  /build       Phase 4 — code + unit tests, scoped to plan
  /test        Phase 5 — test execution, defects, UX conformance
  /deploy      Phase 6 — deployment proposal and supervised execution
  /support     Phase 7 — observability wiring (logging, alerts, dashboards)
  /docs        Phase 8 — docs refresh and traceability matrix
  /status      show in-flight task state and pending sign-offs (read-only)
  /review      cross-cutting diff review (correctness + security)
  /fix-fast    compressed path for small bug fixes only (≤2 files, ≤50 LOC)

Run /help <command> for detail on any command.
Run /help commands for the full reference table.

/help commands

Print the full command reference table.

Read each file in commands/ and extract the YAML description: field. Format as a markdown table: Command | Purpose. Sort by phase order: configure, start, plan, analyze, design, build, test, deploy, support, docs, status, review, fix-fast, token-review.

/help <command>

  1. Read commands/<command>.md. Extract the YAML description: field and the first non-frontmatter paragraph.
  2. Read skills/<command>/SKILL.md if it exists. Extract the first non-frontmatter paragraph.
  3. If neither file exists, print: No help entry found for /<command>.
  4. Assemble output (≤ 25 lines):
/<command> — <YAML description>

<first paragraph from commands/<command>.md or skills/<command>/SKILL.md>

Example:
  /<command> <inferred one-liner>

Read the full file on GitHub · 68 lines

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 · 68 lines · 37 tokens per session scan A 8055bb8a0e72

Subscribe to this mod's changes

help is a skill published in the GitHub repository lantisprime/claude-sdlc (3 stars, last pushed 4mo ago), licensed MIT. It adds 37 tokens to every session and 659 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-31.