Agent Plugins Marketplace
All plugins

umbrella

v1.4.0

Standalone Claude Code workflow + skills library (TDD, debugging, planning, brainstorming, collaboration), forked from superpowers and extended with a persona×surface×affordance completeness pass, browser-walk-only tagging, and a review-lens. Score != ship.

Claude Code15 Skills

By Borja ArandaLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
15 skill or MCP entries
Source updated
Sep 12, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install umbrella for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install umbrella@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/fbac/umbrella

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

umbrella/
├── .claude-plugin/plugin.json
├── skills/brainstorming/SKILL.md
├── skills/dispatching-parallel-agents/SKILL.md
├── skills/executing-plans/SKILL.md
├── skills/finishing-a-development-branch/SKILL.md
├── skills/receiving-code-review/SKILL.md
├── skills/requesting-code-review/SKILL.md
├── skills/review-lens/SKILL.md
├── skills/subagent-driven-development/SKILL.md
├── skills/systematic-debugging/SKILL.md
├── skills/test-driven-development/SKILL.md
├── skills/using-git-worktrees/SKILL.md
├── skills/using-umbrella/SKILL.md
├── skills/verification-before-completion/SKILL.md
├── skills/writing-plans/SKILL.md
└── skills/writing-skills/SKILL.md

Included Skills15

brainstormingskills/brainstorming/SKILL.md

You MUST use this before any creative work — creating features, building components, adding functionality, or modifying behavior, before any implementation action. Umbrella flavor: use this instead of umbrella:brainstorming.

dispatching-parallel-agentsskills/dispatching-parallel-agents/SKILL.md

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

executing-plansskills/executing-plans/SKILL.md

Use when you have a written implementation plan to execute in a separate session with review checkpoints

finishing-a-development-branchskills/finishing-a-development-branch/SKILL.md

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

receiving-code-reviewskills/receiving-code-review/SKILL.md

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

requesting-code-reviewskills/requesting-code-review/SKILL.md

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

review-lensskills/review-lens/SKILL.md

Use when reviewing a diff, branch, or PR, before declaring work done, requesting code review, or merging — especially changes touching shared surfaces (headers, nav, shells) or auth/route gating, or before finishing a development branch.

subagent-driven-developmentskills/subagent-driven-development/SKILL.md

Use when executing implementation plans with independent tasks in the current session

systematic-debuggingskills/systematic-debugging/SKILL.md

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

test-driven-developmentskills/test-driven-development/SKILL.md

Use when implementing any feature or bugfix, before writing implementation code

using-git-worktreesskills/using-git-worktrees/SKILL.md

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback

using-umbrellaskills/using-umbrella/SKILL.md

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

verification-before-completionskills/verification-before-completion/SKILL.md

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

writing-plansskills/writing-plans/SKILL.md

Use when you have a spec or requirements for a multi-step task, before touching code. Umbrella flavor — use this instead of umbrella:writing-plans.

writing-skillsskills/writing-skills/SKILL.md

Use when creating new skills, editing existing skills, or verifying skills work before deployment

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "umbrella",
  "description": "Standalone Claude Code workflow + skills library (TDD, debugging, planning, brainstorming, collaboration), forked from superpowers and extended with a persona×surface×affordance completeness pass, browser-walk-only tagging, and a review-lens. Score != ship.",
  "version": "1.4.0",
  "author": {
    "name": "Borja Aranda",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/fbac/umbrella",
  "repository": "https://github.com/fbac/umbrella",
  "license": "MIT",
  "keywords": [
    "skills",
    "brainstorming",
    "planning",
    "code-review",
    "completeness",
    "workflows"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[umbrella on Agent Plugins Marketplace](https://pluginsmp.com/plugins/umbrella)