claude-code-construction CLAUDE.md

claude-code-construction CLAUDE.md is an instructions file for coding agents from dleerdefi/claude-code-construction. It costs 456 tokens per session, scanned A, original, MIT.

Project instructions for Claude Code skills that help manage construction documents and store findings in a project-specific folder.

In plain words
What is it for?
Use them when developing, testing, installing, or maintaining construction-document skills and their shared scripts or reference data.
Why use it?
They distinguish shipped skills from experimental ones and set rules for editing source files, sharing references, and validating new skills.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/dleerdefi/claude-code-construction/claude-md
Clone the repo
git clone --depth 1 https://github.com/dleerdefi/claude-code-construction

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for claude-code-construction CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/dleerdefi/claude-code-construction/claude-md.svg)](https://agentmods.dev/instructions/dleerdefi/claude-code-construction/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/dleerdefi/claude-code-construction/claude-md"><img src="https://agentmods.dev/badge/instructions/dleerdefi/claude-code-construction/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 456 This file is loaded in full into every session.
When invoked 456 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00456 $0.00456
Opus 5 $0.00228 $0.00228
Sonnet 5 $0.00091 $0.00091
Haiku 4.5 $0.00046 $0.00046

Measured 4d ago against content hash 927d43fafaf1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

claude-code-construction CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 50 lines

What it actually says

Construction Skills — Development

This repo contains Claude Code skills for construction document management.

For Users

Import into your project's CLAUDE.md:

@.claude/skills/construction/CLAUDE.md

Or install globally:

./setup --global

For Contributors

  • Production skills live in .claude/skills/<name>/SKILL.md — edit directly
  • Dev/experimental skills live in .claude/skills/_dev/<name>/ (gitignored, not shipped)
  • Deprecated skills are renamed with _deprecated_ prefix (prevents skill matching, keeps content accessible)

Dev Workflow

bin/dev-setup       # Symlink to ~/.claude/skills/construction for live testing
bin/dev-teardown    # Remove symlink

Key Rules

  • Each commit = one logical change
  • SKILL.md files are the canonical source — edit directly
  • reference/ data is shared across skills — accessed via ${CLAUDE_SKILL_DIR}/../../reference/
  • scripts/ Python tools are shared — accessed via ${CLAUDE_SKILL_DIR}/../../scripts/
  • All skills write findings to .construction/agent_findings/ via graph entry pattern
  • Never fabricate dimensions, spec requirements, or code citations
  • Skills must pass eval before moving from _dev/ to production

Codex Compatibility

  • Every skill directory includes agents/openai.yaml for OpenAI Codex agent compatibility
  • When creating a new skill, copy an existing agents/openai.yaml and update the name/description

Script Allowlist

  • Skills must declare an exhaustive list of allowed scripts in their SKILL.md
  • Skills must NOT create custom Python scripts during execution
  • All scripts live in the shared scripts/ directory or per-skill scripts/ subdirectories

Authoritative SOP

  • The comprehensive skill architecture SOP is at docs/CM_SKILLS_SOP.md
  • Covers: three-tier progressive disclosure, YAML front matter spec, 500-line limit, refactoring lifecycle, evals framework, skill categories (Builder, Extraction, Generation, Research)
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 50 lines · 456 tokens per session scan A 927d43fafaf1

Subscribe to this mod's changes

claude-code-construction CLAUDE.md is an instructions file published in the GitHub repository dleerdefi/claude-code-construction (35 stars, last pushed 4mo ago), licensed MIT. It adds 456 tokens to every session, about $0.0023 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

PPT-Design-Skill CLAUDE.md

Claude Code instructions for sunchaokun/PPT-Design-Skill: Use the ppt-design-skill workflow for presentation design tasks. The published pptx-designer Python library creates the editable PPTX; this repository owns the design process, installation, rendering, and PNG review.

sunchaokun/PPT-Design-Skill · 139 tokens

give-me-job AGENTS.md

Instructions for kyoungbinkim/give-me-job, covering give-me-job repository instructions, default workflow, skill routing, working on this repository and development loop.

kyoungbinkim/give-me-job · 1,106 tokens

agent-website-design-skills AGENTS.md

Instructions for divyanshu-iitian/agent-website-design-skills, covering agent instructions, repository goal, how to use, skill selection and constraints.

divyanshu-iitian/agent-website-design-skills · 514 tokens

fcp-sheets CLAUDE.md

Instructions for os-tack/fcp-sheets, covering fcp-sheets, project overview, architecture, key patterns and commands.

os-tack/fcp-sheets · 308 tokens

paperless-ngx-mcp-server CLAUDE.md

Claude Code instructions for cbsmiley/paperless-ngx-mcp-server, covering claude.md, project overview, common commands, architecture and entry points.

cbsmiley/paperless-ngx-mcp-server · 769 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens