Agent Plugins Marketplace
All plugins

cascade

v0.1.0

Carry large projects through verifiable tasks, parallel work, and durable progress.

CodexClaude Code1 Skill

By Miguel RiosLicense: MIT61 GitHub starsUpdated 13 hours ago

Directory evidence

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

Installs for the current user
codex plugin marketplace add Parcha-ai/parcha-skills
codex plugin marketplace upgrade unc-skills
codex plugin add cascade@unc-skills

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

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

  • Codex: cascade@agent-plugin-marketplacecascade@unc-skills

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/Parcha-ai/parcha-skills

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

Plugin files

cascade/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/cascade/SKILL.md

Included Skills1

cascadeskills/cascade/SKILL.md

Carry large projects through verifiable tasks, parallel work, and durable progress. Use when asked for Cascade, work in loops, or sustained project execution. Skip small edits.

Plugin manifests2

cascade/.codex-plugin/plugin.json
{
  "name": "cascade",
  "version": "0.1.0",
  "description": "Carry large projects through verifiable tasks, parallel work, and durable progress.",
  "author": {
    "name": "Miguel Rios",
    "url": "https://github.com/miguelrios"
  },
  "homepage": "https://github.com/miguelrios/unc-skills/tree/main/cascade",
  "repository": "https://github.com/miguelrios/unc-skills/tree/main/cascade",
  "license": "MIT",
  "keywords": [
    "planning",
    "loops",
    "evidence",
    "coding-agent"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Cascade",
    "shortDescription": "Verifiable tasks and parallel project work",
    "longDescription": "Keep one living project plan with outcomes, task dependencies, exit checks, evidence, and resume notes. Delegate independent work and verify the integrated result.",
    "developerName": "Miguel Rios",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/miguelrios/unc-skills/tree/main/cascade",
    "defaultPrompt": [
      "Use Cascade to break this project into verifiable tasks and keep working through the dependency graph."
    ]
  }
}
cascade/.claude-plugin/plugin.json
{
  "name": "cascade",
  "version": "0.1.0",
  "description": "Carry large projects through verifiable tasks, parallel work, and durable progress.",
  "author": {
    "name": "Miguel Rios",
    "url": "https://github.com/miguelrios"
  }
}

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

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