Miscellaneous LLM agent skills.
/plugin marketplace add jas-ho/jason-agent-skills
/plugin install <skill-name>@jason-agent-skills| Skill | Description | Requirements |
|---|---|---|
| weather | Weather forecasts with cloud cover, wind, precipitation. Auto-selects best model (ICON-D2 for Alps, global elsewhere). | jq, curl |
| skitour | Ski touring conditions for Austrian Alps - avalanche danger, snow depth, and weather combined. | Bash 4.0+, jq, curl, uv |
| safe-commit | Code quality validation with auto-fixes before git commits. | ruff, mypy, shellcheck, markdownlint (all optional) |
| archive-analysis | Archive temporary analysis files to git history while keeping working tree clean. | uv |
| spotlight-search | macOS Spotlight search (mdfind) for fast file discovery across PDFs, Office docs, plain text. | macOS, pdftotext (optional) |
| publish-code | Guide a repo from private to public - license, portability audit, GitHub visibility. | gh, gitleaks, typos, lychee, markdownlint |
MIT