Free & Open Source
Manage, share, and install Claude Code skills securely. One command to set up your entire team — end-to-end encrypted, open source, and self-hostable.
Visualize dependencies between your skills and agents
See which tools each skill is allowed to use
Create teams, invite members, push and pull shared skills
Track version history and rollback when needed
Real, working skills you can install today
Create well-formatted git commits with conventional commit messages
Install and configure Tailwind CSS with sensible defaults for any framework
Playwright E2E testing patterns and best practices
Derive TypeScript types from a JSON sample, OpenAPI spec, or database schema
Trace a runtime error to its root cause and propose a minimal fix
Extract reusable functions, components, and modules from large files
Generate a README from your package.json, scripts, and source layout
Generate a CHANGELOG entry from recent commits and bump the version
Install Husky git hooks with pre-commit lint-staged and commit-msg checks
Add a multi-stage Dockerfile and compose file tuned for your stack
Generate a CI workflow with caching, lint, typecheck, and test jobs
Bootstrap Vitest for fast unit and integration testing in Vite, Next.js, and Node projects