coslash
v0.1.0Use local coSlash sessions, handoffs, agent launches, and diagnostics.
By Centauri AILicense: MIT16 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 5 skill or MCP entries
- 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 coslash for Codex and Claude Code
codex plugin marketplace add centauri-ai/coslash
codex plugin marketplace upgrade centauri-ai
codex plugin add coslash@centauri-aiPaste and run these commands in a terminal with Codex. They add and refresh the centauri-ai catalog, then install this plugin.
Compatibility: the page URL and API slug “coslash” remain stable.
- Codex:
coslash@agent-plugin-marketplace→coslash@centauri-ai
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/centauri-ai/coslashClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/coslash/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/doctor/SKILL.md├── skills/handoff/SKILL.md├── skills/review/SKILL.md├── skills/send/SKILL.md└── skills/sessions/SKILL.md
Included Skills5
Use when a user wants structured coSlash diagnostics or help investigating a broken local setup.
Use when a user wants the canonical coSlash handoff or context for a specific session.
Use when a user wants Claude Code, Codex, or OpenCode to review a local coSlash session.
Use when a user wants to start a new Claude Code or Codex session from a coSlash session.
Use when a user wants to list, find, search, or select local coSlash sessions.
Plugin manifests2
{
"name": "coslash",
"version": "0.1.0",
"description": "Use local coSlash sessions, handoffs, agent launches, and diagnostics.",
"author": {
"name": "Centauri AI",
"url": "https://github.com/centauri-ai"
},
"homepage": "https://github.com/centauri-ai/coslash",
"repository": "https://github.com/centauri-ai/coslash",
"license": "MIT",
"keywords": [
"coslash",
"sessions",
"handoff",
"claude",
"codex"
],
"skills": "./skills/",
"interface": {
"displayName": "coSlash",
"shortDescription": "Use coSlash from Codex.",
"longDescription": "Find local agent sessions, produce canonical handoffs, launch Claude Code or Codex, and diagnose coSlash.",
"developerName": "Centauri AI",
"category": "Productivity",
"capabilities": [
"Interactive"
],
"defaultPrompt": [
"Find my recent coSlash sessions."
],
"websiteURL": "https://github.com/centauri-ai/coslash"
}
}{
"name": "coslash",
"version": "0.1.0",
"description": "Use local coSlash sessions, handoffs, agent launches, and diagnostics.",
"author": {
"name": "Centauri AI",
"url": "https://github.com/centauri-ai"
},
"homepage": "https://github.com/centauri-ai/coslash",
"repository": "https://github.com/centauri-ai/coslash",
"license": "MIT",
"keywords": [
"coslash",
"sessions",
"handoff",
"claude",
"codex"
]
}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.
[coslash on Agent Plugins Marketplace](https://pluginsmp.com/plugins/coslash)