For your AI agents
Documentation
A summary: llms.txt
The details: llms-full.txt
Claude Code plugin
A Claude Code plugin marketplace is published at OpenAgenda/claude-plugins. The openagenda plugin guides and simplifies the building of event programme integrations: synchronising a data source (a CKAN portal, a ticketing API, a CSV file…) into one or more agendas.
To install, from Claude Code:
/plugin marketplace add OpenAgenda/claude-plugins
/plugin install openagenda
The plugin provides:
- the
build-openagenda-syncskill: a three-step method — analyse the source, model the target agenda schema, set up a stateful synchronisation — with human-review checkpoints, a reference of the pitfalls met on the API, and a project scaffold (write client, sync core, transforms) to copy into each new project; - the
/openagenda:oa-new-synccommand to start an integration from a source.
Worth reading first: Preparing a data source.