Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Organized AI Plugin Marketplace

Official Claude Code plugin marketplace for Organized AI. Includes custom workflow, tracking, and automation tools plus curated plugins from Anthropic's official collection.

Installation

Add this marketplace to Claude Code:

/plugin marketplace add Organized-AI/plugin-marketplace

Available Plugins


🛠️ Workflow & Utilities (Organized AI)

boris

Master orchestrator for Boris methodology - the verification-first workflow designed by Claude Code's creator.

/plugin install boris@organized-ai-marketplace

Features:

  • Verification-first development workflow
  • Session start/end protocols
  • Pre-commit and pre-PR checklists
  • Error documentation workflow (DO NOT patterns)
  • Integration with phased-planning and organized-codebase-applicator

Commands:

Command Description
/verify Run all verification checks
/commit Smart commit with verification
/review Self-review before PR
/status Project health check

Agents:

Agent Description
verify-architecture Check file locations, naming, imports
verify-build Clean install + build validation

Triggers: "boris", "verify my work", "check my code", "methodology", "best practices"

Source: Boris Interview


phased-planning

Creates structured implementation plans with phase prompts for Claude Code execution.

/plugin install phased-planning@organized-ai-marketplace

Features:

  • Generate IMPLEMENTATION-MASTER-PLAN.md with phase overview
  • Create PHASE-X-PROMPT.md files with complete code specifications
  • Success criteria and completion templates per phase
  • Fresh context per phase protocol (prevents compaction)
  • Integration with boris verification and organized-codebase-applicator

Triggers: "create implementation plan", "phase this project", "plan the build", "phased implementation", "break this into phases"

File Organization:

PLANNING/
├── IMPLEMENTATION-MASTER-PLAN.md
└── implementation-phases/
    ├── PHASE-0-PROMPT.md
    ├── PHASE-1-PROMPT.md
    └── PHASE-X-COMPLETE.md (created after)

organized-codebase-applicator

Apply Organized Codebase template structure to existing projects, create Claude Code Plugins, and set up verification infrastructure.

/plugin install organized-codebase-applicator@organized-ai-marketplace

Features:

  • Apply standardized project structure (PLANNING, DOCUMENTATION, CONFIG, etc.)
  • Create distributable Claude Code Plugins
  • Clean up unused/redundant directories
  • Plugin manifest and template generation
  • Local vs Plugin structure guidance
  • Set up Boris methodology verification infrastructure (Phase 7)

Triggers: "organized codebase", "clean up codebase", "apply template", "create plugin", "standardize project"


organized-dev-toolkit

Complete development methodology system with 11 skills, 12 commands, and 2 verification agents. Includes Boris, GSD, and Ralphy workflows.

/plugin install organized-dev-toolkit@organized-ai-marketplace

Features:

  • Three methodologies: Boris (verification-first), GSD (fresh-context), Ralphy (autonomous)
  • Meta-router skill that picks the right methodology for your project
  • Phased planning and build system with verification gates
  • Session management across multiple context windows
  • Git worktree workflows for parallel branch development
  • Terminal-to-web session transfer (Teleport)

Skills:

Skill Description
methodology Meta-router: picks Boris, GSD, or Ralphy
boris Verification-first workflow orchestrator
gsd-mode Fresh-context orchestration for large projects
ralphy-mode Autonomous PRD execution mode
phased-planning Break projects into implementation phases
phased-build Execute phases with verification and commits
phase-0-bootstrap Bootstrap TypeScript/Node.js project setup
long-runner Sessions across multiple context windows
teleport Transfer sessions between terminal and web
git-worktree-master Parallel branch workflows
organized-codebase-applicator Structured codebase templates

Commands:

Command Description
/boris:status Project health check
/boris:verify Run all verification checks
/boris:commit Smart commit with verification
/boris:review Self-review before PR
/oc:new-project Initialize project with planning
/oc:discuss Capture decisions before coding
/oc:quick Ad-hoc task with OC guarantees
/oc:progress Show state and next steps
/oc:pause Create handoff docs
/oc:resume Restore context from handoff
/session:start Session initialization ritual
/session:end Session closure ritual

