Agent Skills by darkmonkdev
Showing 24 vetted skills indexed across 1 GitHub repositories.
test-environment
Run unit, integration, and end-to-end tests in isolated containers.
production-deploy
Automate production deployment to DigitalOcean with health checks and rollback readiness.
database-reset-dev
Drop and recreate PostgreSQL schemas, then restart the API container to trigger auto-seeding.
restart-dev-containers
Restart WitchCityRope development containers with the dev overlay and health checks.
restart-test-containers
Restart WitchCityRope test containers with docker-compose test overlay and health checks.
database-reset-production
Drop production schemas and rebuild them via migrations with health checks.
registry-cleanup
Remove obsolete container image tags from DigitalOcean registries by retention policy.
lessons-learned-validator
Validate lessons-learned documentation against format, size, and naming standards.
quality-gate-calculator
Calculate quality gate thresholds by work type and development phase.
code-format
Format TypeScript, JavaScript, JSON, Markdown and CSS/SCSS files in a repository using Prettier via npx.
test-catalog-updater
Update TEST_CATALOG.md with test metrics, status, and failure details.
container-restart
Restarts Docker development containers and verifies their health and compilation status.
phase-1-validator
Validates requirements-phase documents against quality gates and structured section checks.
database-reset-staging
Drop staging database schemas and rebuild them through automatic migrations.
code-quality-fix
Fix ESLint, Prettier, and import issues in JavaScript/TypeScript projects.
phase-4-validator
Validate testing phase completion with 100% test pass rate and environment health checks.
single-source-validator
Detect duplicated Bash commands and skill paths across agent and process documents.
phase-2-validator
Automates validation of Functional Specification, Database Design, UI/UX Design completeness and technical feasibility for Phase 2 gate.
handoff-document-generator
Generate standardized agent-to-agent handoff documents with templated sections.
master-index-updater
Automate updates to the Functional Area Master Index for new features and documentation changes.
phase-5-validator
Validate Finalization Phase readiness with standardized exit codes.
code-quality-check
Execute ESLint, TypeScript, npm audit, and unused dependency checks.
staging-deploy
Automate staging deployment of WitchCityRope to DigitalOcean with health checks.
phase-3-validator
Validate API and Web builds and implementation completeness before the Testing Phase.