@skills · Owner
Agent skills by howell5
8 skills indexed from github.com/howell5. Reference any of them in AdaL, Claude Code, Cursor or any coding agent — nothing to install.
- check-claude-md · Skill · 1 stars
检查本次对话的改动是否需要更新项目 CLAUDE.md。分析代码变更,识别新模式和约定,建议更新内容。
- frontend-i18n-orchestrator · Skill · 1 stars
End-to-end i18n orchestration for frontend repositories. Use when a user wants to internationalize React/Vue/Next/Nuxt/Vite projects with minimal questions
- graphify · Skill · 1 stars
Use when exploring unfamiliar codebases, before searching for code, or after editing files. Builds a structural AST index (classes, functions, imports, cal
- skills · Collection · 1 stars
- social-polish · Skill · 1 stars
从核心观点生成优质社媒长文。运用 4D 框架深度分析选题,去除 AI 味,6 维度评审确保质量。
- vitepress-tutorial · Skill · 1 stars
Generate VitePress documentation sites for source code learning and analysis. Use when creating tutorials that explain how a codebase is implemented intern
- willhong-skills · Collection · 1 stars
- subtraction-audit · Skill
代码减法审计与反腐化工程。用于给代码库做减法审计(找死代码/重复实现/死依赖/投机性泛化/死门禁),产出证据驱动的删除候选清单并按风险分级执行;也用于给 AI 重度开发的仓库搭建防膨胀门禁(CI、钩子、死代码基线)。核心信念:代码最终会腐化,人写机器写都一样;防腐化唯一可靠的方式是把约束变成机器门禁、把为什么