ops-pocket
FeaturedOPS on-demand: This skill should be used when the user asks to "pocket memos", "voice memo pipeline"…
AI & Automation 188 stars
22 forks Updated today MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# OPS ► POCKET
Load `ops-rules` before acting. Public repo (no personal data). Outbound: one draft → one approval → one send. If `AskUserQuestion` / `Workflow` are missing, follow Rule 10 in `ops-rules` (Hermes: numbered options / two-turn Telegram card; `delegate_task`).
Surfaces the Pocket voice-memo pipeline as a discoverable slash command. The pipeline was previously orphaned — 7 scripts, no entry point. This skill is the entry point.
For the full architecture reference (every state file, every script, every failure mode) see [`STATUS.md`](./STATUS.md) sibling to this file.
## Runtime Context
Before any route runs, resolve:
1. **State dir**: `${POCKET_STATE_DIR:-$HOME/.claude/state/pocket}`. Every file mentioned below is relative to this dir.
2. **Plugin root**: `${CLAUDE_PLUGIN_ROOT}` — used to invoke pipeline scripts under `scripts/`.
3. **Daemon health snapshot**: `${CLAUDE_PLUGIN_DATA_DIR:-$HOME/.claude/plugins/data/ops-ops-marketplace}/daemon-health.json` — surface its `pocket-*` service status if present.
If `$POCKET_STATE_DIR` does not exist on disk, the pipeline has never been bootstrapped — route to `setup` automatically (no autoroute on `status` if the user explicitly asked for status).
## Routing table
Parse `$ARGUMENTS` and route immediately. First token decides the route.
| First arg | Route |
| --------------------- | --------------------------------------------------...
Details
- Repository
- Lifecycle-Innovations-Limited/claude-ops
- Created
- 5 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
ops-mcp
OPS on-demand: This skill should be used when the user asks to "MCP down", "reconnect MCP", or…
188 Updated today
Lifecycle-Innovations-Limited AI & Automation Featured
ops-comms
OPS on-demand: This skill should be used when the user asks to "send a message"…
188 Updated today
Lifecycle-Innovations-Limited AI & Automation Featured
ops-rules
OPS on-demand: This skill should be used when running any ops skill, or when the user asks to "ops…
188 Updated today
Lifecycle-Innovations-Limited