🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 83 |
| ⭐ GitHub Stars | 110(fork 8) |
| 🗓️ 最近推送 | 2026-06-12 |
| 🌱 项目创建 | 2026-04-13 |
| 💻 语言 / License | JavaScript · MIT |
| 🐛 开放Issue | 0 |
📝 工具简介
为AI agents精选的技能合集,把隐性知识转化为可靠执行。
📖 怎么用
推荐用快速安装,直接跑 `npx skills add lencx/skills`。想全局装到 Claude Code 就加参数,执行 `npx skills add lencx/skills -a claude-code -g`;装到 Codex 就执行 `npx skills add lencx/skills -a codex -g`。也可以手动软链接,把仓库里的 skills 链接到全局目录,运行 `ln -sfn "$(pwd)/skills/keel" ~/.claude/skills/keel` 和 `ln -sfn "$(pwd)/skills/coding-protocol" ~/.claude/skills/coding-protocol`。装完就能用 keel 和 coding-protocol 这两个 skill 了,README 未说明具体使用步骤。
📋 迷你测评
一个为AI agents精选的技能合集,核心是把隐性知识转化为可靠执行。亮点是概念直接,但没给具体场景或数量,实用性得看实际内容。
📄 README 要点
这个项目叫lencx skills,是一套给AI智能体用的技能合集,把那些隐性的经验知识变成可重复执行的规范。里面有两个核心技能:一个是架构设计治理协议,管系统结构、边界、接口契约和代码迁移,保证长期代码库健康;另一个是编码执行协议,根据风险大小动态调整执行方式。这些技能遵循开放的Agent Skills格式,不绑定特定工具,所以Claude Code、Codex、Cursor等都能用。安装很简单,用npx skills add命令就能装到对应工具里。适合想给AI智能体立规矩、让代码质量更稳的团队。
查看英文原文
lencx skills 📚 A curated collection of skills for AI agents — turning tacit knowledge into reliable execution. English 中文 Installation Quick Install (Recommended) [安装/使用命令见下方] Specific Install (Global) [安装/使用命令见下方] Skills keel: Architecture design and governance protocol for system structure, boundaries, contracts, migrations, and long lived codebase health. Keeps the load bearing spine small, owned, checked, and deletable over time. coding protocol: Ambient, risk scaled execution protocol for coding tasks (ref: Andrej Karpathy's public observations). Compatibility Skills follow the open Agent Skills format ( SKILL.md with name / description frontmatter) and reference no agent specific tools, so they work with any agent that reads the format — Claude Code, Codex, Cursor, and others. npx skills add handles per agent installation. Tip: these skills pair best with declarative prompts — state the success criteria ("make these tests pass") rather than step by step instructions. Development node scripts/validate skills.mjs — two layer validation: universal checks for every skill (frontmatter, size limits, referenced files, section cross references), plus inferred archetype packs ( protocol : rules ↔ failure modes ↔ evals coverage). Runs in CI on every push and PR. evals/ — project level behavioral A/B scenarios. evals/ .md is matched to skills/ ; evals/manifest.json stores only overrides and project level exceptions such as cross skill collaboration boundaries. Use archetype: "none" only for skills intentionally outside an inferred pack. Bump the skill's SKILL.md version whenever installed skill content changes ( SKILL.md or files under that skill directory). Local development with Claude Code: symlink the skill so the installed copy always tracks the repo (re run npx skills add instead if you prefer copies): [安装/使用命令见下方] License MIT
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除