AI SummaryProvides complete specifications and role prompt templates for 37 specialized agent types in a dynamic multi-agent system, enabling developers to configure and monitor Claude-based agents across projects of varying complexity.
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/davila7/claude-code-templates/main/cli-tool/components/skills/ai-research/loki-mode/references/agents.md" Then explain what the agent does and how to invoke it.
Description
CLI tool for configuring and monitoring Claude Code
Agent Type Definitions
Complete specifications for all 37 specialized agent types in the Loki Mode multi-agent system. 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 could spawn 100+ agents working in parallel.
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