npx claudepluginhub chekos/bns-marketplaceAn opinionated plugin for development tasks as done in brasas&nube.
The brasas & nube marketplace for Claude Code plugins. Currently featuring the bns-dev plugin for GitHub-based development workflows.
Run Claude and add the marketplace:
/plugin marketplace add https://github.com/chekos/bns-marketplace
Then install the plugin:
/plugin install bns-dev
Use the Claude Plugins CLI to skip the marketplace setup:
npx claude-plugins install @chekos/bns-marketplace/bns-dev
This automatically adds the marketplace and installs the plugin in a single step.
bunx droid-factory
What this does: copies Claude Code marketplace commands/agents/subagents and converts them to Droid format.
Next:
You're done: use this source from Droid. You don't need to add it in Claude Code anymore.
An opinionated Claude Code plugin for GitHub-based development workflows. Transform how you plan, execute, and review work using AI-powered tools that follow the research → plan → implement → verify pattern.
Systematic development workflows that leverage GitHub CLI and AI-powered planning.
Modern development requires juggling multiple contexts: understanding issues, planning implementations, reviewing code, and resolving feedback. This plugin provides structured workflows that make each of these tasks more systematic and thorough.
The bns-dev plugin provides four core commands that cover the complete development lifecycle:
graph LR
A[Create Issue<br/>Research & plan<br/>structured issues] --> B[Solve Issue<br/>Branch, implement,<br/>test, PR]
B --> C[Review PR<br/>Comprehensive<br/>code review]
C --> D[Resolve Comments<br/>Address feedback<br/>systematically]
D --> B
style A fill:#f9f,stroke:#333,stroke-width:2px
style B fill:#bbf,stroke:#333,stroke-width:2px
style C fill:#bfb,stroke:#333,stroke-width:2px
style D fill:#ffb,stroke:#333,stroke-width:2px
The plugin follows a systematic four-phase workflow:
Use /create-issue to transform feature descriptions into comprehensive GitHub issues.
What it does:
The result: Well-structured issues that provide clear guidance for implementation.
Use /solve-issue to tackle GitHub issues from initial analysis through pull request creation.
What it does:
feature/[issue-number]-brief-descriptionThe result: Issues resolved systematically with full context and planning.
Use /review-pr to perform thorough pull request reviews.
What it does:
The result: Actionable feedback that improves code quality before merging.
Use /resolve-pr-comments to systematically address all PR review feedback.
What it does:
The result: All feedback addressed systematically with quality verification.
# Create a well-structured issue from a description
claude /create-issue "Add user profile avatars with automatic resizing and S3 storage"
The command will:
gh issue createbug or enhancement)# Tackle issue #42 end-to-end
claude /solve-issue #42
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations