Agent Plugins Marketplace
← All plugins

cubic

v1.1.0

AI-powered code review using Cubic CLI. Detects bugs, security vulnerabilities, and style issues before commits.

CodexClaude Code1 Skill

By Minsu LeeLicense: MIT15 GitHub starsUpdated 2 hours ago

Directory evidence

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

Installs for the current user
codex plugin marketplace add pleaseai/claude-code-plugins
codex plugin marketplace upgrade pleaseai
codex plugin add cubic@pleaseai

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

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

  • Codex: cubic@agent-plugin-marketplace → cubic@pleaseai

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/pleaseai/claude-code-plugins

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

Plugin files

plugins/cubic/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/cubic-review/SKILL.md

Included Skills1

cubic-reviewskills/cubic-review/SKILL.md

Run AI-powered code reviews using Cubic CLI to detect bugs, security vulnerabilities, and style issues in local changes. Use when the user says "review my code," "check my changes for bugs," "run cubic review," "review this diff," "pre-commit check," "find issues before I push," "analyze my branch changes," or "code quality check." Triggers on mentions of cubic, code review, diff review, pre-commit checks, bug detection, and code quality validation.

Plugin manifests2

plugins/cubic/.codex-plugin/plugin.json
{
  "name": "cubic",
  "version": "1.1.0",
  "description": "AI-powered code review using Cubic CLI. Detects bugs, security vulnerabilities, and style issues before commits.",
  "author": {
    "name": "Minsu Lee",
    "url": "https://github.com/amondnet"
  },
  "interface": {
    "displayName": "Cubic",
    "shortDescription": "AI-powered code review using Cubic CLI",
    "longDescription": "AI-powered code review using Cubic CLI. Detects bugs, security vulnerabilities, and style issues before commits.",
    "developerName": "Minsu Lee",
    "category": "Development",
    "capabilities": [
      "Skill"
    ],
    "defaultPrompt": [
      "Help me use Cubic for my current task."
    ],
    "websiteURL": "https://cubic.dev"
  },
  "homepage": "https://cubic.dev",
  "repository": "https://github.com/pleaseai/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "code-review",
    "ai-review",
    "cubic",
    "linting",
    "security",
    "bugs"
  ]
}
plugins/cubic/.claude-plugin/plugin.json
{
  "name": "cubic",
  "version": "1.1.0",
  "description": "AI-powered code review using Cubic CLI. Detects bugs, security vulnerabilities, and style issues before commits.",
  "author": {
    "name": "Minsu Lee",
    "url": "https://github.com/amondnet"
  },
  "homepage": "https://cubic.dev",
  "repository": "https://github.com/pleaseai/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "code-review",
    "ai-review",
    "cubic",
    "linting",
    "security",
    "bugs"
  ]
}

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

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