lich-skills marketplace

A plugin marketplace listing for a collection of LichAmnesia’s open-source Claude Code skills. The collection covers planning, debugging, research, design, image generation, and multi-agent work.

In plain words
What is it for?
Use it to discover skills for structured development, hypothesis-driven debugging, wiki aggregation, web search, frontend design, image creation, subagent briefs, and build-and-test loops.
Why use it?
It provides one catalogue entry for workflows that help agents choose skills, turn specifications into tested changes, investigate bugs, and coordinate tasks.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add LichAmnesia/lich-skills
agentmods
npx agentmods add plugins/lichamnesia/lich-skills/marketplace
Clone the repo
git clone --depth 1 https://github.com/LichAmnesia/lich-skills

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

lich-skills marketplace scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/marketplace.json · 23 lines

What it actually says

{
  "name": "lich-skills",
  "owner": {
    "name": "Shen Huang (LichAmnesia)",
    "url": "https://github.com/LichAmnesia"
  },
  "metadata": {
    "description": "LichAmnesia's open-source Claude Code skills — skills-map router that picks which skill to use, go-no-go Stage 0 gate, spec-driven-dev workflow, debug-hypothesis, wiki-aggregate, Tavily search, Nano Banana image generation, frontend-design, and subagent-brief (pre-flight token discipline for multi-agent fan-out).",
    "version": "0.2.1",
    "license": "MIT"
  },
  "plugins": [
    {
      "name": "lich-skills",
      "source": {
        "source": "github",
        "repo": "LichAmnesia/lich-skills"
      },
      "description": "skills-map router (picks which skill to use) + go-no-go Stage 0 gate (NO-GO is the default) + Spec → Plan → Build → Test → Review → Ship workflow + debug-hypothesis + wiki-aggregate + Tavily web search + Nano Banana image generation + frontend-design aesthetics guide + subagent-brief token discipline + build-until-pass self-correcting build loop."
    }
  ]
}
Contents

The plugins it lists here

This marketplace lists 1 plugin kept in the same repository. Each has its own page, its own measurements and its own install command.

Files

What ships with it

1 file beside marketplace.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 23 lines scan A ce5fdfbbdf84

Subscribe to this mod's changes

lich-skills marketplace is a plugin published in the GitHub repository LichAmnesia/lich-skills (233 stars, last pushed 2mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other plugins, from other repositories

shopify-plugin

Shopify developer tools for Claude Code — search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code. Skill scripts send usage telemetry (queries, code, model/client identifiers) to shopify.dev by default; set OPTOUTINSTRUMENTATION=true, or create an empty file at /.config/shopify-ai-toolkit/o.

Shopify/Shopify-AI-Toolkit · not measured

skarn-guard

Real-time guard on five Claude Code pre-execution hook events (tool calls, permission decisions, submitted and expanded prompts, and subagent creation) plus a response-end advisory that flags an action leaking a secret, installing a malicious package, or exfiltrating data, plus the skarn-audit skill (scan sessions and.

skarn-security/agent-guard · not measured

skarn-recall

Skill: reconstruct what you worked on from your AI coding sessions (recent, stats, redacted export). Reads session content, so it ships separately from skarn-guard. Backed by the Skarn session engine.

skarn-security/agent-guard · not measured

logic-lens

Logic-first code review using semi-formal execution tracing. Surfaces behavioral bugs, semantic errors, and runtime failures that linters miss.

hyhmrright/logic-lens · not measured

fortify

OpenText Fortify AppSec skills. Use for SAST/DAST/SCA scanning, vulnerability triage, audit workflows, CI/CD pipeline integration, and FCLI commands. Supports Fortify on Demand (FoD) and Software Security Center (SSC).

fortify/skills · not measured

securedact-enforced

Local privacy enforcement for Claude Code. Checks prompts before model processing and blocks or requires review when SecuRedact detects protected information.

GigantesHJI/securedact-mcp · not measured