>_ devkit
Where developers keep their Claude skills.
Publish your own under @you, install anyone's with one command, and fork what you like into your own namespace.
11skills1developer160installs
just installeddeploy-pipeline·v1.2.0
just installedmaintainability·v1.0.0
just installednaming-conventions·v1.1.0
just installeddevkit-skill-authoring·v1.1.0
just installedzitadel-production·v1.3.0
just installedapple-marketing-ui·v1.1.0
just installedfastapi-backend·v1.1.0
just installedgitlab-admin-ui·v1.1.0
just installedmongodb-production·v1.1.0
just installedreact-native-expo·v1.1.0
just installedmodern-cpp·v1.0.0
just installeddeploy-pipeline·v1.2.0
just installedmaintainability·v1.0.0
just installednaming-conventions·v1.1.0
just installeddevkit-skill-authoring·v1.1.0
just installedzitadel-production·v1.3.0
just installedapple-marketing-ui·v1.1.0
just installedfastapi-backend·v1.1.0
just installedgitlab-admin-ui·v1.1.0
just installedmongodb-production·v1.1.0
just installedreact-native-expo·v1.1.0
just installedmodern-cpp·v1.0.0
// featured this week
Hand-picked.
// how it works
Install a skill in one line.
Every skill resolves to a single canonical command, named by its owner so it means one thing. Pipe it to your shell and it lands in ~/.claude/skills/. No git, no SSH key.
# install a skill
$ curl -sSL https://devkit.chempa.dev/install/@chempa/deploy-pipeline | sh
→ installed @chempa/deploy-pipeline@1.2.0// the cli
Or use devkit.
The same registry, from the terminal. Install and update skills, write and publish your own, and stay logged in to several registries at once - a client's, your own, staging - with one command to switch.
It installs from here, not from npm, so the version you get is the one that matches this registry. No token needed - it is a client, not content. Needs curl, tar and node 20+.
// install the cli
$ curl -sSL https://devkit.chempa.dev/install/cli | sh$ devkit login <url>
$ devkit install maintainability
✓ installed maintainability@1.1.0
$ devkit init my-skill
$ devkit publish my-skill
✓ published my-skill@0.1.0