Agent runtimes
Claude Code
Claude Code is the main runtime Agentlas targets. Every draft is shaped to drop into a Claude Code project.
Where files go
.claude/agents/<name>.md
The agent file. Frontmatter has name, description, tools.
.claude/skills/<name>/SKILL.md
Each skill is its own folder with a single SKILL.md.
.claude/settings.json
MCP servers and the permissions scaffold.
memory/
Long-running notes the agent can read on each session.
CLAUDE.md
Optional. Top-level project doc. We don't generate it for you yet.