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

Project Scaffolding

ASecurity

Scaffold new applications, generate dependency manifests, and create

3 stars
0 votes
0 copies
0 views
Added 9/20/2026
developmenttypescriptpythongoshellsqlreactnodeexpressfastapigit

Works with

cursorterminalapi

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add ruskicoder/system-prompts --skill project-scaffolding --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Project Scaffolding?

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

Security grade badge for Project Scaffolding
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ruskicoder-project-scaffolding-system-prompts/badge)](https://www.skillsdirectory.com/skills/ruskicoder-project-scaffolding-system-prompts)

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

Download Zip
Files
SKILL.md
---
name: project-scaffolding
description: Scaffold new applications, generate dependency manifests, and create
  initial directory structures. Use when initializing new codebases, setting up modern
  React/Vite/FastAPI stacks, or generating minimal project skeletons.
argument-hint: <stack or project description>
---

<!-- Generated from skills/project-scaffolding.md by tools/generate_integrations.py. Edit the source file, not this one. -->

# Skill: Project Scaffolding

## Purpose
Create new projects, scaffolds, and codebases from scratch with efficient, minimal structure. _Source: Kiro (Category O)_

## Tools Required
- File operations (write, mkdir) _Source: Kiro (Category D)_
- Package managers (npm, pnpm, pip, cargo, etc.) _Source: Augment (Category E)_
- Terminal commands (init, install) _Source: Kiro (Category C)_

## Minimal Skeleton First (Kiro pattern)
- Start with the absolute minimum structure _Source: Lovable (Category E)_
- Present project structure overview before creating files _Source: Kiro (Category O)_
- Create skeleton implementations only _Source: Kiro (Category O)_
- Focus on essential functionality _Source: Cursor (Category E)_

```python
# WORKFLOW for scaffolding:
1. Provide concise project structure overview
2. Create minimal directory layout
3. Write skeleton implementations (stubs + signatures)
4. Fill in core functionality
5. Add dependency management
```
_Source: Kiro (Category O)_

## Single Artifact Pattern (Bolt pattern)
- For small-to-medium projects, create a single comprehensive response _Source: Bolt (Category Q)_
- Include all shell commands, file contents, and dependency info in one flow _Source: Bolt (Category Q)_
- Think holistically before writing any file _Source: Cursor (Category E)_

## Full-Stack App Defaults
- **Frontend**: React + TypeScript + Vite + Tailwind CSS + shadcn/ui _Source: Canva (Category E)_
- **Backend**: Node.js + Express / Python + FastAPI (match to user preference) _Source: Emergent (Category P)_
- **Database**: SQLite for prototyping, PostgreSQL for production _Source: Kiro (Category O)_
- **Icons**: lucide-react _Source: Bolt (Category Q)_
- **Charts**: recharts _Source: Bolt (Category Q)_

## File Organization
- Small, focused files (Lovable rule): aim for <50 lines per component _Source: Lovable (Category Q)_
- One component per file, one hook per file _Source: Same-Dev (Category E)_
- Group by feature, not by type _Source: Kiro (Category O)_
- Flat is better than nested — avoid unnecessary subfolders _Source: Kiro (Category O)_

```python
# GOOD: feature-based structure
components/
  UserProfile.tsx
  UserList.tsx
hooks/
  useUsers.ts
utils/
  format.ts

# AVOID: over-nested
components/users/profile/UserProfile.tsx
components/users/list/UserList.tsx
```
_Source: Kiro (Category O)_

## Dependency Management
- Create `package.json` / `requirements.txt` / `Cargo.toml` with versioned deps _Source: Augment (Category E)_
- Use known-compatible versions _Source: Bolt (Category Q)_
- Prefer libraries that don't rely on native binaries (Bolt rule) _Source: Bolt (Category P)_
- For Node.js: Vite over custom web server _Source: Bolt (Category Q)_
- Include `.gitignore` _Source: Bolt (Category P)_

## What to Include in Every New Project
- [ ] Dependency manifest (package.json, etc.) _Source: Augment (Category E)_
- [ ] README with setup instructions _Source: Kiro (Category O)_
- [ ] `.gitignore` _Source: Bolt (Category P)_
- [ ] Entry point file _Source: Kiro (Category O)_
- [ ] Basic project structure _Source: Kiro (Category O)_
- [ ] Linter/formatter config if relevant _Source: Augment (Category E)_

## Incremental Building
- Don't create files that won't be used _Source: Lovable (Category E)_
- Each additional file must be referenced/imported by existing code _Source: Amp (Category E)_
- If feature scope is large, do it in phases:
  1. Core data model _Source: Kiro (Category O)_
  2. Business logic _Source: Kiro (Category O)_
  3. API/Interface layer _Source: Kiro (Category O)_
  4. UI (if applicable) _Source: Kiro (Category O)_

## No Dead Code
- Never leave placeholder implementations _Source: Lovable (Category E)_
- Don't include functions/classes that aren't called _Source: Same-Dev (Category E)_
- Remove commented-out code _Source: Same-Dev (Category E)_
- Don't over-abstract — wait for duplication to happen before extracting _Source: Amp (Category E)_

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

Browser Extension Developer

Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

281612 votes

Seo Optimizer

SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.

2132 votes

Google Official Seo Guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

1862 votes

Tanstack Start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...

9881 votes

Pentest

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

5491 votes
View all in development →