will-ai-skills-stack
New一个个人维护的 AI Agent Skills 仓库 —— 把可复用的工作流沉淀成标准 SKILL.md 模块,供 Claude Code / Codex / Cursor 等编码代理按需加载。
Summary
md file.
- It enables Claude Code, Codex, and Cursor to load and execute proven automation patterns on demand, saving developers from reinventing common agent behaviors.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/will-ai-skills-stack.md
@will-ai-skills-stackUse Cases
Usage Examples
/will-ai-skills-stack load code-review-skill
Load the dependency-updater skill from will-ai-skills-stack and run it on the current project.
List all available skills in will-ai-skills-stack and describe what each one does.
Security Audits
Frequently Asked Questions
What is will-ai-skills-stack?
This skill provides a curated library of reusable AI agent workflow modules, each defined as a standard SKILL.md file. It enables Claude Code, Codex, and Cursor to load and execute proven automation patterns on demand, saving developers from reinventing common agent behaviors.
How to install will-ai-skills-stack?
To install will-ai-skills-stack: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/will-ai-skills-stack.md. Finally, @will-ai-skills-stack in Claude Code.
What is will-ai-skills-stack best for?
will-ai-skills-stack is a agent categorized under General. It is designed for: agent. Created by thomson-li.
What can I use will-ai-skills-stack for?
will-ai-skills-stack is useful for: Quickly integrate a pre-built code review agent into your development workflow.; Load a skill for automated dependency updates without writing custom prompts.; Deploy a testing agent that runs unit tests and reports results in a consistent format.; Use a documentation generator skill to produce README files from code comments.; Chain multiple skills together to create a multi-step CI/CD pipeline agent.; Onboard new team members by sharing a set of standardized agent skills for common tasks..