manufacturer-agent
Web-augmented agent for creating manufacturer skills and comprehensive tests. Use when adding or improving support for a manufacturer handler.
npx skills add majiayu000/claude-skill-registry --skill manufacturer-agent-cantara-lib-electronic-compo-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Manufacturer Agent Automated agent for creating detailed manufacturer skills and comprehensive test coverage. ## Usage ``` /manufacturer-agent <manufacturer-name> ``` Examples: - `/manufacturer-agent ST` - STMicroelectronics - `/manufacturer-agent NXP` - NXP Semiconductors - `/manufacturer-agent Infineon` - Infineon Technologies - `/manufacturer-agent Microchip` - Microchip Technology ## Agent Workflow Execute these phases in order: ### Phase 1: Analyze Existing Handler 1. Find the handler file: ``` Glob: src/main/java/**/manufacturers/*Handler.java ``` 2. Read the handler and extract: - All patterns registered in `initializePatterns()` - Supported ComponentTypes from `getSupportedTypes()` - Package code mappings in `extractPackageCode()` - Series extraction logic in `extractSeries()` - Any special matching logic in `matches()` 3. Identify issues: - Uses `HashSet` instead of `Set.of()`? - Uses default `matches()` with multi-pattern types? - Missing case-insensitive handling? ### Phase 2: Web Research Search for manufacturer documentation using these queries: ``` WebSearch: "{manufacturer} part number naming convention" WebSearch: "{manufacturer} ordering information guide" WebSea
- Usage
- Agent Workflow
- Phase 1: Analyze Existing Handler
- Phase 2: Web Research
- Phase 3: Gather Real MPN Examples
- Phase 4: Generate Skill File
- Phase 5: Generate Test File
- Phase 6: Run Tests and Report
- Phase 7: Update Documentation
- Common Handler Issues to Check
- Learnings from ST Test Run (PR #81)
- Test Setup: Direct Instantiation Preferred
- Cross-Handler Pattern Matching Bug
- Package Extraction by Component Type
mvn test -Dtest={Handler}Test
mvn testWhat does the manufacturer-agent skill do?
Web-augmented agent for creating manufacturer skills and comprehensive tests. Use when adding or improving support for a manufacturer handler.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill manufacturer-agent-cantara-lib-electronic-compo-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
