원클릭으로
agent-creator
Standardized agent creation and evaluation with mandatory schema validation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Standardized agent 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 | agent-creator |
| description | Standardized agent creation and evaluation with mandatory schema validation |
| type | skill |
| version | 2.0.0 |
| category | factory |
| agents | ["analyzer","comparator","grader"] |
| knowledge | ["agent-taxonomy.json"] |
| tools | ["none"] |
| related_skills | ["skill-creator"] |
| templates | ["none"] |
| references | ["none"] |
| settings | {"auto_approve":false,"retry_limit":3,"timeout_seconds":300,"safe_to_parallelize":false,"orchestration_pattern":"routing"} |
The Agent Creator skill is the counterpart to skill-creator, specifically designed for the rapid generation and iterative improvement of Cursor agents. It ensures every agent complies with the canonical schemas/agent.schema.json and follows the factory core patterns.
All agents follow this standardized markdown format in {directories.agents}/*.md:
Like skill-creator, this skill supports an evaluation loop:
scripts/run_eval.py).agents/analyzer.md, etc.) to identify weaknesses.scripts/run_loop.py).Located in scripts/:
run_loop.py: Orchestrates the improvement cycle.quick_validate.py: Validates agent frontmatter against agent.schema.json.package_skill.py: (Internal use) Packages agent definitions.Use this skill to refactor existing agents or create new specialized agents for the Factory.
tests/agents/..md file with minimal content to pass the test.quick_validate.py.conda run -p D:\Anaconda\envs\cursor-factory python scripts/sync_global_workflows.py.