Agents:

Agent Description
verify-architecture Check code follows project conventions
verify-build Validate builds from clean state

Triggers: "boris", "gsd", "ralphy", "methodology", "phased build", "verify my work", "session start"


🦀 OpenClaw Tools (Organized AI)

media-buyer-bash

Google Ads CLI skill for OpenClaw agents. Manages campaigns, CPA metrics, budgets, and campaign lifecycle entirely through bash commands — no MCP servers required.

/plugin install media-buyer-bash@organized-ai-marketplace

Features:

  • List and filter campaigns by name
  • CPA metrics with configurable date ranges (today, yesterday, 7d, 30d)
  • Formatted performance reports
  • Budget management with dry-run preview
  • Campaign lifecycle control (pause/enable)
  • Multi-account MCC support with account lookup table

Skills:

Skill Description
media-buyer-bash Full Google Ads CLI command reference for agents

Requires:

  • google-ads-cli installed on the target machine
  • Google Ads API credentials configured
  • MCC account with sub-account access

Triggers: "google ads", "campaign", "CPA", "budget", "media buying", "ad performance", "PMAX"


clawdbot-sandbox

Secure sandboxed bash execution for OpenClaw AgentSkills via just-bash. Provides filesystem tiers, network controls, and permission guards for safe agent command execution.

/plugin install clawdbot-sandbox@organized-ai-marketplace

Features:

  • Filesystem tiers: in-memory (ephemeral), overlay (copy-on-write), read-write (persistent)
  • Network controls: preset-based policies — isolated, api-only, full-access with URL allowlisting
  • Permission system: tier-based command allowlists, filesystem guards, network guards
  • AI SDK integration: createTieredBashTool() for Vercel AI SDK with execution limits per tier
  • Skill adapter: route OpenClaw AgentSkill execution through sandboxed environments
  • Plugin system: full OpenClaw plugin with lifecycle hooks, config management, audit logging
  • Error hierarchy: typed errors for PermissionDenied, SandboxCreation, CommandExecution, NetworkBlocked

Skills:

Skill Description
just-bash-build Build coordinator for sandbox package phases

Commands:

Command Description
/just-bash:next Execute next incomplete build phase
/just-bash:status Show build progress and next step
/just-bash:verify Run full verification suite
/just-bash:research Deep-dive API research for current phase

Agents:

Agent Description
just-bash-researcher Pre-phase API research agent
just-bash-tester Post-phase verification gate

Requires:

  • Node.js >= 20.0.0
  • pnpm

Triggers: "sandbox", "just-bash", "clawdbot sandbox", "sandboxed bash", "agent skills"



openclaw-tools

12 battle-tested OpenClaw skills from ClawHub's most-downloaded registry — wrapped as Claude Code-native bash tools.

/plugin install openclaw-tools@organized-ai-marketplace

Features:

  • Every skill ships with a SKILL.md + CLI bash wrapper in scripts/ matching the Clawdbot Ready tool pattern
  • Sourced from the official openclaw/skills registry (ClawHub)
  • Power combos pre-documented: morning intel, Twitter growth, token savings, content pipeline

Skills:

Skill Description ClawHub Rank
larry TikTok slideshow marketing engine — generate, post, track, iterate
capability-evolver Self-upgrading meta-skill — analyzes failures, rewrites own code #1 (35k downloads)
qmd Token killer — BM25 + vector local indexing, up to 70% token reduction
anti-ai-slop Strips 24 AI writing tells from content + code slop mode
brave-search Free web search for agents via Brave API ($5/mo credit)
gog Google Workspace CLI — Gmail, Calendar, Drive, Contacts, Sheets, Docs
x-research Twitter analyst with quality filter (10+ likes min), trends, watchlists
bite-rover Persistent context tree memory across sessions (ByteRover) #3 (16k downloads)
whatsapp-cli WhatsApp bridge — send, search history, auto-reply agent #2 (16.4k downloads)
playwright Full Chrome browser automation + stealth scraping
mission-control Daily intel dashboard — tasks, calendar, inbox aggregated
x-impact-checker Tweet scorer against the real open-source Twitter recommendation algorithm

