angelscript-api-query

Query local Kit and online AngelScript references for class, enum, and function signatures.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/moraluco/Illusion-Cursor-dev-kit --skill angelscript-api-query
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: angelscript-api-query
Source: https://github.com/moraluco/Illusion-Cursor-dev-kit/tree/main/.cursor/skills/angelscript-api-query
Command: npx skills add https://github.com/moraluco/Illusion-Cursor-dev-kit --skill angelscript-api-query

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly locate AngelScript/UE-AngelScript classes, enums, and function signatures when local documentation is incomplete or missing, and ensure the Kit's API reference stays authoritative by writing back discovered entries for offline reuse.

Core Features & Use Cases

  • Local-first lookup: Search content/reference/AS_API/API_Index.md and the API_Docs directory before consulting external sources.
  • Online fallback and sync: When a symbol is not found locally, fetch authoritative documentation from https://angelscript.hazelight.se/api/ and persist useful entries into content/reference/AS_API/API_Docs/ while updating the API_Index.md.
  • Documentation upkeep for development: Ideal for verifying signatures while writing AngelScript for Unreal Engine, keeping offline API docs current, and reducing repeated web lookups during coding or code review.

Quick Start

Use angelscript-api-query to find the signature for UKismetSystemLibrary::LineTraceSingle, prefer local results and if missing fetch from the online API and add the class doc to content/reference/AS_API/API_Docs/.

Frequently Asked Questions about angelscript-api-query

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I look up AngelScript API class and function signatures for Unreal Engine?

To look up AngelScript API signatures, search local documentation in API_Index.md and API_Docs before falling back to the online Hazelight reference, writing discovered entries back locally for offline reuse.

How does local AngelScript API documentation sync work when a symbol is missing?

When a local AngelScript API lookup misses, the tool fetches authoritative documentation from the online Hazelight API reference and persists the discovered class or function entries into local API_Docs while updating API_Index.md.

Can I retrieve Unreal Engine AngelScript enums and function signatures offline?

Yes, offline retrieval works by prioritizing local content in API_Index.md and API_Docs, returning AngelScript class, enum, and function signatures directly without requiring an active internet connection for previously synced entries.

What is the best way to keep AngelScript API documentation current for Unreal Engine development?

Keeping AngelScript API documentation current involves querying local docs first, fetching missing signatures from the online reference, and writing the discovered API entries back to maintain an authoritative offline knowledge base.

Does angelscript-api-query require any external dependencies to fetch API signatures?

No external dependencies are required; the lookup queries local Kit documentation files first and falls back to the online AngelScript reference at angelscript.hazelight.se to retrieve and sync missing API signatures.