project-guide

Locate and consolidate claude-plugin project guidelines, reference patterns, and structure.

1|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/inchan/cc-skills --skill project-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-guide
Source: https://github.com/inchan/cc-skills/tree/main/.claude/skills/project-guide
Command: npx skills add https://github.com/inchan/cc-skills --skill project-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

claude-plugin 프로젝트 개발 도우미 provides a structured guideline to develop Claude plugin skills, consolidating development principles, reference patterns, and project-structure lookup to accelerate consistent, scalable project work.

Core Features & Use Cases

  • Development Principles: Look up and apply P1-P4, DRY, KISS, YAGNI, SOLID across projects.
  • Reference Patterns: Find reference patterns for Hooks, Agents, Commands, and Plugins.
  • Project Structure & Locations: Quickly locate CLAUDE.md, README.md, docs and templates.
  • Delegation to claude-code-guide: When questions require official Claude Code documentation.

Quick Start

Open this Skill's entry to navigate guidelines, references, and project structure; for official Claude Code docs, delegate to claude-code-guide.

Frequently Asked Questions about project-guide

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

FAQPage Schema
How do I structure a Claude plugin project following development guidelines?

Claude plugin projects follow P1-P4, DRY, KISS, YAGNI, and SOLID principles. This Skill consolidates those development principles, reference patterns for Hooks/Agents/Commands, and project layout guidance to help you organize code consistently and locate key files like CLAUDE.md, README.md, and documentation templates.

What reference patterns should I use for hooks, agents, and commands in plugin development?

Reference patterns for Hooks, Agents, and Commands are documented within this Skill to standardize plugin implementation. Access the pattern library to find proven structures that align with Claude plugin architecture and accelerate consistent development across projects.

Where do I find project structure guidelines and file locations for Claude plugins?

This Skill provides consolidated navigation to project structure documentation, CLAUDE.md, README.md templates, and docs directories. It offers read-only access to guidelines and file-location pointers so you can quickly locate resources without searching multiple sources.

When should I delegate to official Claude Code documentation instead of using this Skill?

When your question requires official Claude Code documentation beyond development principles and plugin patterns, this Skill delegates to claude-code-guide. Use this Skill for project guidelines and patterns; escalate to claude-code-guide for authoritative Claude Code API and runtime documentation.

Can I use these development principles and patterns across multiple plugin projects?

Yes. P1-P4, DRY, KISS, YAGNI, SOLID principles and reference patterns for Hooks, Agents, Commands are designed for reuse across projects. This Skill helps you apply consistent patterns and project structure at scale to maintain code quality and accelerate development.