Claude Code Plugin
Use Lisa directly from Claude Code with the Lisa plugin.
The Lisa plugin for Claude Code gives you full AI product intelligence inside your coding agent. Create issues, plan features, and track progress without leaving your terminal.
Installation
Lisa ships with a pre-built Claude Code plugin. To install:
# From the Lisa project directory
bun run build-pluginThis generates a .claude-plugin directory that can be loaded by Claude Code.
What's included
Agent: Lisa
A specialized Lisa agent persona with:
- Full product intelligence capabilities
- Access to all Lisa tools (issues, projects, milestones, artifacts)
- Knowledge of your organization's context
Skills
| Skill | Description |
|---|---|
| Artifacts | Create PRDs, specs, architecture docs |
| Discovery | Run guided planning sessions |
| Sync | Manage sync with Linear and GitHub |
Tools
All 42 Lisa tools are available:
- Issue CRUD and bulk operations
- Project and milestone management
- Artifact creation and updates
- Repository analysis
- Template management
- Sync operations
Usage examples
Once the plugin is loaded in Claude Code:
> Create a PRD for adding user notifications to our app
> Break down the notifications feature into issues with acceptance criteria
> What's the current progress on the v2.0 milestone?
> Sync our issues to LinearConfiguration
The plugin reads from environment variables:
| Variable | Description |
|---|---|
LISA_API_URL | Lisa server URL |
LISA_INTERNAL_API_KEY | Authentication key |
LISA_ORG | Default organization slug |