project-setup

Inventory and classify construction project documents and append context to CLAUDE.md.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/robikscube/SJ-skills-sandbox --skill project-setup-robikscube
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-setup
Source: https://github.com/robikscube/SJ-skills-sandbox/tree/main/Skill-List/claude-code-construction/project-setup
Command: npx skills add https://github.com/robikscube/SJ-skills-sandbox --skill project-setup-robikscube

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manually setting up a new construction project requires hours of tedious work to inventory scattered documents, classify drawings and specifications by type, and integrate project context into agent configuration files, leading to avoidable errors and delayed downstream construction workflows.

Core Features & Use Cases

  • Automated Document Inventory & Classification: Scans project directories to identify and categorize drawings, specifications, schedules, submittal logs, RFI logs, and change orders using filename and folder pattern matching, with no vision processing required.
  • Dual Operational Mode Support: Automatically detects whether the project uses AgentCM mode (with a .construction/ directory) or flat file mode, adapting workflow steps to match the existing project setup and available indexes.
  • Automatic CLAUDE.md Enrichment: Appends structured construction project context to the project root's CLAUDE.md file to enable seamless execution of downstream construction management skills like spec-splitter and sheet-splitter.
  • Use Case: For a new commercial construction project with hundreds of PDF drawing sets, bound specification manuals, and schedule files, use this skill to quickly organize all documents, classify them by type, and add the necessary context to CLAUDE.md so downstream skills can run immediately without manual configuration.

Quick Start

Use the project-setup skill to inventory and classify all documents in your construction project directory and append the required context to your project's CLAUDE.md file.

Frequently Asked Questions about project-setup

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

FAQPage Schema
How do I automate construction project document inventory and classification?

Automating construction project document inventory involves scanning directories to categorize drawings, specifications, and schedules using filename and folder pattern matching. This eliminates manual sorting and prepares project files for downstream management workflows.

How does CLAUDE.md configuration work for construction project setup?

CLAUDE.md configuration for construction setup works by appending structured project context to the root file. This enables downstream construction management skills to execute immediately by reading the classified document inventory and operational mode data.

What is the best way to organize AEC workflow files without vision processing?

Organizing AEC workflow files without vision processing is best achieved through filename and folder pattern matching to identify drawings and specifications. This approach classifies documents by type without requiring external dependencies for core validation.

Does this construction project setup tool support flat file mode directories?

Yes, construction project setup supports flat file mode directories alongside AgentCM mode with a .construction/ directory. It automatically detects the operational context and adapts workflow steps based on existing project indexes.

Can I classify submittal logs and RFI logs using filename pattern matching?

Yes, you can classify submittal logs and RFI logs using filename pattern matching. The system scans project directories to identify and categorize these documents alongside drawings, specifications, schedules, and change orders automatically.

Why do downstream construction management skills fail without project context in CLAUDE.md?

Downstream construction management skills fail without project context in CLAUDE.md because they lack the structured inventory and classification data needed to process documents. Appending this context enables seamless execution of skills like spec-splitter and sheet-splitter.