Back to authors
davepoon

davepoon

371 Skills published on GitHub.

ops-linear

Linear command center. Shows current sprint, creates/updates issues, manages priorities, syncs with GSD phases.

UncategorizedView skill →

ops-marketing

Marketing command center. Email campaigns (Klaviyo), paid ads (Meta/Google), analytics (GA4), SEO, and social media metrics. One dashboard for all marketing channels.

UncategorizedView skill →

ops-merge

Autonomous PR merge pipeline. Scans all repos for open PRs, dispatches subagents to fix CI, resolve conflicts, address review comments, then merges. Use --main to also sync dev↔main branches.

UncategorizedView skill →

ops-monitor

Unified APM and monitoring surface. Polls Datadog, New Relic, and OpenTelemetry backends for active alerts, error traces, and entity health. Use --watch for live polling every 60 seconds. Use --setup to configure monitoring credentials.

UncategorizedView skill →

ops-next

Business-level "what should I do next". Priority stack — fires > unread comms > ready-to-merge PRs > Linear sprint > revenue-generating GSD work. Uses pre-gathered data and routes to the right skill.

UncategorizedView skill →

ops-orchestrate

Autonomous multi-project orchestration engine. Audits all registered projects, structures work into dependency-wired tasks, dispatches parallel agents (subagents or Agent Teams), audits completions, and ships PRs. Registry-driven — works for any user with a configured project registry.

UncategorizedView skill →

ops-package

Ship parcels via any configured carrier — MyParcel, Sendcloud, DHL Parcel NL, PostNL, DPD, UPS, FedEx. Auto-selects the first carrier whose credentials are configured, or pass --carrier <name> to override. Verbs: ship, label, track, list, carriers.

UncategorizedView skill →

ops-projects

Portfolio dashboard for all GSD-tracked projects. Scans ~/Projects and ~/gsd-workspaces for .planning/ directories, shows phase status, git state, blockers, and next actions for every project. Run /ops projects to see the full portfolio.

UncategorizedView skill →

ops-revenue

Revenue and costs tracker. AWS spend via aws ce, credits tracker, project revenue stages. Shows burn rate, runway estimate, credits expiring.

UncategorizedView skill →

ops-settings

Post-setup credential manager. Shows current integration status (configured/missing/expired) and lets you update individual credentials without re-running the full setup wizard. Runs a smoke test after each update.

UncategorizedView skill →

ops-speedup

Cross-platform, hardware-adaptive system optimizer. Auto-detects macOS / Linux / WSL / Windows (MINGW/Cygwin/MSYS2) and CPU/RAM/disk/GPU profile, then picks the right cleanup strategy. Scans reclaimable disk space, memory pressure, runaway processes, startup bloat, network issues. CleanMyMac built into Claude Code.

UncategorizedView skill →

ops-status

Lightweight green/red status panel for every configured integration. No gather, no actions.

UncategorizedView skill →

ops-triage

Cross-platform issue triage. Pulls from Sentry (MCP), Linear (MCP), GitHub Issues (gh). Cross-references against code to find already-fixed issues. Auto-resolves fixed ones. Dispatches agents for active issues.

UncategorizedView skill →

ops-voice

Voice operations — make phone calls (Bland AI), text-to-speech (ElevenLabs), transcribe audio (Whisper/Groq). Replace OpenClaw voice capabilities.

UncategorizedView skill →

ops-whatsapp-biz

WhatsApp Business Cloud API — send approved template messages at scale, manage templates with approval tracking, and integrate product catalogs. Separate from wacli personal WhatsApp.

UncategorizedView skill →

ops-yolo

YOLO mode. Spawns 4 parallel C-suite agents (CEO, CTO, CFO, COO). Each analyzes the business from their perspective using ALL available data. Produces unfiltered Hard Truths report. After user types YOLO, autonomously runs the business for a day using /loop.

UncategorizedView skill →

ops

Business operations command center. Routes to the right ops command based on what you need — briefing, inbox, fires, projects, comms, triage, linear, revenue, deploy, or yolo mode.

UncategorizedView skill →

setup

Interactive setup wizard for the claude-ops plugin. Installs missing CLIs, configures env vars for each channel (Telegram, WhatsApp, Email, Slack, Notion, Linear, Sentry, Vercel), builds the project registry, and saves user preferences. Run once after installing the plugin or any time to reconfigure.

UncategorizedView skill →

uninstall

Completely remove claude-ops plugin, all stored credentials, cached files, shell exports, and MCP registrations. Confirms each step before deletion.

UncategorizedView skill →

answering-cross-repo-request

