Agent Plugins Marketplace
All plugins

techne

v0.1.0

A curated skills plugin for practical AI-era craft, judgment, and delivery.

Claude Code4 Skills

By lynxlangyaLicense: MIT104 GitHub starsUpdated 2 months ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Jul 2, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install techne for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install techne@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/lynxlangya/techne

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

techne/
├── .claude-plugin/plugin.json
├── skills/anchor-intake/SKILL.md
├── skills/anchor-repro/SKILL.md
├── skills/anchor-vet/SKILL.md
└── skills/anchor-viz/SKILL.md

Included Skills4

anchor-intakeskills/anchor-intake/SKILL.md

Interrogate a written engineering implementation brief before work starts. Use when a user brings a ticket, PRD, design note, or substantive engineering task brief and wants to begin implementation planning; force every fixed rubric element to be accounted, cite present/weak claims against the brief, surface gaps, solution-as-goal traps, contradictions, and questions, then emit an intent-level plan. Do not use for bare one-line requests, non-engineering artifacts, code diff review, bug fixing, or execution itself.

anchor-reproskills/anchor-repro/SKILL.md

Reproduce a behavioral bug before fixing it, record the failing probe, and verify the fix with the same probe. Use for bug reports, failing tests, crashes, hangs, regressions, wrong output, and observable behavior that should change.

anchor-vetskills/anchor-vet/SKILL.md

Evidence-gated diff review for PRs, branches, commit ranges, staged code changes, and merge readiness checks. Use when an AI reviewer must review a concrete git-anchored diff, judge whether code is safe to merge, inspect a PR URL or branch, cross-examine PR or commit claims, account blast radius, or render approve/request-changes/blocked verdicts. Do not use for design-only review, whole-codebase audits, bug fixing, or code authoring without a git diff under judgment.

anchor-vizskills/anchor-viz/SKILL.md

Draw a faithful architecture or structure diagram of a real codebase or project by scanning the actual repo, never guessing. Use for system architecture, request lifecycle, data model, state transitions, type structure, draw the architecture, map this project, 画架构图.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "techne",
  "description": "A curated skills plugin for practical AI-era craft, judgment, and delivery.",
  "version": "0.1.0",
  "author": {
    "name": "lynxlangya",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/lynxlangya/techne",
  "repository": "https://github.com/lynxlangya/techne",
  "license": "MIT",
  "keywords": [
    "skills",
    "agents",
    "claude-code",
    "workflows",
    "judgment",
    "craft"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[techne on Agent Plugins Marketplace](https://pluginsmp.com/plugins/techne)