2x-skills
NewA collection of claude skills we think are generic enough to be useful to everyone
Summary
This skill bundles a curated set of generic, reusable Claude Code skills that are useful across many projects and workflows.
- It provides quick access to common tasks like code review, refactoring, debugging, and documentation generation without needing to define each skill individually.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/2x-skills.md https://raw.githubusercontent.com/intercom/2x-skills/main/SKILL.md/2x-skillsUse Cases
Usage Examples
/2x-skills review the changes in the current branch
/2x-skills refactor the function calculateTotal in src/utils.ts to be more readable
/2x-skills debug this error: TypeError: Cannot read property 'map' of undefined
Security Audits
Frequently Asked Questions
What is 2x-skills?
This skill bundles a curated set of generic, reusable Claude Code skills that are useful across many projects and workflows. It provides quick access to common tasks like code review, refactoring, debugging, and documentation generation without needing to define each skill individually.
How to install 2x-skills?
To install 2x-skills: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/2x-skills.md https://raw.githubusercontent.com/intercom/2x-skills/main/SKILL.md. Finally, /2x-skills in Claude Code.
What is 2x-skills best for?
2x-skills is a skill categorized under General. Created by intercom.
What can I use 2x-skills for?
2x-skills is useful for: Quickly generate a code review summary for a pull request or set of changes.; Refactor a function or module to improve readability and maintainability.; Debug an error by analyzing stack traces and suggesting fixes.; Generate inline documentation or README files for a project.; Optimize a code snippet for performance or best practices.; Convert code between languages or frameworks (e.g., Python to JavaScript)..