LLM agent skills collection by @akhy.
Install all skills:
npx skills add akhy/agent-skillsInstall a specific skill:
npx skills add akhy/agent-skills --skill fizzy-workflowList available skills without installing:
npx skills add akhy/agent-skills --list| Skill | Description |
|---|---|
| buffer | Manage Buffer social media posts and ideas — create, schedule, and queue posts across all connected channels |
| fizzy-workflow | High-level workflows for managing work using Fizzy cards (start, work on, complete, delegate) |
| mdq | Query and filter Markdown documents using jq-like selector syntax |
| memos | Create, list, update, delete memos and manage comments, reactions, attachments, and relations via the Memos REST API |
| plurk | Read and respond to Plurk social network content — timeline, plurks, responses, and posting |
| plurk-trend | Show trending plurks from the last 24 hours ranked by number of responses |
| go-release | Set up automated releases for Go CLI apps using GoReleaser, GitHub Actions, GHCR, and Homebrew tap |
| agent-friendly-cli | Author or audit AI agent-friendly CLI tools — structured output, exit codes, idempotency, dry-run, and more |
| vikunja-vja | Manage Vikunja tasks via VJA CLI — create, list, update, delete tasks, with assignment, priority, and labeling |
| glab-mr | Reviews a GitLab Merge Request using glab CLI. Fetches MR metadata, checks out the branch, diffs the changes, and performs a thorough code review |