Files
microsoft-SkillOpt/plugins/devin/devin-rules.snippet.md
khashayar 9799c41461 devin plugin: full schema/tool parity with plugins/copilot
Mirror the copilot MCP server: same rich _TOOL_SCHEMA (source, model,
tasks_file, target_skill_path, max_sessions, max_tasks, lookback_hours,
auto_adopt, json, edit_budget, hour, minute) and generic flag forwarding, plus
sleep_schedule / sleep_unschedule. Devin specifics retained: the ATIF-v1.7
harvest step (run before data-reading actions, engine pointed at it via
--claude-home, default --source claude) and post-adopt sync into .devin/skills/.
Tests + README + rules snippet updated for the 7-tool interface.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25 21:56:42 +02:00

1.0 KiB

SkillOpt-Sleep (Devin)

You have access to a nightly self-evolution cycle via the skillopt-sleep MCP server. Use these tools to improve your long-term skills over time:

  • sleep_status — how many nights have run + the latest staged proposal
  • sleep_dry_run — preview a cycle without changing anything
  • sleep_run — run a full cycle; stages a proposal for review
  • sleep_adopt — apply the staged proposal to .devin/skills/skillopt-sleep-learned/SKILL.md
  • sleep_harvest — debug: list the recurring tasks mined from recent sessions
  • sleep_schedule / sleep_unschedule — install/remove a nightly cron run

When a user asks about the sleep cycle, skill evolution, or improving your long-term memory, prefer calling these tools over explaining the concept.

Default backend is mock (no API spend). Pass backend: "claude" or backend: "codex" with your own API key for real LLM-driven optimization.

Place this file at .devin/rules/skillopt-sleep.md in your workspace.