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.
persistent-memory
a5c-ai/babysitter
Observation capture and retrieval across sessions. Stores decisions, discoveries, and bugfix patterns. Searchable via tags and relevance scoring.
config-migration-generator
a5c-ai/babysitter
Generate configuration file migration utilities for version upgrades.
systematic-debugging
a5c-ai/babysitter
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes. Requires root cause investigation first.
plan-review-gate
a5c-ai/babysitter
Adversarial plan review by 3 independent reviewers (Feasibility, Completeness, Scope & Alignment) before presenting to user.
plan-writing
a5c-ai/babysitter
Transform research findings into actionable implementation plans with stakes-based rigor, test-first strategy, and granular task decomposition.
specification-generation
a5c-ai/babysitter
Convert requirements into structured technical specifications with architecture decisions
Plan Creation
a5c-ai/babysitter
# Plan Creation Create a structured task_plan.md with phases, goals, and checkbox tracking for persistent planning. ## Agent Plan Architect - `pwf-plan-architect` ## Workflow 1. Analyze task description to identify logical phases 2. Decompose phases into specific, achievable goals 3. Define phase
swarm-orchestration
a5c-ai/babysitter
Multi-agent swarm formation and coordinated execution with topology-aware agent deployment, consensus protocols, and anti-drift enforcement.
Story Development
a5c-ai/babysitter
# Story Development Implement user stories with test-driven development methodology. ## Agent Amelia (Developer) - `bmad-dev-amelia` ## Workflow 1. Read entire story and acceptance criteria 2. Write failing tests for each criterion 3. Implement minimum code to pass tests 4. Refactor while keeping
decision-documentation
a5c-ai/babysitter
Create Architecture Decision Records (ADRs) documenting significant technical choices with context, options, consequences, and sequential numbering.
requesting-code-review
a5c-ai/babysitter
Use when completing tasks, implementing major features, or before merging to verify work meets requirements.
file-guard
a5c-ai/babysitter
PreToolUse protection blocking sensitive file access across 195+ patterns in 12 categories with bash pipeline analysis and multi-tool ignore support.
Agent Dispatch
a5c-ai/babysitter
# Agent Dispatch Build dependency-aware, batched dispatch queues for parallel agent execution. ## Agent Feature Planner - `automaker-feature-planner` ## Workflow 1. Analyze inter-feature dependencies 2. Build directed acyclic graph (DAG) 3. Generate topologically sorted execution order 4. Group f
cog-knowledge-consolidation
a5c-ai/babysitter
Build structured knowledge frameworks from scattered vault notes with source attribution
worktree-isolation
a5c-ai/babysitter
Git worktree management for safe, isolated feature development. Creates, manages, and cleans up worktrees with branch naming and dependency setup.
micro-optimizer
a5c-ai/babysitter
Apply language-specific micro-optimizations
code-template-manager
a5c-ai/babysitter
Manage and generate competitive programming templates
interview-simulator
a5c-ai/babysitter
Simulate realistic coding interview experience
story-decomposition
a5c-ai/babysitter
Break technical specifications into small, implementable stories with dependency ordering
cog-weekly-reflection
a5c-ai/babysitter
Cross-domain pattern analysis with personal, professional, and project domain synthesis
help-text-formatter
a5c-ai/babysitter
Generate formatted help text with examples, descriptions, sections, and consistent styling for CLI applications.
security-hardening
a5c-ai/babysitter
AIDefence security layer with prompt injection blocking, input validation, sandboxed execution, output sanitization, and STRIDE threat modeling.
atcoder-client
a5c-ai/babysitter
Interface with AtCoder for Japanese competitive programming contests
llamaindex-agent
a5c-ai/babysitter
LlamaIndex agent and query engine setup for RAG-powered agents