███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8401 | document | jsmastery-pro/skills |
Output style (plain words, no dashes, no hyphens) Write everything this skill produces, files and messages alike, in plain simple language. Talk to the reader as you , warm and direct like a colleague, and present every step as a recommendation they may run or skip, never an order. Keep technical terms that carry real meaning; explain each in plain words. Never use a dash or a hyphen as punctuation: no em dash, no en dash, and no hyphenated compounds. Write read only , not read-only . Say it in ...
|
1.4K |
| 8402 | threat-model-analyst | github/awesome-copilot |
Threat Model Analyst You are an expert Threat Model Analyst . You perform security audits using STRIDE-A (STRIDE + Abuse) threat modeling, Zero Trust principles, and defense-in-depth analysis. You flag secrets, insecure boundaries, and architectural risks. Getting Started FIRST — Determine which mode to use based on the user's request: Incremental Mode (Preferred for Follow-Up Analyses) If the user's request mentions updating , refreshing , or re-running a threat model AND a prior report folder ...
|
1.4K |
| 8403 | peer-review | k-dense-ai/scientific-agent-skills |
Scientific Critical Evaluation and Peer Review Overview Peer review is a systematic process for evaluating scientific manuscripts. Assess methodology, statistics, design, reproducibility, ethics, and reporting standards. Apply this skill for manuscript and grant review across disciplines with constructive, rigorous evaluation. When to Use This Skill This skill should be used when: Conducting peer review of scientific manuscripts for journals Evaluating grant proposals and research applications A...
|
1.4K |
| 8404 | agents-get-started | aws/agent-toolkit-for-aws |
get-started Walk a developer from zero to a running agent on AWS. When to use Developer wants to build an agent on AWS and doesn't know where to start Developer wants to create a new AgentCore project Developer is choosing between frameworks (Strands, LangGraph, GoogleADK, OpenAI Agents) Developer just ran agentcore create and wants to know what to do next Do NOT use for: Environment/prerequisite issues (CLI not found, credentials broken) → use agents-debug Adding capabilities to an existing pro...
|
1.4K |
| 8405 | agents-harden | aws/agent-toolkit-for-aws |
harden Prepare your AgentCore agent for production — security, reliability, and performance. When to use You're about to take an agent to production You want a checklist of what to review before launch You want to restrict who can call your agent You want to scope down IAM permissions from the defaults You're hitting throttling or quota errors (loads references/limits.md ) You need to tune session lifecycle for your workload You're running long-running background work in your agent Input No argu...
|
1.4K |
| 8406 | backward-traceability | lingzhi227/agent-research-skills |
Backward Traceability Make every number in the final PDF hyperlink back to the exact code line that produced it. Input $0 — Paper project directory containing code and LaTeX files References Traceability patterns and LaTeX commands: ~/.claude/skills/backward-traceability/references/traceability-patterns.md Scripts Scan hypertarget/hyperlink references python ~/.claude/skills/backward-traceability/scripts/ref_numeric_values.py \ --scan paper/main.tex --output report.json Show more
|
1.4K |
| 8407 | spl-to-apl | axiomhq/skills |
Type safety: Fields like status are often stored as strings. Always cast before numeric comparison: toint(status) >= 500, not status >= 500. Critical Differences - Time is explicit in APL: SPL time pickers don't translate — add `where _time between (ago(1h) .. now())` - Structure: SPL `index=... | command` → APL `['dataset'] | operator` - Join is preview: limited to 50k rows, inner/innerunique/leftouter only - cidrmatch args reversed: SPL `cidrmatch(cidr, ip)` → APL `ipv4_is_in_range(ip, c...
|
1.4K |
| 8408 | migrate-to-parallel | parallel-web/parallel-agent-skills |
Migrate to Parallel Replace the provider boundary end to end. Treat a successful HTTP response as the midpoint, not completion: migrate request construction, response consumers, dependencies, configuration, tests, and operational behavior. Resolve <skill-root> to the directory containing this SKILL.md . Resolve every bundled reference and script from that directory, regardless of the current working directory. The scanner uses only the Python standard library. If Python 3.9 or newer is unavailab...
|
1.4K |
| 8409 | technology-selection | dotnet/skills |
No SKILL.md available for this skill. View on GitHub Installs 337 Repository dotnet/skills GitHub Stars 2.1K First Seen Mar 12, 2026
|
1.4K |
| 8410 | migrate-dotnet9-to-dotnet10 | dotnet/skills |
.NET 9 → .NET 10 Migration Migrate a .NET 9 project or solution to .NET 10, systematically resolving all breaking changes. The outcome is a project targeting net10.0 that builds cleanly, passes tests, and accounts for every behavioral, source-incompatible, and binary-incompatible change introduced in the .NET 10 release. When to Use Upgrading TargetFramework from net9.0 to net10.0 Resolving build errors or new warnings after updating the .NET 10 SDK Adapting to behavioral changes in .NET 10 runt...
|
1.4K |
| 8411 | build-perf-diagnostics | dotnet/skills |
Performance Analysis Methodology Generate a binlog : dotnet build /bl:{} -m Replay to diagnostic log with performance summary : dotnet msbuild build.binlog -noconlog -fl -flp:v = diag ; logfile = full.log ; performancesummary Read the performance summary (at the end of full.log ): grep "Target Performance Summary\|Task Performance Summary" -A 50 full.log Find expensive targets and tasks : The PerformanceSummary section lists all targets/tasks sorted by cumulative time Check for node utilization ...
|
1.4K |
| 8412 | dotnet-maui-doctor | dotnet/skills |
.NET MAUI Doctor Validate and fix .NET MAUI development environments. All version requirements are discovered dynamically from NuGet APIs — never hardcode versions. When to Use Setting up a new .NET MAUI development environment Build errors mentioning missing SDKs, workloads, JDK, or Android components Errors like "Android SDK not found", "Java version", or "Xcode not found" Verifying environment health after SDK or OS updates When Not to Use Non-MAUI .NET projects (use standard .NET SDK trouble...
|
1.4K |
| 8413 | video-to-sfx | sonilo-ai/skills |
Sonilo Video-to-SFX Hand Sonilo a video and it generates sound effects matching what it sees — footsteps, impacts, ambience, UI sounds, whatever the scene calls for — or pin specific sounds to specific moments with segments . Generation runs as an async task on the backend; the tools poll internally and hand back the saved file. Setup: See the setup-api-key skill. ⚠️ Cost: every tool below makes an API call that may incur charges. Only call it when explicitly requested. Transport: MCP or CLI Pic...
|
1.4K |
| 8414 | dump-collect | dotnet/skills |
.NET Crash Dump Collection This skill configures and collects crash dumps for modern .NET applications (CoreCLR and NativeAOT) on Linux, macOS, and Windows — including containers. Stop Signals 🚨 Read before starting any workflow. Stop after dumps are enabled or collected. Do not open, analyze, or triage dump files. If the user already has a dump file , this skill does not cover analysis. Let them know analysis is out of scope. Do not install analysis tools (dotnet-dump analyze, windbg). Only ins...
|
1.4K |
| 8415 | scope | jsmastery-pro/skills |
Output style (plain words, no dashes, no hyphens) Write everything this skill produces, files and messages alike, in plain simple language. Talk to the reader as you , warm and direct like a colleague, and present every step as a recommendation they may run or skip, never an order. Keep technical terms that carry real meaning; explain each in plain words. Never use a dash or a hyphen as punctuation: no em dash, no en dash, and no hyphenated compounds. Write read only , not read-only . Say it in ...
|
1.4K |
| 8416 | playwriter | brianlovin/agent-config |
Quick Start Get a session ID first playwriter session new => 1 Execute code with your session playwriter -s 1 -e "await page.goto('https://example.com')" playwriter -s 1 -e "console.log(await accessibilitySnapshot({ page }))" playwriter -s 1 -e "await page.screenshot({ path: 'shot.png', scale: 'css' })" If playwriter is not found, use npx playwriter@latest or bunx playwriter@latest. Full Documentation Always run playwriter skill to get the complete, up-to-date skill instructions. The sk...
|
1.4K |
| 8417 | principle-boundary-discipline | cursor/plugins |
Boundary Discipline Place validation, type narrowing, and error handling at system boundaries. Trust internal code unconditionally. Business logic lives in pure functions; the shell is thin and mechanical. Why: Scattered validation is noisy, redundant, and gives a false sense of safety. Validate data once at the boundary. Keep logic out of framework wiring so it can be tested without the framework. The pattern: At boundaries (CLI args, config files, external APIs, network protocols): validate, r...
|
1.4K |
| 8418 | text-to-sfx | sonilo-ai/skills |
Sonilo Text-to-SFX Generate a single sound effect from a text description — no video involved. The prompt IS the input, so describe the action and materials directly. Generation runs as an async task on the backend; the tool polls internally and hands back the saved file. Setup: See the setup-api-key skill. ⚠️ Cost: this tool makes an API call that may incur charges. Only call it when explicitly requested. Matching sound to footage instead? Use video-to-sfx — it reads the cut and can pin sounds ...
|
1.4K |
| 8419 | content-pattern-analyzer-sms | blacktwist/social-media-skills |
Content Pattern Analyzer When to Use User asks to find patterns in what content works and what does not User mentions "what's working," "content patterns," or "best topics" User says "best format," "best time to post," or "analyze my content" User wants to know what to do more of or do less of User asks "what should I change" about their content approach User shares post history and wants a pattern-based breakdown User mentions "content audit" or "what's my best-performing content type" Role You...
|
1.4K |
| 8420 | papercuts | every-app/open-seo |
No SKILL.md available for this skill. View on GitHub Installs 893 Repository every-app/open-seo GitHub Stars 10.8K First Seen Jul 10, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
1.4K |
| 8421 | migrate-dotnet10-to-dotnet11 | dotnet/skills |
.NET 10 → .NET 11 Migration Migrate a .NET 10 project or solution to .NET 11, systematically resolving all breaking changes. The outcome is a project targeting net11.0 that builds cleanly, passes tests, and accounts for every behavioral, source-incompatible, and binary-incompatible change introduced in .NET 11. Note: .NET 11 is currently in preview. This skill covers breaking changes documented through Preview 3. When to Use Upgrading TargetFramework from net10.0 to net11.0 Resolving build error...
|
1.4K |
| 8422 | build-parallelism | dotnet/skills |
MSBuild Parallelism Model /maxcpucount (or -m ): number of worker nodes (processes) Default: 1 node (sequential!). Always use -m for parallel builds Recommended: -m without a number = use all logical processors Each node builds one project at a time Projects are scheduled based on dependency graph Project Dependency Graph MSBuild builds projects in dependency order (topological sort) Critical path: longest chain of dependent projects determines minimum build time Bottleneck: if project A depends...
|
1.4K |
| 8423 | crap-score | dotnet/skills |
CRAP Score Analysis Calculate CRAP (Change Risk Anti-Patterns) scores for .NET methods to identify code that is both complex and undertested. Background The CRAP score combines cyclomatic complexity and code coverage into a single metric: $$\text{CRAP}(m) = \text{comp}(m)^2 \times (1 - \text{cov}(m))^3 + \text{comp}(m)$$ Where: $\text{comp}(m)$ = cyclomatic complexity of method $m$ $\text{cov}(m)$ = code coverage ratio (0.0 to 1.0) of method $m$ Show more Installs 929 Repository dotnet/skills Gi...
|
1.4K |
| 8424 | spacing-system | owl-listener/designer-skills |
Spacing System You are an expert in creating systematic spacing for consistent, harmonious interfaces. What You Do You create spacing systems that bring consistency and rhythm to layouts. Base Unit Choose a base unit (typically 4px or 8px) and build a scale: 2xs: 2px xs: 4px sm: 8px md: 16px lg: 24px xl: 32px 2xl: 48px 3xl: 64px Spacing Types Inset : Padding inside containers (equal or squish/stretch variants) Stack : Vertical space between stacked elements Inline : Horizontal space between inli...
|
1.4K |
| 8425 | laravel-inertia-react | asyrafhussin/agent-skills |
Laravel + Inertia.js + React Comprehensive patterns for building modern monolithic applications with Laravel, Inertia.js, and React. Contains 30+ rules for seamless full-stack development. When to Apply Reference these guidelines when: Creating Inertia page components Handling forms with useForm hook Managing shared data and authentication Implementing persistent layouts Navigating between pages Rule Categories by Priority Priority Category Impact Prefix 1 Page Components CRITICAL page- 2 Fo...
|
1.4K |
| 8426 | qwencloud-vision | qwencloud/qwencloud-ai |
Agent setup : If your agent doesn't auto-load skills (e.g. Claude Code), see agent-compatibility.md once per session. Qwen Vision (Image & Video Understanding) Analyze images and videos using Qwen VL and QVQ models. This skill is part of qwencloud/qwencloud-ai . Skill directory Use this skill's internal files to execute and learn. Load reference files on demand when the default path fails or you need details. Show more Installs 871 Repository qwencloud/qwencloud-ai GitHub Stars 36 First Seen Mar...
|
1.4K |
| 8427 | build-perf-baseline | dotnet/skills |
Build Performance Baseline & Optimization Overview Before optimizing a build, you need a baseline . Without measurements, optimization is guesswork. This skill covers how to establish baselines and apply systematic optimization techniques.
|
1.4K |
| 8428 | binlog-generation | dotnet/skills |
Generate Binary Logs Pass the /bl switch when running any MSBuild-based command. This is a non-negotiable requirement for all .NET builds. Commands That Require /bl You MUST add the /bl:{} flag to: dotnet build dotnet test dotnet pack dotnet publish dotnet restore msbuild or msbuild.exe Any other command that invokes MSBuild Preferred: Use {} for Automatic Unique Names Note: The {} placeholder requires MSBuild 17.8+ / .NET 8 SDK or later. Show more Installs 928 Repository dotnet/skills GitHub St...
|
1.4K |
| 8429 | migrate-nullable-references | dotnet/skills |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Nullable Reference Migration Enable C nullable reference types (NRTs) in an existing codebase and systematically resolve all warnings. The outcome is a project (or solution) with <Nullable>enable</Nullable> , zero nullable warnings, and accurately annotated public API surfaces — giving both the compiler and consumers reliable nullability inform...
|
1.4K |
| 8430 | eval-performance | dotnet/skills |
MSBuild Evaluation Phases For a comprehensive overview of MSBuild's evaluation and execution model, see Build process overview . Initial properties : environment variables, global properties, reserved properties Imports and property evaluation : process <Import> , evaluate <PropertyGroup> top-to-bottom Item definition evaluation : <ItemDefinitionGroup> metadata defaults Item evaluation : <ItemGroup> with Include , Remove , Update , glob expansion UsingTask evaluation : register custom tasks Key ...
|
1.4K |
| 8431 | sync | jsmastery-pro/skills |
Output style (plain words, no dashes, no hyphens) Write everything this skill produces, files and messages alike, in plain simple language. Talk to the reader as you , warm and direct like a colleague, and present every step as a recommendation they may run or skip, never an order. Keep technical terms that carry real meaning; explain each in plain words. Never use a dash or a hyphen as punctuation: no em dash, no en dash, and no hyphenated compounds. Write read only , not read-only . Say it in ...
|
1.4K |
| 8432 | roblox-datastores | gamedev-skills/awesome-gamedev-agent-skills |
Roblox DataStores Persist data across sessions in Roblox with DataStoreService : loading on join, saving on leave and shutdown, safe updates, retries, and ordered stores for leaderboards. Server-side only. When to use Use to save/load player progress (coins, inventory, levels), build persistent leaderboards, or fix data loss, overwrites, and throttling. Use when server code calls DataStoreService , GetDataStore , GetAsync , SetAsync , UpdateAsync , or GetOrderedDataStore . When not to use: gener...
|
1.4K |
| 8433 | wireframe-spec | owl-listener/designer-skills |
Wireframe Spec You are an expert in creating annotated wireframe specifications. What You Do You specify wireframe layouts defining content priority, component placement, behavior annotations, and responsive considerations. Wireframe Components Content Blocks Headers and navigation Hero/feature areas Content sections (text, media, cards) Forms and input areas Footers and secondary navigation Annotations Content priority numbers (what loads/appears first) Interaction notes (what happens on click/...
|
1.4K |
| 8434 | heuristic-evaluation | owl-listener/designer-skills |
Heuristic Evaluation You are an expert in conducting systematic heuristic evaluations of digital interfaces. What You Do You evaluate interfaces against established usability heuristics to identify problems before user testing. Nielsen's 10 Usability Heuristics Visibility of system status — Users know what is happening Match real world — System speaks users' language User control and freedom — Easy undo and exit Consistency and standards — Follow conventions Error prevention — Prevent problems b...
|
1.4K |
| 8435 | grill-me | brianlovin/agent-config |
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. If a question can be answered by exploring the codebase, explore the codebase instead.
|
1.4K |
| 8436 | principle-foundational-thinking | cursor/plugins |
Foundational Thinking Structural decisions protect option value. Code-level decisions protect simplicity. Over-engineering is often a premature decision that closes doors. The right foundational data structure keeps doors open. Data structures first. Get the data shape right before writing logic. The right shape makes downstream code obvious. Define core types early, trace every access pattern, and choose structures that match the dominant paths. A data-structure change late is a rewrite. Early,...
|
1.4K |
| 8437 | aws-security | aws/agent-toolkit-for-aws |
AWS Security STOP — Do not answer from general knowledge. Before responding to any security service question, match the user's request against the sub-skill registry below and follow its procedure. If the procedure says to load a reference file, you MUST read it before providing operational guidance. Never skip the routing step. AWS Security services provide threat detection (GuardDuty), vulnerability management (Inspector), unified security dashboard and exposure analysis (Security Hub), compli...
|
1.4K |
| 8438 | code-simplifier | rtk-ai/rtk |
Code Simplifier You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. Refinement Principles 1. Preserve Functionality Never change what the code does - only how it does it. All original features, outputs, ...
|
1.4K |
| 8439 | business-pulse | anthropics/knowledge-work-plugins |
Business Pulse One prompt, one page. Pull live data from every connected tool, synthesize it into a single scannable brief, and surface the single most important thing to act on today. Do the work — don't ask the user to help find the data. Step 1 — Pull data in parallel Dispatch all connector calls in a single parallel batch — see reference/data_sources.md for the exact tool-to-metric mapping. Do not pull serially; latency turns a 30-second skill into a painful wait. Connectors to attempt simul...
|
1.4K |
| 8440 | setup-ts-deep-modules | vinvcn/mattpocock-skills-zh-cn |
Setup TS Deep Modules Make every package in this repo a deep module : a lot of behaviour behind a small interface. A package's public surface is its entry points — the files at the package root — and everything in its subfolders is hidden. This skill installs dependency-cruiser and the rules that make the entry points the only way in, then proves the rules bite. For the vocabulary (deep module, interface, seam, depth), run the /codebase-design skill — use its language throughout. The shape this ...
|
1.4K |
| 8441 | microbenchmarking | dotnet/skills |
Benchmark Authoring Guidelines BenchmarkDotNet (BDN) is a .NET library for writing and running microbenchmarks. Throughout this skill, "BDN" refers to BenchmarkDotNet. Note: Evaluations of LLMs writing BenchmarkDotNet benchmarks have revealed common failure patterns caused by outdated assumptions about BDN's behavior — particularly around runtime comparison, job configuration, and execution defaults that have changed in recent versions. The reference files in this skill contain verified, current...
|
1.4K |
| 8442 | unreal-blueprints | gamedev-skills/awesome-gamedev-agent-skills |
Unreal Blueprints (Visual Scripting) Structure gameplay logic in Unreal Engine 5 Blueprints: pick the right graph, expose data cleanly, and choose a communication method that doesn't create hard-reference spaghetti. Targets UE 5.8 . (Blueprints are node graphs; the snippets below describe node flows.) When to use Use when authoring a Blueprint Class, wiring the Event Graph (BeginPlay/Tick/overlap), using the Construction Script, creating variables/functions/macros, or choosing how two Blueprints...
|
1.4K |
| 8443 | design-cleanup | gjkim42/kanon-repo |
Design cleanup — make the tree read as designed-this-way Why this skill exists When a design decision changes mid-work — a different approach, a renamed concept, a replaced mechanism — the branch tends to keep fossils of the abandoned design: dead branches, shims that only served the old path, names shaped by the old concept, comments narrating the change, tests pinning behavior that no longer matters. The diff may show the journey; the final tree must not. This skill hunts those fossils down an...
|
1.4K |
| 8444 | unreal-cpp-gameplay | gamedev-skills/awesome-gamedev-agent-skills |
Unreal C++ Gameplay Write correct UE5 gameplay C++: the reflection macros that connect C++ to the editor and Blueprints, the Gameplay Framework class roles, and module dependencies. Targets UE 5.8 . When to use Use when creating C++ gameplay classes ( AActor , APawn , ACharacter , AGameModeBase , UActorComponent ), exposing properties/functions with UPROPERTY / UFUNCTION , setting up a GameMode's default classes, or adding a module dependency in *.Build.cs . Use when the project has a Source/ tr...
|
1.4K |
| 8445 | principle-encode-lessons-in-structure | cursor/plugins |
Encode Lessons in Structure Encode recurring fixes in mechanisms (tools, code, metadata, automation) instead of textual instructions. Every error, human correction, and unexpected outcome is a learning signal. Capture it, route it, and close the loop. Why: Textual instructions are easy to miss. They require the reader to notice, remember, and comply. Structural mechanisms (lint rules, metadata flags, runtime checks, automation scripts) enforce the rule without cooperation. Pattern: When you catc...
|
1.4K |
| 8446 | show-me-your-work | cursor/plugins |
Show me your work For work a human reviews after the fact, a decision trail lets them reconstruct what was decided, why, and on what evidence, without rerunning the work or reading the whole transcript. Keep one canonical log so the trail is consistent and a future agent can find it. The format A single TSV file, one row per decision. TSV because GitHub renders it as a sortable table, column -s$'\t' -t and spreadsheets read it, and a row appends with one command. Cells stay single-line. Evidence...
|
1.4K |
| 8447 | bailian-web-search | modelstudioai/cli |
Bailian web search routing ( bailian-web-search ) CRITICAL — Before executing, MUST read the shared protocol in ../bailian-protocol/SKILL.md : Provider selection and consent, Version & updates (pre-flight checklist), Setup & auth, and CLI errors: report an issue. If that protocol file is missing, stop and run bl skill init ; do not guess auth/consent. Scope: model-aware routing for web search inside Agent-driven bl workflows — this skill owns the routing decision only. Command flags / usage / ex...
|
1.4K |
| 8448 | close-month | anthropics/knowledge-work-plugins |
Run the month-end close workflow. Reconcile, flag gaps, narrate the P&L, and export the close packet for the owner's records (and their accountant). Parse arguments: --month (default: previous calendar month) — YYYY-MM format --save-to (default files ) — files (Google Drive / OneDrive), desktop (local), or both Step 1 — Reconcile Trigger the month-end-prep skill workflow: Pull all QuickBooks transactions for the target month. Pull settlements from each connected payment processor (PayPal, Stripe...
|
1.4K |
| 8449 | scikit-learn | k-dense-ai/scientific-agent-skills |
Scikit-learn Overview This skill provides comprehensive guidance for machine learning tasks using scikit-learn, the industry-standard Python library for classical machine learning. Use this skill for classification, regression, clustering, dimensionality reduction, preprocessing, model evaluation, and building production-ready ML pipelines. Installation Tested against scikit-learn 1.8.0 (stable; December 2025). Requires Python 3.11–3.14 (free-threaded CPython 3.14 wheels available in 1.8+). Inst...
|
1.4K |
| 8450 | responsive-design | owl-listener/designer-skills |
Responsive Design Master modern responsive design techniques to create interfaces that adapt seamlessly across all screen sizes and device contexts. When to Use This Skill Implementing mobile-first responsive layouts Using container queries for component-based responsiveness Creating fluid typography and spacing scales Building complex layouts with CSS Grid and Flexbox Designing breakpoint strategies for design systems Implementing responsive images and media Creating adaptive navigation pattern...
|
1.4K |