count-engineering-drawing-symbols

count-engineering-drawing-symbols is a skill for Codex from anekhirun/Takeoff-Lens-Plugin. It costs 93 tokens per session (1,279 once invoked), scanned A, original, MIT.

A drawing-audit skill for counting supported building-system symbols in DWG, DXF, and PDF engineering drawings. DWG and DXF are common computer-aided design file formats.

In plain words
What is it for?
Use it to audit electrical and low-voltage systems such as power, lighting, fire alarms, data, voice, and security cameras.
Why use it?
It helps verify automatic symbol counts and choose the right inspection method for CAD drawings, vector PDFs, or scanned PDFs.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to audit electrical and low-voltage systems such as power, lighting, fire alarms, data, voice, and security cameras.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/anekhirun/takeoff-lens-plugin/count-engineering-drawing-symbols
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.

Any agent
npx skills add anekhirun/Takeoff-Lens-Plugin --skill count-engineering-drawing-symbols
Clone the repo
git clone --depth 1 https://github.com/anekhirun/Takeoff-Lens-Plugin

Made for: Codex.

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 count-engineering-drawing-symbols

README.md
[![agentmods](https://agentmods.dev/badge/skills/anekhirun/takeoff-lens-plugin/count-engineering-drawing-symbols/github.svg)](https://agentmods.dev/skills/anekhirun/takeoff-lens-plugin/count-engineering-drawing-symbols)
Your own site
<a href="https://agentmods.dev/skills/anekhirun/takeoff-lens-plugin/count-engineering-drawing-symbols"><img src="https://agentmods.dev/badge/skills/anekhirun/takeoff-lens-plugin/count-engineering-drawing-symbols/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for count-engineering-drawing-symbols

Your own site · 80×15
<a href="https://agentmods.dev/skills/anekhirun/takeoff-lens-plugin/count-engineering-drawing-symbols"><img src="https://agentmods.dev/badge/skills/anekhirun/takeoff-lens-plugin/count-engineering-drawing-symbols.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,279 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00093 $0.01279
Opus 5 $0.00046 $0.00639
Sonnet 5 $0.00019 $0.00256
Haiku 4.5 $0.00009 $0.00128

Measured 12d ago against content hash 5c2c0501c663, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

count-engineering-drawing-symbols 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 12d 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.

skills/count-engineering-drawing-symbols/SKILL.md · 48 lines

How it starts

The opening of the file, as written. The whole thing — 48 lines — stays where its author put it; the contents beside it link to each section on GitHub.

TakeoffLens Drawing Audit

Use the takeoff-lens MCP tools. Treat every automatic detection as a candidate until it is visually confirmed.

Workflow

  1. Call get_discipline_catalog to distinguish active from planned disciplines. Then call get_symbol_rules with active system_id=POWER, LIGHTING, FIRE_ALARM, DATA_VOICE, or CCTV_SECURITY to lock the v0.2.x scope. Never imply that a planned discipline is already supported.
  2. Prefer DWG/DXF block, attribute, layer, and XREF extraction when CAD is available. For this v0.2.x MCP, process vector/hybrid PDF directly.
  3. On a clean vector sheet with meaningful equipment layers, call analyze_vector_layers first. Group by rotation-normalized dimensions, then apply only a user- or legend-confirmed project mapping. Save that mapping and reuse signature_mapping_path; never infer equipment class from a frequent shape alone.
  4. Call prepare_sheet_audit. It builds one native shared sheet context, profiles the page, renders an overview, detects every symbol with a ready template, and creates one candidate contact sheet. Use the returned manifest instead of repeating separate inspection calls.
  5. Read references/symbol-rules.md before classification. Every class without a bundled starter requires either an unambiguous confirmed layer signature or a clean project-specific template from the current legend; build only templates listed in template_required, pass its exact symbol_id to build_symbol_template, then rerun prepare_sheet_audit.
  6. Keep MCP responses at the default response_detail=compact. Read the detailed JSON artifact only when coordinates, diagnostics, or ambiguity review are needed. Use response_detail=full for debugging, not routine turns.
  7. Use detect_symbol_candidates separately only for tuning or rerunning one symbol. Keep a high-recall shortlist.
  8. Inspect every crop and markup. Also inspect filtered_candidates.json when Candidate Filtering v3 suppresses matches. Classify indoor and explicit WP variants from the crop and project legend; do not assume extracted PDF text contains a visible WP glyph. Independently sweep all wall faces, wall corners, both sides of doors, rotated symbols, and paired power/data symbols; do not treat a low candidate count as evidence of zero.
  9. Reject candidates in legends, notes, details, title blocks, and unrelated systems.
  10. Add visually verified misses as manual_points; do not silently change the final number.
  11. Call confirm_symbol_count with every candidate classified in accepted_ids, rejected_ids, or uncertain_ids; pass the matching detection_manifest_json, include floor_or_region, and set wall_door_sweep_completed only after the independent sweep. A final result requires verified PDF, template, and candidate hashes.
  12. If a symbol, legend mapping, boundary, or candidate decision is unknown or not sufficiently supported, keep it uncertain, record its page and coordinates, create a crop or markup, and ask the user a concise verification question. Group related uncertain points in one question when practical.
  13. Continue reviewing independent clear items while waiting for clarification, but do not guess, silently exclude the item, or finalize any affected subtotal.
  14. After the user answers, record the decision and rerun confirmation. Treat the result as final only when review_complete is true, clarification_required is false, and provenance_verified is true. Report count by page/floor and include final markup and CSV/JSON paths.
  15. For detector tuning, call evaluate_detection_accuracy only with ground truth whose review is complete and whose PDF-point coordinates were visually verified. Compare shortlist recall with candidate-pool recall to identify filtering and shortlist-limit misses.

Read the full file on GitHub · 48 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 48 lines · 93 tokens per session scan A 5c2c0501c663

Subscribe to this mod's changes

count-engineering-drawing-symbols is a skill published in the GitHub repository anekhirun/Takeoff-Lens-Plugin (5 stars, last pushed 29d ago), licensed MIT. It adds 93 tokens to every session and 1,279 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

watch

File sentinel that monitors the working directory for changes and marker comments, then auto-triggers appropriate skills. Poll-based via git diff against the last scan commit. Writes intake items for batch processing and routes marker actions through /do. Use for automatic reactions to file changes; do NOT use for…

SethGammon/Citadel · 70 tokens

review

5-pass structured code review — correctness, security, performance, readability, consistency.

SethGammon/Citadel · 17 tokens

live-preview

Mid-build visual verification loop. Takes screenshots of components during construction, not just after. Catches visual regressions and invisible features before they compound. Requires Playwright or similar screenshot tool.

SethGammon/Citadel · 40 tokens

marshal

Meta-orchestrator that takes any direction — broad, specific, or vague — and autonomously chains skills and context into actionable work. Gathers context from codebase, docs, and memory. Only asks the user when it genuinely cannot proceed. Single-session orchestrator.

SethGammon/Citadel · 56 tokens

wiki

Markdown-first knowledge base where the LLM acts as librarian. Ingests raw sources, compiles and interlinks topic files, self-maintains an index. No vector DB or embeddings required -- uses LLM-native navigation over structured markdown up to 400K words.

SethGammon/Citadel · 56 tokens

stss

Reduce defensive disclaimers, stacked hedging, and self-protective narration in proposals and decision-facing writing. Use when the user asks to rewrite or audit a proposal, plan, research contribution, executive summary, or similar text for directness. Do not use for ordinary code work or unrelated prose.

lennney/stop-that-shit · 63 tokens