project-organization

Installation
SKILL.md

Project Organization

Use this skill when creating new projects, scaffolding packages, or reviewing project structure to ensure consistency with established patterns.

Quick Reference

R packages: See R project patterns Julia packages: See Julia project patterns

Core Principles

Project Root Structure

Every project should have:

project/
├── .claude/              # Claude Code project config (optional)
│   └── CLAUDE.md         # Or in project root
Related skills
Installs
6
GitHub Stars
6
First Seen
Jan 28, 2026