a5c-ai/babysitter Skills
(321)Browse AI agent skills from a5c-ai/babysitter for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
rollback-automation-skill
a5c-ai/babysitter
Automate rollback procedures with state snapshots, rollback scripts, and verification automation
soap-to-rest-converter
a5c-ai/babysitter
Convert SOAP web services to REST APIs with WSDL parsing and resource modeling
Test Automation
a5c-ai/babysitter
# Test Automation Execute Vitest and Playwright test suites with result collection and failure analysis. ## Agent Test Runner - `automaker-test-runner` ## Workflow 1. Navigate to worktree path 2. Run Vitest unit tests (npx vitest run --reporter=json) 3. Run Playwright E2E tests (npx playwright te
knowledge-curation
a5c-ai/babysitter
Context priming before work (bd prime) and self-reflection after completion to extract patterns, gotchas, and decisions into the knowledge base.
commander-js-scaffolder
a5c-ai/babysitter
Generate Commander.js CLI project structure with TypeScript, commands, options, and best practices. Creates a complete scaffolded CLI application ready for development.
process-builder
a5c-ai/babysitter
Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.
Babysit
a5c-ai/babysitter
--- name: babysit description: Orchestrate via @babysitter. Use this skill when asked to babysit a run, orchestrate a process or whenever it is called explicitly. (babysit, babysitter, orchestrate, orchestrate a run, workflow, etc.) version: 0.1.1 --- # babysit Orchestrate `.a5c/runs/<runI
verification-suite
a5c-ai/babysitter
Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.
Quick Flow
a5c-ai/babysitter
# Quick Flow Lean solo-developer workflow for rapid spec-to-implementation with minimal overhead. ## Agent Barry (Solo Dev) - `bmad-solodev-barry` ## Workflow 1. Quick Spec: Create technical specification with stories 2. Quick Dev: Implement each story with tests 3. Code Review: Multi-dimensional
Kanban Management
a5c-ai/babysitter
# Kanban Management Initialize and manage Kanban board state for feature workflow tracking. ## Agent Feature Planner - `automaker-feature-planner` ## Workflow 1. Create Kanban board with columns: Backlog, Ready, In Progress, Review, Done 2. Place features as cards in Backlog 3. Assign priority sc
mcp-inspector-integration
a5c-ai/babysitter
Set up MCP Inspector for debugging and testing MCP servers with request logging, response inspection, and protocol validation.
Project Documentation
a5c-ai/babysitter
# Project Documentation Generate comprehensive project documentation with source tree analysis and Mermaid diagrams. ## Agent Paige (Tech Writer) - `bmad-writer-paige` ## Workflow 1. Scan project structure and identify components 2. Analyze source tree with annotations 3. Generate project context
mcp-mock-client
a5c-ai/babysitter
Create mock MCP client for server testing with request/response simulation.
architecture-patterns
a5c-ai/babysitter
System and API design guidance covering component boundaries, data flow, integration patterns, and scalability considerations.
mcp-resource-uri-designer
a5c-ai/babysitter
Design and implement MCP resource URI schemes and templates with proper naming, hierarchy, and documentation.
mcp-sdk-python-bootstrapper
a5c-ai/babysitter
Bootstrap MCP server with Python SDK, transport configuration, tool/resource handlers, and proper project structure.
mcp-transport-sse-setup
a5c-ai/babysitter
Configure HTTP/SSE transport for web-based MCP servers with proper endpoints, authentication, and CORS.
mcp-transport-websocket-setup
a5c-ai/babysitter
Configure WebSocket transport for bidirectional MCP communication with connection management and reconnection handling.
mcp-sdk-typescript-bootstrapper
a5c-ai/babysitter
Bootstrap MCP (Model Context Protocol) servers with the official TypeScript SDK. Creates complete server implementations with transport layer, tools, resources, and proper error handling.
mcp-tool-schema-generator
a5c-ai/babysitter
Generate JSON Schema definitions for MCP tool input parameters. Creates well-documented, AI-consumable schemas with proper types, descriptions, and validation rules.
Github Sync
a5c-ai/babysitter
# GitHub Sync Bidirectional synchronization of epics and tasks with GitHub issues, labels, and relationships. ## Agent Project Tracker - `project-tracker` ## Workflow 1. Create epic issue with `epic` and `ccpm` labels 2. Create task issues linked to epic with stream-type labels 3. Add acceptance
oclif-scaffolder
a5c-ai/babysitter
Generate oclif CLI framework projects with plugin support, topics, hooks, and TypeScript. Creates enterprise-grade CLI applications with extensibility.
template-scaffolding
a5c-ai/babysitter
Template loading, variable filling, and scaffolding for all GSD artifacts. Manages 22+ templates covering every document type in the GSD system, from PROJECT.md to milestone archives.
advanced-ds-library
a5c-ai/babysitter
Provide implementations of advanced data structures