LichAmnesia

65 mods across 7 repositories, 2.9k stars between them.

LichAmnesia/GPT-Prompt-Hub

Instructions file

Instructions for LichAmnesia/GPT-Prompt-Hub, covering repository structure, development guidelines, philosophy, core beliefs and simplicity means.

2.4k 4mo ago A 1,312 tokens original MIT

lich-skills

03

LichAmnesia/lich-skills

Plugin Claude Code

LichAmnesia's open-source Claude Code skills — skills-map router (picks which skill to use) plus flagship spec-driven-dev workflow, debug-hypothesis, wiki-aggregate, build-until-pass (self-correcting build loop), Tavily search, Nano Banana image generation, frontend-design, and subagent-brief (pre-flight token…

233 2mo ago A tokens not measured original MIT

LichAmnesia/lich-skills

Instructions file

Instructions for LichAmnesia/lich-skills, covering claude.md — lich-skills, what this repo is, hard rules (repo is public), skill format and conventional commits.

233 2mo ago A 419 tokens original MIT

build-until-pass

05

LichAmnesia/lich-skills

Skill Claude CodeCodex

Use when a build, typecheck, lint, or test command is failing and you want the agent to drive it to green on its own — run the check, read the errors, apply the smallest fix, re-run, repeat until exit code 0. Stops the human from being the while-loop (run → read error → fix one line → run again) and stops the agent…

233 2mo ago A 93 tokens original MIT

debug-hypothesis

06

LichAmnesia/lich-skills

Skill Claude CodeCodex

Use when debugging any non-trivial bug — wrong output, crash, flaky test, performance regression, or "it works locally but not in CI." Forces a scientific-method loop (Observe → Hypothesize → Experiment → Conclude) so the agent stops guessing and starts reasoning. Prevents the.

233 2mo ago A 64 tokens original MIT

frontend-design

07

LichAmnesia/lich-skills

Skill Claude CodeCodex

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

233 2mo ago A 43 tokens copy · 89% MIT

go-no-go

08

LichAmnesia/lich-skills

Skill Claude CodeCodex

Use BEFORE any spec, plan, or code exists — the Stage 0 gate that decides whether a project should start at all. NO-GO is the default. GO requires passing five framework checks (Differentiation · Audience–Market Fit · Acquisition Channel · Capacity · 7-Factor Wedge), a memory check against your own prior attempts, and…

233 2mo ago A 169 tokens original MIT

google-analytics

09

LichAmnesia/lich-skills

Skill Claude CodeCodex

Analyze Google Analytics 4 data — review website performance, identify traffic patterns, diagnose high-bounce pages, compare time periods, and suggest data-driven improvements. Use when the user asks about analytics, website metrics, traffic analysis, conversion rates, user behavior, or performance optimization.

233 2mo ago A 59 tokens original MIT

nano-banana

10

LichAmnesia/lich-skills

Skill Claude CodeCodex

Generate or edit images with Google's Nano Banana 2 (gemini-3.1-flash-image-preview). Use when the user asks to generate an image, edit an image, or create a picture. Supports 512 / 1K / 2K / 4K resolutions.

233 2mo ago C 62 tokens original MIT

skills-map

11

LichAmnesia/lich-skills

Skill Claude CodeCodex

Use at the START of any task, or whenever you are unsure which lich-skill applies. The router for this collection — it maps every lich-skill to the phase of work it belongs to (Decide → Spec → Plan → Build → Debug → Fan-out → Research → Media → Analyze) and walks a decision tree to pick the right one. Prevents the two…

233 2mo ago A 130 tokens original MIT

spec-driven-dev-v2

12

LichAmnesia/lich-skills

Skill Claude CodeCodex

Use when an agent will work for hours or days across many files and multiple vertical slices. Drives a three-level Project → Sprint → Task hierarchy with isolated per-task execution, a review round-loop, context packs for subagent reviewers, governance-as-code, and orchestrator-readable state. Designed for…

233 2mo ago A 80 tokens original MIT

spec-driven-dev

13

LichAmnesia/lich-skills

Skill Claude CodeCodex

Use when starting any non-trivial feature, refactor, or new project that will touch more than one file. Drives an AI coding agent through a gated Spec → Plan → Build → Test → Review → Ship lifecycle so work is specified before it is built, verified before it is reviewed, and reviewed before it ships.

233 2mo ago A 68 tokens original MIT

subagent-brief

14

LichAmnesia/lich-skills

Skill Claude CodeCodex

Use BEFORE invoking the Task or Agent tool to spawn a subagent. Anthropic does NOT share prefix cache across subagents — every subagent cold-starts and re-tokenizes its full prompt (system prompt + tool definitions + the context you handed it). Spawning N subagents with full context = N× token cost; a single fan-out…

233 2mo ago A 137 tokens original MIT

tavily-search

15

LichAmnesia/lich-skills

Skill Claude CodeCodex

Web search and content extraction via the Tavily API. Use when you need real-time web results, citations, or raw article content without a browser. Requires TAVILYAPIKEY.

233 2mo ago C 42 tokens original MIT

wiki-aggregate

16

LichAmnesia/lich-skills

Skill Claude CodeCodex

Use when you have N≥3 raw research artifacts (notes, podcast summaries, deep-research dumps, daily intel, paper analyses) on one topic and want to lift them into a single structured pack with cross-source claims and provenance — instead of one-shot summarization that loses 90% of intermediate evidence. Treats the N…

233 2mo ago A 103 tokens original MIT

docstring-zip

17

LichAmnesia/skill-lint

Skill Claude CodeCodex

Python script with docstring mentioning zip + pretty-prints — must NOT fire R05 PASSWORDZIP.

11 4mo ago A 25 tokens original MIT

github-api

18

LichAmnesia/skill-lint

Skill Claude CodeCodex

legit skill that reads GITHUBTOKEN and calls api.github.com.

11 4mo ago A 16 tokens original MIT

hf-api

19

LichAmnesia/skill-lint

Skill Claude CodeCodex

legit skill that reads HFTOKEN and calls huggingface.co.

11 4mo ago A 15 tokens original MIT

r07-mention

20

LichAmnesia/skill-lint

Skill Claude CodeCodex

This skill does NOT modify /.claude/CLAUDE.md — it only writes to its own cache.

11 4mo ago A 22 tokens original MIT

ts-generics

22

LichAmnesia/skill-lint

Skill Claude CodeCodex

TypeScript skill that uses generics like Promise , Vec — must NOT fire R01.

11 4mo ago A 24 tokens original MIT

b64-py

23

LichAmnesia/skill-lint

Skill Claude CodeCodex

base64 piped to python/node/perl/ruby.

11 4mo ago A 16 tokens original MIT