Claude Code Plugin
Auto-activating skills for Augur API work in Claude Code.
Claude Code Plugin
The Augur API Plugin for Claude Code provides auto-activating skills that give Claude context about Augur services when you're working with the API.
Installation
claude plugin add simpleapps-com/augur-api-pluginThe plugin includes skills that automatically activate when you reference Augur APIs, services, or packages in your conversations.
What it provides
- Service documentation and endpoint details for all microservices
- API integration patterns and best practices
- Authentication guidance and credential resolution
- Code generation with correct package imports and types
Augur Skills Marketplace
The broader Augur Skills plugin provides additional skills beyond API integration:
claude plugin add simpleapps-com/augur-skillsAvailable skills:
| Skill | Purpose |
|---|---|
augur-api | Service discovery, CRUD operations, credential resolution |
github | GitHub conventions for SimpleApps repos |
conventional-commits | Commit message formatting |
workflow | Basecamp-to-GitHub task flow |
writing-style | Documentation standards |
work-habits | Autonomous work patterns |
Credential Setup
The plugin resolves credentials from .simpleapps/ directories. See API Overview for setup instructions and multi-site format.
Usage Example
Once installed, you can ask Claude Code to work with Augur naturally:
- "List all items in the catalog"
- "Find customer by name 'Acme'"
- "Check stock levels for item 12345"
- "Create a new order for customer 100"
The plugin's MCP tools handle authentication and service routing automatically.