Fetching from the wire…
Public story · 2026-02-26 · source-backed
Domain: vibe-coding | Difficulty: intermediate | Source
Package skills + hooks + MCP servers into one installable unit. 9,000+ plugins exist. Create plugin.json, add SKILL.md with frontmatter, hooks in hooks.json, MCP configs in .mcp.json. Test with claude --plugin-dir ./my-plugin. Distribute via git URL.
Each link below shares sources, entities, or timing with this story.
(intermediate, vibe-coding) Package reusable skills, agents, MCP servers, hooks, and rules into installable plugins. Create plugin.json manifest, add skills as SKILL.md files, test locally, submit to cursor.com/marketplace/publish. Cursor Docs
(intermediate) — Package skills, subagents, hooks, and MCP configs into shareable plugins. Create manifest, add skills as SKILL.md, add agents, configure MCP, test with --plugin-dir, distribute via marketplace. (Claude Code Docs)
1. Build a Private Claude Code Plugin Marketplace (intermediate, vibe-coding) — Bundle skills, agents, hooks, MCP servers into installable team plugins via GitHub repos. Docs 2. Google ADK TypeScript Multi-Agent Orchestration (intermediate, agent-patterns) — Code-first agent f...
| # | Skill | Domain | Difficulty | |---|-------|--------|------------| | 1 | Claude Code /simplify + /batch — three-agent parallel review + codebase migrations | vibe-coding | intermediate | | 2 | Pipelock agent firewall — 9-layer DLP + MCP scanning inline proxy | agent-secur...
Domain: vibe-coding | Difficulty: advanced | Source Create three isolated subagents (test-writer, implementer, refactorer) with a UserPromptSubmit hook that forces RED→GREEN→REFACTOR cycles automatically. Context isolation between subagents prevents the LLM from "cheating" by...
1. Flip your multi-model pipeline to review-then-generate. Instead of using a reasoning model to plan before code generation, let the specialist generate freely and use reasoning tokens for review. Paper shows 90.2% pass@1 vs 87.2% for the planning pattern. Source 2. Audit you...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.