diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index 22ff7c3..c8cde30 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -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": { diff --git a/.cursor-plugin/marketplace.json b/.cursor-plugin/marketplace.json index 9fe6a51..3559186 100644 --- a/.cursor-plugin/marketplace.json +++ b/.cursor-plugin/marketplace.json @@ -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", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index b8d23bc..573bc7c 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -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" diff --git a/.cursor-plugin/plugins/social-publishing.json b/.cursor-plugin/plugins/social-publishing.json new file mode 100644 index 0000000..2b7193a --- /dev/null +++ b/.cursor-plugin/plugins/social-publishing.json @@ -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" +} diff --git a/AGENTS.md b/AGENTS.md index 400a036..ebf747e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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//SKILL.md` — discoverable by every harness: +156 skills under `plugins/*/skills//SKILL.md` — discoverable by every harness: - **Claude Code**: auto-discovery via Anthropic's SKILL.md spec - **Codex CLI**: mirrored to `.codex/skills/__/` (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/.md`. Per-harness transpilation: +192 subagents under `plugins/*/agents/.md`. Per-harness transpilation: - **Codex**: `.codex/agents/__.toml` (drop `tools:`, map model alias to GPT-5 family, infer `sandbox_mode`) - **OpenCode**: `.opencode/agents/__.md` with `mode: subagent` + `permission:` block (locked agents — those with source `tools: []` — get deny-everything except base `skill`/`task`) diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index d3d1514..74e4d59 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -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) │ └── / │ ├── .claude-plugin/plugin.json │ ├── agents/*.md diff --git a/GEMINI.md b/GEMINI.md index c3f41ec..cbaee60 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -13,8 +13,8 @@ make generate HARNESS=gemini ## What you get -- **155 skills** at `skills/__/SKILL.md` — described in `AGENTS.md`. Describe a task to activate. -- **191 subagents** at `agents/__.md` — invoke with `@`. +- **156 skills** at `skills/__/SKILL.md` — described in `AGENTS.md`. Describe a task to activate. +- **192 subagents** at `agents/__.md` — invoke with `@`. - **102 slash commands** at `/:` — use `/help` to list. ## Companion Memory Extension diff --git a/README.md b/README.md index c6c89e4..c92467d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/agent-skills.md b/docs/agent-skills.md index 77301a7..07ebee9 100644 --- a/docs/agent-skills.md +++ b/docs/agent-skills.md @@ -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 diff --git a/docs/architecture.md b/docs/architecture.md index e653380..83484fd 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -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 diff --git a/docs/plugins.md b/docs/plugins.md index d2eabc8..3e62276 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -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 diff --git a/docs/usage.md b/docs/usage.md index 08c4885..6fcc034 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -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 diff --git a/plugins/social-publishing/.codex-plugin/plugin.json b/plugins/social-publishing/.codex-plugin/plugin.json new file mode 100644 index 0000000..a140780 --- /dev/null +++ b/plugins/social-publishing/.codex-plugin/plugin.json @@ -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" + } +}