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.
npx skills add anekhirun/Takeoff-Lens-Plugin --skill count-engineering-drawing-symbolsgit clone --depth 1 https://github.com/anekhirun/Takeoff-Lens-PluginWrote 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.
[](https://agentmods.dev/skills/anekhirun/takeoff-lens-plugin/count-engineering-drawing-symbols)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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
- Call
get_discipline_catalogto distinguish active from planned disciplines. Then callget_symbol_ruleswith activesystem_id=POWER,LIGHTING,FIRE_ALARM,DATA_VOICE, orCCTV_SECURITYto lock the v0.2.x scope. Never imply that a planned discipline is already supported. - Prefer DWG/DXF block, attribute, layer, and XREF extraction when CAD is available. For this v0.2.x MCP, process vector/hybrid PDF directly.
- On a clean vector sheet with meaningful equipment layers, call
analyze_vector_layersfirst. Group by rotation-normalized dimensions, then apply only a user- or legend-confirmed project mapping. Save that mapping and reusesignature_mapping_path; never infer equipment class from a frequent shape alone. - 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. - 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 exactsymbol_idtobuild_symbol_template, then rerunprepare_sheet_audit. - Keep MCP responses at the default
response_detail=compact. Read the detailed JSON artifact only when coordinates, diagnostics, or ambiguity review are needed. Useresponse_detail=fullfor debugging, not routine turns. - Use
detect_symbol_candidatesseparately only for tuning or rerunning one symbol. Keep a high-recall shortlist. - Inspect every crop and markup. Also inspect
filtered_candidates.jsonwhen 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. - Reject candidates in legends, notes, details, title blocks, and unrelated systems.
- Add visually verified misses as
manual_points; do not silently change the final number. - Call
confirm_symbol_countwith every candidate classified inaccepted_ids,rejected_ids, oruncertain_ids; pass the matchingdetection_manifest_json, includefloor_or_region, and setwall_door_sweep_completedonly after the independent sweep. A final result requires verified PDF, template, and candidate hashes. - 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.
- Continue reviewing independent clear items while waiting for clarification, but do not guess, silently exclude the item, or finalize any affected subtotal.
- After the user answers, record the decision and rerun confirmation. Treat the result as final only when
review_completeis true,clarification_requiredis false, andprovenance_verifiedis true. Report count by page/floor and include final markup and CSV/JSON paths. - For detector tuning, call
evaluate_detection_accuracyonly 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.
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.
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.
- 12d ago First seen · 48 lines · 93 tokens per session scan A 5c2c0501c663
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.
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…
review
5-pass structured code review — correctness, security, performance, readability, consistency.
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.
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.
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.
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.