Power Combos:

Combo Skills
Morning Intel mission-control + gog + x-research
Twitter Growth x-research + x-impact-checker
Token Savings qmd + bite-rover
Content Pipeline larry + anti-ai-slop + brave-search
Self-Improving Agent capability-evolver (run daily via cron)

ENV Vars:

Var Skill Notes
BRAVE_SEARCH_API_KEY brave-search Free $5/mo — api-dashboard.search.brave.com
TWITTERAPI_KEY x-research, x-impact-checker twitterapi.io
OPENAI_API_KEY larry gpt-image-1.5 for slide generation
POSTIZ_API_KEY larry postiz.pro — posting + analytics loop
A2A_NODE_ID capability-evolver Register at evomap.ai
GOG_ACCOUNT gog your@gmail.com (avoids --account flag)

Triggers: "openclaw skills", "larry tiktok", "capability evolver", "token savings", "google workspace agent", "twitter agent", "persistent memory", "whatsapp agent", "browser automation", "mission control brief", "tweet optimizer"

📊 Tracking & Analytics (Organized AI)

gtm-ai-plugin

Complete Google Tag Manager automation toolkit - deploy, audit, manage, and publish GTM/sGTM containers.

/plugin install gtm-ai-plugin@organized-ai-marketplace

Features:

  • Multi-platform tracking deployment (LinkedIn, Meta, GA4, TikTok, Pinterest, Google Ads)
  • Client-side + Server-side CAPI support
  • Container auditing with duplicate/naming detection
  • Web ↔ sGTM correlation validation
  • Pre-publish audit with critical issue blocking
  • Visual before/after ASCII diagram generation
  • 5-phase autonomous deployment workflow

Skills:

Skill Description
gtm-AI Core automation - templates, variables, tags, versions
tidy-gtm Container auditing - duplicates, naming, correlation
linkedin-capi-setup Server-side LinkedIn CAPI implementation

Commands:

Command Description
/gtm-deploy [platform] Deploy tracking for platform
/gtm-audit Run container audit
/gtm-status Check workspace status
/gtm-rollback Rollback to previous version

MCP Servers Required:

  • google-tag-manager-mcp-server - GTM API operations
  • stape-mcp-server (optional) - sGTM validation

blade-linkedin-plugin

Autonomous GTM implementation for LinkedIn Insight Tag with dual-tracking (client + server-side CAPI).

/plugin install blade-linkedin-plugin@organized-ai-marketplace

Features:

  • Zero-click GTM deployment via MCP
  • LinkedIn InsightTag 2.0 from Community Gallery
  • Event ID deduplication (client + server CAPI)
  • Automated preview, version, publish workflow

Commands:

Command Description
/blade-deploy Execute full LinkedIn tracking deployment
/blade-status Check implementation phase progress
/blade-rollback Revert to previous GTM version

fix-your-tracking

Advertising and tracking audit toolkit for comprehensive platform analysis.

/plugin install fix-your-tracking@organized-ai-marketplace

Features:

  • Cross-platform tracking diagnostics and audit workflows
  • GTM deployment, audit, rollback, and workspace health commands
  • Specialized tracking agents for Meta Ads, Google Ads, GTM, data sync, and infrastructure
  • gtm-autoresearch-loop skill for autonomous GTM optimize/validate/revert experimentation

Skills:

Skill Description
gtm-autoresearch-loop Run a Karpathy-style autonomous optimization loop on GTM container exports using enriched ad-platform snapshots

organized-meta-wiring ⭐ NEW

Wire Meta APIs into a Cloudflare Worker. Sibling to organized-google-wiring — same framework shape, Meta's own sharp edges.

/plugin install organized-meta-wiring@organized-ai-marketplace

