Back to list
levnikolaevich

ln-750-commands-generator

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-750-commands-generator description: Generates project-specific .claude/commands for Claude Code

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

AspectDetails
InputProject structure, tech stack
Output.claude/commands/*.md files
Workerln-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

CommandPurposeCondition
refresh_context.mdRestore project contextAlways
refresh_infrastructure.mdRestart servicesAlways
build-and-test.mdFull verificationAlways
ui-testing.mdUI tests with PlaywrightIf Playwright detected
deploy.mdDeployment workflowIf CI/CD config exists
database-ops.mdDatabase operationsIf database detected

Variables Extracted

VariableSourceExample
{{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

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