By yujiewanwan
Collection of personal Claude Code skills for daily workflow automation
Enforce git commit, git add, and PR submission standards. Use this skill whenever the user performs a git commit, git add, writes a commit message, creates a pull request, or mentions anything related to code submission workflows. Also trigger when the user asks for commit message format, PR best practices, git workflow guidelines, or staging files.
Query hot topics (每日热点) from the prime_contact backend. Use this skill when the user asks about hot topics, daily hot topics, 热点话题, 今日热点, 昨日热点, or wants to see what articles are referenced by today's hot topics. This skill manages its own credentials in ~/.config/wanwan-skills/hot-topics.json and handles authentication automatically (login, token caching, validation via /api/auth/profile, and refresh via X-New-Token).
本仓库用于集中存放和管理个人 AI 助手技能(Skills),面向多平台复用设计。
| Skill | 说明 | 依赖 |
|---|---|---|
| git-commit-principle | 规范 git add、commit message 和 PR 提交流程。 | — |
| hot-topics | 查询每日热点话题,支持今日/昨日/指定日期。 | Node.js 18+ |
/plugin marketplace add yujiewanwan/wanwan_skills
/plugin install wanwan-skills@wanwan_skills
| Skill | 前置条件 |
|---|---|
| hot-topics | Node.js 18+ |
| 工具 | 说明 |
|---|---|
| Claude Code | Anthropic 官方 CLI(当前主要使用环境) |
| OpenClaw | 开源 Claude Code 替代方案 |
| HermesAgent | 支持 skill 机制的 AI Agent 框架 |
| Codex | OpenAI 的代码生成 Agent |
wanwan_skills/
├── README.md # 本文件
├── .claude-plugin/
│ └── marketplace.json # Plugin manifest(支持 /plugin install)
├── skills/ # 技能定义目录
│ ├── hot-topics/
│ │ ├── SKILL.md # Claude Code skill 定义
│ │ └── hot-topics.mjs # 执行脚本(Node.js)
│ └── git-commit-principle/
│ └── SKILL.md
以下整理社区中成熟、可直接引用的 Skill / MCP,无需自行构建:
| 名称 | 类型 | 说明 | 开源地址 |
|---|---|---|---|
| mcp-chrome | MCP | 浏览器自动化 MCP,支持通过 AI 控制 Chrome 浏览器执行点击、截图、填表等操作 | hangwin/mcp-chrome |
| mcp-server-mysql | MCP | MySQL 数据库 MCP 服务器,支持通过自然语言查询、插入、更新 MySQL 数据 | benborla/mcp-server-mysql |
仓库地址:
https://github.com/yujiewanwan/wanwan_skills
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.
npx claudepluginhub yujiewanwan/wanwan_skills --plugin wanwan-skillsCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
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
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer