Search Skills
Search across 54932 indexed skills
api-diff
Compare two OpenAPI/Swagger specs and generate a detailed changelog with breaking change detection. python3 scripts/apidiff.py old-spec.json new-spec....
git-repo-cleaner
Audit Git repositories for bloat, stale branches, and maintenance issues. Generate safe cleanup scripts. python3 scripts/auditrepo.py /path/to/repo py...
editorconfig-linter
Validate .editorconfig files and check source files for compliance. python3 scripts/editorconfig-linter.py validate .editorconfig python3 scripts/edit...
crontab-validator
Validate cron syntax, get human-readable explanations, calculate next run times, and lint for common mistakes. python3 scripts/croncheck.py validate "...
changelog-linter
Validate CHANGELOG.md files against the Keep a Changelog specification. All commands use the bundled Python script at scripts/changeloglinter.py. pyth...
makefile-linter
A pure-Python 3 (stdlib only) Makefile linter. Detects common issues including tab/space errors, missing .PHONY declarations, unused/undefined variabl...
jsonpath-query
Query JSON data using JSONPath expressions with recursive descent, wildcards, filters, and slicing. python3 scripts/jsonpath.py query '$.store.book[0]...
gitlab-ci-linter
Lint GitLab CI/CD pipeline files for syntax errors, security issues, deprecated patterns, and best practices violations. All commands use the bundled ...
github-actions-linter
Lint GitHub Actions workflow files for syntax errors, security issues, deprecated actions, and best practices violations. All commands use the bundled...
dockerignore-linter
Lint .dockerignore files for syntax issues, security risks, missing essential patterns, and optimization opportunities. All commands use the bundled P...
docker-compose-linter
A pure Python 3 (stdlib only) linter for docker-compose.yml files. python3 scripts/docker-compose-linter.py <command> [options] FILE | Command | De...
requirements-checker
Validate, lint, sort, and compare Python requirements.txt files. Pure stdlib — no external dependencies required. Check a requirements file for format...