source-driven-development
仓库创建 2026年2月16日最近提交 21 小时前SkillHot 收录 20 天前
▸ 精选理由
防止采纳过时或错误实践,输出可验证的实现与依据。
这个 Skill 做什么
所有实现决策以官方文档为依据并引用来源,确保正确性。
把实现决策都按官方文档来校验并引用来源,避免凭记忆或沿用过时做法。适合对正确性有高要求的项目,尤其是和框架、库、API打交道时用。特别之处在于每个代码模式都能追溯到权威文档,方便你核对、审查和长期维护。
▸ 展开 SKILL.md 英文原文
Grounds every implementation decision in official documentation. Use when you want authoritative, source-cited code free from outdated patterns. Use when building with any framework or library where correctness matters.
8.1w
Stars
8.7k
Forks
24
仓库内 Skill
+10.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/addyosmani/agent-skills/main/skills/source-driven-development/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/addyosmani/agent-skills/main/skills/source-driven-development/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Source-Driven Development ## Overview Every framework-specific code decision must be backed by official documentation. Don't implement from memory — verify, cite, and let the user see your sources. Training data goes stale, APIs get deprecated, best practices evolve. This skill ensures the user gets code they can trust because every pattern traces back to an authoritative source they can check. ## When to Use - The user wants code that follows current best practices for a given framework - Building boilerplate, starter code, or patterns that will be copied across a project - The user explicitly asks for documented, verified, or "correct" implementation - Implementing features where the
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有