Back to Skills

lookup-lc-doc

verified

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 GitHub

Marketplace

lc-marketplace

refractionPOINT/lc-ai

Plugin

lc-essentials

Repository

refractionPOINT/lc-ai
5stars

marketplace/plugins/lc-essentials/skills/lookup-lc-doc/SKILL.md

Last Verified

January 23, 2026

Install Skill

Select agents to install to:

Scope:
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-doc

Installation paths:

Claude
.claude/skills/lookup-lc-doc/
Powered by add-skill CLI

Instructions

# 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

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
3934 chars