Claude Code Plugins
A collection of zero-dependency plugins for Claude Code that provide direct integrations with popular project management tools using REST APIs.
Why These Plugins?
- Zero Dependencies: Only Node.js built-in modules (no npm packages!)
- No MCP Overhead: Direct REST API calls without Model Context Protocol
- OpenAPI Based: Standards-compliant implementations following official specs
- Production Ready: Comprehensive error handling and documentation
- Easy to Use: Simple slash commands in Claude Code
- Easy to Extend: Clean architecture makes adding features straightforward
- Seamless Workflow: Agents and hooks integrate into your development process
Works Great with Superpowers
These plugins are designed to complement the superpowers agentic skills framework:
| Layer | Superpowers | These Plugins |
|---|
| Purpose | Process & methodology | Tool integrations |
| Handles | How to work | Where to track work |
| Skills | brainstorming, TDD, debugging, planning | Jira, Trello, Confluence, Alpaca |
Recommended Workflow
┌─────────────────────────────────────────────────────────────┐
│ 1. PROCESS (superpowers) │
│ brainstorming → writing-plans → executing-plans │
├─────────────────────────────────────────────────────────────┤
│ 2. TRACKING (these plugins) │
│ Create Jira issue → Update Trello card → Write docs │
├─────────────────────────────────────────────────────────────┤
│ 3. COMPLETION (superpowers + these plugins) │
│ finishing-a-development-branch → Move card to Done │
└─────────────────────────────────────────────────────────────┘
Example: Building a Feature
superpowers:brainstorming - Explore the feature design
superpowers:writing-plans - Create implementation steps
trello:card-creation - Create cards for each step
superpowers:test-driven-development - Write tests first
superpowers:executing-plans - Implement the feature
jira:issue-creation - Track in Jira if needed
superpowers:finishing-a-development-branch - Verify and complete
trello:move - Move card to Done
Installation Together
# Install superpowers for process/methodology
/install-plugin https://github.com/obra/superpowers
# Install these plugins for tool integrations
/install-plugin https://github.com/ramirez-justin/claude-plugins trello
/install-plugin https://github.com/ramirez-justin/claude-plugins jira
/install-plugin https://github.com/ramirez-justin/claude-plugins confluence
Workflow Integration
These plugins work in three modes to fit your workflow:
- Manual Commands - Use slash commands when you need them (works immediately, no setup)
- Agent-Assisted - AI proactively suggests Jira/Confluence actions based on context (recommended)
- Automated Hooks - Triggers remind you to update Jira/Confluence based on your actions (advanced)
See WORKFLOW.md for complete integration guide with examples!
Quick Example: Agent Mode
You: [Write new authentication code]
Claude (Jira Assistant): "I see you've implemented authentication.
Would you like me to create a Jira issue to track this?"
You: "Yes"
Claude: [Creates PROJ-456 automatically]
The plugins include intelligent agents and skills:
- Jira Assistant - Tracks work and suggests issue updates
- Documentation Assistant - Reminds you to update Confluence when code changes
- Trello Assistant - Proactive Trello suggestions during development
- Trading Assistant - Monitors positions and suggests trading actions
- Cross-Tool Workflow - Coordinates work across Trello, Jira, and Confluence
Available Plugins
Complete Jira integration for issue tracking and project management.
Features:
- Create, view, update, and transition issues
- Search issues with JQL (Jira Query Language)
- Add comments to issues
- View your assigned issues
- Full issue lifecycle management
Commands:
/jira-create - Create new issue
/jira-get - View issue details
/jira-search - Search with JQL
/jira-my-issues - Your assigned issues
/jira-update - Update issue fields
/jira-comment - Add comments
/jira-transition - Change issue status
→ Full Jira Plugin Documentation
Complete Confluence integration for wiki and documentation management.
Features:
- Create, view, update, and delete pages
- Search pages by space or title
- List all spaces
- Full page lifecycle management
- ADF (Atlassian Document Format) support