A personal collection of AI-related mini-projects, skills, plugins, and configurations for coding agents and IDEs.
.cursor/rules/— Cursor AI rules and project conventionsskills/— Reusable Agent Skills for AI coding assistants
| Skill | Description |
|---|---|
| code-analysis | Multi-pass source code analysis and feature deep-dive. Produces structured documents with architecture diagrams, flow traces, and precise coverage of trigger conditions, edge cases, and error paths. |
| code-review | Risk-priority code review with test-fix-retest closed loop. Covers behavioral regressions, SOLID/architecture, security, performance, dead code, and test coverage. |
| dingtalk-docs-reader | DingTalk document read-only access: list, download, extract text, export PDF. Cookie-based auth, no enterprise app approval needed. Table documents (asheet) not supported. |
Install all skills:
npx skills add whhe/ai-workshopInstall a specific skill:
npx skills add whhe/ai-workshop --skill code-analysis
npx skills add whhe/ai-workshop --skill code-review
npx skills add whhe/ai-workshop --skill dingtalk-docs-readerMIT © He Wang