Back to list
levnikolaevich

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📅 Jan 23, 2026

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

AspectDetails
InputTemplate name, variable values from ln-750
Output.claude/commands/{command}.md file
TemplatesLocated in references/ directory

Available Templates

TemplateOutput FileRequired
refresh_context_template.mdrefresh_context.mdAlways
refresh_infrastructure_template.mdrefresh_infrastructure.mdAlways
build_and_test_template.mdbuild-and-test.mdAlways
ui_testing_template.mdui-testing.mdIf Playwright
deploy_template.mddeploy.mdIf CI/CD
database_ops_template.mddatabase-ops.mdIf Database

Workflow

  1. Receive template name and variables from ln-750
  2. Load template from references/{template}.md
  3. Substitute all {{VARIABLE}} placeholders
  4. Write to .claude/commands/ directory
  5. 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

Score

Total Score

80/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon