Loading...
Loading...
Generates project-specific .claude/commands for Claude Code
npx skill4agent add levnikolaevich/claude-code-skills ln-750-commands-generator.claude/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 |
|---|---|---|
| package.json / .csproj | "my-app" |
| Auto-detected | "React + .NET + PostgreSQL" |
| Directory scan | "src/frontend" |
| Directory scan | "src/MyApp.Api" |
| vite.config / package.json | "3000" |
| launchSettings.json | "5000" |
ln-751-command-templates/references/