base
v0.4.19Universal 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.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install base@agent-plugin-marketplacePaste 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-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is base/.
Plugin files
├── .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 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.
Concept-first scaffold for reports/commits/PRs/comments/Slack/hand-offs — headline, behavior diff, ASCII flow, caveats, verify.
Docs-first discipline — fetch the official docs page (WebFetch / context7) before asserting behavior of any external product or wrapping it.
No-silent-fallback discipline for error handling on critical paths — surface failures, never paper over with retries or graceful degradation.
Polling discipline — Bash run_in_background vs Monitor vs tail-grep decision tree, interval floors, cost-aware ticks.
Signal-delivery discipline — Iron Rule + Proof Block before kill / pkill / SIGKILL / docker kill of any specific process or PID.
Sub-agent dispatch checklist — synthesis ratio, isolation justification, raw-passthrough detection; sub-agents synthesize, never proxy reads.
Tool-choice discipline — prefer Read/Edit/Write over bash equivalents, schema-before-MCP-call, run_in_background over shell `&`.
Plugin manifests1
{
"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]"
}
}For maintainers
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)