cube
v1.2.0Reusable Agent Skills for problem solving, code analysis, audits, refactoring, documentation, and Git workflows.
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
codex plugin marketplace add KNOSERO/agent-skills
codex plugin marketplace upgrade knosero
codex plugin add cube@knoseroPaste 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-marketplace→cube@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-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/cube/.
Plugin files
├── .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
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.
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.
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.
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.
Split uncommitted repository changes into logical commits and create them using Conventional Commits.
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.
Turn established problem analysis, requirements, and decisions into a concrete step-by-step implementation plan with exact changes, dependencies, acceptance criteria, and verification.
Control response depth by producing the most complete useful answer with relevant explanation, evidence, implications, and limitations without unnecessary verbosity.
Drive a problem, idea, goal, requirement, symptom, or change proposal toward the strongest justified solution using focused evidence, explicit decisions, clarification, and solution comparison.
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.
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.
Control response presentation by producing the minimum sufficient answer while preserving required information, evidence, caveats, and output contracts.
Break non-trivial tasks into the minimum set of coherent, dependent, and verifiable execution stages while preserving the consuming skill's domain workflow.
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
- 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
{
"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."
]
}
}{
"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"
}For maintainers
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)