skillopt-sleep
121Command
Run or manage the SkillOpt-Sleep self-evolution cycle (review past sessions, replay tasks through a selected backend, consolidate validated memory + skills, or schedule nightly runs).
Command
Run or manage the SkillOpt-Sleep self-evolution cycle (review past sessions, replay tasks through a selected backend, consolidate validated memory + skills, or schedule nightly runs).
Hook
Runs when a session ends, executing on-session-end.sh. From microsoft/SkillOpt.
Skill Claude CodeCodex
Use when the user wants their Claude agent to self-improve from past usage, asks about a nightly/offline 'sleep' or 'dream' cycle, memory/skill consolidation, or says things like 'make my agent better the more I use it', 'review my past sessions', 'learn my preferences', 'consolidate what you learned', 'run the sleep…
Skill Claude CodeCodex
Reference-only OpenClaw adaptation of SkillOpt-Sleep. Use it to study or port the contributed DeepSeek wrapper, not as a ready-to-run installation.
Instructions file GitHub Copilot
Instructions for microsoft/agent-framework, covering github copilot instructions, repository structure and architectural decision records (adrs).
Skill Claude CodeCodex
Guidance for creating pull requests and handling PR review comments in the Agent Framework repository. Use this when writing a PR description (filling out the PR template) or when responding to and resolving review comments on an existing PR.
Skill Claude CodeCodex
How to build and test .NET projects in the Agent Framework repository. Use this when verifying or testing changes.
Skill Claude CodeCodex
Explains the project structure of the agent-framework .NET solution.
Skill Claude CodeCodex
How to build, run and verify the .NET sample projects in the Agent Framework repository. Use this when a user wants to verify that the samples still function as expected.
Skill Claude CodeCodex
How to use the verify-samples tool to run, verify, and manage sample definitions in the Agent Framework repository. Use this when adding, updating, or running sample verification.
Skill Claude CodeCodex
Convert between common units using a multiplication factor. Use when asked to convert miles, kilometers, pounds, or kilograms.
Skill Claude CodeCodex
Score how concentrated and risky a portfolio is on a 0-100 scale from its position weights. Use when the user asks how risky their portfolio is, whether it is too concentrated, or for a diversification check.
Skill Claude CodeCodex
Estimate whether a stock looks cheap or expensive using a price-to-earnings (P/E) based fair-value method. Use when the user asks if a stock is over- or under-valued, or for a fair-value / target price.
Skill Claude CodeCodex
Validate, test, and debug regular expressions by executing them against sample inputs. Use when asked to build, verify, or explain a regex pattern.
Skill Claude CodeCodex
When and how to escalate Contoso Outdoors customer-support tickets.
Skill Claude CodeCodex
Contoso Outdoors customer-support tone and formatting guidelines.
Instructions file GitHub Copilot
Instructions for microsoft/agent-framework: See AGENTS.md for project structure and package documentation. Detailed conventions are in the agent skills under .github/skills/.
Skill Claude CodeCodex
Use when cutting a Python release for the microsoft/agent-framework monorepo. Triggers on "bump py versions", "cut a python release", "prepare release PR for python", "release py packages", "bump python to X.Y.Z", or similar requests to bump Python package versions and prepare a release PR. Handles all four lifecycle…
Skill Claude CodeCodex
Code quality checks, linting, formatting, and type checking commands for the Agent Framework Python codebase. Use this when running checks, fixing lint errors, or troubleshooting CI failures.
Skill Claude CodeCodex
Coding standards, conventions, and patterns for developing Python code in the Agent Framework repository. Use this when writing or modifying Python source files in the python/ directory.
Skill Claude CodeCodex
Guidance for package and feature lifecycle in the Agent Framework Python codebase, including stage meanings, feature-stage decorators, feature enums, and how to move APIs from one stage to the next.
Skill Claude CodeCodex
Guide for managing packages in the Agent Framework Python monorepo, including creating new connector packages, versioning, and the lazy-loading pattern. Use this when adding, modifying, or releasing packages.
Skill Claude CodeCodex
Guidelines for writing and running tests in the Agent Framework Python codebase. Use this when creating, modifying, or running tests.
Skill Claude CodeCodex
Convert between common length units (miles, km, feet, meters) using a multiplication factor.