Plugin Claude Code
Plugins for the DeepWork framework.
Plugin Claude Code
Plugins for the DeepWork framework.
Agent Claude Code
Reviews PRs and code changes for consistency with DeepWork's architectural patterns, naming conventions, and process standards. Understands both the framework codebase and how changes impact downstream user installations. Invoke for PR reviews or when checking that changes align with established conventions.
Agent Claude Code
Reviews that all end-user functionality is covered by RFC 2119 requirements and that all requirements have traceable automated tests or DeepWork review rules.
Settings file Claude Code
Agent settings declaring 111 allowed tools.
Skill Claude CodeCodex
Merge the current PR, wait for merge queue/checks to complete, then switch to main and pull.
Instructions file GitHub Copilot
Copilot instructions for Unsupervisedcom/deepwork, covering github copilot development environment, environment setup, available tools, running tests and all tests.
MCP server Claude CodeCodexCursor +2
Framework for enabling AI agents to perform complex, multi-step work tasks. Runs locally from the deepwork Python package.
Instructions file CodexOpenCode
AGENTS.md instructions for Unsupervisedcom/deepwork, covering deepwork - agent instructions, project overview, core concepts, jobs and steps.
Instructions file
Claude Code instructions for Unsupervisedcom/deepwork.
Plugin Claude Code
Auto-improving AI sub-agents that learn from their mistakes across sessions.
Agent
Expert on the LearningAgent system. Operates on LearningAgent files: identifies issues in transcripts, investigates root causes, and incorporates learnings into agent definitions.
Hook
Runs after a tool call finishes for Task tool calls, executing post_task.sh. From Unsupervisedcom/deepwork.
Hook
Runs when the agent finishes a response, executing session_stop.sh. From Unsupervisedcom/deepwork.
Skill Claude CodeCodex
Creates a new LearningAgent with directory structure, core-knowledge.md, and Claude Code agent file. Guides the user through initial configuration.
Skill Claude CodeCodex
Reads a session transcript and identifies issues where a LearningAgent made mistakes, had knowledge gaps, or underperformed. Creates issue files for each problem found.
Skill Claude CodeCodex
Takes investigated issues and incorporates the learnings into the LearningAgent's knowledge base by updating core-knowledge.md, topics, or learnings files.
Skill Claude CodeCodex
Investigates identified issues in a LearningAgent session by reading the transcript, determining root causes, and updating issue files with investigation reports.
Skill Claude CodeCodex
Runs the learning cycle on all LearningAgent sessions with pending transcripts. Identifies issues, investigates root causes, and incorporates learnings into agent definitions.
Skill Claude CodeCodex
Dispatch entry point for the LearningAgents plugin. Routes to sub-commands for creating agents, running learning cycles, and reporting issues.
Skill Claude CodeCodex
Reviews a prompt/instruction file against Anthropic prompt engineering best practices. Use when evaluating skill files, agent definitions, or instruction chunks for quality.
Skill Claude CodeCodex
Creates an issue file tracking a problem observed in a LearningAgent session. Used by the identify skill and can be invoked directly to report issues in real-time.
Skill Claude CodeCodex
Configures project permissions for the LearningAgents plugin. Adds required Bash and file access rules to .claude/settings.json.
Plugin Claude Code
Framework for AI-powered multi-step workflows with quality gates.
Agent
Minimal review subagent for DeepWork review tasks. Reads a supplied instruction file, performs the review against the criteria in that file, and reports results via the DeepWork MCP markreviewaspassed tool. Use when dispatching parallel review tasks from .deepreview rules or workflow quality gates.