{
  "generatedAt": "2026-08-27T13:55:42.028Z",
  "repo": "https://github.com/aegntic/cldcde",
  "privateRepo": "https://github.com/aegntic/cldcde-private",
  "counts": {
    "public": 42,
    "pro": 15
  },
  "items": [
    {
      "id": "skill:ae-ltd-claude-template-switchboard",
      "slug": "ae-ltd-claude-template-switchboard",
      "name": "AE.LTD Claude Template Switchboard",
      "kind": "skill",
      "tier": "public",
      "summary": "Use when creating or upgrading CLAUDE.md instructions and selecting the right template baseline for repo size, architecture, and team constraints. AE.LTD template decision workflow.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/skills && cp -R /tmp/cldcde/skills/ae-ltd-claude-template-switchboard ~/.claude/skills/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/skills/ae-ltd-claude-template-switchboard",
      "updatedAt": "2026-03-12T04:22:45+11:00"
    },
    {
      "id": "skill:ae-ltd-context7-radar",
      "slug": "ae-ltd-context7-radar",
      "name": "AE.LTD Context7 Radar",
      "kind": "skill",
      "tier": "public",
      "summary": "Use when coding decisions depend on current library/framework APIs and you need version-accurate docs before implementation. AE.LTD workflow tuned for fast, verifiable doc grounding.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/skills && cp -R /tmp/cldcde/skills/ae-ltd-context7-radar ~/.claude/skills/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/skills/ae-ltd-context7-radar",
      "updatedAt": "2026-03-12T04:22:45+11:00"
    },
    {
      "id": "skill:ae-ltd-mcp-foundry",
      "slug": "ae-ltd-mcp-foundry",
      "name": "AE.LTD MCP Foundry",
      "kind": "skill",
      "tier": "public",
      "summary": "Use when scaffolding or extending MCP servers, adding tools/resources/prompts, or hardening MCP tool schemas and handlers. AE.LTD workflow tuned for production-ready MCP delivery.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/skills && cp -R /tmp/cldcde/skills/ae-ltd-mcp-foundry ~/.claude/skills/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/skills/ae-ltd-mcp-foundry",
      "updatedAt": "2026-03-12T04:22:45+11:00"
    },
    {
      "id": "skill:ae-ltd-mutation-gate",
      "slug": "ae-ltd-mutation-gate",
      "name": "AE.LTD Mutation Gate",
      "kind": "skill",
      "tier": "public",
      "summary": "Use when unit tests look green but confidence is low and mutation testing is needed to expose weak assertions. AE.LTD workflow for targeted mutation runs and actionable test hardening.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/skills && cp -R /tmp/cldcde/skills/ae-ltd-mutation-gate ~/.claude/skills/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/skills/ae-ltd-mutation-gate",
      "updatedAt": "2026-03-12T04:22:45+11:00"
    },
    {
      "id": "skill:ae-ltd-n8n-orbit",
      "slug": "ae-ltd-n8n-orbit",
      "name": "AE.LTD n8n Orbit",
      "kind": "skill",
      "tier": "public",
      "summary": "Use when converting plain-language automation goals into production-ready n8n workflow JSON with retries, error paths, and credential-safe placeholders. AE.LTD automation blueprint workflow.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/skills && cp -R /tmp/cldcde/skills/ae-ltd-n8n-orbit ~/.claude/skills/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/skills/ae-ltd-n8n-orbit",
      "updatedAt": "2026-03-12T04:22:45+11:00"
    },
    {
      "id": "skill:ae-ltd-skill-builder",
      "slug": "ae-ltd-skill-builder",
      "name": "AE.LTD Skill Builder",
      "kind": "skill",
      "tier": "public",
      "summary": "Create new Claude Code Skills with proper YAML frontmatter, progressive disclosure structure, and complete directory organization. Use when building custom skills, generating skill templates, fixing naming issues, or understanding the Claude Skills specification.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/skills && cp -R /tmp/cldcde/skills/ae-ltd-skill-builder ~/.claude/skills/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/skills/ae-ltd-skill-builder",
      "updatedAt": "2026-03-12T04:22:45+11:00"
    },
    {
      "id": "skill:ae-ltd-visual-regression-forge",
      "slug": "ae-ltd-visual-regression-forge",
      "name": "AE.LTD Visual Regression Forge",
      "kind": "skill",
      "tier": "public",
      "summary": "Use when UI changes must be proven safe across breakpoints using baseline and diff workflows. AE.LTD visual quality gate for release confidence.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/skills && cp -R /tmp/cldcde/skills/ae-ltd-visual-regression-forge ~/.claude/skills/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/skills/ae-ltd-visual-regression-forge",
      "updatedAt": "2026-03-12T04:22:45+11:00"
    },
    {
      "id": "skill:ae-ltd-worktree-mesh",
      "slug": "ae-ltd-worktree-mesh",
      "name": "AE.LTD Worktree Mesh",
      "kind": "skill",
      "tier": "public",
      "summary": "Use when parallel branches are needed for feature work, hotfixes, or review fixes using git worktrees with minimal context switching. AE.LTD workflow for safe creation, usage, and cleanup.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/skills && cp -R /tmp/cldcde/skills/ae-ltd-worktree-mesh ~/.claude/skills/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/skills/ae-ltd-worktree-mesh",
      "updatedAt": "2026-03-12T04:22:45+11:00"
    },
    {
      "id": "skill:opencode",
      "slug": "opencode",
      "name": "OpenCode",
      "kind": "skill",
      "tier": "public",
      "summary": "OpenCode agent configs and skill adapters shipped with the public floor.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/skills && cp -R /tmp/cldcde/skills/opencode ~/.claude/skills/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/skills/opencode",
      "updatedAt": "2026-03-12T04:18:46+11:00"
    },
    {
      "id": "plugin:agent-zero-brain",
      "slug": "agent-zero-brain",
      "name": "Agent Zero Brain",
      "kind": "plugin",
      "tier": "public",
      "summary": "Repo-synced item.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/plugins && cp -R /tmp/cldcde/plugins/agent-zero-brain ~/.claude/plugins/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/agent-zero-brain",
      "updatedAt": "2026-02-13T18:21:16+11:00"
    },
    {
      "id": "plugin:cloud-agents",
      "slug": "cloud-agents",
      "name": "Cldcde Cloud Aegnts",
      "kind": "plugin",
      "tier": "public",
      "summary": "Cloud Aegnts with Computer Use - Run agents in isolated sandboxes that record themselves interacting with software they build. Cursor-inspired multiplatform system for Claude Code, Agent-Zero, OpenCode, and OpenClaw.",
      "install": "npm i -g @aegntic/cldcde-cloud-aegnts",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/cloud-agents",
      "updatedAt": "2026-02-27T15:12:09+11:00"
    },
    {
      "id": "plugin:compound-engineering",
      "slug": "compound-engineering",
      "name": "Compound Engineering Plugin",
      "kind": "plugin",
      "tier": "public",
      "summary": "The Compound Engineering Plugin coordinates Debt-Sentinel, Red Team Tribunal, and Spec-Lock into unified, multi-stage workflows. It provides orchestration, metrics tracking, and quality gates for comp",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/plugins && cp -R /tmp/cldcde/plugins/compound-engineering ~/.claude/plugins/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/compound-engineering",
      "updatedAt": "2026-02-13T21:14:48+11:00"
    },
    {
      "id": "plugin:context7-docs",
      "slug": "context7-docs",
      "name": "Context7 Docs",
      "kind": "plugin",
      "tier": "public",
      "summary": "Repo-synced item.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/plugins && cp -R /tmp/cldcde/plugins/context7-docs ~/.claude/plugins/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/context7-docs",
      "updatedAt": "2026-02-24T22:37:35+11:00"
    },
    {
      "id": "plugin:create-worktrees",
      "slug": "create-worktrees",
      "name": "Create Worktrees",
      "kind": "plugin",
      "tier": "public",
      "summary": "Repo-synced item.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/plugins && cp -R /tmp/cldcde/plugins/create-worktrees ~/.claude/plugins/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/create-worktrees",
      "updatedAt": "2026-02-24T22:37:35+11:00"
    },
    {
      "id": "plugin:d3mo-video-generator",
      "slug": "d3mo-video-generator",
      "name": "D3mo Video Generator",
      "kind": "plugin",
      "tier": "public",
      "summary": "Repo-synced item.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/plugins && cp -R /tmp/cldcde/plugins/d3mo-video-generator ~/.claude/plugins/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/d3mo-video-generator",
      "updatedAt": "2025-11-19T09:21:45+11:00"
    },
    {
      "id": "plugin:debt-sentinel",
      "slug": "debt-sentinel",
      "name": "Debt Sentinel Plugin",
      "kind": "plugin",
      "tier": "public",
      "summary": "The Tech-Debt Sentinel is a hook-based architectural enforcer that prevents \"vibe coding\" slop by blocking anti-patterns before they enter the codebase.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/plugins && cp -R /tmp/cldcde/plugins/debt-sentinel ~/.claude/plugins/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/debt-sentinel",
      "updatedAt": "2026-02-13T21:14:48+11:00"
    },
    {
      "id": "plugin:emergent-capability-suite",
      "slug": "emergent-capability-suite",
      "name": "Emergent Capability Suite",
      "kind": "plugin",
      "tier": "public",
      "summary": "Repo-synced item.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/plugins && cp -R /tmp/cldcde/plugins/emergent-capability-suite ~/.claude/plugins/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/emergent-capability-suite",
      "updatedAt": "2025-11-19T09:07:00+11:00"
    },
    {
      "id": "plugin:fartnode-orchestrator-suite",
      "slug": "fartnode-orchestrator-suite",
      "name": "Fartnode Orchestrator Suite",
      "kind": "plugin",
      "tier": "public",
      "summary": "Repo-synced item.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/plugins && cp -R /tmp/cldcde/plugins/fartnode-orchestrator-suite ~/.claude/plugins/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/fartnode-orchestrator-suite",
      "updatedAt": "2025-11-19T09:21:45+11:00"
    },
    {
      "id": "plugin:google-labs-extension",
      "slug": "google-labs-extension",
      "name": "Google Labs Extension",
      "kind": "plugin",
      "tier": "public",
      "summary": "Google Suite Labs Extension - Access Stitch, Whisk, Flow, and all Google experimental AI tools with OAuth authentication and browser automation",
      "install": "npm i -g @aegntic/google-labs-extension",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/google-labs-extension",
      "updatedAt": "2026-02-13T18:21:16+11:00"
    },
    {
      "id": "plugin:hyperliquid-risk-monitor",
      "slug": "hyperliquid-risk-monitor",
      "name": "Hyperliquid Risk Monitor",
      "kind": "plugin",
      "tier": "public",
      "summary": "Repo-synced item.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/plugins && cp -R /tmp/cldcde/plugins/hyperliquid-risk-monitor ~/.claude/plugins/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/hyperliquid-risk-monitor",
      "updatedAt": "2025-11-19T09:21:45+11:00"
    },
    {
      "id": "plugin:mutation-tester",
      "slug": "mutation-tester",
      "name": "Mutation Tester",
      "kind": "plugin",
      "tier": "public",
      "summary": "Repo-synced item.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/plugins && cp -R /tmp/cldcde/plugins/mutation-tester ~/.claude/plugins/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/mutation-tester",
      "updatedAt": "2026-02-24T22:37:35+11:00"
    },
    {
      "id": "plugin:n8n-workflow",
      "slug": "n8n-workflow",
      "name": "N8n Workflow",
      "kind": "plugin",
      "tier": "public",
      "summary": "Repo-synced item.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/plugins && cp -R /tmp/cldcde/plugins/n8n-workflow ~/.claude/plugins/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/n8n-workflow",
      "updatedAt": "2026-02-24T22:37:35+11:00"
    },
    {
      "id": "plugin:notebooklm-pro",
      "slug": "notebooklm-pro",
      "name": "Notebooklm Pro",
      "kind": "plugin",
      "tier": "public",
      "summary": "NotebookLM Pro - Advanced conversational research and document analysis with session-based RAG, Gemini integration, and multi-source synthesis",
      "install": "npm i -g @aegntic/notebooklm-pro",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/notebooklm-pro",
      "updatedAt": "2026-02-13T18:21:16+11:00"
    },
    {
      "id": "plugin:obs-studio-control",
      "slug": "obs-studio-control",
      "name": "Obs Studio Control",
      "kind": "plugin",
      "tier": "public",
      "summary": "Professional OBS Studio Control and Stream Management Plugin",
      "install": "npm i -g @cldcde/obs-studio-control",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/obs-studio-control",
      "updatedAt": "2025-11-19T08:47:39+11:00"
    },
    {
      "id": "plugin:prologue-plugin",
      "slug": "prologue-plugin",
      "name": "Prologue Plugin",
      "kind": "plugin",
      "tier": "public",
      "summary": "Cross-platform interactive menu system for the @aegntic ecosystem. Works with Claude Code, Factory Droid, Antigravity, Gemini, and standalone CLI.",
      "install": "npm i -g @aegntic/prologue-plugin",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/prologue-plugin",
      "updatedAt": "2026-02-13T18:21:16+11:00"
    },
    {
      "id": "plugin:red-team-tribunal",
      "slug": "red-team-tribunal",
      "name": "Red Team Tribunal Skill",
      "kind": "plugin",
      "tier": "public",
      "summary": "The Red Team Tribunal utilizes Opus 4.6 Agent Teams to create an adversarial review loop that prevents \"confident mistakes\" through multi-agent consensus.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/plugins && cp -R /tmp/cldcde/plugins/red-team-tribunal ~/.claude/plugins/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/red-team-tribunal",
      "updatedAt": "2026-02-13T21:14:48+11:00"
    },
    {
      "id": "plugin:remote-visual-debugger",
      "slug": "remote-visual-debugger",
      "name": "Remote Visual Debugger",
      "kind": "plugin",
      "tier": "public",
      "summary": "Repo-synced item.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/plugins && cp -R /tmp/cldcde/plugins/remote-visual-debugger ~/.claude/plugins/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/remote-visual-debugger",
      "updatedAt": "2025-11-19T09:21:45+11:00"
    },
    {
      "id": "plugin:sota-template-suite",
      "slug": "sota-template-suite",
      "name": "Sota Template Suite",
      "kind": "plugin",
      "tier": "public",
      "summary": "Repo-synced item.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/plugins && cp -R /tmp/cldcde/plugins/sota-template-suite ~/.claude/plugins/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/sota-template-suite",
      "updatedAt": "2025-11-19T09:07:00+11:00"
    },
    {
      "id": "plugin:spec-lock",
      "slug": "spec-lock",
      "name": "Spec Lock Plugin",
      "kind": "plugin",
      "tier": "public",
      "summary": "The Living Spec Synchronizer prevents documentation rot by maintaining bi-directional sync between code and specifications. It treats documentation as executable code that must stay in sync with imple",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/plugins && cp -R /tmp/cldcde/plugins/spec-lock ~/.claude/plugins/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/spec-lock",
      "updatedAt": "2026-02-13T21:14:48+11:00"
    },
    {
      "id": "plugin:viral-automation-suite",
      "slug": "viral-automation-suite",
      "name": "Viral Automation Suite",
      "kind": "plugin",
      "tier": "public",
      "summary": "Repo-synced item.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/plugins && cp -R /tmp/cldcde/plugins/viral-automation-suite ~/.claude/plugins/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/viral-automation-suite",
      "updatedAt": "2025-11-19T09:07:00+11:00"
    },
    {
      "id": "plugin:visual-regression",
      "slug": "visual-regression",
      "name": "Visual Regression",
      "kind": "plugin",
      "tier": "public",
      "summary": "Repo-synced item.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/plugins && cp -R /tmp/cldcde/plugins/visual-regression ~/.claude/plugins/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/visual-regression",
      "updatedAt": "2026-02-24T22:37:35+11:00"
    },
    {
      "id": "plugin:website-gen-automation",
      "slug": "website-gen-automation",
      "name": "Website Gen Automation",
      "kind": "plugin",
      "tier": "public",
      "summary": "Repo-synced item.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/plugins && cp -R /tmp/cldcde/plugins/website-gen-automation ~/.claude/plugins/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/website-gen-automation",
      "updatedAt": "2025-11-19T09:21:45+11:00"
    },
    {
      "id": "plugin:wie",
      "slug": "wie",
      "name": "Cldcde Wie",
      "kind": "plugin",
      "tier": "public",
      "summary": "AEGNTIC Website Intelligence Engine (WIE): Analyzes a reference website and produces an original, reusable, production-ready template ecosystem with design tokens, motion DNA, component/section libraries, placeholder catalogs, CMS schemas, and manifests.",
      "install": "npm i -g @aegntic/cldcde-wie",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/wie",
      "updatedAt": "2026-07-12T04:28:08+10:00"
    },
    {
      "id": "plugin:youtube-creator",
      "slug": "youtube-creator",
      "name": "Youtube Creator",
      "kind": "plugin",
      "tier": "public",
      "summary": "YouTube Channel Management and Video Upload Plugin",
      "install": "npm i -g @cldcde/youtube-creator",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/youtube-creator",
      "updatedAt": "2025-11-19T08:47:39+11:00"
    },
    {
      "id": "plugin:youtube-creator-pro",
      "slug": "youtube-creator-pro",
      "name": "Youtube Creator Pro",
      "kind": "plugin",
      "tier": "public",
      "summary": "Advanced YouTube Creator Plugin with AI-Powered Workflows",
      "install": "npm i -g @cldcde/youtube-creator-pro",
      "repo": "https://github.com/aegntic/cldcde/tree/main/plugins/youtube-creator-pro",
      "updatedAt": "2025-11-19T08:47:39+11:00"
    },
    {
      "id": "mcp:ai-memory-server",
      "slug": "ai-memory-server",
      "name": "Ai Memory Mcp Server",
      "kind": "mcp",
      "tier": "public",
      "summary": "MCP server for accessing ChatGPT, Grok, and Gemini conversations and memory",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/mcp && cp -R /tmp/cldcde/mcp-servers/ai-memory-server ~/.claude/mcp/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/mcp-servers/ai-memory-server",
      "updatedAt": "2025-07-11T06:54:30+10:00"
    },
    {
      "id": "mcp:graphiti-mcp",
      "slug": "graphiti-mcp",
      "name": "Graphiti Mcp",
      "kind": "mcp",
      "tier": "public",
      "summary": "Repo-synced item.",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/mcp && cp -R /tmp/cldcde/mcp-servers/graphiti-mcp ~/.claude/mcp/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/mcp-servers/graphiti-mcp",
      "updatedAt": "2026-02-13T18:21:16+11:00"
    },
    {
      "id": "mcp:obsidian-elite-rag",
      "slug": "obsidian-elite-rag",
      "name": "Obsidian Elite Rag",
      "kind": "mcp",
      "tier": "public",
      "summary": "Elite Obsidian RAG System - Second Brain with Claude Code Integration",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/mcp && cp -R /tmp/cldcde/mcp-servers/obsidian-elite-rag ~/.claude/mcp/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/mcp-servers/obsidian-elite-rag",
      "updatedAt": "2026-02-24T22:37:35+11:00"
    },
    {
      "id": "mcp:quick-data",
      "slug": "quick-data",
      "name": "Generic Data Analytics MCP Server",
      "kind": "mcp",
      "tier": "public",
      "summary": "A MCP (Model Context Protocol) server that transforms any structured dataset (JSON/CSV) into intelligent, AI-guided analytics workflows. This server demonstrates advanced modular architecture with dat",
      "install": "git clone --depth=1 https://github.com/aegntic/cldcde.git /tmp/cldcde && mkdir -p ~/.claude/mcp && cp -R /tmp/cldcde/mcp-servers/quick-data ~/.claude/mcp/",
      "repo": "https://github.com/aegntic/cldcde/tree/main/mcp-servers/quick-data",
      "updatedAt": "2026-02-24T22:37:35+11:00"
    },
    {
      "id": "plugin:cli-shortcuts",
      "slug": "cli-shortcuts",
      "name": "Cldcde Cli Shortcuts",
      "kind": "plugin",
      "tier": "public",
      "summary": "A comprehensive collection of 40+ Claude Code CLI shortcuts for improved productivity and ease of use",
      "install": "npm i -g @aegntic/cldcde-cli-shortcuts",
      "repo": "https://github.com/aegntic/cldcde/tree/main/cli-shortcuts",
      "updatedAt": "2025-08-06T00:43:49+10:00"
    },
    {
      "id": "plugin:context-tracker",
      "slug": "context-tracker",
      "name": "Cldcde Context Tracker",
      "kind": "plugin",
      "tier": "public",
      "summary": "A persistent context window monitor addon for Claude Code CLI that shows real-time token usage with visual indicators",
      "install": "npm i -g @aegntic/cldcde-context-tracker",
      "repo": "https://github.com/aegntic/cldcde/tree/main/context-tracker",
      "updatedAt": "2025-08-06T00:55:29+10:00"
    },
    {
      "id": "mcp:aegntic-hive-mcp",
      "slug": "aegntic-hive-mcp",
      "name": "Aegntic Hive Mcp",
      "kind": "mcp",
      "tier": "public",
      "summary": "MCP server for managing AI conversations, projects, and artifacts from ChatGPT, Grok, Gemini, and Claude",
      "install": "npm i -g aegntic-hive-mcp",
      "repo": "https://github.com/aegntic/cldcde/tree/main/aegntic-hive-mcp",
      "updatedAt": "2025-07-11T06:54:30+10:00"
    },
    {
      "id": "vault:ultraplan-pro",
      "slug": "ultraplan-pro",
      "name": "Ultraplan Pro",
      "kind": "skill",
      "tier": "pro",
      "summary": "Designs AI ecosystem architectures: skills, commands, hooks, and subagents from a requirements pass.",
      "install": "Unlock with Pro. Zip drops after the Stripe webhook marks the subscription paid or trialing.",
      "repo": "https://github.com/aegntic/cldcde-private",
      "updatedAt": "2026-08-27T23:25:25+10:00"
    },
    {
      "id": "vault:cc-eco-techt",
      "slug": "cc-eco-techt",
      "name": "CC Eco Techt",
      "kind": "skill",
      "tier": "pro",
      "summary": "Detects the current AI CLI and writes platform-native components for Claude Code, Codex, Goose, Gemini CLI, and kin.",
      "install": "Unlock with Pro. Zip drops after the Stripe webhook marks the subscription paid or trialing.",
      "repo": "https://github.com/aegntic/cldcde-private",
      "updatedAt": "2026-08-27T23:25:25+10:00"
    },
    {
      "id": "vault:d3mo-generator",
      "slug": "d3mo-generator",
      "name": "D3MO Generator",
      "kind": "skill",
      "tier": "pro",
      "summary": "Builds Remotion demo videos, screen recordings, and platform-sized promo cuts from a brief.",
      "install": "Unlock with Pro. Zip drops after the Stripe webhook marks the subscription paid or trialing.",
      "repo": "https://github.com/aegntic/cldcde-private",
      "updatedAt": "2026-08-27T23:25:25+10:00"
    },
    {
      "id": "vault:business-infra-workflow",
      "slug": "business-infra-workflow",
      "name": "Business Infra",
      "kind": "skill",
      "tier": "pro",
      "summary": "Stands up database, Stripe, email capture, and content systems as one workflow.",
      "install": "Unlock with Pro. Zip drops after the Stripe webhook marks the subscription paid or trialing.",
      "repo": "https://github.com/aegntic/cldcde-private",
      "updatedAt": "2026-08-27T23:25:25+10:00"
    },
    {
      "id": "vault:multi-platform-architect",
      "slug": "multi-platform-architect",
      "name": "Multi-Platform Architect",
      "kind": "skill",
      "tier": "pro",
      "summary": "Writes the same automation as compatible components across Claude Code, Copilot, Goose, and generic CLIs.",
      "install": "Unlock with Pro. Zip drops after the Stripe webhook marks the subscription paid or trialing.",
      "repo": "https://github.com/aegntic/cldcde-private",
      "updatedAt": "2026-08-27T23:25:25+10:00"
    },
    {
      "id": "vault:api-docs-generator",
      "slug": "api-docs-generator",
      "name": "API Docs Generator",
      "kind": "skill",
      "tier": "pro",
      "summary": "Regenerates API documentation from code changes and keeps formats in sync.",
      "install": "Unlock with Pro. Zip drops after the Stripe webhook marks the subscription paid or trialing.",
      "repo": "https://github.com/aegntic/cldcde-private",
      "updatedAt": "2026-08-27T23:25:25+10:00"
    },
    {
      "id": "vault:testing-automation",
      "slug": "testing-automation",
      "name": "Testing Automation",
      "kind": "skill",
      "tier": "pro",
      "summary": "Orchestrates unit, integration, and E2E runs with coverage gates.",
      "install": "Unlock with Pro. Zip drops after the Stripe webhook marks the subscription paid or trialing.",
      "repo": "https://github.com/aegntic/cldcde-private",
      "updatedAt": "2026-08-27T23:25:25+10:00"
    },
    {
      "id": "vault:website-gen-automation",
      "slug": "website-gen-automation",
      "name": "Website Gen Automation",
      "kind": "skill",
      "tier": "pro",
      "summary": "Generates and distributes site variants from a design system and a config file.",
      "install": "Unlock with Pro. Zip drops after the Stripe webhook marks the subscription paid or trialing.",
      "repo": "https://github.com/aegntic/cldcde-private",
      "updatedAt": "2026-08-27T23:25:25+10:00"
    },
    {
      "id": "vault:advanced-framework-skills",
      "slug": "advanced-framework-skills",
      "name": "Advanced Framework Skills",
      "kind": "skill",
      "tier": "pro",
      "summary": "Framework-specific agent skills kept off the public floor.",
      "install": "Unlock with Pro. Zip drops after the Stripe webhook marks the subscription paid or trialing.",
      "repo": "https://github.com/aegntic/cldcde-private",
      "updatedAt": "2026-08-27T23:25:25+10:00"
    },
    {
      "id": "vault:desktop-vision-control",
      "slug": "desktop-vision-control",
      "name": "Desktop Vision Control",
      "kind": "skill",
      "tier": "pro",
      "summary": "Computer-use loops for seeing and driving a desktop from the agent.",
      "install": "Unlock with Pro. Zip drops after the Stripe webhook marks the subscription paid or trialing.",
      "repo": "https://github.com/aegntic/cldcde-private",
      "updatedAt": "2026-08-27T23:25:25+10:00"
    },
    {
      "id": "vault:file-system-mastery",
      "slug": "file-system-mastery",
      "name": "File System Mastery",
      "kind": "skill",
      "tier": "pro",
      "summary": "High-volume file operations, tree surgery, and safe bulk rewrites.",
      "install": "Unlock with Pro. Zip drops after the Stripe webhook marks the subscription paid or trialing.",
      "repo": "https://github.com/aegntic/cldcde-private",
      "updatedAt": "2026-08-27T23:25:25+10:00"
    },
    {
      "id": "vault:multi-agent-collaboration",
      "slug": "multi-agent-collaboration",
      "name": "Multi-Agent Collaboration",
      "kind": "skill",
      "tier": "pro",
      "summary": "Patterns for handing work between agents without dropping context.",
      "install": "Unlock with Pro. Zip drops after the Stripe webhook marks the subscription paid or trialing.",
      "repo": "https://github.com/aegntic/cldcde-private",
      "updatedAt": "2026-08-27T23:25:25+10:00"
    },
    {
      "id": "vault:obs-recording-mastery",
      "slug": "obs-recording-mastery",
      "name": "OBS Recording Mastery",
      "kind": "skill",
      "tier": "pro",
      "summary": "Scene control, recording, and stream setup for agent-driven capture.",
      "install": "Unlock with Pro. Zip drops after the Stripe webhook marks the subscription paid or trialing.",
      "repo": "https://github.com/aegntic/cldcde-private",
      "updatedAt": "2026-08-27T23:25:25+10:00"
    },
    {
      "id": "vault:terminal-process-automation",
      "slug": "terminal-process-automation",
      "name": "Terminal Process Automation",
      "kind": "skill",
      "tier": "pro",
      "summary": "Long-running process control, pane ops, and job supervision.",
      "install": "Unlock with Pro. Zip drops after the Stripe webhook marks the subscription paid or trialing.",
      "repo": "https://github.com/aegntic/cldcde-private",
      "updatedAt": "2026-08-27T23:25:25+10:00"
    },
    {
      "id": "vault:web-automation-mastery",
      "slug": "web-automation-mastery",
      "name": "Web Automation Mastery",
      "kind": "skill",
      "tier": "pro",
      "summary": "Browser driving for QA, authenticated flows, and repetitive site work.",
      "install": "Unlock with Pro. Zip drops after the Stripe webhook marks the subscription paid or trialing.",
      "repo": "https://github.com/aegntic/cldcde-private",
      "updatedAt": "2026-08-27T23:25:25+10:00"
    }
  ]
}
