ikhono
The hub for AI skills. Search, discover, and load community-built skills that enhance your AI agent's capabilities. Skills are structured instructions for tasks like code review, test writing, documentation, refactoring, and more. Works across Claude Code, Cursor, Windsurf, Copilot, Codex, and Gemini CLI.
Ask AI about ikhono
Powered by Claude Β· Grounded in docs
I know everything about ikhono. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
The hub for AI Skills
Publish, discover, and use AI agent skills across all platforms.
Connect the MCP server once and every skill on the registry becomes instantly available β no local installation needed.
π‘ Why iKhono?
AI coding agents are powerful but generic. Skills give them specialized expertise β security review, test writing, API design β crafted by the community.
- π Use a skill: Connect the MCP server and search for what you need
- βοΈ Create a skill: Write a SKILL.md, publish with one command or from the web dashboard
- π Share a skill: Your skills work on Claude, Cursor, Windsurf, Copilot, and Codex
- π Browse skills: Explore the registry at ikhono.io/skills
π Quick Start
1. Add the MCP Server
Recommended (stdio β full featured, auto-reads auth token):
npm install -g @ikhono/cli
ikh setup --platform claude
Or manually: claude mcp add ikhono -- npx -y @ikhono/mcp
Zero-install (Streamable HTTP β great for trying it out):
claude mcp add ikhono https://ikhono.io/mcp -t http
Search and load skills work without auth. For pins and ratings, pass
-H "Authorization: Bearer YOUR_TOKEN".
Cursor / Windsurf / Copilot: See platform setup guides.
2. Use Skills
Once connected, your AI agent can search and load skills automatically. Just ask:
"Search iKhono for a code review skill"
Or the agent will suggest skills when it detects a relevant task.
3. Explore
| Action | Command | What Happens |
|---|---|---|
| Search | /skill search | Find skills by query, category, or author |
| Load | /skill load | Load full instructions into your AI agent |
| Pin | /skill pin | Save favorites for quick access |
| Unpin | /skill unpin | Remove a skill from favorites |
| List Pinned | /skill list-pinned | Show your pinned skills |
| Rate | /skill rate | Help the community find the best skills |
π How It Works
You -βΆ AI Agent -βΆ iKhono MCP Server -βΆ iKhono Registry
β¬
search
β¬
Skills loaded on-demand
into your AI agent
The MCP server is a thin proxy β it connects your AI agent to the iKhono registry. When you (or your agent) search for a skill, the instructions are fetched and injected into the conversation. No files downloaded, no local setup.
π₯ Supported Platforms
| Platform | Setup Guide | Status |
|---|---|---|
| Claude Code | .claude/settings.json | Supported |
| Cursor | .cursor/mcp.json | Supported |
| Windsurf | .windsurf/mcp.json | Supported |
| GitHub Copilot | .vscode/mcp.json | Supported |
| OpenAI Codex | Environment variables | Supported |
| Claude Desktop | claude_desktop_config.json | Supported |
| Gemini CLI | ~/.gemini/settings.json | Supported |
π For Skill Creators
Have expertise to share? Publish a skill in minutes:
# Install the CLI
npm install -g @ikhono/cli
# Login
ikh login # opens browser for GitHub SSO (default)
# or: ikh login --google (Google sign-in)
# Scaffold a new skill
ikh skill init my-skill
# Edit skill.yaml and SKILL.md, then publish
ikh skill publish --changelog "Initial release"
Your skill is now available to everyone on the registry as @your-username/my-skill.
Resources
- Creating Skills Guide β Full walkthrough
- Skill Format Spec β skill.yaml and SKILL.md reference
- CLI Reference β All commands and options
- Example Skills β Skills you can reference and fork
π Documentation
| Doc | Description |
|---|---|
| Getting Started | 5-minute setup and first skill |
| How It Works | Architecture and concepts |
| Creating Skills | Authoring and publishing guide |
| Skill Spec | Format reference |
| CLI Reference | Command-line tool docs |
| Platform Guides | Per-platform setup instructions |
π Web UI
Browse and manage skills from the browser at ikhono.io:
- Skill Search β browse, search, filter, and sort skills
- Skill Detail β view content, rate, pin, see version history and install snippets
- Author Profiles β view creator bio and published skills
- Dashboard β publish new skills, edit existing ones, manage pins
- Login β sign in with GitHub or Google
π€ Contributing
See CONTRIBUTING.md for how to contribute skills and help test on different platforms.
β FAQ
-
What does iKhono mean?
iKhono means "skill" in Zulu. -
Do I need to install each skill separately?
No. The MCP server gives you access to the entire registry.
Skills are loaded on-demand when you or your AI agent requests them. -
Is it free?
Yes. Publishing and using skills is free. -
Can I use private skills?
Not yet. All published skills are public. Private/team skills are on the roadmap. -
What platforms are supported?
Any AI tool that supports the Model Context Protocol (MCP).
We have setup guides for Claude Code, Cursor, Windsurf, GitHub Copilot, OpenAI Codex, Claude Desktop, and Gemini CLI.
π License
Documentation and examples in this repository are licensed under MIT.
