recursive-systems
v0.1.5Practical AI tools from Recursive Systems.
By Recursive Systems0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 10, 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 recursive-systems for Codex and Claude Code
codex plugin marketplace add recursive-systems/recursive-toolkit
codex plugin marketplace upgrade recursive-systems
codex plugin add recursive-systems@recursive-systemsPaste and run these commands in a terminal with Codex. They add and refresh the recursive-systems catalog, then install this plugin.
Compatibility: the page URL and API slug “recursive-systems” remain stable.
- Codex:
recursive-systems@agent-plugin-marketplace→recursive-systems@recursive-systems
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/recursive-systems/recursive-toolkitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/recursive-systems/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/app-maturity-review/SKILL.md└── skills/workspace-cleanup/SKILL.md
Included Skills2
Review an app built with AI and prioritize practical improvements to its architecture, database, tests, delivery, monitoring, and customer usage measurement. Use when the user asks for an app maturity or engineering readiness review; recommendations only, with no time estimates.
Use current official model guidance to audit AI workspace skills, project instructions, and supporting files for duplication, conflicts, stale guidance, and potential retirement. Use when the user asks to clean up these resources; propose changes first unless edits are already authorized.
Plugin manifests3
{
"name": "recursive-systems",
"version": "0.1.5",
"description": "Practical AI tools from Recursive Systems.",
"author": {
"name": "Recursive Systems",
"url": "https://recursivesystems.dev"
},
"homepage": "https://recursivesystems.dev/#free-tools",
"repository": "https://github.com/recursive-systems/recursive-toolkit",
"skills": "./skills/",
"interface": {
"displayName": "Recursive Systems",
"shortDescription": "Practical AI tools from Recursive Systems.",
"longDescription": "Clean up AI workspace instructions and discover practical improvements for apps built with AI. Workspace Cleanup reviews skills and project guidance for duplication, conflicts, and stale instructions. App Maturity Review prioritizes improvements to architecture, testing, delivery, monitoring, and customer usage measurement. Includes two instruction-only skills; no hooks, connectors, or bundled executable scripts. Cleanup proposes changes unless edits are already authorized; app reviews make recommendations only.",
"developerName": "Recursive Systems",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://recursivesystems.dev",
"defaultPrompt": [
"Review my AI workspace for stale or conflicting guidance.",
"Review my app and prioritize practical engineering improvements."
],
"brandColor": "#111111",
"composerIcon": "./assets/icon.png",
"logo": "./assets/icon.png"
}
}{
"name": "recursive-systems",
"version": "0.1.5",
"description": "Practical AI tools from Recursive Systems.",
"author": {
"name": "Recursive Systems",
"url": "https://recursivesystems.dev"
},
"homepage": "https://recursivesystems.dev/#free-tools",
"repository": "https://github.com/recursive-systems/recursive-toolkit"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "recursive-systems",
"version": "0.1.5",
"description": "Practical AI tools from Recursive Systems.",
"author": {
"name": "Recursive Systems",
"url": "https://recursivesystems.dev"
},
"homepage": "https://recursivesystems.dev/#free-tools",
"repository": "https://github.com/recursive-systems/recursive-toolkit",
"extensions": {
"com.openai": {
"interface": {
"displayName": "Recursive Systems",
"shortDescription": "Practical AI tools from Recursive Systems.",
"longDescription": "Clean up AI workspace instructions and discover practical improvements for apps built with AI. Workspace Cleanup reviews skills and project guidance for duplication, conflicts, and stale instructions. App Maturity Review prioritizes improvements to architecture, testing, delivery, monitoring, and customer usage measurement. Includes two instruction-only skills; no hooks, connectors, or bundled executable scripts. Cleanup proposes changes unless edits are already authorized; app reviews make recommendations only.",
"developerName": "Recursive Systems",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://recursivesystems.dev",
"defaultPrompt": [
"Review my AI workspace for stale or conflicting guidance.",
"Review my app and prioritize practical engineering improvements."
],
"brandColor": "#111111",
"composerIcon": "./assets/icon.png",
"logo": "./assets/icon.png"
}
}
}
}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.
[recursive-systems on Agent Plugins Marketplace](https://pluginsmp.com/plugins/recursive-systems)