lich-skills
Disciplined coding workflows, debugging loops, and research utilities
All Skills in This Repository (12)
Pure Emerald Level Indicatorsbuild-until-pass
Automate iterative fixes to mechanical build failures until checks pass.
subagent-brief
Compress subagent prompts into β€200-word briefs using a five-rule template.
tavily-search
Automate real-time web search and content extraction via the Tavily API.
google-analytics
Analyze GA4 data via the Google Analytics Data API to surface KPIs and recommendations.
wiki-aggregate
Aggregate 3β30 research artifacts into a structured pack with provenance.
spec-driven-dev
Translate vague feature ideas into a formal SPEC.md contract.
spec-driven-dev-v2
Coordinate multi-session development with a Project, Sprint, and Task hierarchy.
frontend-design
Guide frontend interface creation from design brief to HTML/CSS/JS implementation.
debug-hypothesis
Structure bug investigations with an Observe, Hypothesize, Experiment, and Conclude loop.
skills-map
Route tasks to appropriate lich-skills via a decision-tree router.
go-no-go
Evaluate project viability with five framework checks and a NO-GO gate.
nano-banana
Generate and edit images with Nano Banana 2 via Gemini API.
Frequently Asked Questions
FAQPage SchemaHow to install lich-skills?βΌ
Run `npx skills add LichAmnesia/lich-skills --all -g -y` in your terminal to install all skills globally.
What does lich-skills do?βΌ
It gives your coding agent disciplined workflows: a go/no-go project gate, spec-driven development, hypothesis-based debugging, and a bounded build-fix loop, plus utilities for search, images, and analytics.
How do I pick the right skill for a task?βΌ
Run the skills-map skill first. It walks a decision tree across phases like Decide, Spec, Build, Debug, and Research to route you to the correct skill.
Does lich-skills work with Claude Code and Codex?βΌ
Yes. Every skill follows the standard SKILL.md format and works in Claude Code, Gemini CLI, and OpenAI Codex.
Do I need API keys to use these skills?βΌ
Only for the utility skills: Tavily search needs TAVILY_API_KEY, image generation needs GEMINI_API_KEY, and analytics needs GA4 credentials. The workflow skills need no keys.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core