원클릭으로
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