Top Rated

The most starred skills loved by the community. Quality guaranteed!

Showing 2785-2808 of 52162 skills
ComposioHQ

agent-orchestrator

by ComposioHQ

"Open-source, pluggable agentic coding orchestrator. Manages durable coding agents (Claude Code, Codex, OpenCode) through a simple interface — spawn agents, track progress, and let feedback loops like PR reviews and CI failures automatically route to the right agents. Use for fixing bugs, building features, working on GitHub issues, checking status, and managing agent sessions."

Automation 8.7K 3mo ago
ComposioHQ

ao-weekly-release

by ComposioHQ

"Generate the weekly Agent Orchestrator release notes. Runs every Thursday 10:00 IST from the bot cron, or on-demand. Queries the GitHub API for the latest release, merged PRs, commits, contributors, and star counts, and produces a publishable markdown post in the house style. Output is posted to Discord by the cron job after this skill returns."

Automation 8.7K 3mo ago
ykdojo

handoff

by ykdojo

Write or update a handoff document so the next agent with fresh context can continue this work.

Agents 9.5K 5mo ago
ykdojo

review-claudemd

by ykdojo

Review recent conversations to find improvements for CLAUDE.md files.

Agents 9.5K 5mo ago
ykdojo

half-clone

by ykdojo

Clone the later half of the current conversation, discarding earlier context to reduce token usage while preserving recent work.

Auth 9.5K 5mo ago
ykdojo

reddit-fetch

by ykdojo

Fetch content from Reddit using Gemini CLI when WebFetch is blocked. Use when accessing Reddit URLs, researching topics on Reddit, or when Reddit returns 403/blocked errors.

Auth 9.5K 5mo ago
ykdojo

gha

by ykdojo

Analyze GitHub Actions failures and identify root causes

Automation 9.5K 5mo ago
ykdojo

clone

by ykdojo

Clone the current conversation so the user can branch off and try a different approach.

CLI Tools 9.5K 5mo ago
nidhinjs

prompt-master

by nidhinjs

Generates optimized prompts for AI tools. Activates only when the user explicitly asks to write, fix, improve, or adapt a prompt for a specific AI tool (LLM, Cursor, Midjourney, image AI, video AI, coding agents, etc.). Does not activate for general conversation, coding tasks, document writing, or other non-prompt-engineering work.

Design 10.8K 2mo ago
openstatusHQ

copywriting

by openstatusHQ

When the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages, or product pages. Also use when the user says "write copy for," "improve this copy," "rewrite this page," "marketing copy," "headline help," or "CTA copy." For email copy, see email-sequence. For popup copy, see popup-cro.

Email 8.9K 6mo ago
openstatusHQ

hono

by openstatusHQ

Efficiently develop Hono applications using Hono CLI. Supports documentation search, API reference lookup, request testing, and bundle optimization.

CLI Tools 8.9K 6mo ago
openstatusHQ

skill-creator

by openstatusHQ

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

Code Gen 8.9K 6mo ago
openstatusHQ

seo-audit

by openstatusHQ

When the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions "SEO audit," "technical SEO," "why am I not ranking," "SEO issues," "on-page SEO," "meta tags review," or "SEO health check." For building pages at scale to target keywords, see programmatic-seo. For adding structured data, see schema-markup.

Code Review 8.9K 6mo ago
bitwarden

implementing-android-code

by bitwarden

This skill should be used when implementing Android code in Bitwarden. Covers critical patterns, gotchas, and anti-patterns unique to this codebase. Triggered by "How do I implement a ViewModel?", "Create a new screen", "Add navigation", "Write a repository", "BaseViewModel pattern", "State-Action-Event", "type-safe navigation", "@Serializable route", "SavedStateHandle persistence", "process death recovery", "handleAction", "sendAction", "Hilt module", "Repository pattern", "implementing a screen", "adding a data source", "handling navigation", "encrypted storage", "security patterns", "Clock injection", "DataState", or any questions about implementing features, screens, ViewModels, data sources, or navigation in the Bitwarden Android app.

Code Gen 9.1K 5mo ago
bitwarden

reviewing-changes

by bitwarden

Guides Android code reviews with type-specific checklists and MVVM/Compose pattern validation. Use when reviewing Android PRs, pull requests, diffs, or local changes involving Kotlin, ViewModel, Composable, Repository, or Gradle files. Triggered by "review PR", "review changes", "check this code", "Android review", or code review requests mentioning bitwarden/android. Loads specialized checklists for feature additions, bug fixes, UI refinements, refactoring, dependency updates, and infrastructure changes.

Code Review 9.1K 6mo ago
bitwarden

testing-android-code

by bitwarden

This skill should be used when writing or reviewing tests for Android code in Bitwarden. Triggered by "BaseViewModelTest", "BitwardenComposeTest", "BaseServiceTest", "stateEventFlow", "bufferedMutableSharedFlow", "FakeDispatcherManager", "expectNoEvents", "assertCoroutineThrows", "createMockCipher", "createMockSend", "asSuccess", "Why is my Bitwarden test failing?", or testing questions about ViewModels, repositories, Compose screens, or data sources in Bitwarden.

Processing 9.1K 5mo ago
studyzy

openspec-sync-specs

by studyzy

将变更中的增量规范同步到主规范。当用户想要使用增量规范中的更改更新主规范,而不归档该变更时使用。

Code Gen 10.2K 6mo ago
JetBrains

git-workflow

by JetBrains

IdeaVim git workflow conventions covering commits, branches, PRs, and CI. Use when creating commits, managing branches, creating pull requests, reviewing git history, or any git-related activity in the IdeaVim project.

Debugging 10.2K 5mo ago
JetBrains

changelog

by JetBrains

Maintains IdeaVim changelog (CHANGES.md) and build.gradle.kts changeNotes. Use when updating changelog, documenting releases, or reviewing commits/PRs for changelog entries.

Code Review 10.2K 5mo ago
JetBrains

extensions-api-migration

by JetBrains

Migrates IdeaVim extensions from the old VimExtensionFacade API to the new @VimPlugin annotation-based API. Use when converting existing extensions to use the new API patterns.

API Dev 10.2K 6mo ago
JetBrains

issues-deduplication

by JetBrains

Handles deduplication of YouTrack issues. Use when cleaning up duplicate issues, consolidating related bug reports, or organizing issue tracker.

Code Gen 10.2K 6mo ago
JetBrains

tests-maintenance

by JetBrains

Maintains IdeaVim test suite quality. Reviews disabled tests, ensures Neovim annotations are documented, and improves test readability. Use for periodic test maintenance.

Code Review 10.2K 6mo ago
JetBrains

doc-sync

by JetBrains

Keeps IdeaVim documentation in sync with code changes. Use this skill when you need to verify documentation accuracy after code changes, or when checking if documentation (in doc/, README.md, CONTRIBUTING.md) matches the current codebase. The skill can work bidirectionally - from docs to code verification, or from code changes to documentation updates.

Docs Gen 10.2K 9mo ago
droidrun

mobilerun-docs

by droidrun

Mobilerun documentation reference. Use when users ask about Mobilerun setup, configuration, SDK usage, CLI commands, device setup, agents, architecture, app cards, credentials, tracing, Docker, migration, structured output, or any Mobilerun "how do I..." questions.

Agents 8.9K 3mo ago