templates
Provides pre-configured templates to initialize new projects with standardized structures.
Install
mkdir -p .claude/skills/templates && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/767" && unzip -o skill.zip -d .claude/skills/templates && rm skill.zipInstalls to .claude/skills/templates
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Project scaffolding templates for new applications. Use when creating new projects from scratch. Contains 12 templates for various tech stacks.Key capabilities
- →Initializes directory structures for 12+ tech stacks
- →Scaffolds full-stack application boilerplates
- →Reads specific template instructions for setup
- →Standardizes project configuration files
How it works
Reads a specific template manifest and copies the corresponding scaffolding files into the workspace.
Inputs & outputs
When to use templates
- →Initialize a new Next.js SaaS app
- →Create a boilerplate FastAPI project
- →Set up a new mobile app structure
About this skill
Project Templates
Quick-start templates for scaffolding new projects.
🎯 Selective Reading Rule
Read ONLY the template matching user's project type!
| Template | Tech Stack | When to Use |
|---|---|---|
| nextjs-fullstack | Next.js + Prisma | Full-stack web app |
| nextjs-saas | Next.js + Stripe | SaaS product |
| nextjs-static | Next.js + Framer | Landing page |
| express-api | Express + JWT | REST API |
| python-fastapi | FastAPI | Python API |
| react-native-app | Expo + Zustand | Mobile app |
| flutter-app | Flutter + Riverpod | Cross-platform |
| electron-desktop | Electron + React | Desktop app |
| chrome-extension | Chrome MV3 | Browser extension |
| cli-tool | Node.js + Commander | CLI app |
| monorepo-turborepo | Turborepo + pnpm | Monorepo |
| astro-static | Astro + MDX | Blog / Docs |
Usage
- User says "create [type] app"
- Match to appropriate template
- Read ONLY that template's TEMPLATE.md
- Follow its tech stack and structure
When not to use it
- →Existing projects
- →Complex custom architecture needs
Limitations
- →Templates can become outdated
- →Only supports provided predefined stacks
How it compares
Enforces a 'selective reading' rule to isolate template-specific setup logic from irrelevant docs.
Compared to similar skills
templates side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| templates (this skill) | 4 | 6mo | No flags | Beginner |
| app-builder | 16 | 6mo | No flags | Beginner |
| senior-fullstack | 35 | 7mo | Review | Intermediate |
| nx-generate | 1 | 6mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by davila7
View all by davila7 →You might also like
app-builder
davila7
Main application building orchestrator. Creates full-stack applications from natural language requests. Determines project type, selects tech stack, coordinates agents.
senior-fullstack
davila7
Comprehensive fullstack development skill for building complete web applications with React, Next.js, Node.js, GraphQL, and PostgreSQL. Includes project scaffolding, code quality analysis, architecture patterns, and complete tech stack guidance. Use when building new projects, analyzing code quality, implementing design patterns, or setting up development workflows.
nx-generate
nrwl
Generate code using nx generators. USE WHEN scaffolding code or transforming existing code - for example creating libraries or applications, or anything else that is boilerplate code or automates repetitive tasks. ALWAYS use this first when generating code with Nx instead of calling MCP tools or running nx generate immediately.
app-architecture
growilabs
GROWI main application (apps/app) architecture, directory structure, and design patterns. Auto-invoked when working in apps/app.
shadcn-ui-setup
maneeshanif
Install and configure Shadcn/ui component library with Radix UI primitives, Aceternity UI effects, set up components, and manage the component registry. Use when adding Shadcn/ui to a Next.js project or installing specific UI components for Phase 2.
react-native-architecture
wshobson
Build production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps, implementing native integrations, or architecting React Native projects.