May 29, 2026
๐ค Set up local agentic development in one command
new feature
Local agentic development setup is now a single skill. After cloning your project, open Claude Code and run /setup-amql-development and it handles the whole setup for you.
Setting up a local development workflow used to mean a string of manual steps, each with its own way to fail:
- Set up Git integration and pull the project locally
- Install the Holistics CLI and authenticate
- Connect the MCP server and authenticate
- Install the Holistics skill
- ...and only then start developing
The new /setup-amql-development skill collapses that into one step. Once you clone your project, install the holistics/skills plugin, run the skill, and wait for it to finish. Under the hood it:
- Installs and authenticates the Holistics CLI over OAuth (no more API key copying)
- Connects the MCP server to your agent
- Starts a continuous
holistics sync-codesession
When it completes, your agent connects to your workspace and you can start developing.
Learn more: Local development with AI agents