A plugin marketplace of skills for working with Definite from Claude Code, Cursor, and other AI agents.
| Plugin | What it does |
|---|---|
definite |
Adds the definite skill: query data, build dashboards, set up integrations and syncs, and run pipelines through the Definite MCP server. The skill loads automatically when a request looks data-related, so you never have to say "use the Definite connector." |
# 1. Add this marketplace
/plugin marketplace add definite-app/claude-skills
# 2. Install the definite plugin
/plugin install definite@definiteTeam and Enterprise admins can distribute these plugins to everyone automatically:
- In Claude Cowork, connect this repository (
definite-app/claude-skills) as a marketplace via GitHub sync. - Set the
definiteplugin's installation preference (auto-install, available, or restricted) per group. - Updates roll out to your team on their next session.
See Manage Claude Cowork plugins for your organization.
The skill drives the Definite MCP server, so each user needs it connected once. Grab an API key from the Definite app (bottom-left user menu → API Key), then:
claude mcp add definite --transport http \
https://api.definite.app/v3/mcp/http \
--header "Authorization: YOUR_API_KEY"- Definite Agent Reference — full tool list, querying rules, dashboard YAML, and pipeline patterns.
- Definite MCP Server setup
MIT