Sandbox
@lynxlangya/techne

Skill library for Claude Code, Codex, and Cursor

techne packages reusable skills for AI agents and keeps the actual skill logic in one shared `skills/` tree. The host files for Claude Code, Cursor, Gemini, and other skill hosts stay thin and point back to the same skill bodies. The skills are built to force better behavior by anchoring work to evidence instead of letting the agent improvise.

105 stars18 forksPythonUpdated 2mo ago
Who it's for

Builders who want their agent to investigate, fix, review, or plan from a shared playbook.

What it delivers

You can make agent-led work more consistent by giving each host the same evidence-based skill procedures.

What it does

Anchor-intake skill

Interrogates an implementation brief before work starts and turns it into an intent-level plan.

Anchor-repro skill

Forces bug fixes through a failing reproduction first, then rechecks the same probe after the fix.

Anchor-vet skill

Runs code review through computed scope, blast radius, verified claims, and admissible verdicts.

Anchor-viz skill

Diagrams a real codebase, validates the diagrams, and builds a local viewer.

Shared skill source of truth

Keeps the reusable skill bodies in `skills/` so multiple hosts can point at the same content.

Host manifests

Includes Claude Code, Cursor, Gemini, and plugin metadata files that wire each host to the shared skills.

How to get it

  1. 1Recommended: ask your AI agent. Paste this into Claude Code or Codex
    Install techne for my current agent by following https://github.com/lynxlangya/techne/blob/main/INSTALL.md, then verify the techne skills are available.
  2. 2For Claude Code
    /plugin marketplace add lynxlangya/techne
    /plugin install techne@techne-dev
    /reload-plugins
  3. 3For Codex
    npx skills add lynxlangya/techne -a codex -g -y

README

techne

τέχνη · /ˈtɛk.niː/ · "TEK-nee"

Ancient Greek for craft · skill · art: the practical know-how of making and doing, and the shared root of both technique and technology. Aristotle placed technē (knowing how) beside epistēmē (knowing that).

Skills and agents for the AI era.

Website: techne.wangyun.fan.

Chinese version: README-CN.md.

What This Is

techne is a curated library of skills and agent assets for practical AI-era work. A techne skill is not a prompt snippet. It is a forced cognitive move: a small procedure that makes an AI collaborator investigate, judge, write, code, or ship in a way it often skips under pressure.

The project keeps one shared source of truth in skills/. Host-specific files stay thin: Claude Code plugin metadata, Cursor and Gemini manifests, and install instructions for Codex, Kimi, and other Agent Skills hosts all point back to the same skill bodies.

Skills

The current seeded skills use the anchor-* prefix because each one anchors AI work to evidence it cannot self-report or fake: a source tree, run ledger, git diff, or written brief.

  • anchor-viz — investigate a real codebase by diagramming it. It routes one user request across architecture, interaction, data-model, state-model, and type-structure diagrams, then validates and builds a local viewer. See skills/anchor-viz/README.md for detailed usage.
  • anchor-repro — force bug fixes through a failing reproduction first, then verify with the same probe after the fix. See skills/anchor-repro/README.md for detailed usage.
  • anchor-vet — force code review through computed scope, accounted blast radius, verified claims/findings, and admissible verdicts before approving or requesting changes. See skills/anchor-vet/README.md for detailed usage.
  • anchor-intake — interrogate a written engineering implementation brief before work starts, accounting the fixed rubric, surfacing gaps/traps/questions, and emitting an intent-level plan. See skills/anchor-intake/README.md for detailed usage.

Install

Recommended: ask your AI agent. Paste this into Claude Code or Codex:

Install techne for my current agent by following https://github.com/lynxlangya/techne/blob/main/INSTALL.md, then verify the techne skills are available.

The agent reads INSTALL.md, detects your harness (Claude / Codex / Cursor / Gemini / Kimi), runs the right install path, and confirms the skill works.

Manual: per-harness commands and the universal npx skills fallback are in INSTALL.md.

For Claude Code:

/plugin marketplace add lynxlangya/techne
/plugin install techne@techne-dev
/reload-plugins

For Codex:

npx skills add lynxlangya/techne -a codex -g -y

See WORKFLOW.md for the delivery process and ROADMAP.md for the product map.

Documentation

Public-facing documentation is split by language:

  • README.md is the default English document.
  • README-CN.md is the Chinese companion document.

The same convention applies to skill usage guides when a Chinese version is needed, for example skills/anchor-viz/README.md and skills/anchor-viz/README-CN.md.

Files in the repo

Repository payload14 top-level entries
  • .claude
  • .claude-plugin
  • .cursor-plugin
  • site
  • skills
  • AGENTS.md
  • CLAUDE.md
  • gemini-extension.json
  • INSTALL.md
  • LICENSE
  • README-CN.md
  • README.md
  • ROADMAP.md
  • WORKFLOW.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