Skip to content

lencx/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

lencx-skills

πŸ“š A curated collection of skills for AI agents β€” turning tacit knowledge into reliable execution.

English | δΈ­ζ–‡

Buy Me A Coffee

Installation

Quick Install (Recommended)

npx skills add lencx/skills

Specific Install (Global)

# Claude Code
npx skills add lencx/skills -a claude-code -g

# Codex
npx skills add lencx/skills -a codex -g

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/<skill>.md is matched to skills/<skill>; 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):

    ln -sfn "$(pwd)/skills/keel" ~/.claude/skills/keel
    ln -sfn "$(pwd)/skills/coding-protocol" ~/.claude/skills/coding-protocol

License

MIT

About

πŸ“š A curated collection of skills for AI agents β€” turning tacit knowledge into reliable execution.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors