Skip to content

myICOR/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

myICOR Agent Skills

The official npx skills marketplace for myICOR.

Install

npx skills add myicor/skills

That 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

Skills in this repo

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.

Adding a skill

  1. Create skills/<your-skill-name>/SKILL.md.
  2. Required YAML frontmatter:
    ---
    name: your-skill-name        # lowercase, hyphens allowed
    description: One-paragraph description of when the agent should use this skill.
    ---
  3. Write the skill body in Markdown. Describe the tools the agent should invoke, when to invoke them, and what the outputs look like.
  4. Open a PR. CI validates frontmatter.

License

MIT — see LICENSE.

About

Reusable skills and prompts for the myICOR agent team and the myPKA scaffold.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors