From astralform
Search and retrieve Astralform documentation. Use when user asks about "Astralform docs", "how to use Astralform", "Astralform API", or needs help with Astralform features.
How this skill is triggered — by the user, by Claude, or both
Slash command
/astralform:astralform-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides access to Astralform documentation for developers.
This skill provides access to Astralform documentation for developers.
Astralform uses Mintlify for AI-ready documentation:
| Source | URL | Description |
|---|---|---|
| Full docs (AI) | https://astralform.mintlify.app/llms-full.txt | Complete documentation in one file |
| Page index | https://astralform.mintlify.app/llms.txt | List of all documentation pages |
| Web docs | https://astralform.mintlify.app | Human-readable documentation |
| GitHub | https://github.com/astralform-ai/docs | Documentation source |
| Category | Path | Common Topics |
|---|---|---|
guides/ | Getting started | Quickstart, authentication, first chat |
ios-sdk/ | iOS/Swift SDK | Installation, ChatView, client tools |
backend-api/ | REST API reference | Endpoints, streaming, tool results |
dashboard/ | Web dashboard | Projects, API keys, LLM config |
mcp-config/ | MCP configuration | Server MCP, client MCP, platform tools |
agents/ | Multi-agent system | Agent creation, configuration, routing |
skills/ | Custom skills | SKILL.md format, importing, management |
connectors/ | Connector integrations | OAuth setup, API keys, end-user auth |
memory/ | Agent memory | Feature flags, semantic search, privacy |
astralform_search_docs(
query: "how to configure OpenAI",
category: "dashboard" // optional
)
For comprehensive answers, fetch the full documentation:
WebFetch(
url: "https://astralform.mintlify.app/llms-full.txt",
prompt: "Find information about configuring OpenAI LLM"
)
astralform_get_doc(
path: "/ios-sdk/installation"
)
| Query | Suggested Page |
|---|---|
| "How to install SDK" | /ios-sdk/installation |
| "How to add chat view" | /ios-sdk/chat-view |
| "Client tools setup" | /ios-sdk/client-tools |
| "Configuration options" | /ios-sdk/configuration |
| Query | Suggested Page |
|---|---|
| "Chat streaming" | /backend-api/chat-streaming |
| "Submit tool results" | /backend-api/tool-results |
| "API overview" | /backend-api/overview |
| Query | Suggested Page |
|---|---|
| "Create project" | /dashboard/projects |
| "API key management" | /dashboard/api-keys |
| "LLM setup" | /dashboard/llm-configuration |
| "MCP servers" | /dashboard/mcp-servers |
| Query | Suggested Page |
|---|---|
| "Server MCP setup" | /mcp-config/server-mcp |
| "Client MCP tools" | /mcp-config/client-mcp |
| "Platform tools" | /mcp-config/platform-tools |
| Query | Suggested Page |
|---|---|
| "Create agent" | /agents/creating-agents |
| "Multi-agent routing" | /agents/routing |
| "Agent LLM override" | /agents/configuration |
| Query | Suggested Page |
|---|---|
| "Create skill" | /skills/creating-skills |
| "SKILL.md format" | /skills/format |
| "Import skill from URL" | /skills/importing |
| Query | Suggested Page |
|---|---|
| "Enable connector" | /connectors/setup |
| "OAuth configuration" | /connectors/oauth |
| "Connector tools" | /connectors/tools |
| Query | Suggested Page |
|---|---|
| "Enable memory" | /memory/setup |
| "Memory search" | /memory/semantic-search |
| "Memory privacy" | /memory/privacy |
When providing documentation:
https://astralform.mintlify.app/{path}User: "How do I use Astralform with my own OpenAI key?"
Response pattern:
/dashboard/llm-configurationhttps://astralform.mintlify.app/dashboard/llm-configurationllms-full.txt contains all docs in a single file for AI consumptionCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub astralform-ai/astralform-plugins --plugin astralform