apple-notes
Manage Apple Notes via the memo CLI on macOS (create, view, search, edit).
Plan mode for Zorro — inspect context, write a markdown plan into the active workspace's `.zorro/plans/` directory, and do not execute the work.
$ npx -y skills add braxtonROSE4/zorro-agent --skill plan --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/planContext preview
The summary Claude sees to decide when to auto-load this skill.
Plan mode for Zorro — inspect context, write a markdown plan into the active workspace's `.zorro/plans/` directory, and do not execute the work.
name: plan
description: Plan mode for Zorro — inspect context, write a markdown plan into the active workspace's `.zorro/plans/` directory, and do not execute the work.
version: 1.0.0
author: Zorro Agent
license: MIT
metadata:
zorro:
tags: [planning, plan-mode, implementation, workflow]
related_skills: [writing-plans, subagent-driven-development]Use this skill when the user wants a plan instead of execution.
For this turn, you are planning only.
Write a markdown plan that is concrete and actionable.
Include, when relevant:
If the task is code-related, include exact file paths, likely test targets, and verification steps.
Save the plan with `write_file` under:
Treat that as relative to the active working directory / backend workspace. Zorro file tools are backend-aware, so using this relative path keeps the plan with the workspace on local, docker, ssh, modal, and daytona backends.
If the runtime provides a specific target path, use that exact path. If not, create a sensible timestamped filename yourself under `.zorro/plans/`.
A self-evolving CLI agent. Most agents treat memory as an afterthought — a flat text file that grows until it's useless.
Manage Apple Notes via the memo CLI on macOS (create, view, search, edit).
Manage Apple Reminders via remindctl CLI (list, add, complete, delete).
Track Apple devices and AirTags via FindMy.app on macOS using AppleScript and screen capture.
Delegate coding tasks to Claude Code (Anthropic's CLI agent). Use for building features, refactoring, PR reviews, and iterative coding. Requires the claude CLI…
Delegate coding tasks to OpenAI Codex CLI agent. Use for building features, refactoring, PR reviews, and batch issue fixing. Requires the codex CLI and a git…