ln-751-command-templates

from levnikolaevich/claude-code-skills

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.

65 stars13 forksUpdated Jan 25, 2026
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-751-command-templates

SKILL.md

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

Repository Stats

Stars65
Forks13
LicenseMIT License