New Open source · v0.2.0

The control plane for the skills your agents run on.

Publish, sync, scan, and track AI agent skills across your team. One registry for Claude Code, Codex CLI, and Gemini CLI.

Free for solo devs · self-host on day one
~/acme/skills — skael
$ skael setup https://skills.company.com sk-xxx Connected to skills.company.com Configuration saved Hook installed for claude-code Hook installed for codex Setup complete. Skills are live. $ skael publish ./code-review → scanning for security issues… ok → published code-review v5 (checksum a3f8…) $
6
platforms
macOS · Linux · Windows
4
agents
Claude · Codex · Gemini · OpenCode
30+
rules
security scan on every publish
1
command
skael setup and you're done
// capabilities

Everything your team needs to ship skills with confidence.

From publishing to tracking — skael handles the full lifecycle of AI agent skills across your infrastructure.

Cross-agent sync

One skael sync command distributes skills to Claude Code, Codex CLI, and all detected agents. No manual file copying.

Security scanning

30+ regex rules catch secrets, prompt injection, data exfiltration, and obfuscation. Critical findings block publishing automatically.

Activation tracking

See which skills fire, which agents use them, and how often. Hook scripts report events without blocking the agent.

Full-text search

Postgres FTS with pg_trgm fuzzy matching. Search across skill names, descriptions, and content. Results are instant.

Version history

Every publish creates an immutable version. Content-addressable archives prevent race conditions on concurrent publishes.

Self-hosted

Docker Compose with Postgres. Your skills stay on your infrastructure. Single binary, single API key. No lock-in.

// the dashboard

Every skill, every version, every activation — one workspace.

app.skael.dev / acme / skills

Skills / All

Skill
Version
Activations
Agents
Status
code-reviewCode review checklist · security & performance
v5
340 ↑ 8%
3
● active
deploymentPre-deploy verification for staging & prod
v3
128 ↑ 3%
2
● active
pg-migrationsPostgres migration generation & safety checks
v1
14 ↓ 22%
1
⚠ stale
api-designREST & RPC review heuristics for new endpoints
v2
87 ↑ 14%
4
● active
incident-triageOn-call runbook for severity classification
v7
52 ↑ 5%
3
● active
// three commands

Drop it into any agent stack in under a minute.

01 / INSTALL

Install the CLI.

Single binary for macOS, Linux, and Windows. No dependencies.

$ brew install skael-dev/skael/skael
02 / SETUP

Connect to your registry.

One command configures the CLI, syncs all skills, and installs activation tracking hooks for every detected agent.

$ skael setup https://skills.company.com sk-xxx
03 / PUBLISH

Share a skill.

Security scan runs automatically. Next time anyone runs skael sync, they get it.

$ skael publish ./code-review

Ship skills like you ship code.

Free and open source. Self-host on day one.

$ brew install skael-dev/skael/skael && skael setup copy