llmops-demo-ts: Skill for Claude Code

.claude/skills/implement-feature/SKILL.md

implement-feature is a skill for Claude Code from yu-iskw/llmops-demo-ts. It costs 26 tokens per session (234 once invoked), scanned A, original, Apache-2.0.

A TypeScript implementation workflow for adding a feature or fixing a bug while following the project's existing code patterns. It includes checks for errors, exports, generated routes, and the build.

In plain words
What is it for?
Use it for TypeScript changes involving the project's agents, backend controllers and services, frontend code, shared types, or utilities.
Why use it?
It reduces the risk of code that conflicts with the project's architecture or fails to compile. It also gives the agent a defined process for inspecting existing code before making changes.

Skill for Claude Code

Written for Claude Code: argument-hint 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/implement-feature/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 implement-feature

README.md
[![agentmods](https://agentmods.dev/badge/skills/yu-iskw/llmops-demo-ts/implement-feature.svg)](https://agentmods.dev/skills/yu-iskw/llmops-demo-ts/implement-feature)
Your own site
<a href="https://agentmods.dev/skills/yu-iskw/llmops-demo-ts/implement-feature"><img src="https://agentmods.dev/badge/skills/yu-iskw/llmops-demo-ts/implement-feature.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 234 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.00026 $0.00234
Opus 5 $0.00013 $0.00117
Sonnet 5 $0.00005 $0.00047
Haiku 4.5 $0.00003 $0.00023

Measured 2d ago against content hash 78f644ac389d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

implement-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 2d 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/implement-feature/SKILL.md · 32 lines

What it actually says

Implement Feature

Implement the following:

$ARGUMENTS

Implementation Checklist

  1. Read existing code before making changes
  2. Follow existing patterns:
    • Agents: BaseAgent + StateGraph + Annotation state
    • Backend: tsoa controllers + service layer
    • Frontend: Vue 3 Composition API + Pinia
    • Common: Shared types and utilities
  3. Write TypeScript with proper type annotations
  4. Handle errors at system boundaries
  5. Verify the build passes: pnpm build

Key Conventions

  • Use Annotation.Root({}) for LangGraph agent state
  • Use @traceable decorator for LangSmith observability
  • Export new types from the appropriate package's index.ts
  • Register new agents in AgentFactory
  • Generate routes after controller changes: pnpm --filter @llmops-demo-ts/backend generate
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. 2d ago First seen · 32 lines · 26 tokens per session scan A 78f644ac389d

Subscribe to this mod's changes

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

Related

Other skills, from other repositories

pi

Use when needing a minimal, extensible terminal AI coding agent harness in TypeScript with plugin architecture. Pi: minimalist terminal AI coding agent emphasizing simplicity and composability.

znlgis/opengis-skills · 35 tokens

build-nitro-modules

Builds and designs React Native Nitro Modules with Nitrogen, HybridObject TypeScript specs, Nitro View components, generated native implementations, zero-copy and native-state APIs, Swift/Kotlin/C++ bindings, example apps, and testing. Use when creating a Nitro Module, adding or reviewing HybridObjects, building a…

margelo/react-native-skills · 105 tokens

api-design

Design and review predictable public APIs for TypeScript, JavaScript, React, and React Native libraries. Use when shaping exported functions, classes, hooks, options objects, event and listener APIs, error behavior, naming, cross-platform abstractions, or JS-only packages. Pair with build-nitro-modules when the…

margelo/react-native-skills · 72 tokens

typescript-expert

TypeScript best practices, advanced types, and patterns.

nusabyte-my/jebat-core · 14 tokens

typescript-expert

TypeScript expert for type system, generics, utility types, and strict mode patterns.

librefang/librefang-registry · 21 tokens

promptfoo-provider-setup

Configure promptfoo providers or redteam targets for hosted models, live HTTP APIs, Python/JavaScript local scripts, agent SDKs, or multi-input systems. Use when connecting promptfoo to the system under test, mapping vars, auth env vars, request bodies, response transforms, or static-code-derived provider wrappers. Do…

promptfoo/promptfoo · 91 tokens