Explore skills
1,715 skills found
Category alert
Get new Marketing skills every Monday
flow-next-map
Wrap `clawpatch map` to produce a semantic feature index of the repo (~20 languages, persisted at `.clawpatch/features/*.json`). Detects install, runs `clawpatch init` when `.clawpatch/` absent, invokes provider-free `clawpatch map --source heuristic` by default; `--source auto|agent` flows through as passthrough. Opt-in enrichment — scouts and prime read the resulting index, but flowctl never dep
flow-next-resolve-pr
Resolve PR review feedback — fetch unresolved threads, triage, dispatch per-thread resolver agents, validate, commit, reply + resolve via GraphQL. Triggers on /flow-next:resolve-pr.
concurrency-review
Review Java concurrency code for thread safety, race conditions, deadlocks, and modern patterns (Virtual Threads, CompletableFuture, @Async). Use when user asks "check thread safety", "concurrency review", "async code review", or when reviewing multi-threaded code.
seo-geo-optimizer
Comprehensive SEO/GEO/AEO analysis toolkit for optimizing content visibility across traditional search engines (Google, Bing), AI platforms (ChatGPT, Perplexity, Claude, Gemini, Grokipedia), answer engines (Google AI Overviews, Bing Copilot, featured snippets), voice assistants (Google Assistant, Siri, Alexa), and social media (Facebook, Twitter, LinkedIn, WhatsApp, Instagram). Analyzes HTML/Markd
event-driven-patterns
Message queue patterns with BullMQ, Kafka, RabbitMQ, covering saga, outbox, dead letter queue, and exactly-once semantics.
bluesky
Interact with the Bluesky social network via the AT Protocol, enabling actions such as posting, reading timelines, and managing profiles.
youtube-tools
Free YouTube video downloading, transcript extraction, and metadata retrieval using yt-dlp. This skill allows you to download videos (single or bulk), extract transcripts, get metadata, or download audio-only, all without API keys.
social-post
Learns the user's Facebook personal post tone to automatically generate and publish content to FB, Instagram, Threads, and X, based on a 14-day content strategy calendar.
125-java-concurrency
Use to apply Java concurrency best practices, covering thread safety, ExecutorService, asynchronous programming with CompletableFuture, virtual threads, and deadlock avoidance for robust concurrent systems.
151-java-performance-jmeter
Use when you need to set up JMeter performance testing for a Java project — including creating the run-jmeter.sh script from the exact template, configuring load tests with loops, threads, and ramp-up, or running performance tests from the project root with custom or default settings. This should trigger for requests such as Improve the code with JMeter performance testing; Apply JMeter performanc
wrong
Reset and re-evaluate when current approach isn't working. Use when user says "wrong", "this isn't working", "wrong approach", "start over", "try again", "bad direction", or when the current solution path has hit a dead end and needs a fresh perspective.
pr-threads-resolve
Bulk resolve unresolved PR review threads. Useful after manually addressing threads or after using /pr-threads-address.