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.
receiving-code-review
a5c-ai/babysitter
Use when receiving code review feedback, before implementing suggestions. Requires technical rigor and verification, not blind implementation.
orchestrated-execution
a5c-ai/babysitter
Execute work units through the rigorous 4-phase Metaswarm cycle (Implement -> Validate -> Adversarial Review -> Commit) with independent quality gate enforcement.
writing-skills
a5c-ai/babysitter
Use when creating new skills, editing existing skills, or verifying skills work before deployment.
posix-shell-validator
a5c-ai/babysitter
Validate scripts for POSIX compliance with portability checks, bashism detection, and cross-platform compatibility.
convoy-management
a5c-ai/babysitter
Create, track, and land convoys of related beads as primary work orders in the Gas Town multi-agent orchestration framework.
test-enforcement
a5c-ai/babysitter
Automated test validation, coverage checking, and quality metrics with aggressive defaults
plugin-dependency-resolver
a5c-ai/babysitter
Generate plugin dependency resolution logic with topological sorting.
strict-tdd
a5c-ai/babysitter
Strict RED->GREEN->REFACTOR test-driven development with enforcement. Never write production code before a failing test. Atomic commits per TDD cycle.
quality-hooks
a5c-ai/babysitter
Language-specific auto-lint/format/typecheck pipeline. Supports Python (ruff+pyright), TypeScript (prettier+eslint+tsc), Go (gofmt+golangci-lint). Auto-fix and convergence loops.
nemo-guardrails
a5c-ai/babysitter
NVIDIA NeMo Guardrails configuration for conversational safety and control
opentelemetry-llm
a5c-ai/babysitter
OpenTelemetry instrumentation for LLM applications with distributed tracing
prompt-template-design
a5c-ai/babysitter
Structured prompt template creation with variables, formatting, and version control
rag-query-transformation
a5c-ai/babysitter
Query expansion, HyDE, and multi-query generation for improved retrieval
rag-reranking
a5c-ai/babysitter
Cross-encoder reranking and MMR diversity filtering for improved retrieval quality
spec-execution
a5c-ai/babysitter
6-phase iterative specification execution workflow covering implementation, testing, review, improvement, commit, and progress tracking with quality-gated convergence.
checkpoint-management
a5c-ai/babysitter
Git-backed state management for safe rollback. Create and restore checkpoints with tagged commits and metadata tracking.
multi-service-orchestration
a5c-ai/babysitter
PM2 process management, backend/frontend cascade execution, parallel worktree builds, and cross-service integration testing.
langchain-chains
a5c-ai/babysitter
LangChain chain composition including SequentialChain, RouterChain, and LCEL patterns
cosmiconfig-setup
a5c-ai/babysitter
Set up cosmiconfig for hierarchical configuration loading from multiple sources and formats.
geometry-algorithm-library
a5c-ai/babysitter
Implement computational geometry algorithms
code-generation
a5c-ai/babysitter
Minimal, pattern-matching code output. Write the least code that satisfies requirements. Match existing project patterns. Use Write/Edit tools only.
cross-artifact-analysis
a5c-ai/babysitter
Perform cross-artifact consistency and coverage analysis across constitution, specification, plan, and task artifacts to detect gaps, conflicts, and misalignments before implementation.
codebase-research
a5c-ai/babysitter
Systematic codebase exploration following the Iron Law - understand the problem before exploring code. Four phases with file-finder and web-researcher agents.
advanced-ds-library
a5c-ai/babysitter
Provide implementations of advanced data structures