Official marketplace for ThinkPrompt Claude Code plugins
npx claudepluginhub honeyfield-org/thinkprompt-pluginThinkPrompt integration for Claude Code - prompt management, project tracking, quality analytics, and test session tools via MCP server.
Integrate ThinkPrompt's coding standards, requirements management, and AI-powered development tools directly into Claude Code.
The ThinkPrompt plugin brings your team's style guides, project management, and quality analytics into Claude Code. It connects via the ThinkPrompt MCP Server to provide 85+ tools for managing your development workflow without leaving the IDE.
# Add the ThinkPrompt marketplace
/plugin marketplace add Honeyfield-Org/thinkprompt-plugin
# Install the plugin
/plugin install thinkprompt
Option 1: Setup Command (Recommended)
/setup-thinkprompt
Claude will ask for your API key, save it, and configure the MCP server.
Option 2: Manual Configuration
Add to ~/.claude/settings.json:
{
"env": {
"THINKPROMPT_API_URL": "https://thinkprompt-api-v2.azurewebsites.net/api/v1",
"THINKPROMPT_API_KEY": "tp_your-api-key-here"
}
}
Then restart Claude Code.
| Command | Description |
|---|---|
/setup-thinkprompt | Configure API credentials interactively |
/setup-workspace | Analyze codebase and create project, style guides, prompts |
/feature-dev-tp <desc> | Develop a feature with auto-loaded style guides |
/prompts | List, search, execute, and create prompts |
/templates | Browse and apply style guides and example prompts |
/tasks | View and manage project tasks |
/quality-analysis | Run comprehensive code quality analysis |
Specialized AI agents that trigger automatically:
├── .claude-plugin/
│ ├── plugin.json # Plugin metadata (name, version, description)
│ └── marketplace.json # Marketplace registry
├── .mcp.json # MCP server configuration
├── agents/ # AI agent definitions
│ ├── code-reviewer.md
│ ├── feature-task-planner.md
│ └── quality-analysis.md
├── commands/ # Slash commands
│ ├── feature-dev-tp.md
│ ├── prompts.md
│ ├── quality-analysis.md
│ ├── setup-thinkprompt.md
│ ├── setup-workspace.md
│ ├── tasks.md
│ └── templates.md
├── scripts/
│ └── device-auth.py # Device authentication helper
└── skills/ # Contextual skill guides
├── feature-workflow/
└── prompt-engineering/
The plugin also works with Claude Desktop. Add to your config:
{
"mcpServers": {
"thinkprompt": {
"command": "npx",
"args": ["@honeyfield/thinkprompt-mcp"],
"env": {
"THINKPROMPT_API_URL": "https://thinkprompt-api-v2.azurewebsites.net/api/v1",
"THINKPROMPT_API_KEY": "tp_your-api-key-here"
}
}
}
}
| Issue | Solution |
|---|---|
| Missing env vars error | Run /setup-thinkprompt or add env to ~/.claude/settings.json |
| Tools not available | Restart Claude Code after install or config change |
| API key invalid | Get a new key from thinkprompt.ai/settings |
MIT — © Honeyfield GmbH
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations