π A curated collection of skills for AI agents β turning tacit knowledge into reliable execution.
English | δΈζ
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- 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).
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.
-
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/<skill>.mdis matched toskills/<skill>;evals/manifest.jsonstores only overrides and project-level exceptions such as cross-skill collaboration boundaries. Usearchetype: "none"only for skills intentionally outside an inferred pack. -
Bump the skill's
SKILL.mdversionwhenever installed skill content changes (SKILL.mdor 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 addinstead if you prefer copies):ln -sfn "$(pwd)/skills/keel" ~/.claude/skills/keel ln -sfn "$(pwd)/skills/coding-protocol" ~/.claude/skills/coding-protocol
MIT