Search Skills
Search across 54932 indexed skills
site-health-monitor
Monitor one or more websites for health issues. Detect downtime, expiring SSL certs, slow responses, and content changes — then report or alert. When ...
client-report-generator
Generate polished, client-ready reports from raw data. Feed it CSV, JSON, analytics exports, or plain text metrics — get back a professional report fo...
ops-incident-postmortem
Generate structured, blame-free incident postmortem reports with timeline reconstruction, log analysis, and action item tracking. python3 scripts/gene...
dead-code-finder
Detect and report dead code in JavaScript/TypeScript projects. python3 scripts/finddeadcode.py /path/to/project python3 scripts/finddeadcode.py /path/...
env-config-validator
Validate .env files, compare environments, detect common mistakes, and enforce schemas. python3 scripts/validateenv.py .env python3 scripts/validateen...
data-quality-checker
Validate CSV/JSON/JSONL data for quality issues. Pure Python, zero dependencies. python3 scripts/checkdataquality.py data.csv python3 scripts/checkdat...
dependency-license-audit
Scan project dependencies for license compatibility issues across multiple ecosystems. python3 scripts/licenseaudit.py /path/to/project python3 script...
pr-description-generator
Auto-generate structured PR descriptions from git diffs and commit history. Pure Python + git CLI. python3 scripts/generateprdescription.py python3 sc...
code-complexity-analyzer
Measure cyclomatic, cognitive, and structural complexity per function. Pure Python, no dependencies. python3 scripts/analyzecomplexity.py src/ python3...
codebase-stats
Project metrics, complexity analysis, and health indicators. Pure Python, zero deps, 40+ languages. python3 scripts/codebasestats.py python3 scripts/c...
api-mock-generator
Generate mock API servers and static fixtures from OpenAPI/Swagger specs. Contextual fake data (emails, names, UUIDs, etc.) based on property names an...
ops-runbook-generator
Generate operational runbooks by scanning project infrastructure files. Produces structured Markdown runbooks with procedures for common ops tasks. py...