Liam-Skills
New我的核心技能包,分享给大家。
Summary
Liam-Skills is a curated collection of reusable skill definitions designed to accelerate development by providing ready-to-use capabilities for common tasks.
- It bundles best practices and automation patterns so developers can focus on building features instead of reinventing the wheel.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/liam-skills.md https://raw.githubusercontent.com/fainshare/Liam-Skills/main/SKILL.md/liam-skillsUse Cases
Usage Examples
/liam-skills init project my-app --type web
/liam-skills add skill linting --config airbnb
Run /liam-skills list to see all available skills in the collection.
Security Audits
Frequently Asked Questions
What is Liam-Skills?
Liam-Skills is a curated collection of reusable skill definitions designed to accelerate development by providing ready-to-use capabilities for common tasks. It bundles best practices and automation patterns so developers can focus on building features instead of reinventing the wheel.
How to install Liam-Skills?
To install Liam-Skills: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/liam-skills.md https://raw.githubusercontent.com/fainshare/Liam-Skills/main/SKILL.md. Finally, /liam-skills in Claude Code.
What is Liam-Skills best for?
Liam-Skills is a skill categorized under General. Created by fainshare.
What can I use Liam-Skills for?
Liam-Skills is useful for: Quickly set up a new project with pre-configured linting, testing, and CI pipelines.; Automate code review workflows by integrating skill-based checks into pull requests.; Generate boilerplate code for APIs, data models, or CLI tools using skill templates.; Standardize team workflows by sharing common skills across multiple projects.; Debug and refactor code faster with skill-driven analysis and transformation commands.; Onboard new developers by providing a library of documented, ready-to-run skills..