The official npx skills marketplace
for myICOR.
npx skills add myicor/skillsThat command pulls every skill in this repo into your agent's skills directory
(.claude/skills, .agents/skills, etc. — wherever your agent looks). Tools
like Claude Code, Cursor, and other agentic editors auto-discover them.
Alternatively, via the official myICOR CLI:
npm install -g @myicor/cli
myicor skill add # defaults to myicor/skills| Skill | What it does |
|---|---|
myicor-cli-quickstart |
Teaches AI agents how to authenticate the user with the myICOR CLI and call auth login, auth whoami, mcp status, and skill add. |
myicor-tools-audit |
Audits the user's myICOR tool stack for coverage gaps, weak areas, and recommended next lessons via myicor tools audit. |
myicor-learn-search |
Searches the myICOR learning library of articles, videos, and podcasts via myicor learn search. |
myicor-lessons-find |
Semantic search across myICOR course lessons via myicor lessons find. Ships in CLI v1.1. |
More coming. Inner-Circle-only skills live in the private companion repo
myicor/skills-inner-circle and are gated by GitHub access.
- Create
skills/<your-skill-name>/SKILL.md. - Required YAML frontmatter:
--- name: your-skill-name # lowercase, hyphens allowed description: One-paragraph description of when the agent should use this skill. ---
- Write the skill body in Markdown. Describe the tools the agent should invoke, when to invoke them, and what the outputs look like.
- Open a PR. CI validates frontmatter.
MIT — see LICENSE.