Lab Skills
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
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11