Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
yt-transcript
Fetch transcripts from YouTube videos. Use when user asks to get, download, extract, or retrieve YouTube video transcripts, captions, or subtitles. Also activates for video content analysis, summarizing YouTube videos, or processing video content.
nibzard/skills-kit 2
-
marp-slide-quality
Analyze and improve Marp markdown presentations using SlideGauge. Use when working with Marp presentations, slide decks, or when user asks to check, analyze, improve, or validate slide quality.
nibzard/skills-kit 2
-
marp-slide-quality
Analyze and improve Marp markdown presentations using SlideGauge. Use when working with Marp presentations, slide decks, or when user asks to check, analyze, improve, or validate slide quality.
nibzard/skills-kit 2
-
claude-thread-publisher
Publish Claude Code conversation threads as static HTML pages hosted on GitHub Gists, with shareable gistpreview links. Use when the user asks to share, publish, or delete a Claude Code thread.
nibzard/skills-kit 2
-
claude-thread-publisher
Publish Claude Code conversation threads as static HTML pages hosted on GitHub Gists, with shareable gistpreview links. Use when the user asks to share, publish, or delete a Claude Code thread.
nibzard/skills-kit 2
-
release-runbook
Universal release workflow: detect project type, init versioning if needed, run tests, bump version, tag, push, and create GitHub release. Works with Python, Go, Node.js, Rust, Java, .NET, Ruby, PHP, and multi-language projects.
nibzard/skills-kit 2
-
release-runbook
Universal release workflow: detect project type, init versioning if needed, run tests, bump version, tag, push, and create GitHub release. Works with Python, Go, Node.js, Rust, Java, .NET, Ruby, PHP, and multi-language projects.
nibzard/skills-kit 2
-
skill-creator
Create new Agent Skills interactively or from templates. Use when user wants to create, generate, scaffold, or build a new skill, or mentions creating skills, writing skills, skill templates, skill development.
nibzard/skills-kit 2
-
skill-creator
Create new Agent Skills interactively or from templates. Use when user wants to create, generate, scaffold, or build a new skill, or mentions creating skills, writing skills, skill templates, skill development.
nibzard/skills-kit 2
-
generate_video
The-Focus-AI/weekend-coding-agent
-
big_text
Create ASCII art banners using figlet. Use this when the user asks for big text, banners, or ASCII art.
The-Focus-AI/weekend-coding-agent
-
generate_image
The-Focus-AI/weekend-coding-agent
-
coding-best-practices
Reference for how I like to write code.
dsummersl/llm-tools-skills
-
dance-best-practices
Reference for how I like to dance and call square dances.
dsummersl/llm-tools-skills
-
cooking-best-practices
Reference for how I like to cook.
dsummersl/llm-tools-skills
-
writing-bots
Write a bot to continuously listen and respond to events on a public blockchain network.
ApeWorX/skills 5
-
writing-sdks
Create a Python SDK using Ape Framework to simplify using a given blockchain-based protocol.
Use when users need specific best practices and guidance on developing a new integration with the given protocol.
Do not use if such a Python SDK already exists that is designed to work with Ape.
ApeWorX/skills 5
-
uniswap
Trade and interact with Uniswap in Python using Ape and the uniswap-sdk package.
ApeWorX/skills 5
-
writing-plugins
Create a new Plugin for Ape Framework to integrate a specific tool or service into one of Ape's vertical(s).
Use when users need specific best practices and guidance on developing a new plugin for Ape.
Do not use if such a plugin already exists that is designed to work with Ape, and instead suggest that.
ApeWorX/skills 5
-
protocol-design
Design and build a new smart contract protocol using Ape Framework.
Use when users want to create a new set of smart contracts that work together as a protocol,
including development, testing, scripting/deployment, and potentially other aspects such as distributing a Python SDK or enabling automation of the protocol (through Silverback).
Guides users through the full lifecycle from design through deployment and beyond using Ape tooling.
ApeWorX/skills 5
-
new-project
Architect new Python-based blockchain projects using the Ape framework.
Use when users want to start a new blockchain project and need guidance on proper project structure, architecture patterns, configuration, and foundational setup.
Supports SDK development, plugin creation, bot development with Silverback, protocol development, and complex blockchain applications.
Determines project type and guides users through establishing the correct architectural foundation.
ApeWorX/skills 5
-
python-packages
Best practices for developing a Python-based project.
Use when creating a new project to ensure best practices according to ApeWorX development standards.
ApeWorX/skills 5
-
spec-interview
Use this skill if a user's request is under-specified, and you need to clarify the project requirements.
ApeWorX/skills 5
-
maestro:prompt-leverage
Strengthen a raw user prompt into an execution-ready instruction set for Claude Code, Amp, Codex, or another AI agent. Use when the user wants to improve an existing prompt, build a reusable prompting framework, wrap the current request with better structure, add clearer tool rules, or create a hook that upgrades prompts before execution.
ReinaMacCredy/maestro 26