By methuz
ClickUp integration for task management, parallel development with git worktrees, and autonomous agent orchestration via tmux sessions
npx claudepluginhub joshuarweaver/cascade-content-creation-misc-1 --plugin methuz-methuz-claude-marketplaceAdd a new task to ClickUp directly (no AI processing)
Attach to a running ClickUp agent's tmux session for real-time interaction.
Add an AI-generated comment to the current ClickUp task
Show detailed information about a ClickUp task including description and comments
Complete work on a ClickUp task - merge, comment, and update status
List all available /clickup commands and their functionality
Kill a ClickUp agent's tmux session, optionally cleaning up the worktree.
Fetch and display ClickUp tasks ready for development
Start processing a ClickUp task - creates branch and updates ClickUp status
Show status of all active ClickUp agents and worktrees
Update a ClickUp task based on natural language prompt - comment, tag, edit fields
Spawn subagent(s) to work on ClickUp task(s) in their worktree folders
A Claude Code plugin that automatically provides grammar corrections and refined versions of your prompts before Claude responds.
Every time you submit a prompt, Claude will first output:
1. Grammar: [Your prompt with corrected grammar, spelling, and punctuation] 2. Refined: [Your prompt rewritten as a highly educated writer would phrase it]
Then Claude proceeds with the actual response.
You type:
why this dont work good
Claude responds:
1. Grammar: Why doesn't this work well? 2. Refined: What is preventing this from functioning properly?
[Then the actual answer to your question...]
# Add the marketplace
/plugin marketplace add methuz/methuz-claude-marketplace
# Install the plugin
/plugin install prompt-improver@methuz-claude-marketplace
# Clone this repository
git clone https://github.com/methuz/methuz-claude-marketplace.git
# Add as local marketplace
/plugin marketplace add ./claude-prompt-improver
# Install the plugin
/plugin install prompt-improver@methuz-claude-marketplace
If the plugin system doesn't work, add this to your ~/.claude/settings.json:
{
"hooks": {
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "/path/to/claude-prompt-improver/hooks/prompt-improver.py",
"timeout": 10
}
]
}
]
}
}
Edit hooks/prompt-improver.py to customize:
| Variable | Default | Description |
|---|---|---|
MIN_PROMPT_LENGTH | 10 | Skip prompts shorter than this |
SKIP_PREFIXES | ("/", "!", "?") | Skip prompts starting with these |
SKIP_EXACT | {"y", "n", "yes", ...} | Skip these exact phrases |
Edit the create_instruction() function in prompt-improver.py:
Output format (use exactly):
> **1. Corrected**: [grammatically correct version]
> **2. Academic**: [formal academic prose]
> **3. Concise**: [shortened essential version]
Output format (use exactly):
> **1. Grammar**: [fix errors]
> **2. Technical**: [as a senior engineer would phrase it]
Output format (use exactly):
> **Corrected**: [grammar fixed]
┌─────────────────┐ ┌──────────────────────┐ ┌─────────────────┐
│ User types │────▶│ prompt-improver.py │────▶│ Claude sees │
│ prompt │ │ intercepts & │ │ instruction + │
│ │ │ adds instruction │ │ original │
└─────────────────┘ └──────────────────────┘ └─────────────────┘
UserPromptSubmit hook<MANDATORY-FIRST-RESPONSE> instructionThe plugin automatically skips:
/help, /clear, etc.)yes, no, ok, thanks)/plugin uninstall prompt-improver@methuz-claude-marketplace
Or manually remove the hook from ~/.claude/settings.json.
MIT License - feel free to modify and share!
git checkout -b feature/amazing-feature)git commit -m 'Add amazing feature')git push origin feature/amazing-feature)Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.