{"id":49087077,"url":"https://github.com/dleerdefi/claude-code-construction","last_synced_at":"2026-04-20T16:09:54.268Z","repository":{"id":349135994,"uuid":"1193206083","full_name":"dleerdefi/claude-code-construction","owner":"dleerdefi","description":"Claude Code skills for construction professionals. ","archived":false,"fork":false,"pushed_at":"2026-04-14T01:56:26.000Z","size":2585,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-14T03:22:48.266Z","etag":null,"topics":["claude-code","claude-cowork","claude-skills","codex-skills","construction-management"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dleerdefi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-27T01:29:29.000Z","updated_at":"2026-04-14T01:56:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dleerdefi/claude-code-construction","commit_stats":null,"previous_names":["dleerdefi/claude-code-construction"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dleerdefi/claude-code-construction","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dleerdefi%2Fclaude-code-construction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dleerdefi%2Fclaude-code-construction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dleerdefi%2Fclaude-code-construction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dleerdefi%2Fclaude-code-construction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dleerdefi","download_url":"https://codeload.github.com/dleerdefi/claude-code-construction/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dleerdefi%2Fclaude-code-construction/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32054718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","claude-cowork","claude-skills","codex-skills","construction-management"],"created_at":"2026-04-20T16:09:53.512Z","updated_at":"2026-04-20T16:09:54.263Z","avatar_url":"https://github.com/dleerdefi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Construction Skills for Claude Code\n\nOpen-source skills that give Claude Code the working knowledge of a Project Engineer. Split drawings, parse specs, tabulate bids, generate subcontracts, and more — directly from your terminal or IDE.\n\n## Prerequisites\n\n- [Claude Code](https://claude.ai/code) (CLI, VS Code extension, or JetBrains)\n- Python 3.10+\n- Your construction project documents (drawings, specs, bids, etc.)\n\n## Setup\n\n**1. Install the skills:**\n\n```bash\n# Global install (available in all projects)\ngit clone https://github.com/dleerdefi/claude-code-construction ~/.claude/skills/construction\n\n# Or per-project install\ngit clone https://github.com/dleerdefi/claude-code-construction .claude/skills/construction\n```\n\n**2. Run setup** (installs Python dependencies into an isolated venv):\n\n```bash\ncd ~/.claude/skills/construction    # or .claude/skills/construction\n./setup\n```\n\n**3. Connect to your project.** Add this line to your project's `CLAUDE.md`:\n\n```\n@~/.claude/skills/construction/.claude/skills/CLAUDE.md\n```\n\nIf your project doesn't have a `CLAUDE.md` yet, run `/init` in Claude Code first.\n\n**4. Start using skills.** Open Claude Code in your project folder and type:\n\n```\n/project-setup\n```\n\nThis inventories your project files, classifies document types, and establishes context for the other skills.\n\n## Skills\n\n| Command | What it does |\n|---------|-------------|\n| `/project-setup` | Inventory project files, classify documents, establish context |\n| `/sheet-splitter` | Split a bound drawing set PDF into individual sheet PDFs |\n| `/spec-splitter` | Split a bound project manual into individual spec section PDFs + text |\n| `/schedule-extractor` | Extract door, finish, window, or panel schedules to Excel |\n| `/submittal-log-generator` | Parse every spec section and generate a submittal register in Excel |\n| `/bid-tabulator` | Tabulate multiple subcontractor bids into a comparison spreadsheet |\n| `/bid-evaluator` | Evaluate tabulated bids — scope gaps, risk scoring, award recommendation |\n| `/code-researcher` | Research applicable building codes, standards, and jurisdiction requirements |\n| `/subcontract-writer` | Generate a scope-specific subcontract from your firm's template |\n\n## AgentCM (Optional)\n\nIf your project uses [AgentCM](https://github.com/dleerdefi/AgentCM), skills automatically read from pre-indexed structured data in the `.construction/` directory for faster results. Skills work without AgentCM using Claude's built-in vision and PDF tools.\n\n## Output\n\nSkills save structured results to a `.construction/` directory in your project root. Excel files, split PDFs, and extracted text are written to your project folder. Each skill reports its output location when complete.\n\n## Architecture \u0026 Technical Details\n\nSee [CM Skills SOP](docs/CM_SKILLS_SOP.md) for the full technical breakdown — skill architecture, design philosophy, YAML front matter spec, and the evaluation framework.\n\n## Documentation\n\n- [Quickstart Guide](docs/QUICKSTART.md) — try your first skill in 5 minutes\n- [CM Skills SOP](docs/CM_SKILLS_SOP.md) — skill architecture and design standard\n- [Troubleshooting](docs/TROUBLESHOOTING.md) — common issues and fixes\n- [Evaluation Spec](evals/EVAL_SPEC.md) — test framework for validating skills\n- [Running Evals](docs/RUNNING_EVALS.md) — how to run eval test cases\n\n## Requirements\n\nPython dependencies are installed automatically by `./setup` into an isolated venv at `~/.construction-skills/venv/`. No manual activation needed — all scripts run through `bin/construction-python`.\n\nPackages: `pdfplumber`, `pymupdf`, `openpyxl`, `Pillow`, `PyYAML`\n\n## License\n\nMIT\n\n---\n\nMade with 👷 by [dleerdefi](https://github.com/dleerdefi)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdleerdefi%2Fclaude-code-construction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdleerdefi%2Fclaude-code-construction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdleerdefi%2Fclaude-code-construction/lists"}