mrkeyoor.com_
Wed 16 Sept 22:08 UTC
AI Toolsevaluationupdated 04 Sept 2026

awesome-claude-skills review

Awesome Claude Skills is a large directory of instruction packs that teach Claude Code and other coding agents how to handle repeatable jobs. It mixes links to outside projects with skills stored in the repository, including a Python toolkit for making Slack GIFs.

+423stars / 7d
Verdict

Our run installed the bundled Slack GIF Creator in 28 seconds and built it in 12 seconds, but found no test target, so this repository is useful for discovery rather than blanket trust. Use it to find ideas and inspect one skill at a time. Do not treat its 1,142-file checkout as a single vetted product or grant every included workflow access to your accounts.

We ran it

Lab card: what happened when we ran awesome-claude-skillsScreenshot of awesome-claude-skills (github.com/ComposioHQ/awesome-claude-skills)
Install✓ · 28s37 packages · 190 MB
Build✓ · 12s
Testsn/ano test script
Known vulns0(pip-audit)
Repo1142 files~17,437 lines of source · 11.6 MB · 1 CI workflows

Answers from our run

Does awesome-claude-skills build from source?

Dependencies installed in 28 seconds (37 packages), and the build succeeded in 12 seconds. We cloned commit be2a406 into a clean Debian container with 3 CPUs and no project-specific setup.

Does awesome-claude-skills have tests you can run?

Not through a standard command: the project exposes no test script or target that our harness could run.

Does awesome-claude-skills have known vulnerabilities in its dependencies?

pip-audit found none in the dependency tree at the time of our run.

Who should not use awesome-claude-skills?

Teams that need one audited, uniformly licensed package: entries come from many owners, while GitHub does not detect a repository-level license.

What are the alternatives to awesome-claude-skills?

Anthropic Skills, Baoyu Skills, Superpowers. Our run installed the bundled Slack GIF Creator in 28 seconds and built it in 12 seconds, but found no test target, so this repository is useful for discovery rather than blanket trust.

Setup4/5Slack GIF tool installed in 28s; other skills vary
Docs4/5Clear skill format and examples, uneven external details
Community5/573,355 stars and daily submission activity
Maturity3/5Large catalog, but no release and little central testing

Who it’s for

Claude Code users who want examples before writing their own skills.
Agent builders willing to inspect each skill and its dependencies before use.
Teams comparing instruction packs for coding, documents, media, and app automation.
Python users who specifically want the bundled Slack GIF animation toolkit.

Who it’s NOT for

Teams that need one audited, uniformly licensed package: entries come from many owners, while GitHub does not detect a repository-level license.
Anyone who plans to install skills without reading them: the collection includes instructions for external tools, credentials, and actions such as messaging or file deletion.
Buyers expecting a tested software product: our checkout had no tests directory or test target, and only one CI workflow file.
Users who want a quiet, tightly edited shortlist: GitHub showed 1,332 open issues and pull requests, with many new submissions awaiting review.

Setup reality

We ran the bundled slack-gif-creator project, not every skill in the catalog. Its install succeeded in 28 seconds, adding 37 packages and using 190 MB; the build passed in 12 seconds. There was no test script or target, so tests were skipped, and pip-audit found 0 known vulnerabilities.

The catalog itself is mostly Markdown and linked repositories. Claude Code users copy a chosen skill folder into their skills directory. Some entries need API keys, MCP services, browser extensions, or separate software; the Slack GIF tool needs Python plus Pillow, imageio, imageio-ffmpeg, and NumPy.

The checkout contained 1,142 files and about 17,437 source lines. It had one CI workflow, no Dockerfile, and no tests directory. Each outside skill has its own setup, permissions, maintenance, and license, so cloning this repository is discovery rather than installation of one supported application.

Most entries are links, while bundled skills contain code

Awesome Claude Skills collects instruction folders that tell an agent how to perform a recurring job. The root README spans document work, development, research, marketing, media, organization, and app automation. Some entries live in this repository. Many point to another owner's repository, website, or plugin. That distinction matters because selecting a link from the list does not give you a common runtime, support policy, or security review.

The checkout we measured had 1,142 files, about 17,437 lines of source, and an 11.6 MB repository footprint. Its dominant language is Python because several bundled skills contain helper code, but much of the product is Markdown. Calling it a Python application misses the point. It is closer to a shelf of agent procedures, with a few working toolkits placed beside the index.

Claude Code gets patterns, not one common runtime

