E
Enactor AI Tooling
Releases > AI Tooling > 1.0.0
AI Tooling Release
Enactor AI Tooling - 1.0.0
The first release of Enactor AI Tooling: a Claude Code plugin that turns Claude Code into an Enactor-aware development assistant, with skills to search the Enactor codebase and generate entities, actions, processes and tests to Enactor's own conventions.
Overview
This is the first release of Enactor AI Tooling, a Claude Code plugin that turns Claude Code into an Enactor-aware development assistant. It gives you ready-made skills that can search the Enactor codebase and generate entities, actions, processes and tests, all following Enactor's own patterns and conventions.
For the full setup walkthrough and skill reference, see the AI Tooling section under Toolkit Tutorials.
Deliverables
- Claude Code plugin for Enactor development
- MCP server integration (local and remote code search)
- Build and search skills for entities, actions, processes and tests
- Setup and configuration skills for managing the environment
Getting Started
- Overview - what the tooling is and how it fits together.
- Setup Guide - install the plugin and connect both MCP servers (about 10 minutes).
- Using the Skills - which skill to use when, with example prompts.
Prerequisites
- Python 3.10+
- uv (Python package manager)
- Claude Code CLI (
npm install -g @anthropic-ai/claude-code)