Skip to content
BeClaude

2x-skills

New
17GitHub TrendingGeneralby intercom

A 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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/2x-skills.md https://raw.githubusercontent.com/intercom/2x-skills/main/SKILL.md
3
Invoke in Claude Code
/2x-skills

Use Cases

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).

Usage Examples

1

/2x-skills review the changes in the current branch

2

/2x-skills refactor the function calculateTotal in src/utils.ts to be more readable

3

/2x-skills debug this error: TypeError: Cannot read property 'map' of undefined

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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)..