kanyun-inckanyun-incOfficial·5 Agent Skills Included

reskill

Git-based package manager for installing and syncing skills

Installs, versions, and syncs skills from any Git repository using declarative skills.json and skills.lock files. Eliminates manual copying of skill files across projects and keeps whole teams on identical versions. Supports GitHub, GitLab, HTTP archives, and private registries, deploying one skill to Cursor, Claude Code, Codex, and more.
npx skills add kanyun-inc/reskill --all -g -y
Available:

Gives the AI agent the project architecture, build commands, and coding conventions it needs to develop and test this CLI codebase correctly.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install reskill?

Run `npx skills add kanyun-inc/reskill --all -g -y` in your terminal to install all skills in this suite globally.

What does reskill do?

It is a Git-based package manager that installs, versions, and syncs agent skills across projects, similar to how npm manages JavaScript packages.

Which AI agents does reskill support?

It deploys skills to Cursor, Claude Code, Codex, Windsurf, GitHub Copilot, and many other agents from a single install command.

How do teams keep skill versions consistent?

reskill writes skills.json and skills.lock files that you commit to Git, so teammates run one install command to get identical versions.

Can reskill install skills from private repositories?

Yes. It uses your existing Git credentials and also supports self-hosted GitLab, HTTP archives, and private registries.

Related Repositories in Software Engineering

View All in Software Engineering