setup

Analyze a repository to detect tech stack and generate CLAUDE context rules.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Jimmy-Jung/claude_symbiote --skill setup-jimmy-jung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/Jimmy-Jung/claude_symbiote/tree/main/.claude/skills/setup
Command: npx skills add https://github.com/Jimmy-Jung/claude_symbiote --skill setup-jimmy-jung

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claude Code 프로젝트 부트스트랩. 코드베이스를 분석하여 프로젝트 스택을 감지하고, 프로젝트 컨텍스트 규칙과 CLAUDE.local.md를 자동 생성합니다. 새 프로젝트에 .claude를 처음 적용할 때 사용합니다. Use when initializing .claude configuration for a new project.

Core Features & Use Cases

  • 코드베이스를 스캔하여 기술 스택과 구성 요소를 감지하고, 프로젝트 컨텍스트 및 규칙 초안을 자동 생성합니다.
  • CLAUDE.local.md 및 기본 Hook 설정 파일 등의 초기 구성 파일을 자동으로 생성합니다.
  • 새 프로젝트의 표준화된 설정과 워크플로를 빠르게 시작하도록 지침을 제공합니다.

Quick Start

Run the setup skill on a new repository to bootstrap CLAUDE configuration.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I automatically bootstrap Claude Code context rules for a new project?

To bootstrap Claude Code context rules, this setup scans your repository to detect the tech stack and automatically generates project-context.md and CLAUDE.local.md. It applies across new projects without requiring manual configuration.

What is the best way to initialize .claude configuration for a new repository?

The best way to initialize .claude configuration is running an automated project bootstrapping process. It analyzes your codebase, drafts initial context rules, and seeds the project with a versioned marker for future evolution.

Do I need any dependencies to generate CLAUDE.local.md and project context files?

No dependencies are required to generate CLAUDE.local.md and project context files. The setup operates independently to scan your codebase, detect the tech stack, and produce starter rules for the orchestrator with no human intervention.

Can I use project bootstrapping across different programming languages and architectures?

Yes, you can use project bootstrapping across different programming languages and architectures. It automatically detects your specific tech stack from the codebase scan and generates standardized initial configuration files accordingly.

What files are generated when setting up initial Claude Code configuration?

Setting up initial Claude Code configuration generates project-context.md, CLAUDE.local.md, and starter rules for the orchestrator. It also seeds the project with a versioned marker to track the evolution of your generated context rules.