Validates and automatically fixes prompt files and plugin READMEs to ensure strict adherence to repository structure and template guidelines.
The normalize skill is an essential maintenance tool for developers building autonomous agents and plugins within the Agentic Forge ecosystem. It enforces consistency across the repository by comparing agent definitions, skill documentation, and README files against source-of-truth templates. By validating frontmatter fields, section ordering, and exact header naming, it prevents configuration drift and ensures that all agentic components remain compatible with orchestration workflows. Whether running in a passive report mode or an active autofix mode, this skill streamlines the high-scale management of prompt-based assets.
주요 기능
01Frontmatter field verification and kebab-case enforcement
02Intelligent --autofix mode for repairing missing sections and formatting
03Automated structural validation against Markdown templates
04Two-pass file discovery for comprehensive repository scanning
05Detailed reporting of compliance issues and applied modifications
061 GitHub stars
사용 사례
01Bulk-updating repository READMEs when a central template is updated
02Standardizing naming conventions and metadata across a large library of autonomous agents
03Ensuring newly created skills or agents meet project documentation standards before merging code