5 skillsmeta-api-wiring (token type, self-refreshing vault, BUC rate limits, fan-out), meta-app-preflight (app, system user, asset assignment, access tiers), meta-api-catalogue (permissions, dependencies, endpoints, versions), meta-worker-scaffold, meta-ads-connectors (Ads CLI vs hosted Ads MCP vs Graph direct).

MCP servermeta-api-atlas, zero dependencies:

Tool Answers
meta_api_lookup base URL, permissions, BUC bucket, quirks
meta_auth_decision system user vs user token vs dataset-scoped CAPI token
meta_permission_plan expands dependencies, reports App Review implications
meta_rate_limit_decode turns a throttle header or error code into an action
meta_app_checklist the dashboard steps that cannot be automated
meta_failure_modes symptom → cause → fix
meta_connector_compare CLI vs hosted MCP vs Worker-direct for a stated job
meta_wrangler_config bindings, secrets and the refresh cron

Agentmeta-token-auditor, 20 checks weighted toward the token lifecycle.

Scriptsmeta-provision.sh, meta-token-refresh.sh, meta-doctor.sh.

Why it exists. There is no API to create a Meta app — POST /{business_id}/owned_apps looks like it does but takes no parameters and claims an existing app. A 60-day system user token that is never refreshed is forfeit, no grace period. Meta's refresh returns a replacement credential rather than minting from a persistent refresh token, so a vault ported straight from Google silently breaks at day 60. Marketing API rejects unversioned calls and gives only ~90 days of version overlap. BUC rate-limit headers report percentages, not counts, in minutes in one header and seconds in another.

organized-google-wiring ⭐ NEW

Wire any Google API into a Cloudflare Worker without relearning the sharp edges each time.

/plugin install organized-google-wiring@organized-ai-marketplace

5 skills

  • google-api-wiring — the core framework: pick the auth model, build the encrypted token vault, fan out across accounts, scope by role
  • google-oauth-preflight — Console setup and the traps that silently break consent
  • google-api-catalogue — scopes, endpoints, verification cost and quirks for 18 Google APIs
  • google-worker-scaffold — generate a deployable starter Worker
  • google-build-brief — emit a paste-ready phased build prompt

MCP servergoogle-api-atlas, zero dependencies, no network:

Tool Answers
google_api_lookup base URL, service to enable, scopes, quirks
google_scope_plan merged scopes plus the verification burden they create
google_auth_decision service account vs domain-wide delegation vs token vault
google_wrangler_config binding block and secret list
google_oauth_checklist the Console steps that cannot be automated
google_failure_modes symptom → cause → fix

Agentgoogle-oauth-auditor, checks an existing Worker against 18 known defects.

Scriptsgcp-provision.sh, set-google-secrets.sh (refuses desktop-type clients), oauth-doctor.sh.

Why it exists. There is no API for creating OAuth web clients — gcloud, GAM and gws all hit the same wall. An app left in Testing status expires every refresh token after seven days, silently. Restricted scopes drag an annual CASA security assessment behind them, and drive.file avoids that entirely for files your app creates. Domain-wide delegation cannot cross a Workspace tenant boundary. Each of those cost real time to discover.

Starter repohttps://github.com/organized-ai/google-worker-template

🎨 Development & Design (Anthropic Official)

frontend-design ⭐ ANTHROPIC OFFICIAL

Create distinctive, production-grade frontend interfaces with high design quality that avoids generic AI aesthetics.

/plugin install frontend-design@organized-ai-marketplace

Features:

  • Bold aesthetic choices and distinctive typography
  • High-impact animations and visual details
  • Context-aware implementation
  • Production-ready code generation
  • Avoids cookie-cutter AI design patterns

Authors: Prithvi Rajasekaran, Alexander Bricken (Anthropic)


agent-sdk-dev ⭐ ANTHROPIC OFFICIAL

Comprehensive plugin for creating and verifying Claude Agent SDK applications in Python and TypeScript.

/plugin install agent-sdk-dev@organized-ai-marketplace

