source-driven-development

仓库创建 2026年7月5日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

能降低因过时记忆导致的错误,适合追求高可靠性的工程师。

这个 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.

Skill 开发管理文档驱动来源引用可靠性通用
0
Stars
0
Forks
25
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kulapoo/opencode-agent-harness/main/skills/source-driven-development/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kulapoo/opencode-agent-harness/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 公开信息 · 原文版权归作者所有