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.

الانتقال إلى التثبيت

معلومات المصدر

المستودع
tomevault-io/skills-registry
آخر نشاط في المصدر
٢٨ أبريل ٢٠٢٦ في ٢٢:٥٣
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٠
التفرعات
٠

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

مستكشف الملفات
2 ملفات

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
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 -->
عرض على GitHub