Agent Plugins Marketplace
← All plugins

skillopt-sleep

v0.5.0

Give your local Claude agent a nightly 'sleep cycle': it reviews your past sessions offline, replays recurring tasks on your own API budget, and consolidates what it learns into validated memory (CLAUDE.md) and skills (SKILL.md) behind a held-out gate, staged for your review. Self-improvement with no model-weight training.

CodexClaude Code

By SkillOpt (Microsoft)License: MIT15 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 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 skillopt-sleep for Codex and Claude Code

Installs for the current user
codex plugin marketplace add pleaseai/claude-code-plugins
codex plugin marketplace upgrade pleaseai
codex plugin add skillopt-sleep@pleaseai

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

Compatibility: the page URL and API slug “skillopt-sleep-2” remain stable.

  • Codex: skillopt-sleep-2@agent-plugin-marketplace → skillopt-sleep@pleaseai

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/pleaseai/claude-code-plugins

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

Plugin files

plugins/skillopt-sleep/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

plugins/skillopt-sleep/.codex-plugin/plugin.json
{
  "name": "skillopt-sleep",
  "version": "0.5.0",
  "description": "Give your local Claude agent a nightly 'sleep cycle': it reviews your past sessions offline, replays recurring tasks on your own API budget, and consolidates what it learns into validated memory (CLAUDE.md) and skills (SKILL.md) behind a held-out gate, staged for your review. Self-improvement with no model-weight training.",
  "author": {
    "name": "SkillOpt (Microsoft)",
    "url": "https://github.com/microsoft/SkillOpt"
  },
  "interface": {
    "displayName": "Skillopt Sleep",
    "shortDescription": "Give your local Claude agent a nightly 'sleep cycle': it reviews your past sessions offline, replays recurring tasks on your own API budget, and consolidates...",
    "longDescription": "Give your local Claude agent a nightly 'sleep cycle': it reviews your past sessions offline, replays recurring tasks on your own API budget, and consolidates what it learns into validated memory (CLAUDE.md) and skills (SKILL.md) behind a held-out gate, staged for your review. Self-improvement with no model-weight training.",
    "developerName": "SkillOpt (Microsoft)",
    "category": "Productivity",
    "capabilities": [
      "Skill"
    ],
    "defaultPrompt": [
      "Help me use Skillopt Sleep for my current task."
    ],
    "websiteURL": "https://github.com/microsoft/SkillOpt/tree/main/plugins/claude-code"
  },
  "homepage": "https://github.com/microsoft/SkillOpt/tree/main/plugins/claude-code",
  "repository": "https://github.com/pleaseai/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "skillopt",
    "sleep",
    "self-improvement",
    "memory-consolidation",
    "dreams",
    "skills",
    "continual-learning",
    "offline-optimization"
  ]
}
plugins/skillopt-sleep/.claude-plugin/plugin.json
{
  "name": "skillopt-sleep",
  "version": "0.5.0",
  "description": "Give your local Claude agent a nightly 'sleep cycle': it reviews your past sessions offline, replays recurring tasks on your own API budget, and consolidates what it learns into validated memory (CLAUDE.md) and skills (SKILL.md) behind a held-out gate, staged for your review. Self-improvement with no model-weight training.",
  "author": {
    "name": "SkillOpt (Microsoft)",
    "url": "https://github.com/microsoft/SkillOpt"
  },
  "homepage": "https://github.com/microsoft/SkillOpt/tree/main/plugins/claude-code",
  "repository": "https://github.com/pleaseai/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "skillopt",
    "sleep",
    "self-improvement",
    "memory-consolidation",
    "dreams",
    "skills",
    "continual-learning",
    "offline-optimization"
  ],
  "skills": "./.agents/skills/"
}

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

[skillopt-sleep on Agent Plugins Marketplace](https://pluginsmp.com/plugins/skillopt-sleep-2)