_project

Organize project documentation under .claude/project directories with README.md files.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/HahyeonJeon/gobbi --skill project-hahyeonjeon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _project
Source: https://github.com/HahyeonJeon/gobbi/tree/main/plugins/gobbi/skills/_project
Command: npx skills add https://github.com/HahyeonJeon/gobbi --skill project-hahyeonjeon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams author and maintain project-specific documentation for ClaudeX projects stored under $CLAUDE_PROJECT_DIR/.claude/project/{project-name}/, capturing architecture decisions, conventions, gotchas, notes, references, and other context that guide agents.

Core Features & Use Cases

  • Defines and enforces the standard directory structure under .claude/project/{project-name}/ with a README.md as entry point and subdirectories for design, rules, gotchas, note, reference, and docs.
  • Promotes high-quality documentation through writing patterns, anti-patterns, and a review checklist, plus evaluation guidance in evaluation.md and evaluation.json.
  • Supports project onboarding, reviews, and audits by providing a consistent framework and navigation through linked docs.

Quick Start

Create or update your project's documentation under $CLAUDE_PROJECT_DIR/.claude/project/{project-name}/ to begin using the standard structure and guidelines.

Frequently Asked Questions about _project

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

FAQPage Schema
How do I structure project documentation for ClaudeX agents?

To structure project documentation for ClaudeX, organize files under $CLAUDE_PROJECT_DIR/.claude/project/{project-name}/ with a README.md entry point and subdirectories for design, rules, gotchas, note, reference, and docs. This standard structure ensures agents can navigate project context efficiently.

What is the standard directory structure for ClaudeX project docs?

The standard ClaudeX project docs structure requires a README.md in each subdirectory under .claude/project/{project-name}/, organizing architecture decisions, conventions, gotchas, notes, and references into distinct folders to guide agents effectively.

How do I evaluate the quality of my project documentation?

Evaluate project documentation quality using the integrated evaluation.md and evaluation.json files, which provide evaluation workflows, writing patterns, anti-patterns, and a review checklist to ensure high-quality project docs.

Can I use this documentation framework for project onboarding and audits?

Yes, the documentation framework supports project onboarding, reviews, and audits by providing a consistent directory structure, navigation through linked docs, and standard guidelines for maintaining project context.

What content should I include in ClaudeX project documentation?

ClaudeX project documentation should capture architecture decisions, conventions, gotchas, notes, references, and related project context that guide agents, stored within the designated subdirectories of the project directory structure.