cascade
v0.1.0Carry large projects through verifiable tasks, parallel work, and durable progress.
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
codex plugin marketplace add Parcha-ai/parcha-skills
codex plugin marketplace upgrade unc-skills
codex plugin add cascade@unc-skillsPaste 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-marketplace→cascade@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-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is cascade/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/cascade/SKILL.md
Included Skills1
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
{
"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."
]
}
}{
"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"
}
}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.
[cascade on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cascade)