원클릭으로
workflow-creator
Standardized workflow creation and evaluation with mandatory schema validation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Standardized workflow creation and evaluation 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 | workflow-creator |
| description | Standardized workflow creation and evaluation with mandatory schema validation |
| type | skill |
| version | 1.0.0 |
| category | factory |
| agents | ["analyzer","comparator","grader"] |
| knowledge | ["workflow.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 Workflow Creator skill is designed for the generation and validation of standardized workflow files. Workflows in the Factory are multi-step processes described in markdown files within {directories.workflows}/.
Workflows follow this markdown format:
description and optional category.// turbo or // turbo-all for automated command execution.All workflows MUST pass schemas/workflow.schema.json validation. This ensures they are properly formatted and can be parsed by the orchestrator.
tests/workflows/ (e.g., test_my_new_workflow_validity).conda run -p D:\Anaconda\envs\cursor-factory pytest <test_path>..md file in the appropriate domain subdirectory.scripts/quick_validate.py to ensure schema compliance.conda run -p D:\Anaconda\envs\cursor-factory python scripts/sync_global_workflows.py.schemas/quick_validate.py script must be available for schema validationrelated_skills or related_knowledge fields