Skip to content

shareAI-lab/shareAI-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shareAI Skills

Knowledge packages that extend AI agent capabilities.

中文文档

Works with Kode CLI, Claude Code, Cursor, and any agent supporting the Agent Skills Spec.

Installation

Kode CLI (Recommended)

kode plugins install https://github.com/shareAI-lab/shareAI-skills

Claude Code

claude plugins install https://github.com/shareAI-lab/shareAI-skills

Cursor

Copy the skills/ directory to your Cursor skills folder.

Other Agents

Load SKILL.md files on-demand when the agent needs domain expertise.

Available Skills

Skill Description
agent-builder Design and build AI agents for any domain

What are Skills?

Skills are modular knowledge packages that give AI agents domain expertise on-demand. They follow the Agent Skills Spec.

Skill Structure

skill-name/
├── SKILL.md              # Core instructions (required)
├── references/           # Detailed documentation (optional)
├── scripts/              # Executable code (optional)
└── assets/               # Templates and resources (optional)

Philosophy

Skills are knowledge, not code.

A skill doesn't tell the agent what to do step-by-step. It gives the agent the knowledge to figure out what to do. The model is smart - your job is to inform it, not constrain it.

Contributing

We welcome contributions! To add a new skill:

  1. Create a directory under skills/
  2. Add a SKILL.md with YAML frontmatter (name, description)
  3. Include any necessary references, scripts, or assets
  4. Submit a PR

Related

Repository Purpose
Kode Full-featured open source agent CLI
learn-claude-code Learn how to build AI agents from scratch
Agent Skills Spec Official specification

License

Apache-2.0

About

shareAI Lab's skills for agent to build agent & other custom software system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages