Skip to content

weng-lab/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weng Lab Agent Skills

skills.sh

Reusable AI agent skills for Weng Lab bioinformatics, web development, writing, productivity, and lab workflows.

These skills can be installed into supported AI coding agents with the skills CLI, including OpenCode, Claude Code, Cursor, Codex, Gemini, and others.

Install Skills

List the skills available in this repo:

npx skills add weng-lab/skills --list

Install skills interactively:

npx skills add weng-lab/skills

Install one skill by name:

npx skills add weng-lab/skills --skill commit

Install skills globally for your user account:

npx skills add weng-lab/skills --global

Install skills for a specific agent:

npx skills add weng-lab/skills --agent opencode

Update Installed Skills

Use npx skills update to update skills you previously downloaded with npx skills add.

The CLI can update skills installed in your current project, skills installed globally in your agent config folder, or both. It will guide you through those choices interactively.

npx skills update

You can also update one skill by name:

npx skills update commit

Use a Skill Without Installing

Run a skill ad hoc:

npx skills use weng-lab/skills --skill commit

Add a Skill

See CONTRIBUTING.md for the short checklist.

In brief: add your skill under the best category, keep its files together, and add the skill name to skills.sh.json.

About skills.sh.json

skills.sh.json controls how this repo is grouped on skills.sh. It does not make skills installable; installable skills come from valid SKILL.md files under skills/.

Only include a group in skills.sh.json after it has at least one real skill.

Links

About

A shared repository for agent skills.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors