.claude/skills/ln-750-commands-generator/SKILL.md
Generates project-specific .claude/commands for Claude Code
npx skillsauth add cbbkrd-tech/jl-finishes ln-750-commands-generatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Paths: File paths (
shared/,references/,../ln-*) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root.
Type: L2 Domain Coordinator Category: 7XX Project Bootstrap Parent: ln-700-project-bootstrap
Generates .claude/commands/ with project-specific Claude Code commands.
| Aspect | Details | |--------|---------| | Input | Project structure, tech stack | | Output | .claude/commands/*.md files | | Worker | ln-751-command-templates |
| 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 |
| Variable | Source | Example |
|----------|--------|---------|
| {{PROJECT_NAME}} | package.json / .csproj | "my-app" |
| {{TECH_STACK}} | Auto-detected | "React + .NET + PostgreSQL" |
| {{FRONTEND_ROOT}} | Directory scan | "src/frontend" |
| {{BACKEND_ROOT}} | Directory scan | "src/MyApp.Api" |
| {{FRONTEND_PORT}} | vite.config / package.json | "3000" |
| {{BACKEND_PORT}} | launchSettings.json | "5000" |
Templates and full variable list: see ln-751-command-templates/references/
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
{{VARIABLE}} placeholders must be resolved before delegation.claude/commands/*.md files verified to exist{{VARIABLE}} placeholders remain in outputVersion: 2.0.0 Last Updated: 2026-01-10
testing
When the user wants to plan a content strategy, decide what content to create, or figure out what topics to cover. Also use when the user mentions "content strategy," "what should I write about," "content ideas," "blog strategy," "topic clusters," or "content planning." For writing individual pieces, see copywriting. For SEO-specific audits, see seo-audit.
development
When the user wants to create competitor comparison or alternative pages for SEO and sales enablement. Also use when the user mentions 'alternative page,' 'vs page,' 'competitor comparison,' 'comparison page,' '[Product] vs [Product],' '[Product] alternative,' or 'competitive landing pages.' Covers four formats: singular alternative, plural alternatives, you vs competitor, and competitor vs competitor. Emphasizes deep research, modular content architecture, and varied section types beyond feature tables.
development
Write B2B cold emails and follow-up sequences that get replies. Use when the user wants to write cold outreach emails, prospecting emails, cold email campaigns, sales development emails, or SDR emails. Covers subject lines, opening lines, body copy, CTAs, personalization, and multi-touch follow-up sequences.
development
When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause subscription,' or 'involuntary churn.' This skill covers voluntary churn (cancel flows, save offers, exit surveys) and involuntary churn (dunning, payment recovery). For post-cancel win-back email sequences, see email-sequence. For in-app upgrade paywalls, see paywall-upgrade-cro.