بنقرة واحدة
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