Features:

  • Interactive project scaffolding with /new-sdk-app
  • Latest SDK version checking and installation
  • TypeScript and Python support
  • Automatic verification against best practices
  • Environment and security setup

Commands:

Command Description
/new-sdk-app [name] Create new Agent SDK application

Agents:

Agent Description
agent-sdk-verifier-ts Verify TypeScript SDK applications
agent-sdk-verifier-py Verify Python SDK applications

Author: Ashwin Bhat (Anthropic)


hookify ⭐ ANTHROPIC OFFICIAL

Easily create custom hooks to prevent unwanted behaviors by analyzing conversation patterns or from explicit instructions.

/plugin install hookify@organized-ai-marketplace

Features:

  • Analyze conversations to find unwanted behaviors automatically
  • Simple markdown configuration with YAML frontmatter
  • Regex pattern matching for powerful rules
  • No coding required - just describe the behavior
  • Instant activation without restart

Commands:

Command Description
/hookify [behavior] Create hook from instructions or analyze conversation
/hookify:list List all configured rules
/hookify:configure Enable/disable rules interactively
/hookify:help Get help with hookify

Event Types:

  • bash - Match Bash commands
  • file - Match Edit/Write/MultiEdit operations
  • stop - Match completion checks
  • prompt - Match user prompt submission
  • all - Match all events

Author: Anthropic


🔌 Integrations - MCP Servers (Anthropic Official)

stripe ⭐ ANTHROPIC OFFICIAL

Stripe development integration with best practices for payment processing, checkout flows, and subscriptions.

/plugin install stripe@organized-ai-marketplace

Features:

  • Payment integration best practices
  • Error code explanations and solutions
  • Test card reference
  • Checkout Sessions and Payment Intents guidance
  • Connect platform recommendations

Commands:

Command Description
/stripe-error [code] Explain Stripe error codes
/stripe-test-cards [scenario] Display test card numbers

Skills:

Skill Description
stripe-best-practices Best practices for Stripe integrations

MCP Server: https://mcp.stripe.com

Author: Stripe


supabase ⭐ ANTHROPIC OFFICIAL

Supabase MCP integration for database operations, authentication, storage, and real-time subscriptions.

/plugin install supabase@organized-ai-marketplace

Features:

  • Database operations and SQL queries
  • Authentication management
  • Storage operations
  • Real-time subscriptions
  • Project management

MCP Server: https://mcp.supabase.com/mcp

Author: Supabase


github ⭐ ANTHROPIC OFFICIAL

Official GitHub MCP server for repository management and GitHub API interactions.

/plugin install github@organized-ai-marketplace

Features:

  • Create and manage issues
  • Pull request management
  • Code review workflows
  • Repository search
  • Full GitHub API access

MCP Server: https://api.githubcopilot.com/mcp/

Requires: GITHUB_PERSONAL_ACCESS_TOKEN environment variable

Author: GitHub


slack ⭐ ANTHROPIC OFFICIAL

Slack workspace integration for searching messages, accessing channels, and reading threads.

/plugin install slack@organized-ai-marketplace

Features:

  • Search messages
  • Access channels
  • Read threads
  • Team communications integration

MCP Server: https://mcp.slack.com/sse

Author: Slack


asana ⭐ ANTHROPIC OFFICIAL

Asana project management integration for task and project management.

/plugin install asana@organized-ai-marketplace

Features:

  • Create and manage tasks
  • Search projects
  • Update assignments
  • Track progress
  • Workflow integration

MCP Server: https://mcp.asana.com/sse

Author: Asana


context7 ⭐ ANTHROPIC OFFICIAL

Upstash Context7 MCP server for up-to-date documentation lookup.

/plugin install context7@organized-ai-marketplace

Features:

  • Version-specific documentation lookup
  • Code examples from source repositories
  • Direct LLM context integration

MCP Server: npx -y @upstash/context7-mcp

Author: Upstash


serena ⭐ ANTHROPIC OFFICIAL

Semantic code analysis MCP server for intelligent code understanding and refactoring.

