Shaybush
- 13 skills
- 0 followers
- 11 hours ago last updated
- ▌ Zoom · shaybush bundleManage 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'.
- ▌ Fix Bug · shaybush bundleThis 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+).
- ▌ Whatsapp · shaybush bundleDefault 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).
- ▌ Cloudflare · shaybush bundleManage 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.
- ▌ Phase Plan · shaybushCreate 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.
- ▌ Sync Context · shaybush bundleEnd-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.
- ▌ Agent Creator · shaybush bundleCreates 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.
- ▌ Phase Execute · shaybushRun 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.
- ▌ Skill Creator · shaybush bundleGuide 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.
- ▌ Mac Disk Cleanup · shaybush bundleFind 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.
- ▌ Phase Plan Patch · shaybushAdd 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.
- ▌ Phase Execute Parallel · shaybushRun 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.
- ▌ Claude Code Agent Backend · shaybushScaffold 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.