Search Skills
Search across 54932 indexed skills
htaccess-toolkit
Generate, validate, lint, and explain Apache .htaccess files with security headers, caching, CORS, compression, and more. python3 scripts/htaccess.py ...
semver-manager
Parse, validate, compare, sort, bump, and filter semantic versions per the semver 2.0.0 spec. python3 scripts/semver.py validate 1.2.3 v2.0.0-beta.1 i...
nginx-config-linter
Validate and audit nginx configuration files for syntax, security, and performance issues. python3 scripts/nginx-config-linter.py lint /etc/nginx/ngin...
package-json-linter
Lint package.json files for missing fields, dependency issues, security risks, and best practices violations. All commands use the bundled Python scri...
systemd-unit-generator
Generate systemd service, timer, socket, and mount unit files with security hardening. python3 scripts/systemd-unit-generator.py service --name myapp ...
toml-validator
Validate TOML syntax, run lint checks, compare files, and inspect structure. Supports pyproject.toml, Cargo.toml, and any TOML config. python3 scripts...
slo-calculator
Calculate uptime targets, allowed downtime, error budgets, and burn rates for SLO/SLA management. python3 scripts/slo.py budget 99.9 python3 scripts/s...
tsconfig-validator
Validates tsconfig.json files for common mistakes, conflicting options, and best practices. Run all lint rules against a tsconfig.json file. python3 s...
content-repurposer-tool
Transform any long-form content into platform-optimized outputs. Feed it a URL, text, or document — get back ready-to-post content for multiple platfo...
maven-pom-validator
Validate and lint Maven pom.xml files for structural correctness, dependency hygiene, plugin configuration, and best practices. python3 scripts/mavenp...
incident-postmortem-generator
Generate structured, blame-free incident postmortem reports with timeline reconstruction, log analysis, and action item tracking. python3 scripts/gene...
logfile-analyzer
Parse application logs into actionable error digests with pattern grouping, severity classification, trend detection, and remediation recommendations....