docs: sync plugin/agent/skill counts to 84/192/156 after social-publishing merge

PR #558 updated the headline totals but left trailing references at
83/191/155 across README, AGENTS.md, GEMINI.md, ARCHITECTURE.md, and
docs/*. Sync them all to the true counts (82 local + 2 external = 84
plugins, 192 agents, 156 skills).

Also runs make generate-all to bring the committed harness registries in
sync — adds the social-publishing entries to .agents/ and .cursor-plugin/
(which the original PR could not regenerate) and fixes the stale count in
the generated cursor manifests.

Left round-trip-results.md (point-in-time CLI verification results) and
plugin-eval.md (grade threshold) unchanged.
This commit is contained in:
Seth Hobson
2026-06-02 19:15:30 -04:00
parent 207b9a0f99
commit 767d969a73
13 changed files with 81 additions and 28 deletions
+12
View File
@@ -889,6 +889,18 @@
},
"category": "Coding"
},
{
"name": "social-publishing",
"source": {
"source": "local",
"path": "./plugins/social-publishing"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_USE"
},
"category": "Coding"
},
{
"name": "startup-business-analyst",
"source": {
+13 -1
View File
@@ -6,7 +6,7 @@
"url": "https://github.com/wshobson"
},
"metadata": {
"description": "Production-ready workflow orchestration with 83 marketplace plugins, 191 local specialized agents, and 155 local skills - optimized for granular installation and minimal token usage",
"description": "Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage",
"version": "1.7.1"
},
"plugins": [
@@ -818,6 +818,18 @@
},
"license": "MIT"
},
{
"name": "social-publishing",
"source": "./plugins/social-publishing",
"version": "1.0.0",
"description": "Schedule and publish social media posts across 13 platforms (X, LinkedIn Profile + Page, Instagram Business + Standalone, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest) via SocialClaw \u2014 one workspace API key covers everything",
"author": {
"name": "ndesv21",
"email": ""
},
"homepage": "https://getsocialclaw.com",
"license": "MIT"
},
{
"name": "startup-business-analyst",
"source": "./plugins/startup-business-analyst",
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "claude-code-workflows",
"displayName": "Claude Code Workflows",
"version": "1.7.1",
"description": "Production-ready workflow orchestration with 83 marketplace plugins, 191 local specialized agents, and 155 local skills - optimized for granular installation and minimal token usage",
"description": "Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
@@ -0,0 +1,12 @@
{
"name": "social-publishing",
"displayName": "Social Publishing",
"version": "1.0.0",
"description": "Schedule and publish social media posts across 13 platforms (X, LinkedIn Profile + Page, Instagram Business + Standalone, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest) via SocialClaw \u2014 one workspace API key covers everything",
"author": {
"name": "ndesv21",
"email": ""
},
"homepage": "https://getsocialclaw.com",
"license": "MIT"
}
+4 -4
View File
@@ -10,8 +10,8 @@ This file is the canonical context file. Codex / Cursor / OpenCode read it direc
- **[ARCHITECTURE.md](ARCHITECTURE.md)** — top-level architectural overview (adapter framework, source-of-truth invariant, capability matrix summary)
- **[docs/architecture.md](docs/architecture.md)** — detailed design principles
- **[docs/plugins.md](docs/plugins.md)** — full plugin catalog (83 plugins by category)
- **[docs/agents.md](docs/agents.md)** — agent reference (191 agents, model tiers)
- **[docs/plugins.md](docs/plugins.md)** — full plugin catalog (84 plugins by category)
- **[docs/agents.md](docs/agents.md)** — agent reference (192 agents, model tiers)
- **[docs/agent-skills.md](docs/agent-skills.md)** — skill reference (progressive disclosure model)
- **[docs/usage.md](docs/usage.md)** — commands, workflows, examples
- **[docs/authoring.md](docs/authoring.md)** — portable-content style guide (read before adding plugins)
@@ -52,7 +52,7 @@ Generated artifacts are **committed** so each harness installs natively from a c
## Skills (cross-harness)
155 skills under `plugins/*/skills/<n>/SKILL.md` — discoverable by every harness:
156 skills under `plugins/*/skills/<n>/SKILL.md` — discoverable by every harness:
- **Claude Code**: auto-discovery via Anthropic's SKILL.md spec
- **Codex CLI**: mirrored to `.codex/skills/<plugin>__<skill>/` (8 KB body cap; detail in `references/details.md`)
@@ -64,7 +64,7 @@ Top-level `skills/` is Gemini output; do not use it for OpenCode installs.
## Subagents (cross-harness)
191 subagents under `plugins/*/agents/<name>.md`. Per-harness transpilation:
192 subagents under `plugins/*/agents/<name>.md`. Per-harness transpilation:
- **Codex**: `.codex/agents/<plugin>__<agent>.toml` (drop `tools:`, map model alias to GPT-5 family, infer `sandbox_mode`)
- **OpenCode**: `.opencode/agents/<plugin>__<agent>.md` with `mode: subagent` + `permission:` block (locked agents — those with source `tools: []` — get deny-everything except base `skill`/`task`)
+1 -1
View File
@@ -26,7 +26,7 @@ claude-agents/
├── CONTRIBUTING.md # Contributor entry point
├── .claude-plugin/marketplace.json # Plugin registry (source of truth)
├── .gemini/settings.json # Gemini CLI → AGENTS.md redirect
├── plugins/ # SOURCE OF TRUTH (81 local plugins; 2 externals in marketplace)
├── plugins/ # SOURCE OF TRUTH (82 local plugins; 2 externals in marketplace)
│ └── <name>/
│ ├── .claude-plugin/plugin.json
│ ├── agents/*.md
+2 -2
View File
@@ -13,8 +13,8 @@ make generate HARNESS=gemini
## What you get
- **155 skills** at `skills/<plugin>__<skill>/SKILL.md` — described in `AGENTS.md`. Describe a task to activate.
- **191 subagents** at `agents/<plugin>__<agent>.md` — invoke with `@<agent>`.
- **156 skills** at `skills/<plugin>__<skill>/SKILL.md` — described in `AGENTS.md`. Describe a task to activate.
- **192 subagents** at `agents/<plugin>__<agent>.md` — invoke with `@<agent>`.
- **102 slash commands** at `/<plugin>:<command>` — use `/help` to list.
## Companion Memory Extension
+7 -7
View File
@@ -19,7 +19,7 @@ Pick your harness:
```bash
/plugin marketplace add wshobson/agents
/plugin install python-development # or any of 83 plugins
/plugin install python-development # or any of 84 plugins
```
[→ Full Claude Code setup, troubleshooting, and plugin catalog](docs/usage.md)
@@ -47,9 +47,9 @@ Setup details and per-harness gotchas: [docs/harnesses.md](docs/harnesses.md). G
| | Count | What it is |
|---|---:|---|
| **Plugins** | 83 | Granular, single-purpose installable units (81 local + 2 external via git-subdir) |
| **Agents** | 191 | Domain experts (architecture, languages, infra, security, data, ML, docs, business, SEO) |
| **Skills** | 155 | Modular knowledge packages with progressive disclosure (load when activated) |
| **Plugins** | 84 | Granular, single-purpose installable units (82 local + 2 external via git-subdir) |
| **Agents** | 192 | Domain experts (architecture, languages, infra, security, data, ML, docs, business, SEO) |
| **Skills** | 156 | Modular knowledge packages with progressive disclosure (load when activated) |
| **Commands** | 102 | Slash commands: scaffolding, security scans, test gen, infrastructure setup |
| **Orchestrators** | 16 | Multi-agent coordination workflows (full-stack, security, ML, incident response) |
@@ -124,9 +124,9 @@ uv run plugin-eval certify path/to/skill
Detail lives in `docs/`. Read in this order:
- **[docs/plugins.md](docs/plugins.md)** — full catalog of all 83 plugins
- **[docs/agents.md](docs/agents.md)** — all 191 agents by category
- **[docs/agent-skills.md](docs/agent-skills.md)** — 155 skills with progressive disclosure
- **[docs/plugins.md](docs/plugins.md)** — full catalog of all 84 plugins
- **[docs/agents.md](docs/agents.md)** — all 192 agents by category
- **[docs/agent-skills.md](docs/agent-skills.md)** — 156 skills with progressive disclosure
- **[docs/usage.md](docs/usage.md)** — commands, workflows, examples
- **[docs/architecture.md](docs/architecture.md)** — design principles
- **[docs/harnesses.md](docs/harnesses.md)** — cross-harness capability matrix
+1 -1
View File
@@ -386,7 +386,7 @@ fastapi-templates skill → Supplies production-ready templates
## Specification Compliance
All 155 skills follow the [Agent Skills Specification](https://agentskills.io/specification):
All 156 skills follow the [Agent Skills Specification](https://agentskills.io/specification):
- ✓ Required `name` field (hyphen-case)
- ✓ Required `description` field with "Use when" clause
+7 -7
View File
@@ -36,7 +36,7 @@ This marketplace follows industry best practices with a focus on granularity, co
### Plugin Distribution
- **83 marketplace plugins** (81 local + 2 external via git-subdir) optimized for specific use cases
- **84 marketplace plugins** (82 local + 2 external via git-subdir) optimized for specific use cases
- **26 clear categories** with 1-10 plugins each for easy discovery
- Organized by domain:
- **Development**: 6 plugins (debugging, backend, frontend, UI, multi-platform, essentials)
@@ -48,7 +48,7 @@ This marketplace follows industry best practices with a focus on granularity, co
### Component Breakdown
**191 Local Specialized Agents**
**192 Local Specialized Agents**
- Domain experts with deep knowledge
- Organized across architecture, languages, infrastructure, quality, data/AI, documentation, business, and SEO
@@ -69,7 +69,7 @@ This marketplace follows industry best practices with a focus on granularity, co
- Component scaffolding (React, React Native)
- Infrastructure setup (Terraform, Kubernetes)
**155 Local Agent Skills**
**156 Local Agent Skills**
- Modular knowledge packages
- Progressive disclosure architecture
@@ -81,7 +81,7 @@ This marketplace follows industry best practices with a focus on granularity, co
```
claude-agents/
├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog (83 plugins)
│ └── marketplace.json # Marketplace catalog (84 plugins)
├── plugins/ # Isolated plugin directories
│ ├── python-development/
│ │ ├── agents/ # Python language agents
@@ -194,7 +194,7 @@ description: What the skill does. Use when [trigger]. # Required: < 1024 chars
- **Composability**: Mix and match skills across workflows
- **Maintainability**: Isolated updates don't affect other skills
See [Agent Skills](./agent-skills.md) for complete details on the 155 skills.
See [Agent Skills](./agent-skills.md) for complete details on the 156 skills.
## Model Configuration Strategy
@@ -262,7 +262,7 @@ code-reviewer (Sonnet) validates architecture
### Component Coverage
- **100% agent coverage** - all plugins include at least one agent
- **100% component availability** - all 191 local agents accessible across plugins
- **100% component availability** - all 192 local agents accessible across plugins
- **Efficient distribution** - 5.5 components per plugin average
### Discoverability
@@ -392,5 +392,5 @@ Feature Development Workflow:
- [Agent Skills](./agent-skills.md) - Modular knowledge packages
- [Agent Reference](./agents.md) - Complete agent catalog
- [Plugin Reference](./plugins.md) - All 83 marketplace plugins
- [Plugin Reference](./plugins.md) - All 84 marketplace plugins
- [Usage Guide](./usage.md) - Commands and workflows
+2 -2
View File
@@ -356,7 +356,7 @@ plugins/python-development/
/plugin marketplace add wshobson/agents
```
This makes all 83 marketplace plugins available for installation, but **does not load any agents or tools** into your context.
This makes all 84 marketplace plugins available for installation, but **does not load any agents or tools** into your context.
### Step 2: Install Specific Plugins
@@ -399,7 +399,7 @@ Each installed plugin loads **only its specific agents and commands** into Claud
## See Also
- [Agent Skills](./agent-skills.md) - 155 specialized skills across plugins
- [Agent Skills](./agent-skills.md) - 156 specialized skills across plugins
- [Agent Reference](./agents.md) - Complete agent catalog
- [Usage Guide](./usage.md) - Commands and workflows
- [Architecture](./architecture.md) - Design principles
+2 -2
View File
@@ -385,11 +385,11 @@ User: "Implement Kubernetes deployment with Helm"
→ Result: Production-grade K8s manifests with Helm charts
```
See [Agent Skills](./agent-skills.md) for details on the 155 specialized skills.
See [Agent Skills](./agent-skills.md) for details on the 156 specialized skills.
## See Also
- [Agent Skills](./agent-skills.md) - Specialized knowledge packages
- [Agent Reference](./agents.md) - Complete agent catalog
- [Plugin Reference](./plugins.md) - All 83 marketplace plugins
- [Plugin Reference](./plugins.md) - All 84 marketplace plugins
- [Architecture](./architecture.md) - Design principles
@@ -0,0 +1,17 @@
{
"name": "social-publishing",
"version": "1.0.0",
"description": "Schedule and publish social media posts across 13 platforms (X, LinkedIn Profile + Page, Instagram Business + Standalone, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest) via SocialClaw \u2014 one workspace API key covers everything",
"skills": "./skills/",
"author": {
"name": "ndesv21",
"url": "https://github.com/ndesv21"
},
"homepage": "https://getsocialclaw.com",
"license": "MIT",
"interface": {
"displayName": "Social Publishing",
"shortDescription": "Schedule and publish social media posts across 13 platforms (X, LinkedIn Profile + Page, Instagram Business +\u2026",
"category": "Coding"
}
}