Claude Code plugin for Convexent financial modeling CLI
npx claudepluginhub convexent/convexent-claude-pluginAgent instructions and workflow skills for the Convexent CLI
A config-only Claude Code plugin that gives AI agents access to Convexent financial modeling via the convexent CLI.
This repo contains agent instructions (CLAUDE.md) and slash command skills that teach Claude Code how to use the convexent CLI to build, inspect, edit, and analyze financial models. No code — just configuration.
convexent CLI installed (npm install -g convexent)Add this to your environment's setup script in the Cowork web UI:
npm install -g convexent
This runs before Claude Code launches and makes the CLI available in the session.
Add this repo as a Claude Code project dependency. In your project's .claude/settings.json:
{
"enabledPlugins": {
"convexent@convexent": true
},
"extraKnownMarketplaces": {
"convexent": {
"source": {
"source": "git",
"url": "https://github.com/convexent/convexent-claude-plugin.git"
}
}
}
}
CLAUDE.mdAgent instructions with:
| Skill | Command | Description |
|---|---|---|
/convexent-help | /convexent-help [topic] | CLI reference — command tree, workflow guides |
/model-edit | /model-edit <id> <instruction> | Full AI edit workflow: propose → apply → verify |
/model-analyze | /model-analyze <id> <question> | AI scenario analysis with follow-up support |
Before using the CLI, authenticate:
# Browser-based login (interactive)
convexent auth login
# Or set an API key directly
convexent auth set-token sm_your_api_key
convexent auth set-url https://api.convexent.com # if not default
convexent auth status
For Cowork environments, you can also set CONVEXENT_API_KEY as an environment variable in the Cowork environment config.
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.