A skill is a folder centered on SKILL.md, with metadata that says when the agent should load it. Instructions can be joined by scripts, templates, references, and assets. The README explains manual placement for Claude Code and also discusses Claude.ai, API use, Codex, Cursor, and other agents. Portability still depends on what each entry asks the host to do.

The breadth is the reason to visit. A developer can compare several approaches to testing, research, screenshots, spreadsheets, or project management without discovering every author separately. The repository also includes app automation skills built around Composio services. Those entries may require a Composio API key, an MCP connection, and permission to act in an outside account. A readable instruction file is not a harmless instruction file by default.

What happened when we ran it

Our sandbox ran slack-gif-creator, the Python project inside the collection. Installation succeeded in 28 seconds, pulled 37 packages, and occupied 190 MB. The build completed in 12 seconds. Pip-audit reported 0 known vulnerabilities in that installed environment. These results apply to commit be2a406 in the stated 3-CPU, 8 GB Debian container, not to every external project linked from the README.

There was no tests script or target, so the lab skipped tests. The repository scan likewise found no tests directory, one CI workflow file, and no Dockerfile. None of those facts proves the GIF code is broken. They mean the successful build is the end of the automated evidence we have, and users should validate actual GIF output before placing the skill in a shared agent setup.

Slack GIF Creator builds, but it has no test target

The bundled GIF skill is more substantial than a prompt. Its Python modules cover frame composition, typography, color palettes, easing, validation, and effects. Template files implement bounce, fade, flip, morph, movement, pulse, shake, slide, spin, wiggle, zoom, and other animation patterns. The skill tells the agent to check dimensions and output size for Slack messages and emoji.

Four direct requirements, Pillow, imageio, imageio-ffmpeg, and NumPy, sit behind that workflow. The instructions provide Python examples for assembling frames, quantizing colors, removing duplicates, and warning when a file exceeds its target. Our 37-package install says the local cost is modest compared with many AI tools. The missing test target says you still own regression checks for frame counts, file headers, visual quality, and Slack acceptance.

Submission rules do not prove every skill was rerun

The contribution guide asks authors to solve a real problem, document examples, test across a Claude surface, and confirm before destructive operations. Those are sensible submission rules. They are statements to contributors, not proof that maintainers reran every submitted skill against every supported agent. Outside links can also change after inclusion without a commit in this repository.

GitHub listed 1,332 combined issues and pull requests when fetched, and recent activity included several new skill submissions on August 26, 2026. The repository's last push was August 10, 2026, so issue activity is newer than the default branch. There is no latest GitHub release. This looks active, but the queue is large enough that readers should not mistake presence in the list for current maintainer approval.

Licensing also needs item-by-item attention. GitHub returned no detected license for the repository root, although the README displays an Apache 2.0 badge and the Slack GIF folder contains its own Apache 2.0 license text. Linked projects keep their own terms. A company copying several skills into an internal agent should record the source and license for each folder instead of assigning one license to the whole catalog.

Review one skill before granting it credentials

Start with the job you want the agent to perform, then open the selected SKILL.md, scripts, and linked dependencies. Look for shell commands, network calls, credential requests, write operations, and instructions that send data to another service. Pin the source revision once a skill passes review. For a workflow that can delete files, send messages, or change cloud resources, test it with limited credentials in an isolated environment.

Awesome Claude Skills saves discovery time and shows many concrete ways to package agent instructions. It does not remove the engineering work between finding a skill and trusting it. The 28-second Slack GIF install makes that one bundled tool easy to try, while the absent test target and mixed ownership keep the collection out of the install-everything category.

Alternatives

ProjectWhat it isPick it when
Anthropic Skills gh↗Anthropic's official repository of example agent skills and document workflows.pick this instead when a smaller official reference matters more than catalog breadth.
Baoyu Skills gh↗A focused collection of publishing, image, slide, diagram, and translation workflows for file-capable agents.pick this instead when you need ready-to-run creative workflows rather than a broad discovery catalog.
Superpowers gh↗An opinionated coding workflow plugin built around reusable development skills.pick this instead when you want one coherent engineering method rather than a directory.
Awesome Claude SkillsAnother community-maintained list of Claude skills and learning resources.pick this instead when you want a second curated index to compare coverage and links.

What people are saying

  1. [github-trending] ComposioHQ/awesome-claude-skills

Sources

  1. Awesome Claude Skills README
  2. Slack GIF Creator skill
  3. Contribution guide
  4. Repository issues and pull requests

More ai tools reviews

eve · MemOS · LongCat-Video · Concat · DLSS5-Feeder · Concat · the whole board →