BeClaude

Claude-Templates

New
1GitHub TrendingGeneralby ccowen5

PowerShell scaffolder for Claude Code projects. Spin up Terraform/AWS, React + shadcn/ui, or Fastify API projects pre-loaded with their respective claude skills and CLAUDE.md conventions. Bash port welcome.

First seen 6/11/2026

Summary

md conventions.

  • It saves developers time by eliminating manual project setup and ensuring best practices are baked in from the start.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/claude-templates.md https://raw.githubusercontent.com/ccowen5/Claude-Templates/main/SKILL.md
3
Invoke in Claude Code
/claude-templates

Use Cases

Quickly scaffold a new Terraform/AWS project with Claude Code conventions and pre-configured skills.
Set up a React + shadcn/ui project with a ready-to-use CLAUDE.md and relevant Claude skills.
Generate a Fastify API project structure with built-in Claude Code integration and documentation.
Standardize project initialization across a team by using a consistent scaffolder for different tech stacks.
Port the scaffolder to Bash for cross-platform use in Linux or macOS environments.
Rapidly prototype a new service by generating a complete project skeleton with Claude Code support.

Usage Examples

1

/claude-templates terraform-aws my-infra-project

2

/claude-templates react-shadcn my-app

3

/claude-templates fastify-api my-api

View source on GitHub
api

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is Claude-Templates?

Claude-Templates is a PowerShell scaffolder that quickly generates Claude Code project structures for Terraform/AWS, React with shadcn/ui, or Fastify API setups, each pre-loaded with relevant Claude skills and CLAUDE.md conventions. It saves developers time by eliminating manual project setup and ensuring best practices are baked in from the start.

How to install Claude-Templates?

To install Claude-Templates: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/claude-templates.md https://raw.githubusercontent.com/ccowen5/Claude-Templates/main/SKILL.md. Finally, /claude-templates in Claude Code.

What is Claude-Templates best for?

Claude-Templates is a skill categorized under General. It is designed for: api. Created by ccowen5.

What can I use Claude-Templates for?

Claude-Templates is useful for: Quickly scaffold a new Terraform/AWS project with Claude Code conventions and pre-configured skills.; Set up a React + shadcn/ui project with a ready-to-use CLAUDE.md and relevant Claude skills.; Generate a Fastify API project structure with built-in Claude Code integration and documentation.; Standardize project initialization across a team by using a consistent scaffolder for different tech stacks.; Port the scaffolder to Bash for cross-platform use in Linux or macOS environments.; Rapidly prototype a new service by generating a complete project skeleton with Claude Code support..