Web-augmented agent for creating manufacturer skills and comprehensive tests. Use when adding or improving support for a manufacturer handler.
Automated agent for creating detailed manufacturer skills and comprehensive test coverage.
/manufacturer-agent <manufacturer-name>
Examples:
/manufacturer-agent ST - STMicroelectronics/manufacturer-agent NXP - NXP Semiconductors/manufacturer-agent Infineon - Infineon Technologies/manufacturer-agent Microchip - Microchip TechnologyExecute these phases in order:
Find the handler file:
Glob: src/main/java/**/manufacturers/*Handler.java
Read the handler and extract:
initializePatterns()getSupportedTypes()extractPackageCode()extractSeries()matches()Identify issues:
HashSet instead of Set.of()?matches() with multi-pattern types?Search for manufacturer documentation using these queries:
WebSearch: "{manufacturer} part number naming convention"
WebSearch: "{manufacturer} ordering information guide"
WebSearch: "{manufacturer} package marking code"
WebSearch: "{manufacturer} product selector guide filetype:pdf"
For each relevant result, fetch and analyze:
WebFetch: <url>
Prompt: "Extract the MPN structure, package codes, temperature grades, and family prefixes from this page"
Key information to gather:
Search for real part numbers to use in tests:
WebSearch: "{manufacturer} {product-type} datasheet"
Product types to search based on handler's supported types:
Collect 5-10 real MPNs for each supported ComponentType.
Create .claude/skills/manufacturers/{manufacturer}/SKILL.md following this template:
---