ワンクリックで
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.