Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Turnaround Builder

ASecurity

End-to-end prototyping and greenfield application turnaround builder.

3 stars
0 votes
0 copies
0 views
Added 9/20/2026
code-qualitygoreacttestinggitbackend

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add ruskicoder/system-prompts --skill turnaround-builder --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Turnaround Builder?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Turnaround Builder
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ruskicoder-turnaround-builder-46729fb3/badge)](https://www.skillsdirectory.com/skills/ruskicoder-turnaround-builder-46729fb3)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: turnaround-builder
description: End-to-end prototyping and greenfield application turnaround builder.
  Generates complete project skeletons, manifests, UI components, backend routes,
  and verified builds in a single comprehensive pass.
argument-hint: <application concept or prototype description>
---

<!-- Generated from workflows/turnaround-builder.md by tools/generate_integrations.py. Edit the source file, not this one. This is an execution WORKFLOW packaged as an Agent Skill so it is discoverable and directly invocable ("/turnaround-builder") in every compatible tool. -->

# Workflow: Turnaround Builder

## When to Use
| Criteria | Match |
|----------|-------|
| Intention | new_app, prototype, proof_of_concept |
| Complexity | from scratch, single-turn generation |
| Power Mode | Balanced or Deep |
| Clarity | requirements may be high-level ("make me a todo app") |

## Required Skills
- project-scaffolding
- file-operations
- code-execution
- code-quality-testing
- communication-tone
- safety-profiles (default)

## Flow

### Step 0: Thinking Stage (Pre-Action)
- [ ] What technology stack best fits this project? Use defaults unless specified
- [ ] What's the CORE functionality? Don't over-engineer — minimum viable
- [ ] What files are truly needed? No unnecessary abstractions *(Kiro)*
- [ ] Think HOLISTICALLY and COMPREHENSIVELY BEFORE creating an artifact *(Bolt)*
- [ ] Consider ALL relevant files, dependencies, and potential impacts

### Step 1: Think Holistically
Before writing ANY file, plan the entire project:
- What technology stack?
- What are the core features?
- What's the data model?
- What's the UI structure?
- What files are needed?

### Step 2: Present Overview
Give the user a quick architecture summary:
- Stack choice (React/Vite/Tailwind/shadcn)
- Component tree
- Data flow
- 3-5 sentence overview

### Step 3: Build Everything
Generate all files in one comprehensive pass:
1. Create dependency manifest
2. Configure build tooling
3. Create all source files
4. Ensure all imports are valid
5. Verify everything compiles/builds

### Step 4: Verify
- Run build to check for errors
- Fix any compilation issues
- If web app: start dev server and offer browser preview

### Step 4b: Sanity Check
- [ ] Does the project BUILD without errors? Run the build command
- [ ] Are all imports valid and files exist? *(Lovable: "All imports MUST exist")*
- [ ] Is the app functional at the basic level?
- [ ] Have I only implemented what was asked? No over-engineering? *(Lovable)*
- [ ] Is the UI responsive and modern? *(Windsurf)*
- [ ] Does it have proper error handling for the core flow?

### Step 5: Summary
- Single, non-technical sentence explaining what was built
- 2-3 bullet points on key features implemented
- Instructions to run the project

## Style Guidelines
- **UI**: beautiful, modern, responsive (Windsurf rule)
- **Components**: shadcn/ui by default, lucide-react for icons
- **Styling**: Tailwind CSS exclusively
- **Code**: minimal, clean, production-quality
- **Error handling**: let errors bubble up (Lovable rule) — they'll be caught in dev
- **DO NOT overengineer**: minimum viable implementation

## What NOT to Do
- Don't ask "what UI framework?" — use defaults
- Don't ask permission for package choices
- Don't create placeholder files or stubs
- Don't leave TODO comments
- Don't implement features user didn't ask for

## What to Include
- Working, immediately runnable code
- All necessary imports and dependencies
- Proper styling (not default HTML)
- Responsive design
- Interactive functionality

## Token Budget
- **Typical**: 10K-30K tokens
- **Max recommended**: 50K tokens
- Larger projects should be split into phases

## GitNexus Integration
- Minimal — new code has no graph yet
- If integrating into existing repo: `impact` on affected interfaces

## Hallucination Watchpoints
- Incomplete implementations (missing files, missing imports)
- Components that look good but don't work
- Using libraries not in the dependency manifest
- Not checking if the code actually builds
- Over-engineering the prototype

Attribution

ruskicoderruskicoder
View sourceMore from ruskicoder →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Caveman Review

Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", "/review", or invokes /caveman-review. Auto-triggers when reviewing pull requests.

1023331 votes

Caveman Commit

Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit. Auto-triggers when staging changes.

1023331 votes

Verification Loop

一个全面的 Claude Code 会话验证系统。

2456590 votes

Springboot Verification

Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.

2456590 votes

Django Verification

Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.

2456590 votes
View all in code-quality →