Skip to content

ai-ecoverse/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

102 Commits
 
 
 
 
 
 

Repository files navigation

ai-ecoverse/skills

A collection of agent skills for SLICC, installable via upskill.

Install

Install a single skill:

upskill ai-ecoverse/skills --skill <name>

Install all skills:

upskill ai-ecoverse/skills --all

Skill directory structure

Each skill lives in its own directory under skills/:

skills/{skill-name}/
├── SKILL.md              # Required — skill definition with YAML frontmatter
├── scripts/              # .jsh scripts (callable as shell commands)
├── references/           # API docs, endpoint references
└── assets/               # Observer scripts, .bsh auto-injectors, etc.

Only SKILL.md is required. Add the other directories as needed.

SKILL.md frontmatter

Every SKILL.md starts with YAML frontmatter that defines the skill metadata:

---
name: my-skill
description: Short description of what the skill does and when to use it
allowed-tools: bash
---
Field Required Description
name Yes Skill identifier (should match the directory name)
description Yes What the skill does and when to trigger it
allowed-tools No Tools the skill is allowed to use

The body of SKILL.md contains the full skill definition — instructions, examples, constraints, and any other context the agent needs.

Related repos

License

Apache 2.0 — see LICENSE.

Exception: skills/llm-wiki/ is MIT-licensed (upstream origin). See skills/llm-wiki/LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages