Leaderboard/Skill Creation/awesome-llm-skills
Last commit on October 27, 2025·Created on October 22, 2025

Prat011/awesome-llm-skills

A library of skills that adapts an agent for marketing, design, development, and operations work.
Combined rank
#202
across all skills
In Skill Creation
#6
category rank
Stars
1.7k
+0.8% in last 7d
Forks
303
+3.1% in last 7d
Watchers
8
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This repository collects over thirty skills that give an AI agent specialized abilities across marketing, design, development, and operations. Instead of a single-purpose tool, it offers a curated library: lead research, competitive ad analysis, content writing, algorithmic art, frontend artifact building, meeting analysis, Notion integration, and document processing. It serves professionals who want to extend what an agent can handle without building each capability from scratch.

WHO IT'S FOR
AI Agent Power Users
customizing AI agent workflows with skills
Marketing and Sales Professionals
generating leads, analyzing competitors, writing content
Design and Creative Professionals
creating generative art, visual designs, branded artifacts
Software Developers
building frontend artifacts, testing web apps, generating changelogs,
Repository contents

31 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

See the repository for installation instructions.

Open repository instructions ↗

Give it something to do.

Suggested first task

Draft a changelog from recent commits

Uses changelog-generator

  • A local Git repository containing the relevant commit history
  • The repository root as the working directory
  • Optional brand or changelog guidelines

Check the repository for this skill’s setup.

Use the changelog-generator skill from the root of my Git repository to draft a user-facing changelog for commits from the past week. Categorize meaningful changes, translate technical commits into customer-friendly language, and filter internal noise. Return the draft for review only; do not publish it or write it to a file.
changelog-generator/SKILL.md · Checked Sep 18, 2026
Suggested first task

Enhance a screenshot for documentation

Uses image-enhancer

  • Path to a local screenshot; replace [path/to/screenshot.png] in the prompt
  • Intended use: documentation

Check the repository for this skill’s setup.

Use the image-enhancer skill to analyze and improve [path/to/screenshot.png] for documentation. Replace [path/to/screenshot.png] with the actual local image path. Improve sharpness and clarity, reduce compression artifacts if present, preserve the original, and report the enhanced file's path.
image-enhancer/SKILL.md · Checked Sep 18, 2026
Suggested first task

Verify one local web application behavior

Uses webapp-testing

  • A local web application that is already running
  • Its local URL; replace [local URL] in the prompt
  • One expected behavior to verify; replace [expected behavior] in the prompt
  • A working Python Playwright environment

Check the repository for this skill’s setup.

Use the webapp-testing skill to verify this behavior in my running local application: [expected behavior]. Open [local URL], wait for the dynamic page to finish loading, inspect the rendered state, perform only the interaction needed for this check, capture a screenshot, and report whether the behavior passed along with any browser-console errors. Replace [expected behavior] and [local URL] with the actual test case and local address. Do not modify application files.
webapp-testing/SKILL.md · Checked Sep 18, 2026