A comprehensive Claude Code plugin providing specialized agents, skills, and tools for enhanced development workflows.
- Specialized Agents: Domain-specific agents for GitHub PR management, Laravel/WordPress development, code migration, and more
- Skills: Reusable capabilities like commit message generation
- MCP Integration: Playwright browser automation through Model Context Protocol
- Best Practices: TDD, debugging patterns, and collaboration workflows
/plugin marketplace add borkweb/bork-ai
/plugin install b@bork-aigit clone [email protected]:borkweb/bork-ai.git
claude
/plugin marketplace add bork-ai
/plugin install b@bork-ai- github-pr-manager: Creates and updates GitHub PRs with smart context awareness
- laravel-rest-architect: Designs Laravel REST API endpoints following best practices
- melancholic-commit-writer: Generates commit messages with emotional depth
- refactorer: Handles code migrations with backwards compatibility
- commit-writer: Crafts conventional commit messages by analyzing git diffs
Agents are automatically invoked based on context. For example:
# GitHub PR management
"create PR"
"update PR"
# Or manually invoke with Task toolInvoke skills directly:
# Generate a commit message
Use the commit-writer skill to analyze staged changes- Claude Code CLI
- Node.js (for Playwright MCP server)
MIT