aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Run a computer use task on the desktop via Claude's vision and action API
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/control-desktopContext preview
What this command does when you run it.
Run a computer use task on the desktop via Claude's vision and action API
name: control-desktop description: Run a computer use task on the desktop via Claude's vision and action API args: task description user_invocable: true
Run a computer use task using Claude's Computer Use API.
/control-desktop <task description>
1. Checks that display tools are available (xdotool, scrot) 2. Verifies ANTHROPIC_API_KEY is set 3. Runs the phantom agent loop with the given task 4. Reports results including iterations and actions taken
/control-desktop Open the file manager and create a new folder called "reports"
cd plugins/phantom && uv run python -m phantom.cli "$ARGS"
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Analyze skill file complexity metrics and generate modularization recommendations for splitting or progressive loading.
Scaffold new Claude Code skills with brainstorming, TDD methodology, and proper frontmatter and module structure.