mirror of
https://github.com/wshobson/agents
synced 2026-06-21 14:13:58 +00:00
chore: remove pensyve from marketplace
Pensyve is now distributed exclusively from its own marketplace at major7apps/pensyve. Removing the git-subdir entry from this marketplace to avoid version drift (plugin.json in the subtree was stale vs the source repo). - Drop pensyve entry from .claude-plugin/marketplace.json - Update plugin counts: 79 → 78, AI & ML 5 → 4 - Update docs/plugins.md and README.md accordingly
This commit is contained in:
@@ -983,23 +983,6 @@
|
||||
"license": "MIT",
|
||||
"category": "quality"
|
||||
},
|
||||
{
|
||||
"name": "pensyve",
|
||||
"source": {
|
||||
"source": "git-subdir",
|
||||
"url": "https://github.com/major7apps/pensyve.git",
|
||||
"path": "integrations/claude-code"
|
||||
},
|
||||
"description": "Universal memory runtime — cross-session cognitive memory for Claude Code with intelligent capture, 6 commands, 4 skills, 2 agents, and 6 lifecycle hooks",
|
||||
"version": "1.2.0",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"url": "https://github.com/wshobson"
|
||||
},
|
||||
"homepage": "https://github.com/major7apps/pensyve",
|
||||
"license": "Apache-2.0",
|
||||
"category": "ai-ml"
|
||||
},
|
||||
{
|
||||
"name": "block-no-verify",
|
||||
"source": "./plugins/block-no-verify",
|
||||
|
||||
@@ -6,13 +6,13 @@
|
||||
|
||||
> **🎯 Agent Skills Enabled** — 150 specialized skills extend Claude's capabilities across plugins with progressive disclosure
|
||||
|
||||
A comprehensive production-ready system combining **184 specialized AI agents**, **16 multi-agent workflow orchestrators**, **150 agent skills**, and **98 commands** organized into **79 focused, single-purpose plugins** for [Claude Code](https://docs.claude.com/en/docs/claude-code/overview).
|
||||
A comprehensive production-ready system combining **184 specialized AI agents**, **16 multi-agent workflow orchestrators**, **150 agent skills**, and **98 commands** organized into **78 focused, single-purpose plugins** for [Claude Code](https://docs.claude.com/en/docs/claude-code/overview).
|
||||
|
||||
## Overview
|
||||
|
||||
This unified repository provides everything needed for intelligent automation and multi-agent orchestration across modern software development:
|
||||
|
||||
- **79 Focused Plugins** - Granular, single-purpose plugins optimized for minimal token usage and composability
|
||||
- **78 Focused Plugins** - Granular, single-purpose plugins optimized for minimal token usage and composability
|
||||
- **184 Specialized Agents** - Domain experts with deep knowledge across architecture, languages, infrastructure, quality, data/AI, documentation, business operations, and SEO
|
||||
- **150 Agent Skills** - Modular knowledge packages with progressive disclosure for specialized expertise
|
||||
- **16 Workflow Orchestrators** - Multi-agent coordination systems for complex operations like full-stack development, security hardening, ML pipelines, and incident response
|
||||
@@ -20,7 +20,7 @@ This unified repository provides everything needed for intelligent automation an
|
||||
|
||||
### Key Features
|
||||
|
||||
- **Granular Plugin Architecture**: 79 focused plugins optimized for minimal token usage
|
||||
- **Granular Plugin Architecture**: 78 focused plugins optimized for minimal token usage
|
||||
- **Comprehensive Tooling**: 98 commands including test generation, scaffolding, and security scanning
|
||||
- **100% Agent Coverage**: All plugins include specialized agents
|
||||
- **Agent Skills**: 150 specialized skills following for progressive disclosure and token efficiency
|
||||
@@ -49,7 +49,7 @@ Add this marketplace to Claude Code:
|
||||
/plugin marketplace add wshobson/agents
|
||||
```
|
||||
|
||||
This makes all 79 plugins available for installation, but **does not load any agents or tools** into your context.
|
||||
This makes all 78 plugins available for installation, but **does not load any agents or tools** into your context.
|
||||
|
||||
### Step 2: Install Plugins
|
||||
|
||||
@@ -114,7 +114,7 @@ rm -rf ~/.claude/plugins/cache/claude-code-workflows && rm ~/.claude/plugins/ins
|
||||
|
||||
### Core Guides
|
||||
|
||||
- **[Plugin Reference](docs/plugins.md)** - Complete catalog of all 79 plugins
|
||||
- **[Plugin Reference](docs/plugins.md)** - Complete catalog of all 78 plugins
|
||||
- **[Agent Reference](docs/agents.md)** - All 184 agents organized by category
|
||||
- **[Agent Skills](docs/agent-skills.md)** - 150 specialized skills with progressive disclosure
|
||||
- **[Usage Guide](docs/usage.md)** - Commands, workflows, and best practices
|
||||
@@ -313,14 +313,14 @@ Uses kubernetes-architect agent with 4 specialized skills for production-grade c
|
||||
|
||||
## Plugin Categories
|
||||
|
||||
**25 categories, 79 plugins:**
|
||||
**25 categories, 78 plugins:**
|
||||
|
||||
- 🎨 **Development** (6) - debugging, backend, frontend, multi-platform
|
||||
- 📚 **Documentation** (4) - code docs, API specs, diagrams, C4 architecture, **HADS** (Human-AI Document Standard)
|
||||
- 🔄 **Workflows** (5) - git, full-stack, TDD, **Conductor** (context-driven development), **Agent Teams** (multi-agent orchestration)
|
||||
- ✅ **Testing** (2) - unit testing, **qa-orchestra** (multi-agent QA toolkit with Chrome MCP validation)
|
||||
- 🔍 **Quality** (3) - comprehensive review, performance
|
||||
- 🤖 **AI & ML** (5) - LLM apps, agent orchestration, context, MLOps, **pensyve** (intelligent memory capture)
|
||||
- 🤖 **AI & ML** (4) - LLM apps, agent orchestration, context, MLOps
|
||||
- 📊 **Data** (2) - data engineering, data validation
|
||||
- 🗄️ **Database** (2) - database design, migrations
|
||||
- 🚨 **Operations** (4) - incident response, diagnostics, distributed debugging, observability
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
# Complete Plugin Reference
|
||||
|
||||
Browse all **79 focused, single-purpose plugins** organized by category. 77 plugins ship from this repo; 2 additional plugins (`pensyve`, `qa-orchestra`) are hosted in external repositories and distributed via `git-subdir` marketplace entries.
|
||||
Browse all **78 focused, single-purpose plugins** organized by category. 77 plugins ship from this repo; 1 additional plugin (`qa-orchestra`) is hosted in an external repository and distributed via a `git-subdir` marketplace entry.
|
||||
|
||||
## Quick Start - Essential Plugins
|
||||
|
||||
@@ -158,7 +158,7 @@ Next.js, React + Vite, and Node.js project setup with pnpm and TypeScript best p
|
||||
| **error-debugging** | Error analysis and trace debugging | `/plugin install error-debugging` |
|
||||
| **team-collaboration** | Team workflows and standup automation | `/plugin install team-collaboration` |
|
||||
|
||||
### 🤖 AI & ML (5 plugins)
|
||||
### 🤖 AI & ML (4 plugins)
|
||||
|
||||
| Plugin | Description | Install |
|
||||
| ------------------------ | ----------------------------------- | -------------------------------------- |
|
||||
|
||||
Reference in New Issue
Block a user