# Reference

Complete technical reference for the Context Engineering Kit, including all commands, skills, agents, and API specifications.

## What's in This Section

This reference section provides comprehensive documentation for all components of the Context Engineering Kit:

* [Command Index](https://cek.neolab.finance/reference/commands) - Complete alphabetical listing of all available commands across all plugins, with descriptions and usage patterns.
* [Skill Index](https://github.com/NeoLabHQ/context-engineering-kit/blob/master/docs/reference/skill-index.md) - Reference guide for all skills included in the marketplace, describing their purpose and when they're automatically applied.
* [Agent Index](https://github.com/NeoLabHQ/context-engineering-kit/blob/master/docs/reference/agent-index.md) - Catalog of all specialized agents available across plugins, with their capabilities and use cases.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cek.neolab.finance/reference.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
