llmops-demo-ts: Skill for Claude Code

.claude/skills/write-requirements/SKILL.md

write-requirements is a skill for Claude Code from yu-iskw/llmops-demo-ts. It costs 30 tokens per session (230 once invoked), scanned A, original, Apache-2.0.

A requirements-writing skill that turns a feature idea into user stories, acceptance criteria, technical requirements, and an explicit out-of-scope list. Acceptance criteria describe the expected result for given situations and actions.

In plain words
What is it for?
Use it to define frontend, backend, AI-agent, data-model, API, accessibility, security, and performance requirements for a proposed change.
Why use it?
It prevents important behavior, error cases, technical changes, and boundaries from being left unclear before implementation begins.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: agent in frontmatter.

This is yu-iskw/llmops-demo-ts's own configuration. It tells Claude Code how to work on llmops-demo-ts itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything llmops-demo-ts configures →

Reuse

Borrowing it

Nothing to install: this file belongs to yu-iskw/llmops-demo-ts. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/yu-iskw/llmops-demo-ts/main/.claude/skills/write-requirements/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/yu-iskw/llmops-demo-ts

Made for: Claude Code.

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 write-requirements

README.md
[![agentmods](https://agentmods.dev/badge/skills/yu-iskw/llmops-demo-ts/write-requirements/github.svg)](https://agentmods.dev/skills/yu-iskw/llmops-demo-ts/write-requirements)
Your own site
<a href="https://agentmods.dev/skills/yu-iskw/llmops-demo-ts/write-requirements"><img src="https://agentmods.dev/badge/skills/yu-iskw/llmops-demo-ts/write-requirements/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 write-requirements

Your own site · 80×15
<a href="https://agentmods.dev/skills/yu-iskw/llmops-demo-ts/write-requirements"><img src="https://agentmods.dev/badge/skills/yu-iskw/llmops-demo-ts/write-requirements.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 230 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.00030 $0.00230
Opus 5 $0.00015 $0.00115
Sonnet 5 $0.00006 $0.00046
Haiku 4.5 $0.00003 $0.00023

Measured 5d ago against content hash 91c1949d747f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

write-requirements 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 5d 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.

.claude/skills/write-requirements/SKILL.md · 46 lines

What it actually says

Write Requirements

Write detailed requirements for the following feature:

$ARGUMENTS

Requirements Format

For each requirement, produce:

User Story

As a [user type],
I want to [action],
So that [benefit].

Acceptance Criteria

  • Given [context], when [action], then [result] (Include happy path, error cases, and edge cases)

Technical Requirements

  • Data model changes needed
  • API endpoints affected
  • UI components affected
  • Non-functional requirements (performance, security, accessibility)

Out of Scope

  • What is explicitly NOT included in this feature

Context

This is for the llmops-demo-ts project — a chat-based AI agent application. Consider all layers: frontend (Vue.js), backend (Express), agents (LangGraph), and common (shared types).

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. 5d ago First seen · 46 lines · 30 tokens per session scan A 91c1949d747f

Subscribe to this mod's changes

write-requirements is a skill published in the GitHub repository yu-iskw/llmops-demo-ts (6 stars, last pushed 9d ago), licensed Apache-2.0. It adds 30 tokens to every session and 230 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-09-04.

Related

Other skills, from other repositories