By agenticsorg
MCP access to Agentics projects and partners. Lists agentics.org/partners, cross-references the agenticsorg GitHub org, and fetches repo metadata.
Claude Code marketplace for the Agentics Foundation — plugins for the Agentics community, MCP integrations with agentics.org services, and educational content.
/plugin marketplace add agenticsorg/claude-plugin
Then install whichever plugins you want:
/plugin install agentics-org@agenticsorg
/plugin install agentics-tutorials@agenticsorg
/plugin install agentics-events@agenticsorg
| Plugin | Type | What it does |
|---|---|---|
agentics-org | MCP | Fetch pages, search content, list routes; resources + prompts for agentics.org |
agentics-tutorials | Content | Step-by-step tutorials: getting started, building agents, MCP integration |
agentics-onboarding | Content | Guided 4-step onboarding: signup → community → starter project → first event |
agentics-glossary | Content | /glossary <term> lookup for Agentics, MCP, and agentic AI terminology |
agentics-events | MCP | List/search/fetch Agentics events via the Luma API (with fallback) |
agentics-blog | MCP | List/search/read Agentics blog posts (RSS-first, sitemap fallback) |
agentics-projects | MCP | Browse agenticsorg GitHub repos and the agentics.org/partners page |
Type legend: MCP = ships an MCP server (needs npm install). Content = pure skills/commands/agents.
┌──────────────────────┐
│ agentics-onboarding │
│ (4-step flow) │
└─────────┬────────────┘
│ uses
┌───────────┴──────────────┐
│ │
▼ ▼
┌────────────────┐ ┌───────────────────┐
│ agentics-org │ │ agentics-events │
│ (live pages) │ │ (Luma API) │
└────────────────┘ └───────────────────┘
▲ ▲
│ │
┌────────┴────────┐ │
│ agentics- │ │
│ tutorials │─────────────────┘
│ (curriculum) │ references events for hands-on workshops
└─────────────────┘
agentics-glossary, agentics-blog, and agentics-projects stand alone; the others reinforce each other.
.
├── .claude-plugin/
│ └── marketplace.json # registers all plugins
├── docs/adr/
│ └── 0001-marketplace-structure.md
├── plugins/
│ ├── agentics-org/
│ ├── agentics-tutorials/
│ ├── agentics-onboarding/
│ ├── agentics-glossary/
│ ├── agentics-events/
│ ├── agentics-blog/
│ └── agentics-projects/
└── README.md
See ADR-0001 for the architecture decision behind this layout.
Test a single plugin without installing the marketplace:
git clone https://github.com/agenticsorg/claude-plugin
cd claude-plugin/plugins/<name>
npm install # only for MCP plugins
claude --plugin-dir .
Test all four MCP servers end-to-end:
node test-all-mcp.js
Plugins read configuration from env blocks in .mcp.json. Each plugin's README documents which env vars are supported. Plugins degrade gracefully when optional env vars are unset (e.g., agentics-events falls back to the public /events page when LUMA_API_KEY is missing).
plugins/<name>/ following the conventions in ADR-0001.claude-plugin/marketplace.jsonnode test-all-mcp.js (extend PLUGINS array if adding a new server)README.mdMIT — see individual plugin directories for any deviations.
Admin access level
Server config contains admin-level keywords
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Glossary of Agentics, MCP, and agentic AI terms. /glossary <term> to look up a definition.
Guided onboarding flow for new Agentics members: signup → community → first project.
Step-by-step tutorials for the Agentics community: getting started, building agents, MCP integration, and more.
MCP access to agentics.org — fetch pages, search content, list routes, and read site sections as resources
MCP access to the Agentics blog via RSS/sitemap. List recent posts, search by topic, fetch a post.
npx claudepluginhub agenticsorg/claude-plugin --plugin agentics-projectsOpen-source, local-first Claude Code plugin for token reduction, context compression, and cost optimization using hybrid RAG retrieval (BM25 + vector search), reranking, AST-aware chunking, and compact context packets.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Give your AI a memory — mine projects and conversations into a searchable palace. 33 MCP tools, auto-save hooks, and guided setup.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
TypeScript/JavaScript full-stack development with NestJS, React, and React Native
Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.