Lichens Innovation repository for AI-assisted development tools — a single place for rules, agents, skills, MCP (Model Context Protocol) servers, and any other artifacts that enhance coding with AI (Cursor, GitHub Copilot, Claude Code, etc.). This repo started with Agent Skills and has grown to cover the full spectrum of configurable AI dev tooling.
For agents, skills, hooks and MCP, with Claude Code install the desired plugin :
claude plugin marketplace add ./ai-dev-toolsclaude plugin install my-plugin@lichens-ai-dev-tools, e.g. claude plugin install ci@lichens-ai-dev-toolsFor rules installation:
npm i -g vibe-rulesvibe-rules load ./path-to/rule.md <editor> e.g. vibe-rules load ./ai-dev-tools/rules/python-style.md claude-codeFor single skill installation without using plugins. Note that for Claude Code, the only downside is that skill are installed in a separated .agents folder and not directly in the .claude to respect the AGENT.md convention that Anthropic seems to avoid at all cost to stay "special".
npx skills add ./ai-dev-tools/skills/my-skills e.g. npx skills add ./ai-dev-tools/skills/generate-pr-description.When you start using this repository your first question will probably be something like: what tool do I need to use ? This is totally normal because it is always confusing at first to understand the difference between skill, rules, subagents, etc. since at the end of the day, they are all simply markdown files !
To understand their different roles, you can compare Claude Code to a restaurant :
| Tool | Kitchen analogy | When to use |
|---|---|---|
Subagent ![]() | Kitchen chef — owns a domain (backend, frontend, ci) and handles it independently | Task requires deep focus in one area |
Skill ![]() | Defines how to do something specific | Recipe — reusable, step-by-step technique |
Rules ![]() | Restaurant guidelines — e.g. don’t put too much salt | General coding standards and constraints |
Hooks ![]() | Dishwasher — runs automatically, no person needed | Stuff that can be fully automated |
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub lichens-innovation/ai-dev-tools --plugin reactComprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code