Agent Plugins Marketplace
All plugins

stackbone

v1.2.0

Agent skills for Stackbone: the platform for building and hosting durable AI agents. Creators author a workspace of deep agents (deepagents/LangGraph, served over the standard OpenAI/Anthropic chat endpoints) and durable workflows; organizations install them as agents that run in their own cloud with Postgres (Drizzle), object storage, durable execution (Redis), a human-in-the-loop inbox and an LLM gateway (OpenRouter). This plugin gives coding agents the full Stackbone surface: @stackbone/sdk (the ambient stackbone client — database, storage, AI, RAG, approval, prompts, secrets, config, plus stackbone.connection(id)), @stackbone/sdk/deep (defineDeepAgent + connectorTool + tool-level HITL), @stackbone/sdk/workflow (durable workflows + callDeepAgent + requestApproval), @stackbone/sdk/connect (Stackbone Connect), the CLI for scaffolding, publishing, workflows, runs and HITL, and diagnostics for runs, logs, HITL and connectors.

Claude Code

By StackboneLicense: MIT1 GitHub starsUpdated 2 months ago

Directory evidence

Runtimes
Claude Code
Parsed components
0 skill or MCP entries
Source updated
Jul 13, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install stackbone for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install stackbone@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/stackbone/stackbone-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

stackbone/
└── .claude-plugin/plugin.json

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "stackbone",
  "description": "Agent skills for Stackbone: the platform for building and hosting durable AI agents. Creators author a workspace of deep agents (deepagents/LangGraph, served over the standard OpenAI/Anthropic chat endpoints) and durable workflows; organizations install them as agents that run in their own cloud with Postgres (Drizzle), object storage, durable execution (Redis), a human-in-the-loop inbox and an LLM gateway (OpenRouter). This plugin gives coding agents the full Stackbone surface: @stackbone/sdk (the ambient stackbone client — database, storage, AI, RAG, approval, prompts, secrets, config, plus stackbone.connection(id)), @stackbone/sdk/deep (defineDeepAgent + connectorTool + tool-level HITL), @stackbone/sdk/workflow (durable workflows + callDeepAgent + requestApproval), @stackbone/sdk/connect (Stackbone Connect), the CLI for scaffolding, publishing, workflows, runs and HITL, and diagnostics for runs, logs, HITL and connectors.",
  "version": "1.2.0",
  "author": {
    "name": "Stackbone",
    "url": "https://stackbone.ai"
  },
  "homepage": "https://stackbone.ai",
  "repository": "https://github.com/stackbone/stackbone-skills",
  "license": "MIT",
  "keywords": [
    "stackbone",
    "ai-agents",
    "agent-marketplace",
    "coding-agents",
    "deepagents",
    "langgraph",
    "durable-workflows",
    "workflow-sdk",
    "durable-execution",
    "postgres",
    "pgvector",
    "rag",
    "hitl",
    "openrouter"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[stackbone on Agent Plugins Marketplace](https://pluginsmp.com/plugins/stackbone)