mit einem Klick
app-builder
// Coordinates greenfield app scaffolding and rapid prototyping with official starters and focused sub-agents. Use when creating a new application or shaping a fast prototype.
// Coordinates greenfield app scaffolding and rapid prototyping with official starters and focused sub-agents. Use when creating a new application or shaping a fast prototype.
Automatic quality control, linting, and static analysis procedures. Use when validating code changes for syntax correctness and project standards. Triggers on keywords: lint, format, check, validate, types, static analysis.
Refactoring and cleanup - improving code structure, removing dead code, eliminating duplication, or pre-merge cleanup. Use when code is hard to maintain, has dead code or debug artifacts, or needs pre-merge polishing.
Fix a GitHub issue end-to-end - from reading the issue, understanding requirements, implementing the fix, writing tests, and creating a commit. Use when given a GitHub issue number or URL to resolve.
Optimize code for readability, performance, maintainability, and security across Bash, Python, and Rust. Use when asked to improve code quality, optimize performance, add type safety, or refactor for idioms.
Create, debug, and optimize GitHub Actions workflows with security best practices. Use when asked to "create workflow", "fix workflow", "add CI", or needs help with GitHub Actions.
Review code changes (diffs, PRs, patches) and provide structured, actionable feedback on correctness, maintainability, and test coverage. Use when the user asks for a code review, requests feedback on a patch/PR, or wants an assessment of changes.
| name | app-builder |
| description | Coordinates greenfield app scaffolding and rapid prototyping with official starters and focused sub-agents. Use when creating a new application or shaping a fast prototype. |
Use this skill for new-project work. Keep it centered on discovery, stack selection, official scaffolding tools, and the smallest viable workflow needed to ship a working prototype.
Use this skill for greenfield scaffolding first; for follow-up feature work, read only the narrow modules that match the request.
Read only the modules that match the request:
project-detection.md for project type and platform cluestech-stack.md for stack selectionagent-coordination.md for multi-agent executionscaffolding.md for project structurefeature-building.md for follow-on feature work| Situation | Apply this skill |
|---|---|
| New app from a prompt | Choose stack, scaffold, and hand off implementation |
| Local-first prototype | Optimize for fastest path to a working demo |
| Existing app feature work | Use only the relevant feature or scaffolding modules |
planner, coder, frontend-specialist, workflow-engineer, reviewer).coder or frontend-specialist.feature-building.md plus the relevant stack module.