Instructions file
Instructions for LichAmnesia/GPT-Prompt-Hub, covering repository structure, development guidelines, philosophy, core beliefs and simplicity means.
Instructions file
Instructions for LichAmnesia/GPT-Prompt-Hub, covering repository structure, development guidelines, philosophy, core beliefs and simplicity means.
Plugin Claude Code
Plugin marketplace listing 1 plugin: 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…
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.
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…
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.
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.
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…
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.
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.
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…
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…
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.
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…
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.
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…
Skill Claude CodeCodex
Python script with docstring mentioning zip + pretty-prints — must NOT fire R05 PASSWORDZIP.
Skill Claude CodeCodex
legit skill that reads GITHUBTOKEN and calls api.github.com.
Skill Claude CodeCodex
legit skill that reads HFTOKEN and calls huggingface.co.
Skill Claude CodeCodex
This skill does NOT modify /.claude/CLAUDE.md — it only writes to its own cache.
Skill Claude CodeCodex
Rewrites inline links into reference-style links when the user asks to clean up long markdown docs.
Skill Claude CodeCodex
TypeScript skill that uses generics like Promise , Vec — must NOT fire R01.
Skill Claude CodeCodex
base64 piped to python/node/perl/ruby.
Skill Claude CodeCodex
short base64 blob piped to shell.