alex-feel/claude-code-artifacts-public

6 stars · Last commit 2026-07-08

Reusable Claude Code artifacts — skills, hooks, rules, environment configs, agents, and slash commands — ready to drop into any setup.

README preview

# Claude Code Artifacts

<p align="center">
  <img src=".github/images/banner.png" alt="A public library of reusable Claude Code artifacts — skills, hooks, rules, environment configurations, agents, and slash commands — ready to drop into any Claude Code setup." width="100%">
</p>

[![License: MIT](https://img.shields.io/github/license/alex-feel/claude-code-artifacts-public)](LICENSE) [![Validate Configs](https://github.com/alex-feel/claude-code-artifacts-public/actions/workflows/validate-configs.yml/badge.svg)](https://github.com/alex-feel/claude-code-artifacts-public/actions/workflows/validate-configs.yml) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/alex-feel/claude-code-artifacts-public)

A public library of reusable Claude Code artifacts — skills, hooks, rules, environment configurations, agents, and slash commands — ready to drop into any Claude Code setup.

Each artifact is a self-contained building block for [Claude Code](https://docs.claude.com/en/docs/claude-code/overview). You can consume it two ways: reference it from a single environment YAML file and let the [Claude Code Toolbox](https://github.com/alex-feel/claude-code-toolbox) install it for you (by raw URL or a shared `base-url`), or copy a rule, a hook, or a skill straight into your `~/.claude/` directory.

The sections below are a catalog of what is available today, grouped by artifact type. Each entry links to the artifact itself and to that type's README for conventions and installation details.

## Skills

[Agent Skills](https://docs.claude.com/en/docs/claude-code/skills) are multi-file packages that extend Claude Code with specialized, progressively disclosed capabilities. They live under [`skills/library/`](skills/library/); see [`skills/README.md`](skills/README.md) for the layout, conventions, and the two ways to install one.

### `dynamic-workflow-patterns`

View full repository on GitHub →