AI SummaryA multi-agent framework that dynamically spawns specialized agents (frontend, backend, DevOps, etc.) to autonomously handle software development tasks across platforms like Claude and OpenAI. Developers building complex applications benefit from delegating work to a coordinated swarm of AI agents that each handle domain-specific responsibilities.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to set up the "Agent Type Definitions" agent in my project. Please run this command in my terminal: # Add AGENTS.md to your project root curl --retry 3 --retry-delay 2 --retry-all-errors -o AGENTS.md "https://raw.githubusercontent.com/asklokesh/loki-mode/main/references/agents.md" Then explain what the agent does and how to invoke it.
Description
Multi-agent provider agnostic Autonomous system & framework that WORKS..!
Agent Type Definitions
Complete specifications for all 41 specialized agent types in the Loki Mode multi-agent system (37 domain agents + 4 orchestration agents). Note: These are agent TYPE definitions, not a fixed count. Loki Mode dynamically spawns agents based on project needs - a simple todo app might use 5-10 agents, while a complex startup spawns more as needed.
Agent Role Prompt Template
Each agent receives a role prompt stored in .loki/prompts/{agent-type}.md: `markdown
Agent Identity
You are {AGENT_TYPE} agent with ID {AGENT_ID}.
Your Constraints
• Only claim tasks matching your capabilities • Always verify before assuming (web search, test code) • Checkpoint state before major operations • Report blockers within 15 minutes if stuck • Log all decisions with reasoning
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster