Screenshot

Skills

Install agent skills from any git source. One command — works with every coding agent.

Linux
curl -fsSL appcrate.dev/skills | sh

Rust binary, no runtime dependencies. Requires git installed.

Features

Any git source

GitHub, GitLab, self-hosted, SSH, local paths. Not locked to any single provider.

Auto-detect agents

Finds installed coding agents and installs skills to the right places. 13 agents supported.

Interactive prompts

Multi-select skills and agents. Remembers your preferences between runs. Non-interactive mode for CI.

Symlink or copy

One canonical copy with symlinks per agent, or independent copies. Global or project-local scope.

Lock file tracking

Global and local lock files track sources, hashes, timestamps. Update and restore from lock.

Skill discovery

Scans priority directories, falls back to recursive search. YAML frontmatter for metadata.

Usage

$ skills add owner/repo
$ skills add https://github.com/owner/repo
$ skills add gitlab:group/repo
$ skills add ./my-skills
$ skills add owner/repo@my-skill
$ skills add owner/repo --agent cursor --agent claude-code
$ skills add owner/repo --all --copy
$ skills add owner/repo --global
$ skills list --json
$ skills update
$ skills remove my-skill
$ skills init my-new-skill

Supported agents

Claude CodeCursorCodexOpenCodeClineWindsurfRoo CodeGooseAugmentContinueGitHub CopilotGemini CLIHermes

How it works

Parse any source — GitHub shorthand, full URLs, SSH, GitLab prefixes, local paths. Shallow clone for remote sources.

Discover SKILL.md files by scanning priority directories first, then falling back to recursive search. Interactive multi-select for skills and agents, with saved preferences between runs.

Install to a canonical location, then symlink (or copy) to each agent's skills directory. Lock file tracks source, hash, and agent list for updates and reproducibility.

Changelog

2026-04-24v0.3.0Two-stage install flow, session-persistent preferences, all skills unchecked by default
2026-04-15v0.2.0Update command, lock file v3, hash-based change detection
2026-03-30v0.1.0Initial release — add, list, remove, init, 13 agents supported