archon
SKILL.md
Archon
Archon is a knowledge and task management system for AI coding assistants, providing persistent knowledge base with RAG-powered search and comprehensive project management capabilities.
⚠️ CRITICAL WORKFLOW - READ THIS FIRST ⚠️
MANDATORY STEPS - Execute in this exact order:
- FIRST: Read
references/api_reference.mdto learn correct API endpoints - SECOND: Ask user for Archon host URL (default:
http://localhost:8181) - THIRD: Verify connection with
GET /api/projects - FOURTH: Use correct endpoint paths from api_reference.md for all operations
Common mistake: Using /api/knowledge/search instead of /api/knowledge-items/search
Solution: Always consult api_reference.md for authoritative endpoint paths.