用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/diegosouzapw/awesome-omni-skill --skill ln-751-command-templates命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Token-efficient tracking for AI orchestration. CLI-first for status updates (~50 tokens), agent fallback for complex ops (~1KB). Use when: updating task status, querying blockers, creating progress files, validating phases.
AshAi extension guidelines for integrating AI capabilities with Ash Framework. Use when implementing vectorization/embeddings, exposing Ash actions as LLM tools, creating prompt-backed actions, or setting up MCP servers. Covers semantic search, LangChain integration, and structured outputs.
This skill should be used when solving hard questions, complex architectural problems, or debugging issues that benefit from GPT-5 Pro or GPT-5.1 thinking models with large file context. Use when standard Claude analysis needs deeper reasoning or extended context windows.
基于 SOC 职业分类
| name | ln-751-command-templates |
| description | Generates individual .claude/commands files from templates |
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-750-commands-generator
Generates Claude Code commands from templates with variable substitution.
| Aspect | Details |
|---|---|
| Input | Template name, variable values from ln-750 |
| Output | .claude/commands/{command}.md file |
| Templates | Located in references/ directory |
| Template | Output File | Required |
|---|---|---|
refresh_context_template.md | refresh_context.md | Always |
refresh_infrastructure_template.md | refresh_infrastructure.md | Always |
build_and_test_template.md | build-and-test.md | Always |
ui_testing_template.md | ui-testing.md | If Playwright |
deploy_template.md | deploy.md | If CI/CD |
database_ops_template.md | database-ops.md | If Database |
references/{template}.md{{VARIABLE}} placeholders.claude/commands/ directoryAll templates use Handlebars-style syntax: {{VARIABLE_NAME}}
Common variables:
{{PROJECT_NAME}} — Project name{{FRONTEND_ROOT}} — Frontend source path{{BACKEND_ROOT}} — Backend source path{{FRONTEND_PORT}} — Frontend dev server port{{BACKEND_PORT}} — Backend API port{{TECH_STACK}} — Technology stack summarySee individual templates in references/ for full variable lists.
Version: 2.0.0 Last Updated: 2026-01-10