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 agentmods add skills/p47phoenix/claude-plugins/hardware-teamnpx skills add P47Phoenix/Claude-Plugins --skill hardware-teamgit clone --depth 1 https://github.com/P47Phoenix/Claude-PluginsWrote 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/p47phoenix/claude-plugins/hardware-team)<a href="https://agentmods.dev/skills/p47phoenix/claude-plugins/hardware-team"><img src="https://agentmods.dev/badge/skills/p47phoenix/claude-plugins/hardware-team.svg" alt="Measured on agentmods" 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 | $0.00070 | $0.00826 |
| Opus 5 | $0.00035 | $0.00413 |
| Sonnet 5 | $0.00014 | $0.00165 |
| Haiku 4.5 | $0.00007 | $0.00083 |
Grade A, and why
hardware-team 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.
How it starts
The opening of the file, as written. The whole thing — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Hardware Team Plugin
A Claude Code plugin that provides a structured hardware delivery pipeline, coordinating 6 specialized hardware engineering roles through an 8-stage development process from concept to production release.
Available Skills
| Skill | Path | Purpose |
|---|---|---|
hardware-flow |
skills/hardware-flow/ |
Pipeline orchestrator -- coordinates all roles through 8 stages (Concept, Schematic, Layout, Prototype, DFM/DFA, Compliance, Pilot Run, Production Release) |
hw-product-owner |
skills/hw-product-owner/ |
Hardware Product Owner -- requirements capture, feasibility analysis, constraints, BOM budgeting |
electrical-engineer |
skills/electrical-engineer/ |
Electrical Engineer -- schematic design, component selection, SPICE simulation, firmware interface docs |
pcb-layout-engineer |
skills/pcb-layout-engineer/ |
PCB Layout Engineer -- physical layout, routing, stackup design, DRC |
manufacturing-engineer |
skills/manufacturing-engineer/ |
Manufacturing Engineer -- DFM/DFA review, panelization, yield, production transfer |
compliance-engineer |
skills/compliance-engineer/ |
Compliance Engineer -- EMC, safety, environmental, regulatory documentation |
test-engineer |
skills/test-engineer/ |
Test Engineer -- test strategy, fixture design, production test, validation planning |
Three-Level Context Loading
This plugin follows the three-level context loading pattern to minimize context window usage:
Level 1: Metadata (Always Loaded)
The marketplace.json entry is loaded by the Claude Code harness whenever the plugin is installed. Contains only plugin name, description, and skill paths. Cost: ~200 tokens.
Level 2: SKILL.md (Loaded When Skill Triggers)
Each skill's SKILL.md is loaded when the skill is invoked -- either by a user trigger phrase or by the orchestrator dispatching a sub-agent via the Agent tool. Contains role description, reference file list, task routing, kicad-happy skills consumed, output contracts, and anti-patterns. Cost: 500-2000 tokens per skill.
What ships with it
59 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.
- ARCHITECTURE.md 3.2 KB
- hooks/bom_drift.py 6.3 KB runs code
- hooks/check_kicad_file.py 3.0 KB runs code
- hooks/check_kicad_happy.py 5.2 KB runs code
- hooks/check_pipeline_bypass.py 3.5 KB runs code
- hooks/drc_check.py 6.2 KB runs code
- hooks/hooks.json 1.4 KB
- hooks/validate_session.py 8.4 KB runs code
- LICENSE.txt 1.1 KB
- references/getting-started.md 6.5 KB
- references/prerequisites.md 5.0 KB
- references/test-fixtures/README.md 11 KB
- scripts/security.py 15 KB runs code
- scripts/validate_config.py 16 KB runs code
- skills/compliance-engineer/references/emc-design-rules.md 6.5 KB
- skills/compliance-engineer/references/environmental.md 7.4 KB
- skills/compliance-engineer/references/market-requirements.md 8.7 KB
- skills/compliance-engineer/references/safety-standards.md 6.7 KB
- skills/compliance-engineer/SKILL.md 13 KB
- skills/electrical-engineer/references/component-selection.md 5.5 KB
- skills/electrical-engineer/references/firmware-interface.md 6.2 KB
- skills/electrical-engineer/references/power-analysis.md 6.4 KB
- skills/electrical-engineer/references/schematic-review.md 8.0 KB
- skills/electrical-engineer/references/simulation-guide.md 4.3 KB
- skills/electrical-engineer/SKILL.md 21 KB
- skills/hardware-flow/references/aliases/engineering.yml 4.3 KB
- skills/hardware-flow/references/bom-gate.md 8.6 KB
- skills/hardware-flow/references/compliance-gate.md 11 KB
- skills/hardware-flow/references/config-schema.md 9.0 KB
- skills/hardware-flow/references/dfm-gate.md 9.5 KB
- skills/hardware-flow/references/kicad-integration.md 12 KB
- skills/hardware-flow/references/memory-protocol.md 11 KB
- skills/hardware-flow/references/pipeline-stages.md 23 KB
- skills/hardware-flow/references/project-types.md 8.6 KB
- skills/hardware-flow/references/quality-gates.md 34 KB
- skills/hardware-flow/references/rework-loops.md 10.0 KB
- skills/hardware-flow/references/schematic-review-gate.md 19 KB
- skills/hardware-flow/references/setup-wizard.md 9.1 KB
- skills/hardware-flow/references/state-management.md 12 KB
- skills/hardware-flow/references/team-patterns.md 14 KB
- skills/hardware-flow/SKILL.md 47 KB
- skills/hw-product-owner/references/feasibility-analysis.md 8.2 KB
- skills/hw-product-owner/references/hw-requirements.md 8.7 KB
- skills/hw-product-owner/references/make-vs-buy.md 9.3 KB
- skills/hw-product-owner/SKILL.md 15 KB
- skills/manufacturing-engineer/references/dfa-guidelines.md 7.4 KB
- skills/manufacturing-engineer/references/dfm-rules.md 7.6 KB
- skills/manufacturing-engineer/references/panelization.md 7.2 KB
- skills/manufacturing-engineer/references/test-point-coverage.md 6.5 KB
- skills/manufacturing-engineer/SKILL.md 22 KB
- skills/pcb-layout-engineer/references/layout-guidelines.md 6.1 KB
- skills/pcb-layout-engineer/references/routing-rules.md 9.2 KB
- skills/pcb-layout-engineer/references/stackup-design.md 10 KB
- skills/pcb-layout-engineer/SKILL.md 18 KB
- skills/test-engineer/references/fixture-design.md 8.4 KB
- skills/test-engineer/references/production-test.md 8.6 KB
- skills/test-engineer/references/test-strategy.md 7.8 KB
- skills/test-engineer/references/validation-planning.md 9.0 KB
- skills/test-engineer/SKILL.md 20 KB
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.
- 4d ago First seen · 54 lines · 70 tokens per session scan A eb1cdd4510c2
hardware-team is a skill published in the GitHub repository P47Phoenix/Claude-Plugins (2 stars, last pushed 3mo ago), licensed MIT. It adds 70 tokens to every session and 826 once invoked, about $0.0003 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
regulatory-research-fallback
Fallback workflow for regulatory research when web extraction tools fail on government PDFs.
x-scorecard
OpenSSF Scorecard for assessing open source project security. Check security best practices and compliance. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.
memstack-business-gdpr
Use this skill when the user says 'GDPR', 'data protection', 'privacy compliance', 'DPA', 'DSAR', 'data subject request', 'cookie consent', 'privacy audit', 'CCPA', or asks 'do I need GDPR for this repo'. Scans the repository to detect what personal data is collected, classifies sensitivity, determines whether GDPR…
build-audit-logs
Build or review audit trails in TypeScript/JavaScript apps using evlog (pipelines, typed actions, denials, retention, compliance-style reviews). For application code, not for extending the evlog package.
external-purchases
US web checkout via the StoreKit External Purchase Link entitlement — currently 0% Apple commission (litigation ongoing), how to ship it safely, and how to architect for a commission flip so a future ruling is a config change, not a rewrite. Use when adding external purchase links, weighing web checkout vs IAP, or…
nda-review
Use when the user uploads or pastes a non-disclosure agreement and asks for review, redline, risk assessment, or a recommendation on whether to sign. Identifies missing standard protections, one-sided or unusual provisions, and operational issues; produces a structured report with severity ratings and citations to…