Showing 30 of 146048 results
Design Sprint methodology skill based on Jake Knapp's Google Ventures framework, providing a structured five-day process for validating product ideas through mapping, sketching, prototyping, and user testing.
A curated collection of awesome LLM applications with skills for building AI-powered apps, covering RAG, agents, and various use cases.
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/광동 프릭스.
Qiaomu OpenCLI Skills — a Claude Code skills bundle built on top of jackwener/opencli that turns 79+ websites and Electron desktop apps (Bilibili, Twitter, Reddit, Xiaohongshu, Cursor, ChatGPT, Notion, etc.) into CLI interfaces for AI agents, with bundled `qiaomu-opencli-usage`, `qiaomu-opencli-browser`, `qiaomu-opencli-explorer`, `qiaomu-opencli-oneshot`, `qiaomu-opencli-autofix`, and `qiaomu-smart-search` skills.
A skill for creating layered architecture diagrams using HTML/CSS templates with color-coded layers and flexible grid layouts (single/double/triple column), ideal for visualizing system layers, microservices, and enterprise application design.
An improve retention skill from Wondel AI for analyzing and optimizing user retention metrics in product development.
Encodes Apple's macOS Human Interface Guidelines into actionable rules for AI agents to validate, generate, and refactor macOS app designs and code
Product positioning framework based on April Dunford's 'Obviously Awesome', providing a structured process for defining competitive alternatives, identifying unique attributes, mapping value themes, targeting best-fit customers, and choosing the right market category.
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.
Enforces production-grade Python coding standards across versions 3.10-3.13, ensuring clean, type-safe, and maintainable code through modern syntax and best practices.
Academic writing assistant skill for Claude Code supporting LaTeX Chinese thesis writing with GB/T 7714 compliance, template detection for thuthesis/pkuthss/ustcthesis, Chinese academic style checking, and methodology depth analysis using the AXES model.
Extracts video frames or thumbnails at specific timestamps using ffmpeg, enabling quick visual inspection and sharing.
Query the Korea Meteorological Administration (KMA) short-term forecast via `k-skill-proxy` using either `nx`/`ny` grid coordinates or `lat`/`lon` (auto-converted by the proxy), and summarize `TMP`/`SKY`/`PTY`/`POP`/`PCP`/`SNO`/`REH`/`WSD`. The upstream `KMA_OPEN_API_KEY` stays on the proxy so users never handle it directly.
A Starchild platform skill for sharing projects to the community in two ways: publishing a running HTTP service to a public URL, or open-sourcing project code to the community GitHub repository.
Four-mantra debugging discipline that recites and applies in order: reproduce, trace the fail path, falsify the hypothesis, and cross-reference every breadcrumb before attempting any fix.
Search KRX-listed Korean stocks (KOSPI/KOSDAQ/KONEX) via `k-skill-proxy` — endpoints `/search`, `/base-info`, and `/trade-info` return stock name/code matches, base info (`standard_code`, 보통주 type, listed shares), and daily price/volume snapshots. Auto-resolves the latest business day when `bas_dd` is omitted; `KRX_API_KEY` stays on the proxy.
Part of the claude-mem persistent memory compression system for Claude Code, this skill explains how the memory compression architecture works, helping users understand the internal mechanisms for context retention across sessions.
Wondel.ai agent skills for Claude Code and agentskills.io-compatible agents, installable via the plugin marketplace system.
Search Korean patent and utility-model publications on the official KIPRIS Plus Open API via the bundled `scripts/patent_search.py` helper — keyword search (`getWordSearch`) and application-number detail lookup (`getBibliographyDetailInfoSearch`) with year, page, and patent/utility filters. Requires `KIPRIS_PLUS_API_KEY` (or `--service-key`) and outputs structured JSON with 출원번호, 발명의명칭, 출원인, 초록.
Provides Vue.js development expertise and patterns, from a collection of 65 skills and 9 workflows built for full-stack developers.
Part of Google's official Agent Skills collection for Google Cloud, providing guidance on deploying agents and applications within the Google Agent Platform using Cloud-native tooling.
Connects external applications and services through Composio's integration platform, enabling workflow automation across multiple third-party tools.
Let-fate-decide skill from Trail of Bits for randomized decision-making in testing and fuzzing workflows.
Mermaid diagram rendering skill that converts Mermaid syntax into beautiful SVGs or ASCII art with 15 built-in themes, supporting flowcharts, sequence diagrams, state diagrams, and more with batch parallel rendering.