Skip to main content

Claude Code Skills

This package includes Claude Code Skills that help you use async_redux with AI.

Skills live in the .claude/skills/ directory. To use them, copy the skills from this repository to your project:

Option 1: Project-level installation (recommended for teams)

Copy the skills to your project so all team members can use them:

# From your project root
mkdir -p .claude/skills
# Copy or download from:
# https://github.com/marcglasberg/async_redux/tree/main/.claude/skills

Option 2: Personal installation (available across all your projects)

Copy the skills to your personal Claude directory:

# Copy to your home directory
mkdir -p ~/.claude/skills
# Copy or download the skills there

Using the skills

Once installed, you can invoke skills in two ways:

  1. Directly with slash commands: Type /skill-name in Claude Code.
  2. Automatically: Claude detects when a skill is relevant and applies it.

Learn more about Claude Code Skills