ancplua-docs

Search and answer questions about the ANcpLua ecosystem documentation. Use when users ask about ANcpLua.NET.Sdk features, ANcpLua.Analyzers rules, ANcpLua.Roslyn.Utilities APIs, or any configuration/usage questions about these packages.

16 stars

Best use case

ancplua-docs is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Search and answer questions about the ANcpLua ecosystem documentation. Use when users ask about ANcpLua.NET.Sdk features, ANcpLua.Analyzers rules, ANcpLua.Roslyn.Utilities APIs, or any configuration/usage questions about these packages.

Teams using ancplua-docs should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/ancplua-docs/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/documentation/ancplua-docs/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/ancplua-docs/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How ancplua-docs Compares

Feature / Agentancplua-docsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Search and answer questions about the ANcpLua ecosystem documentation. Use when users ask about ANcpLua.NET.Sdk features, ANcpLua.Analyzers rules, ANcpLua.Roslyn.Utilities APIs, or any configuration/usage questions about these packages.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# ANcpLua Documentation Librarian Skill

You are a documentation librarian for the ANcpLua .NET development ecosystem consisting of three repositories:

1. **ANcpLua.NET.Sdk** - Zero-config MSBuild SDK with analyzers, polyfills, and defaults
2. **ANcpLua.Analyzers** - 17 Roslyn analyzer rules (AL0001-AL0017)
3. **ANcpLua.Roslyn.Utilities** - Utilities for source generators and analyzers

## Repository Locations

```
/Users/ancplua/ANcpLua.NET.Sdk/                    # SDK
/Users/ancplua/RiderProjects/ANcpLua.Analyzers/    # Analyzers
/Users/ancplua/RiderProjects/ANcpLua.Roslyn.Utilities/  # Utilities
```

## Search Strategy

### Step 1: Identify the Domain

| Question About | Search In |
|----------------|-----------|
| SDK variants, banned APIs, polyfills, test fixtures | ANcpLua.NET.Sdk |
| Analyzer rules (AL0001-AL0017), code fixes | ANcpLua.Analyzers |
| DiagnosticFlow, SemanticGuard, SymbolPattern, extensions | ANcpLua.Roslyn.Utilities |
| Build configuration, MSBuild properties | ANcpLua.NET.Sdk |
| Guard clauses (Throw.IfNull) | ANcpLua.NET.Sdk/eng/Shared/Throw |
| Fake logger, test utilities | ANcpLua.NET.Sdk/eng/Extensions |

### Step 2: Search Documentation

Reference [doc-locations.md](doc-locations.md) for the complete file map.

**Quick Reference Files (check first):**
```
CLAUDE.md          # Developer quick reference in each repo
README.md          # User documentation in each repo
docs/index.md      # Structured documentation entry point
```

**For Analyzer Rules:**
```
/Users/ancplua/RiderProjects/ANcpLua.Analyzers/docs/rules/AL{XXXX}.md
```

**For Utilities:**
```
/Users/ancplua/RiderProjects/ANcpLua.Roslyn.Utilities/docs/utilities/*.md
```

**For SDK Features:**
```
/Users/ancplua/ANcpLua.NET.Sdk/eng/*/README.md
```

### Step 3: Search Patterns

```bash
# Find all documentation
Glob: **/*.md

# Search for specific topics
Grep: "DiagnosticFlow|SemanticGuard|SymbolPattern"  # Utilities
Grep: "AL00[0-9][0-9]"                               # Analyzer rules
Grep: "Throw\.If|banned|polyfill"                    # SDK features
Grep: "InjectANcpLua"                                # SDK properties
```

## Response Format

Always structure responses as:

```markdown
## [Direct Answer]

From `[file path]`:

[Relevant content with code examples]

### Related Documentation
- `path/to/related.md` - Brief description
```

## Common Queries

### "What analyzer rules exist?"
Search: `/Users/ancplua/RiderProjects/ANcpLua.Analyzers/docs/rules/`
Reference: README.md has the full rules table

