Showing 30 of 119455 results
A collection of 112 reusable agent skills for AI coding assistants, providing specialized knowledge and workflows organized by category.
Google Cloud Well-Architected Framework skill focused on security best practices, helping AI agents apply Google Cloud security principles and recommendations to cloud architectures.
Skill for setting up and using Apollo MCP Server to connect AI agents with GraphQL APIs, covering introspection, tool definition from operations, and troubleshooting
Modern Spring Boot 4 testing guide built around the test pyramid, picking the narrowest slice that gives confidence, and using AssertJ plus MockMvcTester / RestTestClient over legacy alternatives. Covers `@WebMvcTest`, `@DataJpaTest`, `@RestClientTest`, `@JsonTest`, and `@SpringBootTest` with reference material for each slice.
A collection of reusable skills for Claude AI and developer tooling, providing modular automation packages for SEO analysis and development workflows.
Find the cheapest nearby gas stations in Korea based on the user's current location, always asking for location first and then resolving it via Kakao Map anchor search → KATEC coords → Opinet official APIs (`aroundAll.do` + `detailById.do`). Defaults to 휘발유 (B027), switches to 경유 (D047) when requested, and returns 3–5 candidates with price, distance, self-service flag, and amenities.
Manage GitHub repos with the `gh` CLI — issue triage (labels, duplicates, reproduction asks), PR review (`gh pr checks`, stale-PR sweeps), CI failure inspection with `gh run view --log-failed`, release/changelog generation, and Dependabot/secret-scanning monitoring. Enforces a quality gate on labels, PR age, investigated CI failures, and acknowledged security alerts before a triage pass is considered done.
Generates high-converting leads through interactive, psychology-driven quizzes that uncover prospects' needs and motivations with 30-50% conversion rates.
Douyin (TikTok China) watermark-free video downloader and transcript extractor. Parses share links to get direct download URLs, downloads videos without watermarks, and extracts speech transcripts using SiliconFlow API with auto-save to markdown files.
Classifies WordPress repositories and intelligently routes them to the most appropriate development workflow or skill based on project structure and detected characteristics.
Google Cloud skill that provides AI agents with foundational knowledge of Cloud SQL, including database setup, management, and connectivity on Google Cloud.
from aradotso/trending-skills
Google Cloud recipe skill that walks AI agents through the onboarding process for new Google Cloud projects, covering initial setup, IAM configuration, and project organization.
An improve retention skill from Wondel AI for analyzing and optimizing user retention metrics in product development.
Skill from OpenClaw Graph, a graph-native workspace backend using LadybugDB with embedded Cypher graph database. Provides 316 skills across 27 clusters, 545K+ DevDocs reference nodes, 718 docsets, and 1536d vector embeddings.
Automatically generates Xiaohongshu-style cover images from user-provided topics using the Canghe AI API, producing vertical 3:4 ratio images with a fresh, youthful design aesthetic.
Pragmatic programmer skill providing software craftsmanship principles and patterns from The Pragmatic Programmer methodology.
Provides Shopify development patterns for building apps, themes, and extensions with Liquid templating and Shopify API integration
Build a new API connector or provider that exactly matches the host repo's existing integration pattern — connector layout, config schema, auth model, error handling, test style, and registry wiring — instead of inventing a parallel architecture. Guides the workflow from inspecting at least two existing in-repo connectors through building repo-native slices (config, client, mapping, entrypoint, registration, tests) and a quality checklist before completion.
Google Cloud skill that teaches AI agents Firebase fundamentals, including project setup, authentication, database, and hosting configurations for Firebase-based applications.
Search the Joseon Dynasty Annals (조선왕조실록) by keyword, with optional king (`--king`) and Gregorian year (`--year`) narrowing, by scraping the official `sillok.history.go.kr` search page and article detail pages via a bundled `scripts/sillok_search.py` helper. Returns titles, links, summaries, and 국역/원문 excerpts; v1 is plain scraping — no embedding or semantic search.
LCK results and advanced analytics skill backed by Riot official LoL Esports APIs plus Oracle's-Elixir-style historical data — scoreboard, current standings, live turning points, champion matchup/synergy, patch meta, and team power ratings. Ships local pipeline scripts (`sync-oracle`, `build-match-report`, `analyze-live-game`) and normalizes team aliases like T1/SKT T1, 담원/Dplus KIA, DN SOOPers/광동 프릭스.
Comprehensive Astro framework development guide covering islands architecture with selective hydration, content collections, SSR adapters, API endpoints, view transitions, and integration with React, Vue, Svelte, and Solid.
Google Cloud skill that guides AI agents through setting up network observability on Google Cloud, covering monitoring, logging, and diagnostics for cloud networking infrastructure.
Query current Han River water level and flow rate by station name (`stationName`, e.g. 한강대교, 잠수교) or station code (`stationCode`) through `k-skill-proxy.nomadamas.org/v1/han-river/water-level`, backed by the 한강홍수통제소 (HRFCO) Open API. The proxy holds the ServiceKey, returns ambiguous-name candidate lists when input is too broad, and surfaces only the station, timestamp, water level, flow rate, and active alert thresholds.
A four-phase self-debugging loop (failure capture → root-cause diagnosis → contained recovery → introspection report) for AI agent runs that are looping, burning tokens, or drifting from the task. Provides a pattern table (tool-call loops, context overflow, `ECONNREFUSED`/429s, stale diffs, wrong hypotheses) and forces the agent to verify world state, shrink scope, and run one discriminating check before retrying.