llmops-demo-ts: Skill for Claude Code

.claude/skills/research/SKILL.md

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

A research workflow for learning about libraries, APIs, technical specifications, and engineering practices. It searches authoritative sources, checks the local codebase, compares documentation, and produces a report with findings, recommendations, and source links.

In plain words
What is it for?
Use it to investigate a technical topic before planning or implementing a feature, while recording relevant sources, uncertainties, and recommendations.
Why use it?
It reduces the risk of planning or implementing from outdated, incomplete, or unsupported information. Checking both external documentation and local code connects general research to the project at hand.

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/research/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 research

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/yu-iskw/llmops-demo-ts/research"><img src="https://agentmods.dev/badge/skills/yu-iskw/llmops-demo-ts/research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 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. 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.00033 $0.00305
Opus 5 $0.00016 $0.00152
Sonnet 5 $0.00007 $0.00061
Haiku 4.5 $0.00003 $0.00030

Measured 7d ago against content hash 6c30db5be9fe, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

research 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 7d 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/research/SKILL.md · 50 lines

What it actually says

Research

Research the following topic and produce a structured report:

$ARGUMENTS

Instructions

  1. Search for authoritative sources: Use WebSearch to find official documentation, GitHub repos, and specifications
  2. Read and verify: Use WebFetch to read documentation pages, cross-reference multiple sources
  3. Check local context: Use Grep and Read to understand how the topic relates to the current codebase
  4. Produce a structured report with findings, sources, and actionable recommendations

Output Format

## Research Report: [Topic]

### Summary
[2-3 sentence overview]

### Key Findings
1. **[Finding]**
   - Detail: [What was learned]
   - Source: [URL]
   - Relevance: [How this applies to our project]

### Recommendations
- [Actionable items based on findings]

### Sources
- [URL]: [Description]

Rules

  • Always include source URLs for every claim
  • Prefer official documentation over blog posts
  • Check that documentation matches the library versions in our project
  • Note any uncertainties or conflicting information
  • Focus on what's relevant — skip tangential details
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. 7d ago First seen · 50 lines · 33 tokens per session scan A 6c30db5be9fe

Subscribe to this mod's changes

research is a skill published in the GitHub repository yu-iskw/llmops-demo-ts (6 stars, last pushed 10d ago), licensed Apache-2.0. It adds 33 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-09-04.

Related

Other skills, from other repositories