alex-feel/claude-code-artifacts-public

6 stars · Last commit 2026-08-01

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. Ready-made environment configurations take the first way further: one YAML file wires several artifacts into a complete setup the toolbox installs in one command.

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.

## Environments

[Environment configurations](https://github.com/alex-feel/claude-code-toolbox/blob/main/docs/environment-configuration-guide.md) are single YAML files that declare a complete Claude Code setup — artifacts, MCP servers, settings, dependencies, and more — installed in one command by the [Claude Code Toolbox](https://github.com/alex-feel/claude-code-toolbox). They live under [`environments/library/`](environments/library/); see [`environments/README.md`](environments/README.md) for conventions, validation, and how to consume one.

### `serena.yaml`

View full repository on GitHub →