kasperjunge/agent-resources-legacy

9 stars · Last commit 2026-01-07

My collection of Claude Code skills, slash commands and subagents that can be installed locally using uvx add-skill/add-command/add-agent: https://github.com/kasperjunge/agent-resources-project

README preview

# agent-resources

A collection of reusable Claude Code skills, slash commands, and subagents. Install them in any project using [skill-add](https://github.com/kasperjunge/skill-add).

## What's Included

This repository demonstrates the three main ways to extend Claude Code:

| Type | Location | Invocation | Best For |
|------|----------|------------|----------|
| **Skills** | `.claude/skills/` | Automatic (context-based) | Complex workflows with multiple files |
| **Slash Commands** | `.claude/commands/` | Manual (`/command-name`) | Frequently used prompts |
| **Subagents** | `.claude/agents/` | Automatic or explicit | Specialized tasks with own context |

## Available Extensions

### Skills

| Skill | Description |
|-------|-------------|

View full repository on GitHub →