Skip to main content

scaffold-project

Scaffold new projects with proper structure and boilerplate. Use for creating APIs, CLIs, web apps, or libraries from scratch. Use when this capability is needed.

Ir para a instalação

Informações da origem

Repositório
tomevault-io/skills-registry
Última atividade na origem
28 de abril de 2026 às 22:53
Idioma detectado do SKILL.md
inglês
Estrelas
0
Forks
0

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Explorador de arquivos
2 arquivos

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
scaffold-project
description
Scaffold new projects with proper structure and boilerplate. Use for creating APIs, CLIs, web apps, or libraries from scratch. Use when this capability is needed.
metadata
{"author":"akashmeshram"}
# Scaffold Project Create new project structures with proper organization and essential files. ## Available Project Types | Type | Description | |------|-------------| | `api` | REST API with routes, controllers, services | | `cli` | Command-line tool with argument parsing | | `webapp` | Web application (React, Vue, etc.) | | `library` | Reusable package/library | | Custom | Describe your needs | ## Quick Reference | User Request | Action | |--------------|--------| | "Create a new API" | Scaffold API structure | | "Start a CLI project" | Scaffold CLI structure | | "New React app" | Scaffold webapp structure | | "Create a library" | Scaffold library structure | ## Agent Use `subagent_type: project-scaffolder` with a detailed prompt including: - Project type - Language/framework - Key features needed - Any specific requirements --- > Converted and distributed by [TomeVault](https://tomevault.io/claim/akashmeshram) — claim your Tome and manage your conversions. <!-- tomevault:4.0:skill_md:2026-04-15 -->
Ver no GitHub