·coding-effectively
</>

coding-effectively

在编写或重构代码时始终使用此技能。包括依赖于上下文的子技能,以支持跨语言和运行时的不同编码风格。

10安装·1热度·@ed3dai

安装

$npx skills add https://github.com/ed3dai/ed3d-plugins --skill coding-effectively

如何安装 coding-effectively

通过命令行快速安装 coding-effectively AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/ed3dai/ed3d-plugins --skill coding-effectively
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:ed3dai/ed3d-plugins。

SKILL.md

查看原文

When designing features, think about properties upfront. This surfaces design gaps early.

| Does it have an inverse operation? | Roundtrip | decode(encode(x)) == x | | Is applying it twice the same as once? | Idempotence | f(f(x)) == f(x) | | What quantities are preserved? | Invariants | Length, sum, count unchanged | | Is order of arguments irrelevant? | Commutativity | f(a, b) == f(b, a) |

| Can operations be regrouped? | Associativity | f(f(a,b), c) == f(a, f(b,c)) | | Is there a neutral element? | Identity | f(x, 0) == x | | Is there a reference implementation? | Oracle | new(x) == old(x) | | Can output be easily verified? | Easy to verify | issorted(sort(x)) |

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/ed3dai/ed3d-plugins --skill coding-effectively
分类
</>开发工具
认证
收录时间
2026-02-26
更新时间
2026-03-10

Browse more skills from ed3dai/ed3d-plugins

快速解答

什么是 coding-effectively?

在编写或重构代码时始终使用此技能。包括依赖于上下文的子技能,以支持跨语言和运行时的不同编码风格。 来源:ed3dai/ed3d-plugins。

如何安装 coding-effectively?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/ed3dai/ed3d-plugins --skill coding-effectively 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/ed3dai/ed3d-plugins