# Boilerplate

> Generate framework-specific boilerplate code

- Skill: `manastalukdar/boilerplate` (Agent Skill)
- Install (CLI): `npx skillmds@latest add manastalukdar/boilerplate`
- Raw SKILL.md: https://api.skillmd.com/api/skills/manastalukdar/boilerplate/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: manastalukdar (https://skillmd.com/u/manastalukdar)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/manastalukdar/boilerplate

---


# Framework Boilerplate Generator

I'll generate framework-specific boilerplate code following best practices and conventions for React, Vue, Next.js, Express, FastAPI, Django, and more.

Arguments: `$ARGUMENTS` - component/route/model name and type

**Supported Frameworks:**
- Frontend: React, Vue, Next.js, Angular, Svelte
- Backend: Express, Fastify, NestJS, FastAPI, Django
- Full-stack: Next.js, Remix, SvelteKit

## Token Optimization

**Expected range**: 1,200–2,000 tokens (initial), 300 tokens (cache hit)

**Caching**: Caches project analysis in `.claude/cache/understand/` for 7 days. Invalidated when `package.json` changes.

**Early exit**: Returns immediately if the requested component already exists.

**Patterns used**: Grep-before-Read, early exit, template-based generation, caching

