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.
List the skills available in this repo:
npx skills add weng-lab/skills --listInstall skills interactively:
npx skills add weng-lab/skillsInstall one skill by name:
npx skills add weng-lab/skills --skill commitInstall skills globally for your user account:
npx skills add weng-lab/skills --globalInstall skills for a specific agent:
npx skills add weng-lab/skills --agent opencodeUse 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 updateYou can also update one skill by name:
npx skills update commitRun a skill ad hoc:
npx skills use weng-lab/skills --skill commitSee 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.
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.