用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/yu-iskw/llmops-demo-ts --skill deploy命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Bump or upgrade declared dependency versions in this pnpm workspace (root and packages/* package.json), with supply-chain checks before and after install. Use when the user asks to upgrade, bump, or refresh npm dependencies in manifests—not only the lockfile.
Check license compatibility, data privacy compliance, and AI ethics. Use when adding dependencies, handling user data, or reviewing regulatory requirements.
Design a UI component with specifications for layout, states, interactions, and accessibility. Use when creating new Vue.js components or redesigning existing ones.
基于 SOC 职业分类
正在显示 SKILL.md
| name | deploy |
| description | Deploy the application or manage infrastructure. Handles Docker builds, CI/CD, and deployment workflows. |
| argument-hint | [environment or action] |
| disable-model-invocation | true |
Execute the following deployment/infrastructure task:
$ARGUMENTS
pnpm buildpnpm testpnpm lint# 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]
Required variables (see .template.env):
GOOGLE_CLOUD_PROJECT / GOOGLE_API_KEY — AI provider credentialsLANGSMITH_API_KEY — Observability (optional)PORT — Backend server port (default: 3000)curl http://localhost:3000/healthcurl http://localhost:3000/chat/agent-types