Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Spec to Repo

Skill Verifiziert Aktiv

Use when the user says 'build me an app', 'create a project from this spec', 'scaffold a new repo', 'generate a starter', 'turn this idea into code', 'bootstrap a project', 'I have requirements and need a codebase', or provides a natural-language project specification and expects a complete, runnable repository. Stack-agnostic: Next.js, FastAPI, Rails, Go, Rust, Flutter, and more.

Zweck

To quickly bootstrap new software projects by translating user requirements into functional codebases, saving development time and effort.

Funktionen

  • Generates code from natural language project specifications
  • Supports stack-agnostic generation (Next.js, FastAPI, Go, Rust, etc.)
  • Includes phases for parsing, architecture design, code generation, and validation
  • Produces complete, runnable repositories with real code, not stubs
  • Automatically generates essential project files like README, .env.example, and CI config

Anwendungsfälle

  • Use when a user provides a text description of an app and wants code
  • Use when a user has requirements documentation and needs a codebase
  • Use when a user says 'build me an app', 'scaffold this', or 'bootstrap a project'
  • Use when a user wants a working starter repo, not just a file tree

Nicht-Ziele

  • Not for generating SaaS apps with specific integrations like Stripe + Auth (use dedicated skills)
  • Not for filling out existing templates; it interprets specifications to create new code
  • Not for generating placeholder code; all functions have real implementations

Workflow

  1. Parse the natural language specification, extracting key fields like app name, features, tech stack, auth, database, and deploy target.
  2. Present a structured interpretation of the spec to the user for confirmation, asking clarifying questions if needed.
  3. Design the project architecture, selecting appropriate stack templates, defining the file tree, mapping features, and planning dependencies.
  4. Generate all necessary files, ensuring real code, syntactic validity, matching imports, proper environment variable handling, and comprehensive README/CI.
  5. Validate the generated project using a checklist and a dedicated script to catch common issues like missing files, secrets, or placeholders.

Praktiken

  • Code generation
  • Specification interpretation
  • Project scaffolding
  • Stack selection

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add alirezarezvani/claude-skills
/plugin install product-team@claude-code-skills

Qualitätspunktzahl

Verifiziert
100 /100
Analysiert 1 day ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne14.6k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

DDD Aggregate

99

Scaffold an aggregate root with entity, value objects, repository interface, domain events, and test stubs

Skill
ruvnet

Senior Fullstack

99

Fullstack development toolkit with project scaffolding for Next.js, FastAPI, MERN, and Django stacks, code quality analysis with security and complexity scoring, and stack selection guidance. Use when the user asks to "scaffold a new project", "create a Next.js app", "set up FastAPI with React", "analyze code quality", "audit my codebase", "what stack should I use", "generate project boilerplate", or mentions fullstack development, project setup, or tech stack comparison.

Skill
alirezarezvani

Cli Creator

100

Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.

Skill
openai

Context Mode Ops

100

Verwalten Sie GitHub-Issues, PRs, Releases und Marketing mit parallelen Subagenten-Armeen im Context-Mode. Orchestriert 10-20 dynamische Agenten pro Aufgabe. Verwenden Sie dies bei der Triage von Issues, der Überprüfung von PRs, der Veröffentlichung von Versionen, dem Schreiben von LinkedIn-Posts, der Ankündigung von Releases, der Behebung von Fehlern, dem Mergen von Beiträgen, der Validierung von ENV-Variablen, dem Testen von Adaptern oder dem Synchronisieren von Branches.

Skill
mksglu

Fixflow

100

Führen Sie Codierungsaufgaben mit einem strengen Liefer-Workflow aus: Erstellen Sie einen vollständigen Plan, implementieren Sie Schritt für Schritt, führen Sie kontinuierlich Tests durch und committen Sie standardmäßig nach jedem Schritt (`per_step`). Unterstützt explizite Commit-Policy-Überschreibungen (`final_only`, `milestone`) und optional BDD (Given/When/Then), wenn Benutzer verhaltensgesteuerte Bereitstellung anfordern oder Anforderungen unklar sind.

Skill
majiayu000

Kotlin Mcp Server Generator

100

Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.

Skill
github