Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
static-code-analyzer
Deep static analysis of codebases for quality, complexity, and migration readiness assessment
a5c-ai/babysitter 514
-
vulnerability-scanner
Security vulnerability scanning for dependencies and code, with CVE database checking and risk assessment
a5c-ai/babysitter 514
-
rollback-automation-skill
Automate rollback procedures with state snapshots, rollback scripts, and verification automation
a5c-ai/babysitter 514
-
etl-pipeline-builder
Build and manage ETL pipelines for data migration with transformation, CDC, and monitoring
a5c-ai/babysitter 514
-
strangler-fig-orchestrator
Orchestrate strangler fig pattern implementation for gradual migration with traffic routing and cutover management
a5c-ai/babysitter 514
-
query-translator
Translate SQL queries between different database dialects with function mapping and optimization
a5c-ai/babysitter 514
-
build-system-migrator
Migrate build systems to modern alternatives with build file conversion and CI/CD integration
a5c-ai/babysitter 514
-
test-coverage-analyzer
Analyze test coverage and identify gaps before migration to ensure adequate safety nets
a5c-ai/babysitter 514
-
compliance-validator
Validate compliance during migration with rule checking, audit trails, and security control validation
a5c-ai/babysitter 514
-
event-sourcing-migrator
Migrate to event-sourcing architecture with event extraction, store setup, and CQRS implementation
a5c-ai/babysitter 514
-
knowledge-extractor
Extract tribal knowledge from code, documentation, and commit history to preserve institutional memory
a5c-ai/babysitter 514
-
dead-code-eliminator
Identify and safely remove dead, unused, and unreachable code from codebases
a5c-ai/babysitter 514
-
openapi-generator
Generate OpenAPI specifications from code or legacy APIs with schema inference and documentation
a5c-ai/babysitter 514
-
schema-comparator
Compare database schemas between source and target environments for migration planning
a5c-ai/babysitter 514
-
technical-debt-quantifier
Measure, categorize, and prioritize technical debt for migration planning and remediation
a5c-ai/babysitter 514
-
ui-component-migrator
Migrate UI components between frameworks with structure, state, and style transformation
a5c-ai/babysitter 514
-
cloud-readiness-assessor
Assess application readiness for cloud migration with 6Rs classification and cloud-native compliance checking
a5c-ai/babysitter 514
-
soap-to-rest-converter
Convert SOAP web services to REST APIs with WSDL parsing and resource modeling
a5c-ai/babysitter 514
-
documentation-generator
Generate documentation for migrated systems including API docs, architecture docs, and runbooks
a5c-ai/babysitter 514
-
contract-test-generator
Generate contract tests for API migrations with consumer-driven contracts and provider verification
a5c-ai/babysitter 514
-
containerization-assistant
Assist in containerizing applications with Dockerfile generation and optimization
a5c-ai/babysitter 514
-
domain-model-extractor
Extract domain models from monolithic codebases using DDD principles for microservices decomposition
a5c-ai/babysitter 514
-
growing-outside-in-systems
Drive feature development using Outside-In TDD with Hexagonal Architecture. Design emerges through inline code, in-memory fakes, interface extraction, and deferred I/O. Use when building features, writing tests, or structuring backend services. Triggers on: TDD, outside-in, hexagonal, ports and adapters, emergent design, acceptance test, component test, walking skeleton, in-memory fakes, component, contract test, adapter, fast tests, sub-second feedback. Language-agnostic (Go, Rust, Python, TypeScript, Java, C#).
a5c-ai/babysitter 514
-
process-integrator
Integrate skills and agents into process files by updating task definitions with appropriate skill.name and agent.name references.
a5c-ai/babysitter 514