Use when a <cross-session-message> from another Claude session asks for a change in this repo (a new endpoint, a field, a client update, a package bump). Covers getting the user's go-ahead, filling gaps in the request, pushing back on the contract, and the reply shape the requester depends on.

UncategorizedView skill →

cross-repo-request

Use when work in this repo depends on a change in a different repo that has its own running Claude session (frontend needing a backend endpoint, backend needing a client change, a shared package bump). Covers finding the peer session, what to put in the request so it needs no follow-ups, and how to handle the reply.

UncategorizedView skill →

drill-me

Teach the user a topic as an adaptive tutor — retrieval practice, spaced repetition with decay, and persistent memory in ~/.drill-me/. Use when the user wants to learn or be drilled on something, says "drill me on X", "teach me X", or wants to study a topic, a codebase, or a document.

UncategorizedView skill →

drill-status

Show drill-me learning progress — topics studied, cards due for review, weakest concepts, and what to study next. Use when the user asks what's due, how their learning is going, or for their drill-me status.

UncategorizedView skill →

dsh-deepread

精读一本书或一篇文章:提取核心观点、论证结构与关键论据。当用户要求「精读/分析这篇文章」「提取核心观点」「梳理论证逻辑」「做知识地图」「用费曼读书法读书」时使用本技能。五种模式:quick 快速要点 / deep 深度精读 / map 知识地图 / feynman 费曼读书法 / book 全书精读。Deep-reading assistant for books and articles: extract core claims, arguments and evidence.

UncategorizedView skill →

feedoracle-compliance

MiCA compliance evidence and stablecoin risk scoring. Use when the user asks about stablecoin compliance, MiCA status, peg stability, or needs verifiable evidence for audit workflows.

UncategorizedView skill →

hard-predict-future

>

UncategorizedView skill →

soft-predict-future

>

UncategorizedView skill →

qwen-vision

>

UncategorizedView skill →

gsd:add-backlog

Add an idea to the backlog parking lot (999.x numbering)

UncategorizedView skill →

gsd:add-phase

Add phase to end of current milestone in roadmap

UncategorizedView skill →

gsd:add-tests

Generate tests for a completed phase based on UAT criteria and implementation

UncategorizedView skill →

gsd:add-todo

Capture idea or task as todo from current conversation context

UncategorizedView skill →

gsd:ai-integration-phase

Generate AI design contract (AI-SPEC.md) for phases that involve building AI systems — framework selection, implementation guidance from official docs, and evaluation strategy

UncategorizedView skill →

gsd:analyze-dependencies

Analyze phase dependencies and suggest Depends on entries for ROADMAP.md

UncategorizedView skill →

gsd:audit-fix

Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit

UncategorizedView skill →

gsd:audit-milestone

Audit milestone completion against original intent before archiving

UncategorizedView skill →

gsd:audit-uat

Cross-phase audit of all outstanding UAT and verification items

UncategorizedView skill →

gsd:autonomous

Run all remaining phases autonomously — discuss→plan→execute per phase

UncategorizedView skill →

gsd:check-todos

List pending todos and select one to work on

UncategorizedView skill →

gsd:cleanup

Archive accumulated phase directories from completed milestones

UncategorizedView skill →

gsd:code-review-fix

Auto-fix issues found by code review in REVIEW.md. Spawns fixer agent, commits each fix atomically, produces REVIEW-FIX.md summary.

UncategorizedView skill →

gsd:code-review

Review source files changed during a phase for bugs, security issues, and code quality problems

UncategorizedView skill →

gsd:complete-milestone

Archive completed milestone and prepare for next version

UncategorizedView skill →

gsd:debug

Systematic debugging with persistent state across context resets

UncategorizedView skill →

gsd:discuss-phase

Gather phase context through adaptive questioning before planning. Use --all to skip area selection and discuss all gray areas interactively. Use --auto to skip interactive questions (Claude picks recommended defaults). Use --chain for interactive discuss followed by automatic plan+execute. Use --power for bulk question generation into a file-based UI (answer at your own pace).

UncategorizedView skill →

gsd:do

Route freeform text to the right GSD command automatically

UncategorizedView skill →

gsd:docs-update

Generate or update project documentation verified against the codebase

UncategorizedView skill →

gsd:eval-review

Retroactively audit an executed AI phase's evaluation coverage — scores each eval dimension as COVERED/PARTIAL/MISSING and produces an actionable EVAL-REVIEW.md with remediation plan

UncategorizedView skill →

gsd:execute-phase

Execute all plans in a phase with wave-based parallelization

UncategorizedView skill →

gsd:explore

Socratic ideation and idea routing — think through ideas before committing to plans

UncategorizedView skill →

Page 5 of 8 · 371 results