# AI ready

Source: https://www.fortrabbit.com/platform/ai-ready
Created: 2026-04-27
Reviewed: 2026-04-27


## Agent skills

fortrabbit publishes open source skills to provide coding agents contextual knowledge of the platform. Skills install locally and are invoked from keywords or commands.

- [Agent skills docs](https://docs.fortrabbit.com/platform/concepts/agent-skills) - install it now
- [github.com/fortrabbit/agent-skills](https://github.com/fortrabbit/agent-skills) - see the repo

## Accessible docs

All user documentation is written in Markdown, version-tracked in Git, and published in a [public repository](https://github.com/fortrabbit/docs), contributions welcome. Beyond the browsable website at [docs.fortrabbit.com](https://docs.fortrabbit.com), every article is also accessible in its raw Markdown format. Two aggregated files are available for LLMs, RAG pipelines, and search tooling:

- [docs.fortrabbit.com/llms.txt](https://docs.fortrabbit.com/llms.txt) — structured index with metadata
- [docs.fortrabbit.com/llms-full.txt](https://docs.fortrabbit.com/llms-full.txt) — entire docs in a single plain-text file

The full file is suited for offline retrieval, full-context queries, or seeding a vector database. Both are regenerated on each deploy.

## Coming soon

- A public API will allow managing fortrabbit resources programmatically.
- A CLI will expose the same capabilities from the terminal.
