By lyric-wren
Eight explicit-invocation engineering workflow skills plus one always-on local baseline skill.
本地安装后应始终启用,不需要用户显式输入。用于统一所有任务的基础协作约定,例如默认使用中文回复;若用户明确指定其他语言或格式,以用户要求为准。
仅在用户明确输入 `$code-analysis` 或明确要求使用 `code-analysis` skill 时使用。显式调用后,生成或更新 Markdown 分析文档。
仅在用户明确输入 `$code-planning` 或明确要求使用 `code-planning` skill 时使用。显式调用后,生成或更新 Markdown 方案文档。
仅在用户明确输入 `$code-review` 或明确要求使用 `code-review` skill 时使用。显式调用后,生成或更新 Markdown 代码审查文档。
仅在用户明确输入 `$code-ui-test` 或明确要求使用 `code-ui-test` skill 时使用。显式调用后,生成或更新 Markdown UI 测试文档。
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.
这个仓库提供 9 个职责清晰、名字够短的工程技能,其中 8 个任务型 skill 只在用户显式输入 $skill-name 时生效,另有 1 个本地基础 skill 默认始终生效。
适合 Codex 和其他直接按 SKILL.md 安装 skill 的环境。仓库根目录 skills/ 是唯一真实 skill 目录。
# 安装单个 skill 到 Codex
npx skills add https://github.com/lyricsGroup/skills-marketplace/tree/main/skills/code-analysis
适合 Claude Code 的 /plugin marketplace add 流程。
/plugin marketplace add https://github.com/lyricsGroup/skills-marketplace
/plugin install skills-marketplace@skills-marketplace
skills/ 是唯一真实源码目录skills/scripts/validate-skills.shbase-local-policy 是基础 skill。只要安装在本地,就默认始终生效,用于统一基础行为,例如默认中文回复。$code-analysis、$code-planning、$project-architecture、$senior-frontend、$senior-backend、$senior-fullstack、$code-ui-test、$code-review。description 需要故意保持“显式触发”语义,避免自然语言自动命中。skills-marketplace/
├── skills/
│ ├── base-local-policy/
│ ├── code-analysis/
│ ├── code-planning/
│ ├── project-architecture/
│ ├── senior-frontend/
│ ├── senior-backend/
│ ├── senior-fullstack/
│ ├── code-ui-test/
│ └── code-review/
├── .codex-plugin/plugin.json
├── hooks/hooks.json
├── scripts/validate-skills.sh
├── .claude-plugin/marketplace.json
├── .claude-plugin/plugin.json
├── .agents/plugins/marketplace.json
| Skill | 触发方式 | 用途 | 默认输出 |
| --- | --- | --- |
| base-local-policy | 本地安装后始终生效 | 统一基础行为,例如默认中文回复 | 中文为默认回复语言 |
| code-analysis | 显式输入 $code-analysis | 分析代码结构、调用链、依赖、影响面,并落成 Markdown | docs/*.md 分析文档 |
| code-planning | 显式输入 $code-planning | 根据需求制定或修改方案,并落成 Markdown | docs/*.md 方案文档 |
| project-architecture | 显式输入 $project-architecture | 从 0 到 1 做项目架构、架构选型、MVP 边界和 Vibe Coding 启动流程 | docs/*-architecture.md 架构文档 |
| senior-frontend | 显式输入 $senior-frontend | 以资深前端标准完成实现 | 改动代码、交互状态、校验结果 |
| senior-backend | 显式输入 $senior-backend | 以资深后端标准完成实现 | 改动代码、接口/数据变更、测试结果 |
| senior-fullstack | 显式输入 $senior-fullstack | 同时叠加资深前端和资深后端标准完成端到端实现 | 改动代码、接口/数据契约、交互状态、验证结果 |
| code-ui-test | 显式输入 $code-ui-test | 测试关键 UI 流程并检查视觉/交互问题,落成 Markdown | docs/*.md UI 测试文档 |
| code-review | 显式输入 $code-review | 审核代码并给出严重度排序的结论,落成 Markdown | docs/*.md review 文档 |
SKILL.md 保持短,细节放到 references/description 必须写成“仅在用户显式输入 $skill-name 时使用”description 可以写成“本地安装后始终启用”references/skills/ 是唯一真实 skill 目录skills/ 目录或 symlink 别名,否则会被重复扫描/Users/lyric/code/utils/skills-marketplace/scripts/validate-skills.sh
npx claudepluginhub lyric-wren/skills-marketplace --plugin skills-marketplaceA 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.
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.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.