setup-cdk-templates

Detect project type and generate CLAUDE.md templates with .claude/ scaffolds.

Updated Dec 8, 2025
One-click install
npx skills add https://github.com/auge2u/claude-dev-kit --skill setup-cdk-templates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-cdk-templates
Source: https://github.com/auge2u/claude-dev-kit/tree/main/skills/templates
Command: npx skills add https://github.com/auge2u/claude-dev-kit --skill setup-cdk-templates

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of CLAUDE.md files and the .claude/ directory scaffolds for new or existing projects, ensuring consistent context templates and hooks.

Core Features & Use Cases

  • Detects project type from common signals (package.json, requirements.txt, go.mod, pyproject.toml, etc.) and selects the appropriate CLAUDE.md template.
  • Creates CLAUDE.md at the project root and sets up a .claude/ directory with commands and hooks scaffolds.
  • Generates starter CLAUDE context templates and local configuration skeletons to accelerate setup.

Quick Start

Initialize CLAUDE context scaffolding for your repository by running the setup-cdk-templates workflow on your project.

Frequently Asked Questions about setup-cdk-templates

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate CLAUDE.md templates and .claude scaffolds for a new project?

To generate CLAUDE.md templates and .claude scaffolds, the setup-cdk-templates workflow detects your project type from files like package.json or go.mod and auto-creates context templates, commands, and hooks at the repository root.

How does project-type detection work for CLAUDE.md context generation?

Project-type detection for CLAUDE.md context generation works by scanning repository files such as requirements.txt, pyproject.toml, package.json, and go.mod to identify the ecosystem and select the matching template for scaffolding.

Can I use this to set up CLAUDE context scaffolding for a Python or Node repository?

Yes, you can use this to set up CLAUDE context scaffolding for Python and Node repositories, as the detection logic explicitly supports common ecosystems including Node, Python, and Go to produce ready-to-use context.

What is the best way to standardize CLAUDE context and hooks across existing repositories?

The best way to standardize CLAUDE context and hooks across existing repositories is to run the setup-cdk-templates workflow, which populates the .claude/ directory with commands, hooks, and local settings templates for consistent context.

Do I need any dependencies installed to auto-generate CLAUDE.md files and .claude directory scaffolds?

No dependencies are required to auto-generate CLAUDE.md files and .claude directory scaffolds, as the setup-cdk-templates workflow operates independently to detect project types and create context templates from repository files.