By Magic-Co
Development lifecycle skills — autonomous Linear task execution, PR CI fixes, and PR review comment resolution. Provides /execute-task, /pr-fix-ci, and /pr-fix-comments.
Autonomous implementation workflow. Discovers the next unblocked Linear task, claims it atomically, works in an isolated git worktree, implements it following CLAUDE.md rules, runs QA, creates a PR, monitors CI, iterates on review feedback, updates Linear state, and hands off for human review. Supports parallel execution — multiple sessions can run simultaneously without collisions, and interrupted sessions are automatically resumed. Triggers on: 'execute task', 'pick up next task', 'work on the next Linear issue', 'run the build agent', 'implement this task'.
Fix failed GitHub Actions CI checks on a pull request. Fetches failure logs, identifies which failures were introduced by the PR (vs pre-existing on the base branch), evaluates whether failing tests are worth keeping or should be restructured/removed, applies fixes, verifies locally, pushes, and repeats until CI is green. Use this skill when the user says "fix CI", "fix the build", "CI is failing", "tests are failing on this PR", "get CI green", "fix GitHub Actions", or references a PR URL with failing checks. Also trigger when the user pastes a PR link and says "checks are red", "pipeline broke", or "why is this failing".
Iteratively fix GitHub PR review comments until the reviewer is satisfied. Fetches unaddressed code review comments (from Copilot or humans), triages each as fix or skip, applies fixes, runs tests/build/lint, commits, pushes, replies to each comment, re-requests review, and repeats until no new comments remain. Use this skill when the user says "fix PR comments", "address review feedback", "resolve code review", "handle Copilot comments", "iterate on PR review", or references a PR URL and wants review comments addressed. Also trigger when the user pastes a GitHub PR link and says something like "clean this up", "get this through review", or "fix what Copilot flagged".
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.
███╗ ███╗ █████╗ ██████╗ ██╗ ██████╗ ██████╗ ██████╗
████╗ ████║██╔══██╗██╔════╝ ██║██╔════╝ ██╗ ██╔════╝██╔═══██╗
██╔████╔██║███████║██║ ███╗██║██║ ██████╗ ██║ ██║ ██║
██║╚██╔╝██║██╔══██║██║ ██║██║██║ ╚═██╔═╝ ██║ ██║ ██║
██║ ╚═╝ ██║██║ ██║╚██████╔╝██║╚██████╗ ╚═╝ ╚██████╗╚██████╔╝██╗
╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═╝
Claude Code Plugin Marketplace
Private plugin marketplace for Magic & Co. skills. Each plugin is a bundle of related skills that can be installed independently per-project.
# Add the marketplace (one-time setup)
/plugin marketplace add Magic-Co/claude-plugins
# Install a specific plugin
/plugin install dev-workflow@magicco-plugins
| Plugin | Skills | Description |
|---|---|---|
| dev-workflow | /execute-task, /pr-fix-ci, /pr-fix-comments | Development lifecycle — autonomous Linear task execution, CI fixes, PR review resolution |
| meta | /goal-craft, /improve-skill | Meta / authoring skills for Claude Code itself — craft strong /goal completion conditions and refine existing skills from feedback (more planned: session summarizer, skill auditing) |
| ceos | (planned) | EOS framework — 18 skills for running on EOS |
| google-workspace | (planned) | Gmail, GWS workflows, recipes |
| sales | (planned) | Prospect intelligence and sales pipeline |
| content-engine | (planned) | Content creation and publishing |
Enable specific plugins in a project's .claude/settings.json:
{
"enabledPlugins": {
"dev-workflow@magicco-plugins": true
}
}
/execute-task)gh) authenticated for PR operationsnpx claudepluginhub magic-co/claude-plugins --plugin dev-workflowMeta / authoring skills for working with Claude Code itself. Provides /goal-craft, which turns a rough task into a strong, verifiable completion condition for the built-in /goal command, and /improve-skill, which refines an existing skill from feedback with explained, surgical, changelog-tracked edits.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls