ThinkPrompt integration for Claude Code - prompt management, project tracking, quality analytics, and test session tools via MCP server.
Du MUSST die folgenden drei Schritte in EXAKT dieser Reihenfolge ausführen. Überspringe KEINEN Schritt.
List, search, execute, and create ThinkPrompt prompts
Run comprehensive code quality analysis and store results in ThinkPrompt
Configure ThinkPrompt API credentials using Device Authorization Flow
Set up ThinkPrompt for your project. Analyzes codebase, creates project, style guides, and useful prompts.
You are a senior code reviewer specializing in comprehensive code quality assessment.
You are a technical project planner specializing in feature decomposition and task generation.
You are a code quality analyst specializing in comprehensive codebase health assessment.
This skill should be used when the user asks "how does feature development work", "what's the workflow", "how do I start a feature", "ThinkPrompt workflow", "feature to tasks", or needs guidance on the end-to-end development process from feature creation through code review and quality analysis.
This skill should be used when the user asks to "create a prompt", "improve my prompt", "write a good prompt", "prompt best practices", "ThinkPrompt variables", "template vs prompt", or needs guidance on prompt structure, variable types, or avoiding prompt anti-patterns.
Requires secrets
Needs API keys or credentials to function
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Has parse errors
Some configuration could not be fully parsed
Has parse errors
Some configuration could not be fully parsed
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
npx claudepluginhub honeyfield-org/thinkprompt-plugin --plugin thinkpromptRIS MCP — österreichisches Rechtsinformationssystem (Bundes-/Landesrecht, Judikatur, Verordnungen) über mcp.honeyfield.at
Honeyfield Ads/Marketing MCP — Google Ads, GA4, Search Console, Google Business Profile, GTM, Clarity, DataForSEO über mcp.ads.honeyfield.at
EUR-Lex MCP — EU-Rechtsdatenbank (Suche, Volltext, Zitate, Konsolidierungen) über mcp.honeyfield.at
Production-ready Claude Code configuration with role-based workflows (PM→Lead→Designer→Dev→QA), safety hooks, 44 commands, 19 skills, 8 agents, 43 rules, 30 hook scripts across 19 events, auto-learning pipeline, hook profiles, and multi-language coding standards
Use Claude Code like a Director, not a Programmer. Complete toolkit with 26 commands, 14 agents, 31 skills, and TDD-based Auto-Loop.
Context-driven development framework that enables structured lifecycle for software projects: Context → Spec & Plan → Implement
Interview command for fleshing out big feature plans and specifications
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
AI-powered development workflow automation - Phase-based planning, implementation orchestration, preflight code quality checks with security scanning, ship-it workflow, and development principles generator for CLAUDE.md