Creates an advanced agent specialized in creating, testing, and refining new skills. It follows a rigorous "Ingest -> Design -> Implement -> Verify" workflow.
create_skill_architect_agent(
name = "SkillArchitect",
registry = NULL,
model = NULL
)An Agent object configured for skill architecture.
Agent name. Default "SkillArchitect".
Optional SkillRegistry object (defaults to creating one from inst/skills).
The model object to use for verification (spawning a tester agent).