🎯

ln-751-command-templates

🎯Skill

from levnikolaevich/claude-code-skills

VibeIndex|
What it does

Generates Claude Code command files by substituting variables in templates for project-specific configurations.

πŸ“¦

Part of

levnikolaevich/claude-code-skills(85 items)

ln-751-command-templates

Installation

Claude CodeAdd plugin in Claude Code
/plugin add levnikolaevich/claude-code-skills
git cloneClone repository
git clone https://github.com/levnikolaevich/claude-code-skills.git ~/.claude/skills
πŸ“– Extracted from docs: levnikolaevich/claude-code-skills
11Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Generates individual .claude/commands files from templates

Overview

# 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

  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

More from this repository10

πŸͺ
levnikolaevich-claude-code-skillsπŸͺMarketplace

Official marketplace for Agile Linear Workflow plugin - complete end-to-end automation for software development teams using Linear. Includes 7XX Project Bootstrap series for technology-agnostic project migration.

🎯
ln-140-test-docs-creator🎯Skill

Generates comprehensive test documentation with testing strategy and test organization structure for software projects.

🎯
ln-110-project-docs-coordinator🎯Skill

Coordinates project documentation by gathering context once, detecting project type, and delegating document creation to 5 specialized workers.

🎯
ln-114-frontend-docs-creator🎯Skill

Generates design guidelines documentation for frontend projects with WCAG 2.1 compliance when a frontend framework is detected.

🎯
ln-113-backend-docs-creator🎯Skill

Generates backend documentation files (API spec and database schema) automatically when backend or database technologies are detected in a project.

🎯
ln-610-code-comments-auditor🎯Skill

Audits code comments and docstrings across 6 quality categories, generating a comprehensive compliance score and actionable recommendations for improvement.

🎯
ln-115-devops-docs-creator🎯Skill

Generates a comprehensive runbook.md for DevOps setup, dynamically tailored to project's Docker configuration and deployment specifics.

🎯
ln-772-error-handler-setup🎯Skill

Configures global exception handling middleware for .NET and Python backend applications with standardized error responses.

🎯
ln-120-reference-docs-creator🎯Skill

Generates reference documentation structure and smart documents for project tech stack, creating only justified architectural decision records and guides.

🎯
ln-625-dependencies-auditor🎯Skill

Audits dependencies for outdated packages, unused imports, unnecessary libraries, and custom implementations, providing actionable recommendations.