Claude Awesome Stack
Description
Installable stack packs for Claude Code — production-ready skills, hooks, and project configs for domain-specific development
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-awesome-stack
Installable stack packs for Claude Code -- production-ready configurations of skills, hooks, and project instructions for domain-specific development.
Unlike link-collection "awesome lists", this repo gives you **working setups** you copy into your project for an immediate, opinionated Claude Code experience.
How It Works
graph LR
A[claude-awesome-stack] -->|copy| B[Your Project]
subgraph "Stack Pack"
C[CLAUDE.md]
D[skills/]
E[hooks/]
F[settings.json]
end
subgraph "Your Project"
G[CLAUDE.md]
H[.claude/skills/]
I[.claude/hooks/]
J[.claude/settings.json]
end
C --> G
D --> H
E --> I
F --> J
Quick Start
# 1. Clone
git clone https://github.com/giacomogaglione/claude-awesome-stack.git
# 2. Copy a stack into your project
cp -r claude-awesome-stack/stacks/python-ml/CLAUDE.md ./CLAUDE.md
mkdir -p .claude/skills .claude/hooks
cp -r claude-awesome-stack/stacks/python-ml/skills/* .claude/skills/
cp -r claude-awesome-stack/stacks/python-ml/hooks/* .claude/hooks/
cp claude-awesome-stack/stacks/python-ml/settings.json .claude/settings.json
# 3. Start Claude Code
claude
Available Stacks
| Stack | Status | Description |
|---|---|---|
| Python/ML | Ready | ML conventions, debugging skills, auto-formatting hooks |
| Frontend | Coming soon | React/Next.js development |
Python/ML Stack
| Component | What It Does |
|---|---|
| CLAUDE.md | ML conventions: tensor shapes, dtype checks, anti-patterns, testing patterns |
| ml-debug skill | Systematic debugging: shapes, NaN propagation, gradients, devices, dtypes |
| data-explore skill | Dataset profiling: schema, distributions, missing values, outliers, correlations |
| notebook-refactor skill | Extract Jupyter notebooks into tested Python modules |
| python-lint.sh hook | A |
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development