|
| 1 | +# @empjs/skill - Unified AI Agent Skill Hub |
| 2 | + |
| 3 | +[](https://www.npmjs.com/package/@empjs/skill) |
| 4 | +[](https://opensource.org/licenses/MIT) |
| 5 | + |
| 6 | +The Enterprise Distribution Hub for AI Agent Skills. Securely bridge your internal engineering standards with AI Agents (Claude, Cursor, Windsurf, and more). |
| 7 | + |
| 8 | +## 🚀 Overview |
| 9 | + |
| 10 | +`@empjs/skill` is a unified CLI tool and platform designed to manage, distribute, and trace AI agent skills across multiple platforms. It solves the fragmentation of skill management by providing a centralized hub for all your agent extensions. |
| 11 | + |
| 12 | +- **Unified Registry**: Centralized skill management in `~/.emp-agent/skills/`. |
| 13 | +- **18+ Agents Supported**: Auto-detects and links to Claude Code, Cursor, Windsurf, Trae, Gemini, and more. |
| 14 | +- **Smart Distribution**: Zero manual path configuration. |
| 15 | +- **Private Repo Support**: Seamless integration with private GitLab/GitHub repositories. |
| 16 | +- **B2B On-demand**: Monorepo support for project-specific skill installation. |
| 17 | + |
| 18 | +## 📦 Supported AI Agents |
| 19 | + |
| 20 | +The platform automatically detects and supports: |
| 21 | + |
| 22 | +- **Claude Code** (`~/.claude/skills/`) |
| 23 | +- **Cursor** (`~/.cursor/skills/`) |
| 24 | +- **Windsurf** (`~/.windsurf/skills/`) |
| 25 | +- **Trae** (`~/.trae/skills/`) |
| 26 | +- **Gemini** (`~/.gemini/skills/`) |
| 27 | +- **Cline**, **Roo Code**, **Goose**, **AMP**, and many more. |
| 28 | + |
| 29 | +## 🛠️ Installation |
| 30 | + |
| 31 | +```bash |
| 32 | +# Using pnpm (recommended) |
| 33 | +pnpm add -g @empjs/skill |
| 34 | + |
| 35 | +# Using npm |
| 36 | +npm install -g @empjs/skill |
| 37 | +``` |
| 38 | + |
| 39 | +## 📖 Quick Start |
| 40 | + |
| 41 | +### Install a Skill |
| 42 | +```bash |
| 43 | +# Install from NPM |
| 44 | +eskill install @empjs/skill-example |
| 45 | + |
| 46 | +# Install from Git URL (GitHub/GitLab) |
| 47 | +eskill install https://github.com/empjs/skill/tree/main/packages/yapi-mock-data |
| 48 | +``` |
| 49 | + |
| 50 | +### List Skills |
| 51 | +```bash |
| 52 | +eskill list |
| 53 | +``` |
| 54 | + |
| 55 | +### Dev Mode |
| 56 | +```bash |
| 57 | +cd path/to/your-skill |
| 58 | +eskill install . --link |
| 59 | +``` |
| 60 | + |
| 61 | +## 📁 Project Structure |
| 62 | + |
| 63 | +- `apps/website`: The official website (built with Vite + Tailwind). |
| 64 | +- `packages/eskill`: The core CLI tool. |
| 65 | +- `packages/yapi-mock-data`: An example skill package. |
| 66 | +- `docs/`: Comprehensive documentation. |
| 67 | +- `skills/`: Skill definitions and templates. |
| 68 | + |
| 69 | +## 📚 Documentation |
| 70 | + |
| 71 | +For more detailed information, please refer to our documentation: |
| 72 | + |
| 73 | +- [Documentation Index](./DOCUMENTATION_INDEX.md) |
| 74 | +- [CLI Guide](./docs/CLI_GUIDE.md) |
| 75 | +- [Architecture](./docs/ARCHITECTURE.md) |
| 76 | +- [Web Platform](./docs/WEB_PLATFORM.md) |
| 77 | +- [Deployment](./docs/DEPLOYMENT.md) |
| 78 | +- [Contribution Guide](./docs/CONTRIBUTION.md) |
| 79 | + |
| 80 | +## 🤝 Contributing |
| 81 | + |
| 82 | +We welcome contributions! Please see our [Contributing Guide](./docs/CONTRIBUTION.md) for more details. |
| 83 | + |
| 84 | +## 📄 License |
| 85 | + |
| 86 | +© 2026 EMP Team. Licensed under the [MIT License](./LICENSE). |
| 87 | + |
| 88 | +## 🔗 Links |
| 89 | + |
| 90 | +- **Repository**: [https://github.com/empjs/skill](https://github.com/empjs/skill) |
| 91 | +- **Website**: [https://skill.empjs.dev](https://skill.empjs.dev) (Hosted on Cloudflare) |
0 commit comments