Hacker News 中文摘要

RSS订阅

超能力:2025年10月我如何运用编程助手 -- Superpowers: How I'm using coding agents in October 2025

文章摘要

作者在2025年10月分享了使用编程助手的最新进展,开发了名为"Superpowers"的工具集来优化工作流程,并介绍了如何通过Claude Code插件系统安装使用这些工具。插件安装后会引导用户阅读入门指南,帮助AI助手掌握新技能。

文章总结

标题:2025年10月:我的AI编程助手"超能力"进化实录

来源:https://blog.fsck.com/2025/10/09/superpowers/
发布时间:2025年10月10日 1:38(北京时间)

核心内容:

  1. 工具升级

    • 作者开发了"Superpowers"插件系统,通过技能(Skills)机制增强AI编程助手Claude的能力。用户可通过命令行安装:
      bash /plugin marketplace add obra/superpowers-marketplace /plugin install superpowers@superpowers-marketplace
    • 启动后,Claude会自动加载技能库,强制遵循"优先使用现有技能"的原则。
  2. 工作流优化

    • 智能任务分解:Claude现在能自动将项目拆解为"头脑风暴→规划→实施"三阶段,并为每个Git仓库创建独立工作区。
    • 双模式执行:用户可选择传统模式(人类充当项目经理)或新开发的子代理模式(AI自动分配任务并代码审查)。
    • TDD实践:严格遵循"红/绿"测试驱动开发流程。
  3. 革命性技能系统

    • 技能以Markdown文档(SKILL.md)形式存在,包含可复用的操作指南。典型案例:
      • 通过《编程书籍》提取技能
      • 自我改进的"元技能"(如《如何创建技能》)
    • 压力测试机制:通过模拟高压力场景(如生产环境故障)验证技能可靠性。
  4. 心理学应用

    • 意外发现技能系统暗合Cialdini的《影响力》原则:
      • 权威性(强制技能优先)
      • 承诺一致(要求明确选择)
      • 社会认同(描述"常规做法")
  5. 待完善功能

    • 记忆系统:正在开发对话历史检索功能,使用SQLite向量数据库存储摘要。
    • 技能共享:计划通过GitHub PR机制实现社区贡献,但需确保用户隐私。

用户参与方式:

  • 安装体验最新版,通过GitHub提交问题报告或技能PR
  • 参考完整演示记录了解实际工作流程

(注:文中涉及的"Claude情感日记"等拟人化描述为技术演示的修辞手法)

评论总结

这篇评论主要围绕一篇关于使用AI编码代理(如Claude)的文章展开,观点呈现两极分化:

支持方观点: 1. 认为作者使用AI工具的方法极具创新性和前瞻性 - "The way Jesse is using these tools is wildly more ambitious than most other people" (simonw) - "This is actually a really cool idea...I do like the idea of giving your Claude a reading list" (theptip)

  1. 赞赏将软件开发方法(如TDD)应用于AI技能开发
  • "Claude now thinks of this as TDD for skills" (zahlman)
  • "we're refactoring the process of prompting?...and debugging it?" (zahlman)

反对方观点: 1. 质疑文章缺乏实质性内容和实际价值 - "most of these types of blogs feel like marketing pieces" (Avicebron) - "Seems cute, but ultimately not very valuable without benchmarks" (jackblemming)

  1. 认为"技能"开发只是变相提示工程,效果存疑
  • "how are 'skills' different from just adding a bunch of examples" (daemontus)
  • "it's not giving the LLM superpowers, it's just providing context" (hoechst)
  1. 批评方法过于复杂且不实用
  • "This isnt science, or engineering. This is voodoo" (intended)
  • "I fear I may never be able catch up till someone simplifies it" (spprashant)

中立/质疑观点: 1. 对自动化标题修改的负面效果提出疑问 - "Has anyone ever seen an instance...actually improves an article title" (gjm11)

  1. 关注实际应用成本和效果
  • "What's the cost of running with agents like this?" (tobbe2064)
  • "Does someone have concrete examples of integrating LLM" (d_sem)
  1. 对技术实现细节提出疑问
  • "documents...are very confusing to read as a human" (hoechst)
  • "There's no dimension for 'valid' or prediction for tradeoff" (intended)