Agent Plugins Marketplace
All plugins

pell

v0.19.0

Pell Software's Claude Code toolkit: PR/local code reviewers (correctness, quality, security, test), Jira workflow ops, repo coordinate mapping, house-style guidance, and the conductor subsystem (coordinate-agents + autonomous-build family + worker agents). One plugin, many skills.

Claude Code9 Skills

By Pell Software1 GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
9 skill or MCP entries
Source updated
Sep 23, 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 pell 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 pell@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/FroncekB/pell_skills

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

Plugin files

plugins/pell/
├── .claude-plugin/plugin.json
├── skills/autonomous-build/SKILL.md
├── skills/autonomous-build-commit-essays/SKILL.md
├── skills/autonomous-build-jealousy-ranking/SKILL.md
├── skills/autonomous-build-purpose-layers/SKILL.md
├── skills/autonomous-build-session-pacing/SKILL.md
├── skills/coordinate-agents/SKILL.md
├── skills/fan-and-critic/SKILL.md
├── skills/frontend-router/SKILL.md
└── skills/visual-scratchpad/SKILL.md

Included Skills9

autonomous-buildskills/autonomous-build/SKILL.md

Use ONLY when the user explicitly names this skill — e.g., "use autonomous-build", "kick off with autonomous-build", or an equivalent explicit request. Do NOT auto-fire on generic "build me X" / "new project" / "take it further" phrasings; those go through the normal flow.

autonomous-build-commit-essaysskills/autonomous-build-commit-essays/SKILL.md

Use when writing commit messages during greenfield product-building sessions, multi-commit feature series, or any session that will produce more than 5 commits. Also use when the commit history is itself serving as the product's design narrative (e.g., an investor will read `git log`, or the session is being captured as a skill).

autonomous-build-jealousy-rankingskills/autonomous-build-jealousy-ranking/SKILL.md

Use when ranking a feature backlog under a "next level / take it further / mad jelly" mandate, when writing a product roadmap for someone who wants differentiation (investors, launch partners, review threads), or when asked to file GitHub issues for a list of candidate features.

autonomous-build-purpose-layersskills/autonomous-build-purpose-layers/SKILL.md

Use when building or extending a product in an autonomous multi-hour session with an ambiguous "go big / next level / use the time well" mandate, and you could build either shallow-horizontal (more features of the same kind) or deep-vertical (each commit deepens the product's reach into a new semantic layer of purpose).

autonomous-build-session-pacingskills/autonomous-build-session-pacing/SKILL.md

Use when the user grants an autonomous multi-hour budget ("4 hours", "keep going until I stop you", "you have 2.6h left"), or when the user asks you to check in on the clock, or when working quiet stretches with no per-change user feedback.

coordinate-agentsskills/coordinate-agents/SKILL.md

Use when a task is large enough to split across multiple subagents that you coordinate as the lead, rather than doing it all yourself in one context.

fan-and-criticskills/fan-and-critic/SKILL.md

Use when working a long autonomous build or design session with little per-change user feedback, and you want grounded outside eyes on each change without the user having to review everything themselves.

frontend-routerskills/frontend-router/SKILL.md

Use at the START of any user-facing UI work in a Pell repo — building React components, pages, layouts, design systems, styling, Tailwind/CSS, marketing pages, dashboards, forms, or any task whose deliverable is something a human will look at in a browser.

visual-scratchpadskills/visual-scratchpad/SKILL.md

Use when about to explain something inherently visual — architecture or data-flow diagrams, state machines, geometry or layout, before/after comparisons, tree or graph structures, timelines, or table-heavy comparisons — and a rendered view in a browser would communicate it better than terminal prose. Also use when soliciting a choice that's clearer as clickable options than as text.

Plugin manifests1

plugins/pell/.claude-plugin/plugin.json
{
  "name": "pell",
  "version": "0.19.0",
  "description": "Pell Software's Claude Code toolkit: PR/local code reviewers (correctness, quality, security, test), Jira workflow ops, repo coordinate mapping, house-style guidance, and the conductor subsystem (coordinate-agents + autonomous-build family + worker agents). One plugin, many skills.",
  "author": {
    "name": "Pell Software"
  }
}

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

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