返回
RCreddit.com
18
·开发者社区 · RSS

I turned the "finding your unknowns" essay (from Anthropic's Thariq Shihipar) into 8 installable Claude Code skills

查看原文
推荐理由

这条记录涉及编程工具或代码能力更新,适合开发者评估工作流变化和可复用价值。

AI 摘要

一位开发者将 Anthropic 团队 Thariq Shihipar 关于“发现未知”的论文转化为八个可安装的 Claude Code 技能。这些技能旨在解决大型模型应用中提示与实际代码需求之间的差距,帮助用户识别并解决盲点。这些技能包括“盲点通过”、“头脑风暴原型”、“面试我”、“参考搜索”、“实施计划”、“实施笔记”、“推销打包器”和“变更测验”。…

You may have seen the essay from Thariq Shihipar on the Claude Code team this week: the idea that with Fable 5, the bottleneck is no longer the model, it is your unknowns, the gap between what you prompt and what the codebase actually needs.

The essay's techniques are genuinely useful, so I distilled them into 8 skills you can install in two commands (or copy individually into .claude/skills/):

blindspot-pass, brainstorm-prototypes, interview-me, reference-hunt, implementation-plan, implementation-notes, pitch-packager, change-quiz.

/plugin marketplace add Neeeophytee/finding-unknowns-skills /plugin install finding-unknowns@finding-unknowns-skills

The repo's EXAMPLES.md has ready-to-paste example prompts for every skill.

To be clear: community project, not official Anthropic, full attribution in the README (his original essay and interactive artifacts are better than any summary, links included). MIT.

Repo Link: https://github.com/Neeeophytee/finding-unknowns-skills

Feedback welcome, especially if a skill fires when it should not, the descriptions control triggering and I will tune them.

主题标签Claude模型发布开源代码
原始关键词#installable#anthropic#shihipar#unknowns#finding
查看原文reddit.com
单一来源,暂无交叉验证
I turned the "finding your unknowns" essay (from Anthropic's Thariq Shihipar) into 8 installable Claude Code skills · BuzzRadr