Sandbox
@lencx/skills

Skills pack for Claude Code and Codex

This repo packages two reusable skills for agent-led work: `keel` for architecture design and governance, and `coding-protocol` for safe, evidence-based repository execution. It is set up as both a skills install and native plugins for Claude Code and Codex.

192 stars15 forksShellUpdated 26d ago
Who it's for

Builders who want their Claude Code or Codex sessions to follow repeatable rules for architecture, scope, verification, and reporting.

What it delivers

You can turn hard-won project habits into reusable agent behavior instead of restating the same instructions every session.

What it does

Keel skill

Covers architecture design, review, and governance for new and existing systems, including authority, ownership, contracts, boundaries, recovery, migration, and deletion.

Coding protocol skill

Provides risk-scaled execution guardrails for target scope, evidence, user work preservation, environment assumptions, verification, and truthful reporting.

Claude Code and Codex plugin support

Includes plugin metadata for `.claude-plugin` and `.codex-plugin` so the skills can be installed natively in both tools.

Packaged install flow

Supports installing the repo as a skills bundle with `npx skills@latest add lencx/skills`.

How to get it

  1. 1Run
    npx skills@latest add lencx/skills
  2. 2Run
    # Claude Code
    npx skills@latest add lencx/skills -a claude-code -g
    
    # Codex
    npx skills@latest add lencx/skills -a codex -g
  3. 3Run
    codex plugin marketplace add lencx/skills
    codex plugin add lencx-skills@lencx
  4. 4Run
    claude plugin marketplace add lencx/skills
    claude plugin install lencx-skills@lencx

README

lencx skills logo

lencx-skills

skills.sh

💡 Rooted in lencx’s hands-on experience — turning hard-won lessons into repeatable execution.

English | 中文

Buy Me A Coffee

Installation

Choose either the skills installer or the native plugin. Using both makes each skill available twice.

Quick Install (Recommended)

npx skills@latest add lencx/skills

Specific Install (Global)

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

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

Plugin Install

Codex

codex plugin marketplace add lencx/skills
codex plugin add lencx-skills@lencx

Claude Code

claude plugin marketplace add lencx/skills
claude plugin install lencx-skills@lencx

Skills

  • keel: Load-bearing architecture design, review, and governance for new and existing systems—authority, ownership, contracts, dependency and state boundaries, recovery, structural change, drift, guards, migration, and deletion.
  • coding-protocol: Risk-scaled repository execution and code-evidence guardrails for authority, target scope, evidence, user-work preservation, environment assumptions, verification, and truthful reporting (ref: Andrej Karpathy's public observations).

Recommended Companions

coding-protocol and keel pair well with:

Using them together broadens coverage across product design, engineering practice, architecture governance, and risk-scaled execution. These are independent projects and should be installed separately.

Tip: describe the goal, success criteria, and relevant constraints, then let the agent plan the steps. For example: "Implement this change and make sure the relevant tests pass."

License

MIT

Files in the repo

Repository payload9 top-level entries
  • .claude-plugin
  • .codex-plugin
  • .github
  • scripts
  • skills
  • .gitignore
  • icon.svg
  • LICENSE
  • README.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

obra/
superpowers

An agentic skills framework & software development methodology that works.

285k
1 add

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

117k
1 add
Vincentwei1021/
anything2explainer

Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.

666

Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

71k