What problem does it solve? This Skill gives benchmark engineers a standardized starting point for creating new AI chip evaluation skills, eliminating the guesswork of structuring SKILL.md files that comply with the Agent Skills specification. ## Core Features & Use Cases - Standardized Frontmatter: Includes pre-defined YAML fields for name, description, compatibility, category, scenario, and tags used for skill discovery. - Complete Evaluation Skeleton: Provides ready-made sections for hardware requirements, Docker container startup, environment variables, execution steps, and performance metric tables. - Use Case: When adding a new benchmark (e.g., evaluating GEMM operator performance on a new GPU platform), copy this template, fill in the chip platform, model, dataset paths, and metric definitions, and the skill is ready for registration. ## Quick Start Copy this template directory and fill in the chip platform, model, dataset, and performance metric sections to create a new benchmark evaluation skill.