← スキル一覧に戻る

ln-751-command-templates
by levnikolaevich
Greate Claude Code skills collection. Production-ready skills that cover the full delivery workflow — from research and discovery to epic planning, task breakdown, implementation, testing, code review, and quality gates.
⭐ 52🍴 12📅 2026年1月23日
SKILL.md
name: ln-751-command-templates description: Generates individual .claude/commands files from templates
ln-751-command-templates
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-750-commands-generator
Generates Claude Code commands from templates with variable substitution.
Overview
| Aspect | Details |
|---|---|
| Input | Template name, variable values from ln-750 |
| Output | .claude/commands/{command}.md file |
| Templates | Located in references/ directory |
Available Templates
| 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 |
Workflow
- Receive template name and variables from ln-750
- Load template from
references/{template}.md - Substitute all
{{VARIABLE}}placeholders - Write to
.claude/commands/directory - Report success/failure to coordinator
Variable Syntax
All 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 summary
See individual templates in references/ for full variable lists.
Version: 2.0.0 Last Updated: 2026-01-10
スコア
総合スコア
80/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です
