llmops-demo-ts: Skill for Claude Code

.claude/skills/deploy/SKILL.md

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

A deployment workflow for building an application, running checks, starting services with Docker, and verifying that the deployed service responds. Docker packages software and its runtime requirements into containers.

In plain words
What is it for?
Use it to build and start services, inspect container logs, check environment settings, and test application health and agent endpoints.
Why use it?
It provides a repeatable checklist for catching build, test, lint, configuration, and health-check problems before and after deployment.

Skill for Claude Code

Written for Claude Code: disable-model-invocation 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/deploy/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 deploy

README.md
[![agentmods](https://agentmods.dev/badge/skills/yu-iskw/llmops-demo-ts/deploy.svg)](https://agentmods.dev/skills/yu-iskw/llmops-demo-ts/deploy)
Your own site
<a href="https://agentmods.dev/skills/yu-iskw/llmops-demo-ts/deploy"><img src="https://agentmods.dev/badge/skills/yu-iskw/llmops-demo-ts/deploy.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 276 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00020 $0.00276
Opus 5 $0.00010 $0.00138
Sonnet 5 $0.00004 $0.00055
Haiku 4.5 $0.00002 $0.00028

Measured 3d ago against content hash 378f8ba19b9d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

deploy scanned grade A with 1 finding 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 3d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

1. Health check: `curl http://localhost:3000/health`
.claude/skills/deploy/SKILL.md · 47 lines

What it actually says

Deploy

Execute the following deployment/infrastructure task:

$ARGUMENTS

Pre-deployment Checklist

  1. Verify build: pnpm build
  2. Run tests: pnpm test
  3. Check lint: pnpm lint
  4. Review environment: Verify .env configuration

Docker Deployment

# Build and start all services
docker-compose up --build

# Build specific service
docker-compose build [service-name]

# View logs
docker-compose logs -f [service-name]

Environment Variables

Required variables (see .template.env):

  • GOOGLE_CLOUD_PROJECT / GOOGLE_API_KEY — AI provider credentials
  • LANGSMITH_API_KEY — Observability (optional)
  • PORT — Backend server port (default: 3000)

Post-deployment Verification

  1. Health check: curl http://localhost:3000/health
  2. Agent types: curl http://localhost:3000/chat/agent-types
  3. Test chat: Send a test message through the UI or API
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. 3d ago First seen · 47 lines · 20 tokens per session scan A 378f8ba19b9d

Subscribe to this mod's changes

deploy is a skill published in the GitHub repository yu-iskw/llmops-demo-ts (6 stars, last pushed 7d ago), licensed Apache-2.0. It adds 20 tokens to every session and 276 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

devops-deployment

Use when setting up CI/CD pipelines, containerizing applications, deploying to Kubernetes, or writing infrastructure as code. DevOps & Deployment covers GitHub Actions, Docker, Helm, and Terraform patterns.

yonatangross/orchestkit · 44 tokens

baby-sit

Monitor a GitHub pull request until CI is green, diagnose failures, and rerun only evidence-backed flaky GitHub Actions jobs.

langchain-ai/open-swe · 30 tokens

langbot-deploy

Deploy and configure a LangBot instance — Docker / Docker Compose, Kubernetes, the config.yaml model, the Box sandbox runtime, the plugin runtime, and the global API key. Use when installing, deploying, upgrading, or configuring LangBot in production or self-hosted environments. Triggers on "deploy langbot", "langbot…

langbot-app/LangBot · 104 tokens

meta-home-it-rescue

Use this meta-skill instead of answering directly when the user needs help with home, small-team, laptop, browser, printer, Docker, Git, network, UI, or deployment troubleshooting that benefits from multi-skill orchestration across symptom intake, environment capture, web lookup, and repair planning.

opensquilla/opensquilla · 65 tokens

meta-long-running-build-watchdog

Watches a long-running command via tmux, lets sub-agent diagnose failures and propose a fix, and records the diagnosis to memory. Designed for overnight model fine-tunes, CI image builds, or repeated regression suites that may fail intermittently.

opensquilla/opensquilla · 131 tokens

local-test

Build, run, and test IronClaw locally using Docker containers and Chrome MCP browser automation.

suyoumo/ClawProBench · 22 tokens