## Plugin Development Guide

Onda has a powerful plugin system that lets you extend the terminal with custom commands, panels, themes, keyboard shortcuts, and more. Plugins run in isolated Web Workers for security, communicating with the host application through a message-passing bridge.

This guide covers everything you need to build plugins for Onda.

### Table of Contents

1. [Quick Start](./quickstart.md)
2. [Plugin Structure](./structure.md)
3. [Manifest Reference](./manifest.md)
4. [Capabilities](./capabilities.md)
5. [API Reference](./api-reference.md)
6. [Examples](./examples.md)
7. [Security Model](./security.md)
8. [Best Practices](./best-practices.md)
9. [Debugging](./debugging.md)
10. [FAQ](./faq.md)

For the full aggregated single-file version, see [plugins.md](../plugins.md).
