← all publishers

Shaybush

@shaybush source repo

13 published skills

  1. Zoom · shaybush bundle
    Manage Zoom meetings via Server-to-Server OAuth. Schedule or create a meeting, list and get meetings, rename or reschedule one, delete/cancel, and fetch cloud recording links. Use when the user wants to set up a Zoom call, change a meeting's title or time, cancel a meeting, or grab a recording link. Triggers: 'schedule a zoom', 'rename the zoom meeting', 'send me the recording link', 'cancel the zoom'.
    0 installs
  2. Fix Bug · shaybush bundle
    This skill should be used when the user reports a bug — via a Jira ticket number or a plain-language description — and wants it fixed end-to-end with recorded proof. It creates a ticket-named worktree, records the bug reproducing live via Playwright in Docker ("before"), locates and fixes the root cause (delegating to the stack-specific agent per the routing table), re-records the same repro now passing ("after"), then opens a GitHub PR with both videos attached via gh's --attach flag (GA in gh v2.99.0+).
    0 installs
  3. Whatsapp · shaybush bundle
    Default channel for ALL outbound messaging. Use whenever the user wants to send/text/message anyone — by name or phone number (e.g. 'send shay hello', 'message +972543567634', 'text mom'). Sends WhatsApp text, voice notes, and images via Green API, and gets group members. Always route message-sending here unless the user explicitly names another channel (SMS/iMessage/email).
    0 installs
  4. Cloudflare · shaybush bundle
    Manage Cloudflare via the v4 API. Use whenever the user wants to work with their Cloudflare account — add a subdomain / DNS record, create or delete a domain (zone), create or list R2 buckets, add a secret to the Secrets Store, or verify their API token. Each operation is a script in scripts/ that loads the token from scripts/.env itself, so credentials are never read by the model.
    0 installs
  5. Phase Plan · shaybush
    Create a phased implementation plan for a task, saved to docs-claude/plans/. Use when the user runs /phase-plan <task description> or asks to plan a task in phases. Runs a mandatory interactive sanity-questions loop before writing the plan, then registers per-phase execution commands.
    0 installs
  6. Sync Context · shaybush bundle
    End-of-session context sync. Reviews what was learned in the conversation and proposes updates to knowledge/, people/, and projects/ files. Use when the user says /sync-context, 'sync context', 'update context', or at the end of a session in a project that uses the compounding-context structure.
    0 installs
  7. Agent Creator · shaybush bundle
    Creates new subagent definitions that match this setup's house standard, and audits or migrates existing ones. This skill should be used when the user wants to add a new agent (e.g. "create a security agent", "we need an agent for Terraform work", "add a QA engineer agent"), when an existing agent needs bringing up to standard, or when agent definitions should be linted. It runs a structured interview, stamps the agent from the shared template, wires it into the CLAUDE.md routing table and the knowledge base, and validates the result.
    0 installs
  8. Phase Execute · shaybush
    Run a specific numbered phase of a plan from docs-claude/plans/. Use when the user runs /phase-execute <phase-number> [plan-file] or asks to execute or run a phase of a plan. Tracks todos, updates execution status, and runs a mandatory code-simplifier pass at the end.
    0 installs
  9. Skill Creator · shaybush bundle
    Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
    0 installs
  10. Mac Disk Cleanup · shaybush bundle
    Find and reclaim disk space on macOS — scans caches, dev artifacts, Docker, apps and personal media, reports what is safe versus what is not, then deletes only what the user explicitly picks.
    0 installs
  11. Phase Plan Patch · shaybush
    Add patch/minor/major versioned changes to existing phases in a plan. Use when the user runs /phase-plan-patch <patch|minor|major> <phase-number> <description> or asks to amend, extend, or insert phases in an existing plan.
    0 installs
  12. Phase Execute Parallel · shaybush
    Run multiple project phases in parallel. Use when the user runs /phase-execute-parallel <phase-numbers> [plan-file] or asks to execute several plan phases at once. Launches each phase as a parallel subagent, then runs a mandatory code-simplifier pass.
    0 installs
  13. Claude Code Agent Backend · shaybush
    Scaffold or extend a local-only backend that spawns the `claude` CLI as a child process to power an in-app AI agent feature, streaming its output to the frontend over SSE and running on the developer's own Claude subscription instead of metered API billing.
    0 installs