Search and retrieve LimaCharlie documentation from GitHub repositories. Use when users ask about LimaCharlie platform features, SDKs, APIs, D&R rules, LCQL, sensors, outputs, extensions, integrations, AI skills, agents, or any LimaCharlie-related topics.
View on GitHubrefractionPOINT/lc-ai
lc-essentials
January 23, 2026
Select agents to install to:
npx add-skill https://github.com/refractionPOINT/lc-ai/blob/main/marketplace/plugins/lc-essentials/skills/lookup-lc-doc/SKILL.md -a claude-code --skill lookup-lc-docInstallation paths:
.claude/skills/lookup-lc-doc/# Looking Up LimaCharlie Documentation Use this skill proactively whenever a user asks about LimaCharlie features, configuration, or implementation. ## When to Use Invoke this skill when users ask about: - **Platform features**: D&R rules, LCQL queries, sensors, events, outputs, extensions - **APIs**: REST API usage, authentication, endpoints - **SDKs**: Python SDK or Go SDK usage, examples, methods - **Configuration**: Setting up integrations, adapters, outputs - **Getting started**: Tutorials, quick start guides, installation - **AI capabilities**: Skills, agents, commands available in LimaCharlie AI - **Any LimaCharlie topic**: General questions about capabilities or how to use features ## Documentation Sources Documentation is fetched from two GitHub repositories using WebFetch: | Repository | Base URL | |------------|----------| | Platform docs | `https://raw.githubusercontent.com/refractionPOINT/documentation/master/` | | AI skills/agents | `https://raw.githubusercontent.com/refractionPOINT/lc-ai/master/` | ## How to Use - DYNAMIC DISCOVERY ### Step 1: Discover Available Content **ALWAYS start by fetching index/navigation files to discover the current structure:** ``` # For platform documentation - fetch the main index WebFetch: https://raw.githubusercontent.com/refractionPOINT/documentation/master/docs/index.md # For AI skills/agents - fetch the summary files WebFetch: https://raw.githubusercontent.com/refractionPOINT/lc-ai/master/marketplace/plugins/lc-essentials/README.md WebFetch: https://raw.githubusercontent.com/refractionPOINT/lc-ai/master/marketplace/plugins/lc-essentials/SKILLS_SUMMARY.md ``` These index files contain links to all available documentation. Parse the links to discover: - Available categories and sections - File paths for specific topics - Related documentation that may be relevant ### Step 2: Follow Links from Index Files After fetching index files, extract the file paths from links in the markdown content: - Links appear