← ClaudeAtlas

soleri-agent-guidelisted

Triggers: "what can you do", "how do I use this", "what features", "what tools available", "who are you", "show capabilities". Agent capability discovery and tool reference.
adrozdenko/soleri · ★ 6 · AI & Automation · score 74
Install: claude install-skill adrozdenko/soleri
# Agent Guide — Capability Discovery Help users understand what this agent can do, how to use it effectively, and what makes it different from a raw LLM. This skill handles the deep discovery flow — proactive tool suggestions during normal work are handled by the engine rules (Tool Advocacy section). ## When to Use - "What can you do?" / "What are your capabilities?" - "How do I search for X?" / "How do I capture knowledge?" - "What tools do you have?" / "Show me your features" - "Who are you?" / "What is this agent?" - "Help" / "I'm stuck" / "How does this work?" - First-time users, onboarding, or anyone unfamiliar with the agent ## Capability Discovery Sequence ### Step 1: Identity ``` YOUR_AGENT_core op:activate params: { projectPath: "." } ``` This returns the agent's persona: name, role, description, tone, principles, and domains. Present the identity first — who the agent is and what it specializes in. ### Step 2: Health & Status ``` YOUR_AGENT_core op:admin_health YOUR_AGENT_core op:vault_stats YOUR_AGENT_core op:brain_stats YOUR_AGENT_core op:memory_stats ``` Shows what subsystems are active: vault (how many entries), brain (vocabulary size), LLM availability. This tells the user what the agent currently has to work with. ### Step 3: Available Tools ``` YOUR_AGENT_core op:admin_tool_list ``` Lists all facades and operations. Present them grouped by category with plain-language descriptions. ### Step 4: Present by What Users Can DO Organize capabilitie