Standardized agent creation and evaluation with mandatory schema validation
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.Category:other