Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.
using-agent-skills
using-agent-skills is an open-source productivity skill for Claude Code and compatible agents, published by addyosmani. Its author describes it as: “Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.”. The project has 82k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add addyosmani/agent-skills`.
Installation
Add using-agent-skills to your agent with:
/plugin marketplace add addyosmani/agent-skills Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
When to use it
Reach for using-agent-skills when you want productivity help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Ships in addyosmani/agent-skills, an established project with 82,220 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does using-agent-skills do?
- Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.
- How do I install using-agent-skills?
- Run /plugin marketplace add addyosmani/agent-skills in your agent, then reload your skills. Review the source at https://github.com/addyosmani/agent-skills before installing.
- Is using-agent-skills free to use?
- Yes. using-agent-skills is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Where does using-agent-skills come from?
- using-agent-skills ships inside addyosmani/agent-skills, a repository that contains 25 catalogued skills in total. The repository's 82,220 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Productivity →Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.
Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.
Production-grade engineering skills for AI coding agents.
Delegate a coding task to a separate coding agent CLI, review the diff, land the commit yourself — one per implementer.