Agent Plugins Marketplace
All plugins

cube

v1.2.0

Reusable Agent Skills for problem solving, code analysis, audits, refactoring, documentation, and Git workflows.

CodexClaude Code14 Skills1 MCP serverstdio

By KNOSEROLicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
15 skill or MCP entries
Source updated
Sep 9, 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 cube for Codex and Claude Code

Installs for the current user
codex plugin marketplace add KNOSERO/agent-skills
codex plugin marketplace upgrade knosero
codex plugin add cube@knosero

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

Compatibility: the page URL and API slug “cube-3” remain stable.

  • Codex: cube-3@agent-plugin-marketplacecube@knosero

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/KNOSERO/agent-skills

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

Plugin files

plugins/cube/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/business-process-analysis/SKILL.md
├── skills/code-audit/SKILL.md
├── skills/export-result/SKILL.md
├── skills/feedback-summary/SKILL.md
├── skills/git-commit/SKILL.md
├── skills/grill/SKILL.md
├── skills/implementation-plan/SKILL.md
├── skills/long-result/SKILL.md
├── skills/problem-solving/SKILL.md
├── skills/programming-principles/SKILL.md
├── skills/refactor/SKILL.md
├── skills/short-result/SKILL.md
├── skills/task-decomposition/SKILL.md
├── skills/token-efficient-retrieval/SKILL.md
└── .mcp.json

Included Skills14

business-process-analysisskills/business-process-analysis/SKILL.md

Reconstruct and explain the business process implemented or affected by a feature, use case, module, endpoint, event, command, behavior, or problem, using system artifacts as evidence rather than analyzing code in isolation.

code-auditskills/code-audit/SKILL.md

Audit selected code for material security, correctness, reliability, performance, and maintainability risks; report evidence-based findings with stable IDs, then implement only findings explicitly selected by the user.

export-resultskills/export-result/SKILL.md

Deliver the completed task result as one user-accessible Markdown document without changing its meaning, scope, workflow, or domain-specific output contract. Use only when explicitly invoked.

feedback-summaryskills/feedback-summary/SKILL.md

Summarize what has already been established in a task, including achieved outcomes, decisions, open points, and next steps, without restarting the analysis. Use only when explicitly invoked.

git-commitskills/git-commit/SKILL.md

Split uncommitted repository changes into logical commits and create them using Conventional Commits.

grillskills/grill/SKILL.md

Discover and resolve unresolved product, project, design, and architectural decisions through collaborative, dependency-aware interview rounds; do not use it for discoverable facts or immaterial execution details.

implementation-planskills/implementation-plan/SKILL.md

Turn established problem analysis, requirements, and decisions into a concrete step-by-step implementation plan with exact changes, dependencies, acceptance criteria, and verification.

long-resultskills/long-result/SKILL.md

Control response depth by producing the most complete useful answer with relevant explanation, evidence, implications, and limitations without unnecessary verbosity.

problem-solvingskills/problem-solving/SKILL.md

Drive a problem, idea, goal, requirement, symptom, or change proposal toward the strongest justified solution using focused evidence, explicit decisions, clarification, and solution comparison.

programming-principlesskills/programming-principles/SKILL.md

Decision principles for writing and refactoring source code and tests, applicable regardless of language, framework, or libraries. Prefer clear responsibilities, the simplest correct structure, meaningful domain boundaries, observable contracts, real dependencies, and justified abstractions.

refactorskills/refactor/SKILL.md

Analyze selected code, propose only justified behavior-preserving refactorings with stable T1, T2, T3, and subsequent identifiers, then implement and verify only the scope selected by the user.

short-resultskills/short-result/SKILL.md

Control response presentation by producing the minimum sufficient answer while preserving required information, evidence, caveats, and output contracts.

task-decompositionskills/task-decomposition/SKILL.md

Break non-trivial tasks into the minimum set of coherent, dependent, and verifiable execution stages while preserving the consuming skill's domain workflow.

token-efficient-retrievalskills/token-efficient-retrieval/SKILL.md

Always use this skill before retrieving information from a repository, dataset, database export, API response, log, document set, test output, diff, or other structured or unstructured data source. It defines the minimum evidence and retrieval scope needed to make a correct decision while controlling context size. Use it for reading, searching, investigating, editing, reviewing, debugging, planning, and validating work that depends on external or workspace data. Do not use it when no data retrieval is needed, such as pure drafting from user-provided facts.

MCP servers1

retrieval-statusstdio
command
node
args
${PLUGIN_ROOT}/retrieval-status-server.js

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests2

plugins/cube/.codex-plugin/plugin.json
{
  "name": "cube",
  "version": "1.2.0",
  "description": "Reusable Agent Skills for problem solving, code analysis, audits, refactoring, documentation, and Git workflows.",
  "author": {
    "name": "KNOSERO"
  },
  "homepage": "https://github.com/KNOSERO/codex",
  "repository": "https://github.com/KNOSERO/codex",
  "license": "MIT",
  "keywords": [
    "skills",
    "code-analysis",
    "problem-solving",
    "documentation"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Cube Skills",
    "shortDescription": "Reusable skills for coding and problem solving",
    "longDescription": "A complete collection of reusable Agent Skills for problem solving, business process analysis, code audits, refactoring, documentation, programming principles, task decomposition, retrieval, and Git workflows.",
    "developerName": "KNOSERO",
    "category": "Developer Tools",
    "capabilities": [
      "Analyze",
      "Plan",
      "Review"
    ],
    "defaultPrompt": [
      "Help me solve this repository problem.",
      "Audit the selected code for meaningful risks.",
      "Explain the business process implemented here."
    ]
  }
}
plugins/cube/.claude-plugin/plugin.json
{
  "name": "cube",
  "description": "Reusable Agent Skills for problem solving, code analysis, audits, refactoring, documentation, and Git workflows.",
  "version": "1.2.0",
  "author": {
    "name": "KNOSERO"
  },
  "homepage": "https://github.com/KNOSERO/codex",
  "repository": "https://github.com/KNOSERO/codex",
  "license": "MIT"
}

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

[cube on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cube-3)