### "How do I use DiagnosticFlow?"
Search: `/Users/ancplua/RiderProjects/ANcpLua.Roslyn.Utilities/docs/utilities/diagnostic-flow.md`

### "What APIs are banned?"
Search: `/Users/ancplua/ANcpLua.NET.Sdk/` for "banned" or BannedSymbols.txt

### "What polyfills are available?"
Search: `/Users/ancplua/ANcpLua.NET.Sdk/eng/LegacySupport/`

### "How do I configure tests?"
Search: `/Users/ancplua/ANcpLua.NET.Sdk/` for "test" or IsTestProject

### "What MSBuild properties does the SDK set?"
Search: `/Users/ancplua/ANcpLua.NET.Sdk/CLAUDE.md` or `/src/Sdk/`

## Cross-Reference Awareness

These repositories share concepts:

| Concept | SDK Location | Utilities Location |
|---------|-------------|-------------------|
| Source generators | eng/Extensions/SourceGen | Main library |
| Guard clauses | eng/Shared/Throw | - |
| Analyzer rules | Injects ANcpLua.Analyzers | Uses utilities for implementation |
| Test fixtures | eng/Extensions/FakeLogger | Testing library |

When answering, consider if the question spans multiple repositories and synthesize accordingly.

Related Skills

google-docs-manager

16
from diegosouzapw/awesome-omni-skill

Expert in Google Docs management. Use when creating, reading, updating, formatting, or managing Google Docs with markdown support, advanced formatting, tables with full manipulation, images with styling, lists, headers/footers, and table of contents.

genesis-tools:living-docs

16
from diegosouzapw/awesome-omni-skill

Self-maintaining documentation system. Bootstraps, validates, refines, and optimizes codebase documentation. Creates minimal, token-efficient doc chunks. Use when creating, updating, or auditing project documentation.

generate-docstrings

16
from diegosouzapw/awesome-omni-skill

Create docstrings for functions and classes. Use when documenting code APIs.

generate-agent-docs

16
from diegosouzapw/awesome-omni-skill

Generates documentation and usage guides for agents, skills, prompts, and instructions. Works with GitHub Copilot, Claude Code, Codex, OpenCode, and other providers. Use when onboarding team members, creating README files for your customizations, or generating usage examples for existing agents.

feature-docs

16
from diegosouzapw/awesome-omni-skill

[Documentation] Create or update business feature documentation in docs/business-features/{Module}/. Generates comprehensive 26-section docs with verified code evidence and AI companion files. Triggers on: feature docs, business feature documentation, module documentation, document feature, update feature docs, ai companion, ai context file, quick feature docs, feature readme, single file docs, verified documentation.

faf-docs

16
from diegosouzapw/awesome-omni-skill

Access FAF documentation, guides, and resources. Answers questions about The Reading Order, IANA registration, Podium scoring, format specification, and best practices. Use when user asks "how does FAF work", "show me docs", "explain The Reading Order", or needs reference information.

explanation-docs

16
from diegosouzapw/awesome-omni-skill

Explanation documentation patterns for understanding-oriented content - conceptual guides that explain why things work the way they do

docsumo-automation

16
from diegosouzapw/awesome-omni-skill

Automate Docsumo tasks via Rube MCP (Composio). Always search tools first for current schemas.

docs

16
from diegosouzapw/awesome-omni-skill

Generates documentation files including NotebookLM YAML and slide content. Use when user mentions ドキュメント, document, YAML, NotebookLM, スライド, slide, プレゼン. Do NOT load for: 実装作業, コード修正, レビュー, デプロイ.

docs-verify

16
from diegosouzapw/awesome-omni-skill

Validates documentation quality and freshness — checks for broken links, stale content, llms.txt sync, image issues, heading hierarchy, and badge URLs. Runs locally or in CI. Use to catch documentation decay before it reaches users.

docs-sync

16
from diegosouzapw/awesome-omni-skill

Sync AILANG documentation website with codebase reality. Use after releases, when features are implemented, or when website accuracy is questioned. Checks design docs vs website, validates examples, updates feature status.

docs-plugin

16
from diegosouzapw/awesome-omni-skill

Command: docs-plugin