npx skills add https://github.com/howell5/willhong-skills --skill graphifyقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.
Skills shared by Will Hong for Claude Code and other AI agents.
npx skills add Howell5/willhong-skills
| Skill | Description |
|---|---|
| graphify | Code navigation layer for AI agents — AST extraction from 12 languages, queryable knowledge graph |
| vitepress-tutorial | Generate VitePress documentation sites for source code learning |
| social-polish | 从核心观点生成优质社媒长文,运用 4D 框架分析,去 AI 味,6 维度评审 |
| frontend-i18n-orchestrator | Frontend 项目 i18n 全链路编排:自动探测、最少提问、分阶段改造与质量门禁 |
Code navigation layer for AI coding agents. Extracts AST structure from 12 programming languages via tree-sitter WASM, builds a queryable knowledge graph, and keeps it in sync as code changes.
/graphify build # index the current project
/graphify query <name> # find symbols by name
/graphify update <file> # re-index after editing
Features:
Setup: npm i -g graphify-ts (requires Bun runtime)
Source: github.com/Howell5/graphify-ts
Generate VitePress documentation sites for source code learning and analysis. Unlike user documentation that explains "how to use", these tutorials explain "how it's implemented".
/vitepress-tutorial [source-path] [output-path]
Examples:
/vitepress-tutorial ./apps/runner ./tutorials/runner-guide
/vitepress-tutorial ./pkg/sandbox
Features:
Source: path/to/file.go:123 annotationsWorkflow:
Output Structure:
{output-path}/
├── package.json
├── docs/
│ ├── .vitepress/
│ │ └── config.ts
│ ├── index.md
│ ├── introduction/
│ │ ├── overview.md
│ │ └── architecture.md
│ └── {modules}/
│ ├── index.md
│ └── {topics}.md
└── README.md
从核心观点生成可直接发布的优质社媒长文。通过 4D 框架深度分析、去 AI 味处理、6 维度评审,确保输出的内容观点鲜明、情感共鸣、语言自然。
/social-polish [你的核心观点或选题]
示例:
/social-polish 为什么大多数人学不会编程
/social-polish 远程工作三年后我发现的真相
/social-polish 年轻人为什么越来越不想结婚
特性:
适用平台: X 长推、小红书图文、微信公众号、即刻等
面向 React/Vue/Next/Nuxt/Vite 的项目级 i18n 改造 skill。默认先自动扫描项目,再只询问无法自动推断的业务决策,最后分阶段完成迁移与验证。
/frontend-i18n-orchestrator
特性:
MIT