Skip to content

devrimcavusoglu/skern

Repository files navigation

skern

System-wide skill registry for AI agents.
Forge, manage, and compose agent capabilities from the terminal.

Release License CLI Agent Skills Docs


Skern is a minimal, agent-first CLI for managing Agent Skills across Claude Code, Codex CLI, and OpenCode. One SKILL.md per skill — portable, validated, and instantly installable to any supported platform.

Quick Example

skern init
skern skill create code-review --description "Review PRs for style and correctness"
skern skill install code-review --platform all

Features

  • Unified skill lifecycle — create, validate, search, install, and remove across platforms
  • Agent Skills spec — reads and writes SKILL.md directly, no proprietary format
  • Cross-platform — install to Claude Code, Codex CLI, or OpenCode in one command
  • Tool-forming loop — agents scaffold and reuse skills automatically
  • Overlap detection — fuzzy matching prevents duplication
  • JSON output — every command supports --json for agent-operable workflows

Install

curl -fsSL https://raw.githubusercontent.com/devrimcavusoglu/skern/main/scripts/install.sh | bash

Or with Go 1.23+:

go install github.com/devrimcavusoglu/skern/cmd/skern@latest

Documentation

Full documentation is available at skern.dev:

License

Apache 2.0 — see LICENSE for details.

About

Mass Skills Manager for Agents on AI Driven Development

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors