Lab Skills banner
shareAI-lab shareAI-lab

Lab Skills

Development community

Description

Skills distilled from the Lab's real work and collaboration practices

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Lab Skills

English | [简体中文](./README.zh-CN.md) | [日本語](./README.ja.md)

Skills distilled from the Lab's real engineering, research, publishing, and collaboration work.

The reusable parts are shared for reference, discussion, adaptation, and continued improvement.

The repository is designed for AI coding agents and other systems that support the [Agent Skills specification](https://agentskills.io/specification).

Scope

This is a skills-only repository. It does not ship plugins, general tutorials, or unrelated articles.

Every Skill is intended to remain understandable and useful on its own. Some packages may include optional agent-facing metadata, but the core instructions do not depend on one specific product runtime.

The collection is practice-derived, not a universal standard. Read each Skill's description and adapt assumptions that do not fit your tools, organization, or working context.

Installation

Preview the available Skills without installing them:

npx skills add shareai-lab/lab-skills --list

Install all Skills non-interactively for the detected agent environment:

npx skills add shareai-lab/lab-skills --skill '*' -y

Install one Skill:

npx skills add shareai-lab/lab-skills --skill deep-architecture-research

Generate a prompt for one Skill without installing it:

npx skills use shareai-lab/lab-skills@understanding-first-report

Keeping Skills Updated

Update every installed Skill in the current scope from its recorded upstream source:

npx skills update

Update one Skill only:

npx skills update deep-architecture-research

Update project-level Skills without prompting:

npx skills update --project -y

Update global Skills without prompting:

npx skills update --global -y

If you installed Skills before they were renamed, remove the old names and install the replacements once:

npx skills remove boss-meet meet-work extract-agent-sessio