🎯

ln-750-commands-generator

🎯Skill

from levnikolaevich/claude-code-skills

VibeIndex|
What it does

Generates project-specific Claude Code command files by analyzing project structure and tech stack automatically.

πŸ“¦

Part of

levnikolaevich/claude-code-skills(85 items)

ln-750-commands-generator

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 project-specific .claude/commands for Claude Code

Overview

# ln-750-commands-generator

Type: L2 Domain Coordinator

Category: 7XX Project Bootstrap

Parent: ln-700-project-bootstrap

Generates .claude/commands/ with project-specific Claude Code commands.

---

Overview

| Aspect | Details |

|--------|---------|

| Input | Project structure, tech stack |

| Output | .claude/commands/*.md files |

| Worker | ln-751-command-templates |

---

Workflow

  1. Analyze project structure and detect tech stack
  2. Extract variables (paths, ports, frameworks)
  3. Delegate to ln-751 with template name and variables
  4. Verify generated commands exist

---

Generated Commands

| Command | Purpose | Condition |

|---------|---------|-----------|

| refresh_context.md | Restore project context | Always |

| refresh_infrastructure.md | Restart services | Always |

| build-and-test.md | Full verification | Always |

| ui-testing.md | UI tests with Playwright | If Playwright detected |

| deploy.md | Deployment workflow | If CI/CD config exists |

| database-ops.md | Database operations | If database detected |

---

Variables Extracted

| Variable | Source | Example |

|----------|--------|---------|

| {{PROJECT_NAME}} | package.json / .csproj | "kehai-os" |

| {{TECH_STACK}} | Auto-detected | "React + .NET + PostgreSQL" |

| {{FRONTEND_ROOT}} | Directory scan | "src/frontend" |

| {{BACKEND_ROOT}} | Directory scan | "src/Kehai.Api" |

| {{FRONTEND_PORT}} | vite.config / package.json | "3000" |

| {{BACKEND_PORT}} | launchSettings.json | "5000" |

Templates and full variable list: see ln-751-command-templates/references/

---

Detection Logic

Frontend: vite.config.ts, package.json (react/vue/angular)

Backend: *.csproj with Web SDK, or express/fastapi in deps

Database: docker-compose.yml postgres/mysql, or connection strings

Playwright: playwright.config.ts or @playwright/test in deps

CI/CD: .github/workflows/, azure-pipelines.yml, Dockerfile

---

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.