setup

Generate CLAUDE.md and AGENTS.md files from package.json project metadata.

13|4|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/ggombee/code-forge --skill setup-ggombee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/ggombee/code-forge/tree/main/skills/setup
Command: npx skills add https://github.com/ggombee/code-forge --skill setup-ggombee

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the setup and configuration of Claude Code environments, simplifying the process of creating project-specific CLAUDE.md and AGENTS.md files.

Core Features & Use Cases

  • Automatic Configuration: Generates CLAUDE.md and AGENTS.md based on project metadata and preferences.
  • Project Profiling: Analyzes package.json and other project files to determine project type and relevant stacks.
  • Customization: Allows users to manually select components and configurations to tailor the Claude Code environment to their needs.
  • Use Case: A developer wants to quickly set up a new Claude Code environment for a React project. This Skill automatically creates the necessary configuration files based on the project's dependencies and preferences.

Quick Start

Run the /setup skill to automatically configure your Claude Code environment for your project.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I automatically generate CLAUDE.md and AGENTS.md files for my project?

To automatically generate CLAUDE.md and AGENTS.md files, you can run the /setup skill. It profiles your project by analyzing package.json metadata and then creates the necessary configuration files based on detected dependencies and your selected components.

What is the best way to configure a Claude Code environment for a React project?

Configuring a Claude Code environment for a React project is handled by running the /setup skill, which analyzes your project's package.json to determine its type and automatically generates tailored CLAUDE.md and AGENTS.md files.

Does Claude Code environment setup require package.json analysis?

Yes, package.json analysis is required for Claude Code environment setup. The profiling process relies on this metadata to determine your project type, identify relevant stacks, and generate accurate CLAUDE.md and AGENTS.md configuration files.

Can I manually select components when automating Claude Code configuration?

Yes, you can manually select components when automating Claude Code configuration. After the initial package.json profiling, the skill prompts for user input to tailor the generated CLAUDE.md and AGENTS.md files to your specific environment needs.