Standardized knowledge file creation and validation with mandatory schema validation
The Knowledge Creator skill manages the generation and validation of structured knowledge files (.json) used by the Factory agents. These files reside in {directories.knowledge}/.
Knowledge files are JSON objects that follow schemas/knowledge-file.schema.json. They typically include:
description: Purpose.version: Semver versioning.category: Classification.content: The actual structured data (e.g., lists of tools, patterns, or facts).tests/knowledge/test_system_structure.py.tests/knowledge/ representing the new data structure requirements.conda run -p D:\Anaconda\envs\cursor-factory pytest tests/knowledge/test_system_structure.py and confirm failure.schemas/knowledge-file.schema.json.conda run -p D:\Anaconda\envs\cursor-factory python scripts/validation/verify_structures.py.conda run -p D:\Anaconda\envs\cursor-factory python scripts/validation/sync_artifacts.py.conda run -p D:\Anaconda\envs\cursor-factory python scripts/sync_global_workflows.py.schemas/scripts/validation/verify_structures.py must be available for structural checksrelated_skills or related_knowledge fieldsCategory:other