• v0.1.0 14d0735491

    jasper released this 2026-05-21 23:54:58 -04:00 | 32 commits to main since this release

    agent-skills v0.1.0 — Initial Release

    18 skills for AI agents, organized into three categories.


    Design & Methodology

    • cli-builder — 10 patterns for building agent-friendly CLI tools. Template, test suite, Python client pattern, skillify workflow.
    • systematic-debugging — 4-phase root cause debugging protocol. Schema/environment divergence, exception siblings, Rule of Three.
    • software-architecture-analysis — Codebase to clean-room PRD. Interface extraction pattern for swappable provider abstractions.
    • data-architect — Virtual data architect: discover, assess, design, govern.
    • agent-skills — Meta-skill: the Agent Skills open format reference.

    API CLIs — Atlassian

    • jira-cli — Search (JQL), view, create, comment, transition issues.
    • confluence-cli — Spaces, pages with body extraction, CQL search, create.

    API CLIs — Media & Entertainment

    • tmdb-cli — Movie and TV discovery by genre, certification, rating, date.
    • jellyfin-cli — Media server: recent items, search, libraries, stats.
    • arr-cli — Radarr + Sonarr: movies and series management, calendars, wanted.
    • trakt — Media discovery: trending, anticipated, popular (read-only).
    • tempest-cli — Hyper-local weather from your Tempest station.

    API CLIs — Content & Publishing

    • ghost-cli — CMS: posts, pages, tags via Admin API (JWT auth).
    • transistor — Podcast hosting: shows, episodes, subscriber analytics.
    • peertube — Federated video: browse, search, channels (OAuth2).

    API CLIs — Self-Hosted Utilities

    • forgejo-cli — Self-hosted Git forge: repos, issues, PRs.
    • openlibrary-cli — Book metadata: search, ISBN lookup (no API key).

    74 files, ~8,100 lines across 18 skills. Every CLI built with the cli-builder patterns: --json, --dry-run, lazy auth, emit() dual-output, pre-parsed global flags, structured logging.

    MIT licensed.

    Downloads