Agent skill · AI & Agents

manufacturer-agent

Web-augmented agent for creating manufacturer skills and comprehensive tests. Use when adding or improving support for a manufacturer handler.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Path: skills/agent/manufacturer-agent-cantara-lib-electronic-compo-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Usage
  2. Agent Workflow
  3. Phase 1: Analyze Existing Handler
  4. Phase 2: Web Research
  5. Phase 3: Gather Real MPN Examples
  6. Phase 4: Generate Skill File
  7. Phase 5: Generate Test File
  8. Phase 6: Run Tests and Report
  9. Phase 7: Update Documentation
  10. Common Handler Issues to Check
  11. Learnings from ST Test Run (PR #81)
  12. Test Setup: Direct Instantiation Preferred
  13. Cross-Handler Pattern Matching Bug
  14. Package Extraction by Component Type
Ships with 1 file
  • metadata.json
Commands it runs
mvn test -Dtest={Handler}Test
mvn test
More from claude-skill-registry
All skills →
About this skill
What 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.

Keep going