By lucianwhy
6 team collaboration skills for full-stack teams: main sync, feature branch, shared code sync, pre-push review, docker deploy, doc sync. Pairs with obra/superpowers.
本地构建 Docker 镜像 → 推送到阿里云 ACR → SSH 到云端拉取并重启。
End-of-session knowledge cleanup with OCD-level rigor — reconciles project docs (CLAUDE.md, README.md, docs/) and agent memory against the code so nothing rots. 会话结束后对项目文档和记忆进行洁癖级审查与同步。MUST trigger when the user says: "sync up", "tidy up docs", "update memory", "clean up docs", "/sync", "/neat", "同步一下", "整理文档", "整理一下", "更新记忆", "梳理一下", "收尾", "这个阶段做完了", "新人能直接上手", or any phrase suggesting a dev milestone where knowledge needs reconciliation. Also trigger when the user reports stale docs, conflicting memories, or wants a clean handoff to teammates or other agents. Bare "整理" / "tidy" with prior dev context counts — do not under-trigger. Cross-platform: works on Claude Code, OpenAI Codex, OpenCode, and OpenClaw.
One skill for everything before pushing: review code → generate PR description → confirm → push → save checkpoint.
Automate the setup of a new feature branch: create branch, scaffold directory, pull latest, generate API contract template.
每天开工前同步 main 分支:拉最新代码 → 报告变动 → 影响分析 → 重建环境 → 启动。只看不动,功能完成后再合并。
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
6 个团队自定义 Skill,覆盖功能开发全流程。兼容 Claude Code 和 Codex。
推荐搭配 obra/superpowers 使用 — superpowers 提供 14 个基础 Skill(TDD、调试、代码审查等),team-skills 在此基础上叠加团队协作层。
两个独立安装,互不依赖,随便先装哪个。
# Claude Code
/plugin marketplace add obra/superpowers
/plugin install superpowers@superpowers
# Codex
/plugins → 搜索 superpowers → Install Plugin
# 插件方式(推荐)
/plugin marketplace add lucian-why/team-skills
/plugin install team-skills@team-skills
# 或者手动 symlink
git clone https://github.com/lucian-why/team-skills.git ~/team-skills
for skill in ~/team-skills/skills/*/; do
ln -sf "$skill" ~/.claude/skills/$(basename "$skill")
done
重要: Claude Code 用户需要在项目的 CLAUDE.md 顶部添加 @AGENTS.md:
# CLAUDE.md
@AGENTS.md
# 以下是 Claude Code 专属指令...
# 插件方式(推荐)
/plugins
# 搜索 team-skills,选 Install Plugin
# 或者手动 symlink
git clone https://github.com/lucian-why/team-skills.git ~/team-skills
for skill in ~/team-skills/skills/*/; do
mkdir -p ~/.codex/skills
ln -sf "$skill" ~/.codex/skills/$(basename "$skill")
done
Codex 原生读取项目根目录的 AGENTS.md,无需额外配置。
| Skill | 用途 | 什么时候用 |
|---|---|---|
| sync-main | 同步 main — 拉最新代码、变动报告、影响分析、自动重建环境 | 每天开工前,了解别人干了什么,确保基于最新代码开发 |
| start-feature | 开始新功能 — 建分支、建目录、拉最新代码、接口契约模板 | 每次开发新功能前,确保工作区干净、分支正确 |
| sync-shared | 公共代码变更 — 通知团队、生成变更说明、检查下游影响 | 改了 shared/ 或公共模块后,通知下游避免踩坑 |
| pre-push | 推送前 — AI review + 人审架构 + PR 描述 + 推送 + 检查点 | 每次推代码前必跑,AI 审细节 + 人审架构,不能跳过 |
| docker-push | 部署 — 本地构建镜像(commit hash tag)→ 推送到镜像仓库 → SSH 云端重启 | 代码推到 git 后,准备上线时 |
| neat-freak | 文档同步 — 更新 API 文档、同步 CLAUDE.md、清理过时文档 | 功能完成后,确保文档跟代码同步,不留技术债 |
superpowers 提供基础开发流程 Skill:brainstorming、writing-plans、TDD、systematic-debugging、code-review 等。
sync-main(每天开工前)→ brainstorming → writing-plans → start-feature → 写代码(TDD / 子代理)
→ sync-shared(改公共代码后)→ pre-push(推代码前必跑)→ docker-push(构建部署)→ neat-freak(功能完成后)
brainstorming / writing-plans / TDD 等来自 superpowers,需独立安装。
AGENTS.md ← 单一事实源(Linux Foundation 开放标准)
↑ ↑
│ │
CLAUDE.md Codex
@AGENTS.md 导入 原生读取 AGENTS.md
访问 team-architecture.html 查看完整的团队协作架构图。
cd ~/team-skills && git pull
插件安装的 skill 会自动获取最新版本。
基础 Skill 框架来自 obra/superpowers。
npx claudepluginhub lucianwhy/team-skills --plugin team-skillsA growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.