/plugin install serena@organized-ai-marketplace

Features:

  • Semantic code analysis
  • Refactoring suggestions
  • Codebase navigation
  • Language server protocol integration

MCP Server: uvx --from git+https://github.com/oraios/serena serena start-mcp-server

Author: Oraios



gads-gtm-plugin ⭐ NEW

Google Ads & GTM automation suite — create conversion actions, wire into GTM, audit containers, and validate tracking infrastructure.

/plugin install gads-gtm-plugin@organized-ai-marketplace

6 Skills:

Skill Description
gtm-ai Full GTM container automation via MCP — deploy, audit, manage tags/triggers/variables
data-audit Meta Ads account auditing — Pixel/CAPI/Stape evaluation, architecture diagrams
tidy-gtm Container hygiene — duplicate removal, naming standardization, sGTM correlation
gtm-debug-agent Browser-based GTM debugging — tag firing, dataLayer inspection, consent mode
gads-to-gtm-programmatic End-to-end: create Google Ads conversions via API → wire labels into GTM via MCP
gads-conversion-flow Lightweight: create Google Ads conversions and retrieve labels for GTM

Commands:

Command Description
/gtm-audit Full GTM container audit with health score
/gads-setup Create Google Ads conversion actions + wire into GTM
/tracking-check Validate entire tracking stack (GTM + GAds + Meta)

Agents:

Agent Description
tracking-architect Plans full conversion tracking architecture for a client
gtm-qa Pre-publish workspace validation and QA

MCP Servers Required:

  • google-tag-manager-mcp-server (Stape GTM)
  • stape-mcp-server (Stape container management)
  • google-ads-mcp (TrueClicks GAQL)
  • pipeboard-meta (Meta Ads auditing)

Plugin Structure

Each plugin follows the Claude Code plugin specification:

plugin-name/
├── .claude-plugin/
│   └── plugin.json      # Plugin manifest
├── commands/            # Slash commands
├── agents/              # Agents
├── skills/              # Skills
├── hooks/               # Hooks
└── mcp-servers.json     # MCP server configs (optional)

Quick Reference

Plugin Type Source
boris Commands, Agents, Skills Organized AI
phased-planning Skills Organized AI
organized-codebase-applicator Skills Organized AI
organized-dev-toolkit Skills, Commands, Agents Organized AI
media-buyer-bash Skills Organized AI
clawdbot-sandbox Skills, Commands, Agents Organized AI
openclaw-tools Skills (12) Organized AI
gtm-ai-plugin Commands, Skills, Hooks Organized AI
blade-linkedin-plugin Commands Organized AI
fix-your-tracking Agents, Commands, Skills, MCP Organized AI
frontend-design Skills Anthropic Official
agent-sdk-dev Commands, Agents Anthropic Official
hookify Commands, Agents, Skills, Hooks Anthropic Official
stripe Commands, Skills, MCP Anthropic Official
supabase MCP Anthropic Official
github MCP Anthropic Official
slack MCP Anthropic Official
asana MCP Anthropic Official
context7 MCP Anthropic Official
serena MCP Anthropic Official

Contributing

  1. Fork this repository
  2. Create your plugin directory
  3. Add plugin to .claude-plugin/marketplace.json
  4. Submit a pull request

License

MIT


Anthropic Official plugins are sourced from claude-plugins-official


social-carousel

Simplified branded social carousel workflow: capture the source argument, turn it into a 4:5 slide set, add a brand mark, QA with a contact sheet, and optionally export a short animated preview.

/plugin install social-carousel@organized-ai-marketplace

Features:

  • source-hook → storyboard → render workflow scaffold
  • info-only remixes for reels/posts when screenshots are not desired
  • brand asset placement guidance
  • contact-sheet-first QA pattern
  • optional HyperFrames-style preview MP4 wrapper

Triggers: "social carousel", "turn this into slides", "instagram carousel", "linkedin carousel", "info-only carousel"

About

Plugin Marketplace for Organized AI

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages