brewcode:setup

Analyze project structure and tech stack to generate Claude Code task templates and configurations.

30|2|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/kochetkov-ma/claude-brewcode --skill brewcode-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brewcode:setup
Source: https://github.com/kochetkov-ma/claude-brewcode/tree/main/brewcode/skills/setup
Command: npx skills add https://github.com/kochetkov-ma/claude-brewcode --skill brewcode-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the initial setup of your project for use with Claude Code, ensuring that task templates and configurations are tailored to your specific tech stack and project structure.

Core Features & Use Cases

  • Project Analysis: Scans your project to detect language, framework, testing tools, and database.
  • Template Generation: Creates customized PLAN.md.template, SPEC.md.template, and KNOWLEDGE.jsonl.template files.
  • Review Skill Adaptation: Generates a project-specific review skill.
  • Configuration Setup: Creates a brewcode.config.json file for runtime settings.
  • Use Case: When starting a new project or onboarding an existing one into Claude Code, run this Skill to automatically configure all necessary templates and skills, saving significant manual setup time.

Quick Start

Run the brewcode setup skill in your project's root directory.

Frequently Asked Questions about brewcode:setup

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

FAQPage Schema
How do I automate development environment setup for Claude Code?

Automating development environment setup for Claude Code involves scanning your project structure and tech stack to generate customized task templates and configurations. This Skill analyzes your project and creates essential files like PLAN.md.template, SPEC.md.template, and KNOWLEDGE.jsonl.template.

Can I generate project configuration files for a Spring Boot and PostgreSQL tech stack?

Yes, you can generate project configuration files for a Spring Boot and PostgreSQL tech stack. The setup process detects technologies like Java, Spring Boot, PostgreSQL, and JUnit to adapt configurations and review skills specifically for your environment.

What is the best way to create task templates for an existing project?

The best way to create task templates for an existing project is running an automated setup skill in your root directory. It analyzes your project structure, generates PLAN.md.template, SPEC.md.template, and KNOWLEDGE.jsonl.template, and adapts a review skill based on detected technologies.

How does template generation adapt to my specific tech stack?

Template generation adapts to your specific tech stack by analyzing your project to detect languages, frameworks, testing tools, and databases. It then generates customized templates and adapts a review skill based on the specific technologies found.

What files are created when configuring a project for Claude Code?

Configuring a project for Claude Code creates PLAN.md.template, SPEC.md.template, KNOWLEDGE.jsonl.template, and brewcode.config.json runtime settings files. It also generates a project-specific review skill tailored to your detected tech stack.