一键导入
knowledge-creator
Standardized knowledge file creation and validation with mandatory schema validation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Standardized knowledge file creation and validation with mandatory schema validation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Automated governance, hook installation, pre-commit validation, branch isolation, and safe commit operations.
Enforcement of safety guardrails, axiom verification, secret scanning, and mutability protections.
Building and managing premium statistical dashboards, RAG explorer UIs, warehouse log monitors, and real-time visualization centers.
Integration of agent systems with blockchain protocols, contracts, event stores, reputation networks, and collective verification engines.
AI model configuration, LLM memoization, agentic RAG search, and vector library maintenance.
Catalog generation, reference link verification, workshop documentation building, and knowledge gap analysis.
| name | knowledge-creator |
| description | Standardized knowledge file creation and validation with mandatory schema validation |
| type | skill |
| version | 1.0.0 |
| category | factory |
| agents | ["analyzer","comparator","grader"] |
| knowledge | ["knowledge-file.schema.json"] |
| tools | ["none"] |
| related_skills | ["skill-creator","agent-creator"] |
| templates | ["none"] |
| references | ["none"] |
| settings | {"auto_approve":false,"retry_limit":3,"timeout_seconds":300,"safe_to_parallelize":false,"orchestration_pattern":"routing"} |
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 fields