Create new agents for the code-forge application. Agents are stored as .md files in the <cwd>/.forge/agents directory with YAML frontmatter (id, title, description, reasoning, tools, user_prompt) and markdown body containing agent instructions. Use when users need to add new agents, modify existing agents, or understand the agent file structure.
$npx -y skills add lauridskern/cindra --skill create-agentInstalls into the current project.
Run `npx skills use "https://github.com/lauridskern/cindra" --skill "lauridskern/cindra/create-agent"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/lauridskern/cindra" that are relevant to the current task. Run `npx skills add "https://github.com/lauridskern/cindra"` and select the relevant skills, then follow their instructions.