Standardized agent pattern creation and validation
The Pattern Creator skill manages the generation and validation of agent patterns. Patterns are meta-definitions used to generate specific agent instances. They reside in {directories.patterns}/.
Patterns are JSON files that follow the complex schema defined in agent-pattern.json. Key sections include:
metadata: Pattern identity (ID, name, category).frontmatter: Blueprint for the generated agent's metadata.sections: Blueprint for the agent's markdown content (purpose, workflow, rules).variables: Parameters to be replaced during generation.scripts/quick_validate.py (which uses agent-pattern.json as its schema).schemas/quick_validate.py script must be available for schema validationrelated_skills or related_knowledge fieldsCategory:other