skillpack 0.12.1

Generate, verify, and maintain AI agent guidance (skills, plugins, AGENTS.md) for Claude Code, Cursor, Codex, Copilot, and 10+ AI coding ecosystems — one command turns any CLI or library into an agent-discoverable skill pack.
Documentation
# Build artifacts
target/
**/*.rs.bk

# IDE / editor
/.idea
/.vscode
*.swp
.DS_Store

# Local secrets / scratch
.env
.env.*

# Unreviewed insta snapshot updates — only committed .snap files ship.
*.snap.new

# Private design spec — not published to the public repo.
/2026-07-09-skillpack-design.md

.omo/
memory:/

# Freebuff desktop app local state — never commit or publish.
.freebuff/

# Codegraph IDE cache (symlinked out of the repo) — local-only, never commit
# or publish. Kept in the committed .gitignore (not just .git/info/exclude) so
# it is excluded on every machine and by `cargo package`.
.codegraph/