Agent Plugins Marketplace
All plugins

storybloq

v1.14.0

Project memory for Claude Code and Codex. Storybloq stores tickets, issues, handovers, and lessons in a .story/ folder inside your repo.

CodexClaude Code1 Skill

By Amir ShayeghLicense: PolyForm-Shield-1.0.0737 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 16, 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 storybloq for Codex and Claude Code

Installs for the current user
codex plugin marketplace add Storybloq/storybloq
codex plugin marketplace upgrade storybloq
codex plugin add storybloq@storybloq

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

Compatibility: the page URL and API slug “storybloq” remain stable.

  • Codex: storybloq@agent-plugin-marketplacestorybloq@storybloq

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/Storybloq/storybloq

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

Plugin files

plugins/storybloq/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/story/SKILL.md

Included Skills1

storyskills/story/SKILL.md

Track tickets, issues, and progress for your project. Load project context, manage sessions, guide setup.

Plugin manifests2

plugins/storybloq/.codex-plugin/plugin.json
{
  "name": "storybloq",
  "version": "1.14.0",
  "description": "Project memory for Claude Code and Codex. Storybloq stores tickets, issues, handovers, and lessons in a .story/ folder inside your repo.",
  "author": {
    "name": "Amir Shayegh",
    "url": "https://storybloq.com"
  },
  "homepage": "https://storybloq.com",
  "repository": "https://github.com/Storybloq/storybloq",
  "license": "PolyForm-Shield-1.0.0",
  "keywords": [
    "storybloq",
    "codex",
    "openai-codex",
    "session-continuity",
    "agentic-development"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Storybloq",
    "shortDescription": "Project memory for Claude Code and Codex.",
    "longDescription": "Storybloq stores tickets, issues, handovers, and lessons in a .story/ folder inside your repo so every session starts where the last one left off.",
    "developerName": "Amir Shayegh",
    "category": "Productivity",
    "capabilities": [
      "Project memory",
      "Session continuity",
      "Multi-session handovers"
    ],
    "websiteURL": "https://storybloq.com",
    "defaultPrompt": [
      "Load project state with $story"
    ]
  }
}
plugins/storybloq/.claude-plugin/plugin.json
{
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
  "name": "storybloq",
  "displayName": "Storybloq",
  "version": "1.14.0",
  "description": "Project memory for Claude Code and Codex. Storybloq stores tickets, issues, handovers, and lessons in a .story/ folder inside your repo.",
  "author": {
    "name": "Amir Shayegh",
    "url": "https://storybloq.com"
  },
  "homepage": "https://storybloq.com",
  "repository": "https://github.com/Storybloq/storybloq",
  "license": "PolyForm-Shield-1.0.0",
  "keywords": [
    "storybloq",
    "claude-code",
    "session-continuity",
    "agentic-development"
  ],
  "skills": "./skills/",
  "hooks": "./hooks/hooks.json",
  "userConfig": {
    "sidebar": {
      "title": "Ledger sidebar Mod (experimental)",
      "type": "boolean",
      "default": false,
      "description": "Draw the .story/ ledger in a pane beside the transcript. Loads only when Claude Code runs with CLAUDE_CODE_ENABLE_FUNCTION_HOOKS=1 (T-508)."
    }
  },
  "metadata": {
    "functionHooks": "Early-access Claude Code API (client 2.1.273, see hooks/client-api.ts). The Mod is off until its userConfig option is set; no product decision on shipping it is implied by its presence here (T-505)."
  }
}

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

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