New to Claude Skills? Learn how to install them →

sickn33 on GitHub

Project Templates

Free

Quick-start templates for scaffolding new projects.

Get this skill

Free · Opens the source repo

What Project Templates does

Project Templates provides a set of twelve scaffolding templates designed for various technology stacks, allowing developers to kickstart new applications efficiently. Each template is tailored for specific frameworks and use cases, making it easier to set up a project without having to start from scratch. The templates cover a wide range of applications, including full-stack web apps, mobile apps, REST APIs, and more.

The skill operates by matching user requests to the appropriate template based on the specified project type. For example, if a user wants to create a full-stack web application, the skill will direct them to the Next.js + Prisma template. Each template includes detailed instructions on the tech stack and project structure, ensuring that users have a clear path to follow during the setup process.

This skill is particularly useful for developers who frequently start new projects and want to save time on initial setup. By using these templates, they can focus on building features rather than configuring the project environment. It's also beneficial for teams working on similar types of projects, as the templates promote consistency and best practices across different applications.

However, users should be aware that this skill is not a substitute for thorough testing or environment-specific validation. It is designed to assist in the initial stages of project creation, and developers should still apply their expertise to ensure that the final product meets all necessary requirements.

When to use it

Use this skill when you need to quickly scaffold a new application in one of the supported tech stacks.

When not to use it

This skill is not suitable for projects that require custom setups or configurations beyond the provided templates.

What you can build with it

Creating a Full-Stack Web App

Use the Next.js + Prisma template to quickly scaffold a full-stack application, allowing you to focus on feature development.

Setting Up a REST API

Utilize the Express + JWT template to create a REST API, streamlining the setup process with predefined configurations.

Launching a Mobile App

Start your mobile development with the React Native template, which provides a structured approach to building cross-platform applications.

How to install Project Templates

View source

1. Install with the skills CLI

npx skills add sickn33/agentic-awesome-skills/templates --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by sickn33

Project Templates

Quick-start templates for scaffolding new projects.


🎯 Selective Reading Rule

Read ONLY the template matching user's project type!

TemplateTech StackWhen to Use
nextjs-fullstackNext.js + PrismaFull-stack web app
nextjs-saasNext.js + StripeSaaS product
nextjs-staticNext.js + FramerLanding page
express-apiExpress + JWTREST API
python-fastapiFastAPIPython API
react-native-appExpo + ZustandMobile app
flutter-appFlutter + RiverpodCross-platform
electron-desktopElectron + ReactDesktop app
chrome-extensionChrome MV3Browser extension
cli-toolNode.js + CommanderCLI app
monorepo-turborepoTurborepo + pnpmMonorepo
astro-staticAstro + MDXBlog / Docs

Usage

  1. User says "create [type] app"
  2. Match to appropriate template
  3. Read ONLY that template's TEMPLATE.md
  4. Follow its tech stack and structure

When to Use

This skill is applicable to execute the workflow or actions described in the overview.

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

Frequently asked questions about Project Templates

Similar skills