███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4951 | tdd:write-tests | neolabhq/context-engineering-kit |
Cover Local Changes with Tests User Arguments User can provide a what tests or modules to focus on: $ARGUMENTS If nothing is provided, focus on all changes in current git diff that not commited. If everything is commited, then will cover latest commit. Context After implementing new features or refactoring existing code, it's critical to ensure all business logic changes are covered by tests. This command orchestrates automated test creation for local changes using coverage analysis and speciali...
|
463 |
| 4952 | sadd:subagent-driven-development | neolabhq/context-engineering-kit |
Subagent-Driven Development Create and execute plan by dispatching fresh subagent per task or issue, with code and output review after each or batch of tasks. Core principle: Fresh subagent per task + review between or after tasks = high quality, fast iteration. Executing Plans through agents: Same session (no context switch) Fresh subagent per task (no context pollution) Code review after each or batch of task (catch issues early) Faster iteration (no human-in-loop between tasks) Supported type...
|
463 |
| 4953 | gtm-strategy | kostja94/marketing-skills |
GTM Strategy Overview Create a comprehensive go-to-market strategy for a product launch. This skill covers marketing channels, messaging development, success metrics definition, and launch planning. When to Use Planning a product launch Creating a GTM plan from scratch Defining a launch strategy for a new market Developing product-to-market fit strategy Preparing a product go-live roadmap How It Works Step 1: Gather Research Data The system will help you load and analyze early research about you...
|
463 |
| 4954 | internal-links | kostja94/marketing-skills |
SEO On-Page: Internal Links Guides internal linking strategy for SEO: crawlability, link equity distribution, and user navigation. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (On-Page SEO) Internal links : Contextual links; descriptive anchor text; related posts; hub pages Breadcrumbs : Implement for large sites ...
|
463 |
| 4955 | mapkit-location | dpearson2699/swift-ios-skills |
MapKit and CoreLocation Build map-based and location-aware features targeting iOS 17+ with SwiftUI MapKit and modern CoreLocation async APIs. Use Map with MapContentBuilder for views, CLLocationUpdate.liveUpdates() for streaming location, and CLMonitor for geofencing. See references/mapkit-patterns.md for extended MapKit patterns and references/corelocation-patterns.md for CoreLocation patterns. Contents Workflow SwiftUI Map View (iOS 17+) CoreLocation Modern API Geocoding Search Directions Plac...
|
462 |
| 4956 | asc-subscription-localization | rudrankriyam/asc-skills |
asc subscription localization Use this skill to bulk-create or bulk-update display names (and descriptions) for subscriptions, subscription groups, and in-app purchases across all App Store Connect locales. This eliminates the tedious manual process of clicking through each language in App Store Connect to set the same display name. Preconditions Auth configured ( asc auth login or ASC_* env vars). Know your app ID ( ASC_APP_ID or --app ). Subscription groups and subscriptions already exist. Sup...
|
462 |
| 4957 | neon-postgres | sickn33/antigravity-awesome-skills |
Neon Serverless Postgres Neon is a serverless Postgres platform that separates compute and storage to offer autoscaling, branching, instant restore, and scale-to-zero. It's fully compatible with Postgres and works with any language, framework, or ORM that supports Postgres. Neon Documentation The Neon documentation is the source of truth for all Neon-related information. Always verify claims against the official docs before responding. Neon features and APIs evolve, so prefer fetching current do...
|
462 |
| 4958 | deployment-procedures | sickn33/antigravity-awesome-skills |
Deployment Procedures Deployment principles and decision-making for safe production releases. Learn to THINK, not memorize scripts. ⚠️ How to Use This Skill This skill teaches deployment principles, not bash scripts to copy. Every deployment is unique Understand the WHY behind each step Adapt procedures to your platform 1. Platform Selection Decision Tree What are you deploying? │ ├── Static site / JAMstack │ └── Vercel, Netlify, Cloudflare Pages │ ├── Simple web app │ ├── Managed → Rail...
|
462 |
| 4959 | customaize-agent:thought-based-reasoning | neolabhq/context-engineering-kit |
Thought-Based Reasoning Techniques for LLMs Overview Chain-of-Thought (CoT) prompting and its variants encourage LLMs to generate intermediate reasoning steps before arriving at a final answer, significantly improving performance on complex reasoning tasks. These techniques transform how models approach problems by making implicit reasoning explicit. Quick Reference Technique When to Use Complexity Accuracy Gain Zero-shot CoT Quick reasoning, no examples available Low +20-60% Few-shot CoT Have g...
|
462 |
| 4960 | kaizen:root-cause-tracing | neolabhq/context-engineering-kit |
Root Cause Tracing Overview Bugs often manifest deep in the call stack (git init in wrong directory, file created in wrong location, database opened with wrong path). Your instinct is to fix where the error appears, but that's treating a symptom. Core principle: Trace backward through the call chain until you find the original trigger, then fix at the source. When to Use digraph when_to_use { "Bug appears deep in stack?" [ shape = diamond ] ; "Can trace backwards?" [ shape = diamond ] ; "Fix at ...
|
462 |
| 4961 | dynamics-crm | membranedev/application-skills |
Microsoft Dynamics 365 Microsoft Dynamics 365 is a suite of CRM and ERP applications used by businesses to manage customer relationships, sales, marketing, and operations. It helps sales, marketing, and service teams to streamline their processes and improve customer engagement. Think of it as a competitor to Salesforce. Official docs: https://learn.microsoft.com/en-us/dynamics365/ Microsoft Dynamics 365 Overview Account Contact Lead Opportunity Use action names and parameters as needed. Working...
|
461 |
| 4962 | api-design-principles | sickn33/antigravity-awesome-skills |
API Design Principles Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers and stand the test of time. When to Use This Skill Designing new REST or GraphQL APIs Refactoring existing APIs for better usability Establishing API design standards for your team Reviewing API specifications before implementation Migrating between API paradigms (REST to GraphQL, etc.) Creating developer-friendly API documentation Optimizing APIs for ...
|
461 |
| 4963 | nanobanana-ppt-skills | sickn33/antigravity-awesome-skills |
Nanobanana Ppt Skills Overview AI-powered PPT generation with document analysis and styled images When to Use This Skill Use this skill when you need to work with ai-powered ppt generation with document analysis and styled images. Instructions This skill provides guidance and patterns for ai-powered ppt generation with document analysis and styled images. For more information, see the source repository .
|
461 |
| 4964 | address-github-comments | sickn33/antigravity-awesome-skills |
Address GitHub Comments Overview Efficiently address PR review comments or issue feedback using the GitHub CLI (gh). This skill ensures all feedback is addressed systematically. Prerequisites Ensure gh is authenticated. gh auth status If not logged in, run gh auth login. Workflow 1. Inspect Comments Fetch the comments for the current branch's PR. gh pr view --comments Or use a custom script if available to list threads. 2. Categorize and Plan List the comments and review threads. Pro...
|
461 |
| 4965 | eslint-prettier-config | patricio0312rev/skills |
ESLint & Prettier Configuration Setup consistent code quality and formatting with ESLint and Prettier. Core Workflow Install dependencies: ESLint, Prettier, plugins Configure ESLint: Rules and extends Configure Prettier: Formatting options Integrate tools: ESLint + Prettier Setup scripts: Lint and format commands Add hooks: Pre-commit validation ESLint Flat Config (v9+) // eslint.config.mjs import js from '@eslint/js'; import typescript from '@typescript-eslint/eslint-plugin'; import tsParser ...
|
461 |
| 4966 | github-search | parcadei/continuous-claude-v3 |
GitHub Search Skill When to Use Search code across repositories Find issues or PRs Look up repository information Instructions uv run python -m runtime.harness scripts/mcp/github_search.py \ --type "code" \ --query "your search query" Parameters --type: Search type - code, repos, issues, prs --query: Search query (supports GitHub search syntax) --owner: (optional) Filter by repo owner --repo: (optional) Filter by repo name Examples Search code uv run python -m runtime.harness scripts/m...
|
461 |
| 4967 | category-page-generator | kostja94/marketing-skills |
Pages: Category Pages Guides e-commerce category page structure, content, and SEO optimization. Category pages organize products by attributes and drive 3x more organic revenue than product pages by ranking for broad, high-volume keywords. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product...
|
461 |
| 4968 | skill-creator | api/git |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
461 |
| 4969 | app-icon | code-with-beto/skills |
App Icon Generation Workflow Overview Generate professional app icons using AI and configure them for both iOS (with iOS 26 Liquid Glass support) and Android platforms in Expo apps. Step 0: Verify SnapAI Setup (CRITICAL - DO THIS FIRST) Before attempting to generate icons, check if SnapAI is configured: Check if SnapAI is configured: npx snapai config --show If the config check fails or shows no API key: SnapAI requires an OpenAI API key to generate icons Each icon costs approximately $0....
|
460 |
| 4970 | prompt-caching | sickn33/antigravity-awesome-skills |
Prompt Caching You're a caching specialist who has reduced LLM costs by 90% through strategic caching. You've implemented systems that cache at multiple levels: prompt prefixes, full responses, and semantic similarity matches. You understand that LLM caching is different from traditional caching—prompts have prefixes that can be cached, responses vary with temperature, and semantic similarity often matters more than exact match. Your core principles: Cache at the right level—prefix, response...
|
460 |
| 4971 | zapier-make-patterns | sickn33/antigravity-awesome-skills |
Zapier & Make Patterns You are a no-code automation architect who has built thousands of Zaps and Scenarios for businesses of all sizes. You've seen automations that save companies 40% of their time, and you've debugged disasters where bad data flowed through 12 connected apps. Your core insight: No-code is powerful but not unlimited. You know exactly when a workflow belongs in Zapier (simple, fast, maximum integrations), when it belongs in Make (complex branching, data transformation, budget)...
|
460 |
| 4972 | apollo-kotlin | apollographql/skills |
Apollo Kotlin Guide Apollo Kotlin is a strongly typed GraphQL client that generates Kotlin models from your GraphQL operations and schema, that can be used in Android, JVM, and Kotlin Multiplatform projects. Process Follow this process when adding or working with Apollo Kotlin: Confirm target platforms (Android, JVM, KMP), GraphQL endpoint(s), and how schemas are sourced. Configure Gradle and code generation, including custom scalars Create a shared ApolloClient with auth, logging, and caching. ...
|
460 |
| 4973 | xcodebuildmcp | cameroncooke/xcodebuildmcp |
XcodeBuildMCP Prefer XcodeBuildMCP tools over shell commands for Apple platform tasks when available. If a capability is missing, assume your tool list may be hiding tools (search/progressive disclosure) or not loading schemas yet. Use your tool-search or “load tools” mechanism. If you still can’t find the tools, ask the user to enable them in the MCP client configuration. Tools (exact names + official descriptions) Session defaults Most tools require session defaults to be set before they c...
|
460 |
| 4974 | favicon-generator | kostja94/marketing-skills |
Components: Favicon Guides favicon and app icon implementation for brand consistency across browser tabs, bookmarks, mobile home screens, and Google Search results . Favicons help users identify sites; missing or incorrect icons hurt trust. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for produc...
|
460 |
| 4975 | indexnow | kostja94/marketing-skills |
SEO Technical: IndexNow Guides IndexNow protocol integration for faster search engine indexing (primarily Bing). When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (Technical SEO) IndexNow : Submit URLs to Bing/Yandex for faster indexing URL notification : Notify search engines of new or updated URLs Initial Assessment ...
|
460 |
| 4976 | selenium-automation | mindrally/skills |
Selenium Browser Automation You are an expert in Selenium WebDriver, browser automation, web testing, and building reliable automated test suites for web applications. Core Expertise Selenium WebDriver architecture and browser drivers Element location strategies (ID, CSS, XPath, link text) Explicit and implicit waits for dynamic content Page Object Model (POM) design pattern Cross-browser testing with Chrome, Firefox, Safari, Edge Headless browser execution Integration with pytest, unittest, a...
|
460 |
| 4977 | grepai-search-advanced | yoanbernabeu/grepai-skills |
This skill covers advanced search options including JSON output, compact mode, and integration with AI agents. When to Use This Skill - Integrating GrepAI with scripts or tools - Using GrepAI with AI agents (Claude, GPT) - Processing search results programmatically - Reducing token usage in AI contexts Command-Line Options | `--limit N` | Number of results (default: 10) | `--json` | JSON output format | `--compact` | Compact JSON (80% token reduction) JSON Output Standard JS...
|
459 |
| 4978 | hubspot-integration | sickn33/antigravity-awesome-skills |
HubSpot Integration Patterns OAuth 2.0 Authentication Secure authentication for public apps Private App Token Authentication for single-account integrations CRM Object CRUD Operations Create, read, update, delete CRM records Anti-Patterns ❌ Using Deprecated API Keys ❌ Individual Requests Instead of Batch ❌ Polling Instead of Webhooks ⚠️ Sharp Edges Issue Severity Solution Issue high See docs Issue high See docs Issue critical See docs Issue high See docs Issue critical See docs Issue mediu...
|
459 |
| 4979 | readme | boshu2/agentops |
/readme — Gold-Standard README Generation Purpose: Generate a README that converts skimmers into users and satisfies deep readers — then validate it with a council. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Quick Start /readme Interview + generate + validate (new README) /readme --rewrite Rewrite existing README with same patterns /readme --validate Council-validate an existing README without rewriting The Patterns These are non-negotiable. Every README this skill produces foll...
|
459 |
| 4980 | feishu-cli-doc-guide | riba2534/feishu-cli |
飞书文档创建规范指南 1. 概述 本技能是 其他飞书文档技能的参考规范 ,不可直接调用。整合了以下来源的验证经验: feishu-cli 项目代码实现( converter/ 、 client/board.go 、 cmd/import_markdown.go ) feishu-cli-write 、 feishu-cli-import 、 feishu-cli-plantuml 技能的实测数据 大规模导入测试:10,000+ 行 / 127 个图表 / 170+ 个表格的验证结果 适用场景 :生成将要导入飞书的 Markdown 文档时,参考本规范确保兼容性。 2. Markdown 语法全量参考 支持的语法与 Block 类型映射 Markdown 语法 Block Type 飞书块名称 说明 标题 ~ 标题 3-8 Heading1-6 最多 6 级(7-9 级导出降级为粗体段落) 普通段落 2 Text 纯文本 - 无序列表 12 Bullet 支持无限深度嵌套 1. 有序列表 13 Ordered 支持无限深度嵌套 - [x] / - [ ] 17 Todo 任务列表 `...
|
459 |
| 4981 | shipping-page-generator | kostja94/marketing-skills |
Pages: Shipping / Delivery Guides shipping and delivery information page content for e-commerce. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Identify: Regions : Domestic, international Carriers : Options, costs Timelines : Standard, express, cutoff times Best Practices Essential Elements Element Purp...
|
459 |
| 4982 | twitter-cards | kostja94/marketing-skills |
SEO On-Page: Twitter Cards Guides implementation of Twitter Card meta tags for X (Twitter) link previews. Twitter falls back to Open Graph if Twitter-specific tags are missing; add both for best results. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (Social Sharing) Twitter Cards : X-specific meta tags; control how...
|
459 |
| 4983 | parasite-seo | kostja94/marketing-skills |
SEO: Parasite SEO Guides parasite SEO (also "barnacle SEO")—publishing optimized content on high-authority third-party platforms (Medium, Reddit, LinkedIn, Grokipedia, etc.) to leverage their domain strength for rankings and backlinks, bypassing the need to build your own site's authority from scratch. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go d...
|
459 |
| 4984 | go-testing | cxuu/golang-skills |
Go Testing Guidelines for writing clear, maintainable Go tests following Google's style. Useful Test Failures Normative: Test failures must be diagnosable without reading the test source. Every failure message should include: What caused the failure The function inputs The actual result (got) The expected result (want) Failure Message Format Use the standard format: YourFunc(%v) = %v, want %v // Good: if got := Add(2, 3); got != 5 { t.Errorf("Add(2, 3) = %d, want %d", got, 5) } // Ba...
|
459 |
| 4985 | firebase-app-hosting-basics | firebase/skills |
App Hosting Basics Description This skill enables the agent to deploy and manage modern, full-stack web applications (Next.js, Angular, etc.) using Firebase App Hosting. Important : In order to use App Hosting, your Firebase project must be on the Blaze pricing plan. Direct the user to https://console.firebase.google.com/project/_/overview?purchaseBillingPlan=metered to upgrade their plan. Hosting vs App Hosting Choose Firebase Hosting if: You are deploying a static site (HTML/CSS/JS). You are d...
|
458 |
| 4986 | v4-security-foundations | uniswap/uniswap-ai |
v4 Hook Security Foundations Security-first guide for building Uniswap v4 hooks. Hook vulnerabilities can drain user funds—understand these concepts before writing any hook code. Threat Model Before writing code, understand the v4 security context: Threat Area Description Mitigation Caller Verification Only PoolManager should invoke hook functions Verify msg.sender == address(poolManager) Sender Identity msg.sender always equals PoolManager, never the end user Use sender parameter for user ident...
|
458 |
| 4987 | paid-ads | sickn33/antigravity-awesome-skills |
Paid Ads You are an expert performance marketer with direct access to ad platform accounts. Your goal is to help create, optimize, and scale paid advertising campaigns that drive efficient customer acquisition. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task....
|
458 |
| 4988 | openapi-specification-v3.2 | hairyf/skills |
Agent-oriented reference for the OpenAPI Specification 3.2.0. Use when editing, generating, or validating OpenAPI descriptions (OAD). When to Use - Authoring or updating OpenAPI 3.2 YAML/JSON documents - Resolving `$ref`, `$self`, and relative URIs in multi-document OADs - Describing paths, operations, parameters (query/path/header/cookie/querystring), request body, and responses - Using Schema Objects (JSON Schema Draft 2020-12 dialect), components, and references - Configuring security ...
|
458 |
| 4989 | reflexion:memorize | neolabhq/context-engineering-kit |
Memory Consolidation: Curate and Update CLAUDE.md Output must add precise, actionable bullets that future tasks can immediately apply. Memory Consolidation Workflow Phase 1: Context Harvesting First, gather insights from recent reflection and work: Identify Learning Sources : Recent conversation history and decisions Reflection outputs from /reflexion:reflect Critique findings from /reflexion:critique Problem-solving patterns that emerged Failed approaches and why they didn't work If scope is un...
|
458 |
| 4990 | project-docs | jezweb/claude-skills |
Project Documentation Generator Generate structured project documentation by analysing the codebase. Produces docs that reflect the actual code , not aspirational architecture. When to Use New project needs initial documentation Docs are missing or stale Onboarding someone to the codebase Post-refactor doc refresh Workflow 1. Detect Project Type Scan the project root to determine what kind of project this is: Indicator Project Type wrangler.jsonc / wrangler.toml Cloudflare Worker vite.config.ts ...
|
458 |
| 4991 | contact-page-generator | kostja94/marketing-skills |
Pages: Contact Guides contact page design and form optimization for conversions. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for brand voice. Identify: Contact ty...
|
458 |
| 4992 | integrated-marketing | kostja94/marketing-skills |
Strategies: Integrated Marketing (IMC) Guides Integrated Marketing Communications (IMC) strategy. IMC coordinates all marketing channels to deliver a consistent message and unified customer experience. Companies using integrated approaches achieve ~25% higher marketing ROI; optimized channel mixes outperform by ~27% in acquisition efficiency. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequen...
|
458 |
| 4993 | reddit-ads | kostja94/marketing-skills |
Paid Ads: Reddit Ads Guides Reddit Ads setup, subreddit targeting, and creative best practices. Reddit excels at niche communities and discussion-driven audiences; use when your audience is active in specific subreddits and values authentic, value-first messaging. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Why Reddit ...
|
458 |
| 4994 | go-linting | cxuu/golang-skills |
Go Linting Source: Uber Go Style Guide Core Principle More important than any "blessed" set of linters: lint consistently across a codebase. Consistent linting helps catch common issues and establishes a high bar for code quality without being unnecessarily prescriptive. Minimum Recommended Linters Source: Uber Go Style Guide These linters catch the most common issues while maintaining a high quality bar: Linter Purpose errcheck Ensure errors are handled goimports Format code and manage ...
|
458 |
| 4995 | photos-camera-media | dpearson2699/swift-ios-skills |
Photos, Camera & Media Modern patterns for photo picking, camera capture, image loading, and media permissions targeting iOS 26+ with Swift 6.2. Patterns are backward-compatible to iOS 16 unless noted. See references/photospicker-patterns.md for complete picker recipes and references/camera-capture.md for AVCaptureSession patterns. Contents PhotosPicker (SwiftUI, iOS 16+) Privacy and Permissions Camera Capture Basics Image Loading and Display Common Mistakes Review Checklist References PhotosPic...
|
457 |
| 4996 | clawdstrike | cantinaxyz/clawdstrike |
Clawstrike Security Audit Goal Audit an OpenClaw deployment for misconfigurations and real-world attack paths. Produce a deterministic OK/VULNERABLE report with severity, evidence, and fixes. Non-negotiable safety rules Verified mode is required. Execute scripts/collect_verified.sh immediately (no consent prompt). Verified mode uses only the strict allowlist; do not run any command outside it. Never run remote content (no curl|bash, wget, Invoke-WebRequest, installers, package managers, update s...
|
457 |
| 4997 | pubmed-database | davila7/claude-code-templates |
PubMed Database Overview PubMed is the U.S. National Library of Medicine's comprehensive database providing free access to MEDLINE and life sciences literature. Construct advanced queries with Boolean operators, MeSH terms, and field tags, access data programmatically via E-utilities API for systematic reviews and literature analysis. When to Use This Skill This skill should be used when: Searching for biomedical or life sciences research articles Constructing complex search queries with Boo...
|
457 |
| 4998 | preline-theme-generator | htmlstreamofficial/preline |
Preline Theme Generator This file is for the AGENT (LLM) only — not end users. Generate a Preline Theme CSS file that produces a beautiful, consistent UI across all Preline components. Docs docs/step-1.md to docs/step-7.md (detailed workflow guidance) docs/palette-guidance.md (mood, hue, neutral mapping, OKLCH rules) docs/validation-checklist.md docs/token-reference.md docs/examples.md Agent workflow (FOLLOW THIS) When user requests a theme, the agent MUST: Step 1: Interpret user request P...
|
457 |
| 4999 | kotlin-multiplatform | vitorpamplona/amethyst |
Kotlin Multiplatform: Platform Abstraction Decisions Expert guidance for KMP architecture in Amethyst - deciding what to share vs keep platform-specific. When to Use This Skill Making platform abstraction decisions: "Should I create expect/actual or keep Android-only?" "Can I share this ViewModel logic?" "Where does this crypto/JSON/network implementation belong?" "This uses Android Context - can it be abstracted?" "Is this code in the wrong module?" Preparing for iOS/web/wasm targets Detect...
|
457 |
| 5000 | footer-generator | kostja94/marketing-skills |
Components: Footer Guides footer design for SEO, UX, and conversion. Footers provide secondary navigation, support crawlability, and engage users below the fold (66% of engagement happens there). When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product...
|
457 |