This repository automatically fetches and organizes the @caxperts/universal.api npm package files for use as context with Large Language Models (LLMs).
Package Version: 7.2.1
Last Updated: 2025-03-05
The files are organized into three main directories:
Additionally, an api_merged.md
file is generated in the root directory, containing all API reference files concatenated with XML-like tags.
There are two main options for providing this API as context to your LLM:
Simple approach: Use the api_merged.md
file - a single document you can easily copy and paste into your LLM’s context window.
Advanced approach: If you’re using an LLM IDE or application that supports multiple files as context, include:
api
directory for comprehensive function documentationimplementation
directory for access to the actual code implementation when more detailed understanding is neededThis repository uses GitHub Actions to:
You can also manually trigger the update workflow by going to the Actions tab and selecting “Run workflow” on the “Update NPM Package” workflow.
The api_merged.md
file is designed to be used as context for Large Language Models when answering questions about the @caxperts/universal.api package. Each file’s contents are encapsulated in XML-like tags with the filename, making it easy for the LLM to reference specific parts of the API.
This repository is for organizational purposes only. All content from the @caxperts/universal.api package maintains its original licensing.