Agent Plugins Marketplace
All plugins

base

v0.4.19

Universal discipline: bash exit capture, sub-agent delegation, tool usage, process kill, monitor polling, craft mandate (zero tech debt, fully responsive, real app chrome, DRY/SOLID, no half-measures). Install on every claude instance.

Claude Code8 Skills

By Dan Newman0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
8 skill or MCP entries
Source updated
Sep 21, 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 base 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 base@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/newms87/claude-plugins

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

Plugin files

base/
├── .claude-plugin/plugin.json
├── skills/bash-exit-capture/SKILL.md
├── skills/convey/SKILL.md
├── skills/docs-first/SKILL.md
├── skills/fail-loudly/SKILL.md
├── skills/monitor-polling/SKILL.md
├── skills/process-kill/SKILL.md
├── skills/sub-agent-delegation/SKILL.md
└── skills/tool-discipline/SKILL.md

Included Skills8

bash-exit-captureskills/bash-exit-capture/SKILL.md

Bash launch discipline — exit-code capture for chained commands (`cmd; tail` swallows the real exit; use `EXIT=$?`), and never launch a command that can block on stdin.

conveyskills/convey/SKILL.md

Concept-first scaffold for reports/commits/PRs/comments/Slack/hand-offs — headline, behavior diff, ASCII flow, caveats, verify.

docs-firstskills/docs-first/SKILL.md

Docs-first discipline — fetch the official docs page (WebFetch / context7) before asserting behavior of any external product or wrapping it.

fail-loudlyskills/fail-loudly/SKILL.md

No-silent-fallback discipline for error handling on critical paths — surface failures, never paper over with retries or graceful degradation.

monitor-pollingskills/monitor-polling/SKILL.md

Polling discipline — Bash run_in_background vs Monitor vs tail-grep decision tree, interval floors, cost-aware ticks.

process-killskills/process-kill/SKILL.md

Signal-delivery discipline — Iron Rule + Proof Block before kill / pkill / SIGKILL / docker kill of any specific process or PID.

sub-agent-delegationskills/sub-agent-delegation/SKILL.md

Sub-agent dispatch checklist — synthesis ratio, isolation justification, raw-passthrough detection; sub-agents synthesize, never proxy reads.

tool-disciplineskills/tool-discipline/SKILL.md

Tool-choice discipline — prefer Read/Edit/Write over bash equivalents, schema-before-MCP-call, run_in_background over shell `&`.

Plugin manifests1

base/.claude-plugin/plugin.json
{
  "name": "base",
  "description": "Universal discipline: bash exit capture, sub-agent delegation, tool usage, process kill, monitor polling, craft mandate (zero tech debt, fully responsive, real app chrome, DRY/SOLID, no half-measures). Install on every claude instance.",
  "version": "0.4.19",
  "author": {
    "name": "Dan Newman",
    "email": "[email protected]"
  }
}

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

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