Claude Skill
tilework-tech/nori-skillsets
Open-source TypeScript system for managing Claude Skill collections. Enables seamless switching between skillsets for agentic AI and coding agents.
Overview
Repository
Install this Skill
npm install -g nori-skillsetsRegistry
Summary
Nori Skillsets is a TypeScript-based system for managing collections of Claude Skill. It enables seamless switching between different skillsets for AI agents.
代理技能集合管理系统。实现技能组之间的无缝切换!
Key features
- Manages collections of Claude Skill
- Seamless switching between skillsets
- TypeScript implementation
- Designed for agentic AI workflows
- Open-source system
Use cases
- AI agent development
- Claude Skill organization
- Multi-skill AI systems
- Coding agent frameworks
- Agentic AI applications
README excerpt
# Nori Skillsets Client [](https://github.com/tilework-tech/nori-skillsets/actions/workflows/ci.yml) [](https://www.npmjs.com/package/nori-skillsets) [](https://www.npmjs.com/package/nori-skillsets) [](https://www.npmjs.com/package/nori-skillsets) **CLI Client for installing and managing Nori Skillsets** The Nori Skillsets Client connects you to [noriskillsets.dev](https://noriskillsets.dev/), a registry of verified agent Skills and packaged agent configurations. Install complete Skillsets or individual Skills that have been reviewed for effectiveness, clarity, and proper implementation. The client supports a wide range of coding agents (Claude Code, Cursor, Codex, Gemini CLI, GitHub Copilot, OpenCode, Goose, Kilo, Kimi CLI, Pi, OpenClaw, Droid). Each agent receives a translation of the same skillset into the format it expects on disk. For complete documentation and to browse available Skillsets, visit: - **Skillsets Registry**: [noriskillsets.dev](https://noriskillsets.dev/) - **Documentation**: [noriskillsets.dev/docs](https://noriskillsets.dev/docs/building-a-skillset) ## What is a Skillset? A Skillset is a complete, unified configuration that defines how your coding agent behaves. Skillsets can include: - **Skills**: Step-by-step instructions that encode specific agent behaviors (TDD, debugging, code review, git workflows) - **AGENTS.md / CLAUDE.md**: Custom instructions and workflow preferences that guide the agent - **Subagents**: Specialized agents for specific tasks (codebase search, docume