Skip to content

Latest commit

 

History

History

README.md

AgentStack Plugins — Index

Purpose: Single entry point for AgentStack plugin documentation (Decomposition: one index; Elegant Minimalism: no duplication — details by link).

For AI agents: Start with CONTEXT_FOR_AI.md and MCP_CAPABILITY_MATRIX.md. Plugin source repos: agentstacktech/cursor-plugin, agentstacktech/claude-plugin, agentstacktech/vscode-plugin, agentstacktech/gpt-plugin.

Philosophy: See AGENTSTACK_PLUGIN_PHILOSOPHY.md.


Plugins by platform

All plugins are published as separate GitHub repositories (see table below). On GitHub the docs repo is agentstacktech/AgentStack.

Platform Folder GitHub Summary
Cursor cursor-plugin agentstacktech/cursor-plugin v0.4.14, gen3 — 5-layer plugin + catalog plane (rules + 24 domain skills + commands + agents + hooks), OAuth 2.1 Device Code, streamable-http MCP. Install via /agentstack-init.
Claude Code claude-plugin agentstacktech/claude-plugin Claude Code plugin: Skills, manifest .claude-plugin/plugin.json. MCP: claude mcp add --transport http.
GPT (OpenAI) gpt-plugin agentstacktech/gpt-plugin GPT Actions artifacts: OpenAPI 3.1 schema + instructions. Install = create Custom GPT per GPT_QUICKSTART.
VS Code vscode-plugin agentstacktech/vscode-plugin VS Code extension: MCP registered by extension; one-time API key entry (SecretStorage).

Getting started

Flow: create an anonymous project (no account) → get API key or OAuth Bearer → add it in the plugin → use agentstack.execute in chat with the live action catalog. Endpoint GET /mcp/actions is the current discovery source, and projects.create_project_anonymous works before full plugin configuration.

  1. Choose a plugin for your environment: Cursor, Claude Code, VS Code, or GPT (Custom GPT in ChatGPT).
  2. Get an API key — no signup (anonymous project) or from AgentStack in project settings.
  3. Follow Quick Start for your plugin (links below) — connect in a few minutes.

What plugins provide: one MCP endpoint (https://agentstack.tech/mcp) and 463 catalog actions for projects, 8DNA data, Rules Engine, payments, Buffs, auth, agents, hosted static sites (hosting.*), project files (storage.*), support, messenger, and more. Scale facts: PLATFORM_SCALE.md. Full list: MCP_CAPABILITY_MATRIX.md.


Key documents

Document Content
CONTEXT_FOR_AI.md AgentStack capability map for AI (domains, when to use which tool); for GPT, VS Code, etc.
MCP_CAPABILITY_MATRIX.md Stable public link to the full MCP action catalogue (source: GET /mcp/actions).
CLAUDE_VS_CURSOR_PLUGIN.md Comparison of all four plugins: manifest, install, MCP config, Skills/Rules.
AGENTSTACK_PLUGIN_PHILOSOPHY.md Plugin validation via PHILOSOPHY_INDEX (Creation over Conflict, Decomposition, Elegant Minimalism, 8DNA, Time) + v0.4.9 5-layer model.
../MCP_QUICKSTART.md Single hub for MCP setup (API key, Cursor, debugging). Per-plugin stubs live in each GitHub repo.

Publisher copy

Ready-made titles, descriptions, and keywords for marketplaces live in each plugin repository README (Cursor, VS Code, Claude, GPT).

Post-release checklists (for maintainers)

Checklists ship inside each plugin repo (POST_RELEASE_CHECKLIST.md or equivalent) — not duplicated in this public docs mirror.


Quick links by plugin

Full MCP tools list: MCP_CAPABILITY_MATRIX.md.
Data store (how to use the “database”): DNA_KEY_VALUE_API.md (key-value API: project.data., user.data.).


FAQ

Question Answer
Where is the full tool list and parameters? MCP_CAPABILITY_MATRIX.md
How do I know which tool to use for a task? CONTEXT_FOR_AI.md — domain map (Projects, Payments, Rules, Buffs, etc.)
How do I store and read project/user data? Key-value API: project.data.*, user.data.* — see DNA_KEY_VALUE_API.md
Artifact Count
Cursor skills 24
Cursor commands 13
Cursor agents 5
MCP catalog actions 392
MCP domains 39
Platform version 0.4.14