8.0
热点
AI SCORE
编程提效2026-09-06 14:03
HumanLayer 发布 Claude Code 技能集:CLAUDE.md 优化、属性收窄、Agent 循环构建
GitHub Trending#Claude Code#开源#Agent
Editor brief · 编辑速览
HumanLayer 开源了一套 Claude Code 本地技能,涵盖 CLAUDE.md 自动优化、React PropTypes 收窄、迭代式 Agent 循环构建等实用工具,可直接通过 npx skills add 安装到项目。
HumanLayer 的 Claude Code skills 集。
npx skills add humanlayer/skills --skill SKILLNAME
用 <important if> 块重写你的 CLAUDE.md 以提升指令遵循度。
npx skills add humanlayer/skills --skill improve-claude-md
然后在你的项目中:
/improve-claude-md
narrow-react-prop-types
将 React 组件 prop 类型收窄到匹配真实代码路径,而非 Storybook、测试或纯 mock 状态。
npx skills add humanlayer/skills --skill narrow-react-prop-types
然后在你的项目中:
/narrow-react-prop-types
build-iterated-agentic-loop
构建一个本地 repo skill,外加一套迭代式编码 Agent GitHub Actions workflow、prompt、memory 文件和参考模板。
npx skills add humanlayer/skills --skill build-iterated-agentic-loop
然后在你的项目中:
/build-iterated-agentic-loop
通过访谈来设计一个面向你代码库的 Agent 控制回路——sensor、controller、actuator 和 disturbances——然后将其构建为本地可运行组件,外加一个定时编码 Agent workflow。
npx skills add humanlayer/skills --skill design-control-loop
然后在你的项目中:
/design-control-loop
用简洁的图表、代码形态草图和聚焦的 HTML artifact 来解释当前主题。
npx skills add humanlayer/skills --skill show-me
/show-me