███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 25151 | video-explorer | cygnusfear/agent-skills |
Video Explorer Analyze video content through hierarchical frame extraction. Start wide, identify interesting regions, zoom in. Workflow 1. Overview First Extract quick thumbnails to see the video timeline: ./skills/video-explorer/scripts/videx overview < video > This creates small frames (320px) at 10-second intervals in ./videx-out/<name>/overview/ . Read all overview frames to understand video structure: ls ./videx-out/ < name > /overview/ Then use the Read tool on the jpg files to see them. ⚠...
|
34 |
| 25152 | review | yeachan-heo/oh-my-codex |
Review Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process ...
|
34 |
| 25153 | syncable-entity-testing | twentyhq/twenty |
Syncable Entity: Integration Testing (Step 6/6 - MANDATORY) Purpose : Create comprehensive test suite covering all validation scenarios, input transpilation exceptions, and successful use cases. When to use : After completing Steps 1-5. Integration tests are REQUIRED for all syncable entities. Quick Start Tests must cover: Failing scenarios - All validator exceptions and input transpilation errors Successful scenarios - All CRUD operations and edge cases Test utilities - Reusable query factories...
|
34 |
| 25154 | plans-kanban | duc01226/easyplatform |
[IMPORTANT] Use TaskCreate to break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI MUST ask user whether to skip. Quick Summary Goal: Visual dashboard server for viewing plan directories with progress tracking and timeline visualization. Workflow: Start Server — Point at a plans directory with CLI options Browse Dashboard — View plan cards with progress bars, phase status, activity heatmap Inspect P...
|
34 |
| 25155 | web-scraper | sickn33/antigravity-awesome-skills |
Web Scraper Extract structured data from websites using BeautifulSoup and requests - turn any webpage into usable data. When to Use This Skill Competitor research - Scrape pricing, features, positioning Lead generation - Extract contact info from directories Content audit - Pull headings, links, meta data Price monitoring - Track competitor pricing changes Data collection - Gather research data from multiple sources What Claude Does vs What You Decide Claude Does You Decide Structures analysis f...
|
34 |
| 25156 | openspec-apply | partme-ai/openspec-skills |
OpenSpec Apply Skill Use /opsx:apply to implement tasks from a change. The agent reads tasks.md , works through tasks one by one, writes code, creates files, runs tests as needed, and checks off completed items with [x] . When to Use All planning artifacts are complete and the user wants to implement. The user says "implement", "apply", "start coding", "execute tasks". Resuming implementation after an interruption. Prerequisites Planning artifacts complete — at minimum tasks.md exists (created v...
|
34 |
| 25157 | http-client-config | jeremylongshore/claude-code-plugins-plus-skills |
Http Client Config Purpose This skill provides automated assistance for http client config tasks within the API Integration domain. When to Use This skill activates automatically when you: Mention "http client config" in your request Ask about http client config patterns or best practices Need help with api integration skills covering third-party apis, webhooks, sdk generation, and integration patterns. Capabilities Provides step-by-step guidance for http client config Follows industry best prac...
|
34 |
| 25158 | nginx-c-module-perf | pproenca/dot-skills |
nginx.org C Module Performance & Reliability Best Practices Comprehensive performance optimization and reliability guide for nginx C modules, derived from the official nginx development documentation and production engineering experience. Contains 43 rules across 8 categories, prioritized by impact to guide automated optimization and resilience improvements. Companion skill : This skill complements nginx-c-modules which covers correctness (memory safety, request lifecycle, configuration). This s...
|
34 |
| 25159 | powerplatform | robdtaylor/personal-ai-infrastructure |
PowerPlatform - Flow Generation Skill Generate Power Automate flows from natural language descriptions using connector schemas exported from your work environment. Examples Example: Simple notification flow User: "Create a flow that sends me a Teams message when I get an email with 'urgent' in the subject" -> Reads Office365/Teams connector schemas -> Generates flow JSON with email trigger + Teams action -> Outputs solution ZIP to work repo Example: Approval workflow User: "Make a flow fo...
|
34 |
| 25160 | llm-training | eyadsibai/ltk |
LLM Training Frameworks and techniques for training and finetuning large language models. Framework Comparison Framework Best For Multi-GPU Memory Efficient Accelerate Simple distributed Yes Basic DeepSpeed Large models, ZeRO Yes Excellent PyTorch Lightning Clean training loops Yes Good Ray Train Scalable, multi-node Yes Good TRL RLHF, reward modeling Yes Good Unsloth Fast LoRA finetuning Limited Excellent Accelerate (HuggingFace) Minimal wrapper for distributed training. Run accelerate config f...
|
34 |
| 25161 | bug-hunter | sickn33/antigravity-awesome-skills |
Bug Hunt - Adversarial Bug Finding Run a sequential-first adversarial bug hunt on your codebase. Use parallelism only for read-only triage and independent verification tasks. Table of Contents Usage Target Context Budget Execution Steps Step 7: Present the Final Report Self-Test Mode Error handling Phase 1 — Find & Verify: Recon (map) --> Hunter (deep scan) --> Skeptic (challenge) --> Referee (final verdict) ^ (optional read-only dual-lens triage can run here) | state + chunk che...
|
34 |
| 25162 | laravel-dtos | leeovery/claude-laravel |
Laravel DTOs Never pass multiple primitive values. Always wrap data in Data objects. Related guides: dto-transformers.md - Transform external data into DTOs test-factories.md - Create hydrated DTOs for tests Philosophy DTOs provide: Type safety and IDE autocomplete Clear contracts between layers Test factories for easy test data generation Validation integration Transformation from requests to domain objects Spatie Laravel Data Package Uses Spatie Laravel Data . Refer to official docs for packag...
|
34 |
| 25163 | social-media | aitytech/agentkits-marketing |
Social Media Content Skill This skill provides guidelines for creating engaging social media content that drives engagement and shares. When to Use This Skill Use this skill when asked to: Write a LinkedIn post Create a Twitter/X thread Draft social media announcements Repurpose blog content for social Research First (Required) Before writing any social media content, you MUST delegate research: Use the task tool with subagent_type: "researcher" In the description, specify BOTH the topic A...
|
34 |
| 25164 | skills | inference-sh/skills |
inference.sh Run 150+ AI apps in the cloud with a simple CLI. No GPU required. Install CLI curl -fsSL https://cli.inference.sh | sh infsh login Quick Examples Generate an image infsh app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut"}' Generate a video infsh app run google/veo-3-1-fast --input '{"prompt": "drone over mountains"}' Call Claude infsh app run openrouter/claude-sonnet-45 --input '{"prompt": "Explain quantum computing"}' Web search infsh app run tavily/search-assist...
|
34 |
| 25165 | vvvv-spreads | tebjan/vvvv-skills |
vvvv Spreads What Are Spreads Spread<T> is vvvv's immutable collection type, conceptually similar to ImmutableArray<T> . It is the primary way to pass collections between nodes. Key properties: Immutable — never modify in place, always create new spreads Value semantics — two spreads with same elements are considered equal Cyclic indexing — in visual patches, indexing wraps around (not in C API) Never null — use Spread<T>.Empty instead of null Creating Spreads SpreadBuilder (Primary Method) var ...
|
34 |
| 25166 | configuring-tauri-csp | dchuk/claude-code-tauri-skills |
Tauri Content Security Policy (CSP) Configuration This skill covers Content Security Policy configuration for Tauri v2 desktop applications. Why CSP Matters in Tauri CSP is a security mechanism that mitigates common web vulnerabilities in Tauri applications: XSS Prevention : Restricts which scripts can execute, blocking injected malicious code Resource Control : Limits where the WebView can load assets from (scripts, styles, images, fonts) Trust Boundaries : Strengthens the isolation between fro...
|
34 |
| 25167 | doc-project | molechowski/claude-skills |
Project Documentation Sync Update all project documentation files in one pass by delegating to specialized skills. Workflow 1. Analyze codebase → 2. CLAUDE.md + AGENTS.md → 3. README.md → 4. SKILLS.md → 5. CHANGELOG.md → 6. Summary 1. Analyze Codebase Before updating any docs, gather project state: Project type signals ls package.json go.mod pyproject.toml Cargo.toml Dockerfile *.tf 2 > /dev/null Current doc state ls CLAUDE.md AGENTS.md README.md SKILLS.md 2 > /dev/null Recent changes since d...
|
34 |
| 25168 | dna-assembly | letta-ai/skills |
DNA Assembly Overview This skill provides procedural knowledge for DNA assembly tasks, particularly Golden Gate assembly using Type IIS restriction enzymes. It addresses common pitfalls in primer design and provides verification strategies to ensure correct assembly designs. Critical Requirements for Type IIS Restriction Enzyme Primers Complete Primer Structure When designing primers for Type IIS enzymes (BsaI, BsmBI, etc.), the complete structure must include ALL components: [clamp ≥1bp]-[recog...
|
34 |
| 25169 | agent-memory | openhands/skills |
No SKILL.md available for this skill. View on GitHub
|
34 |
| 25170 | ios-chaos-monkey | pproenca/dot-skills |
iOS Chaos Monkey — Crash-Hunter Best Practices Adversarial crash-hunting guide for iOS and Swift applications. Contains 47 rules across 8 categories, prioritized by crash severity. Every rule follows TDD: dangerous code first, a failing test that proves the bug, then the fix that makes the test pass. Clinic Architecture Contract (iOS 26 / Swift 6.2) All guidance in this skill assumes the clinic modular MVVM-C architecture: Feature modules import Domain + DesignSystem only (never Data , never sib...
|
34 |
| 25171 | fastapi | tiangolo/fastapi |
FastAPI Official FastAPI skill to write code with best practices, keeping up to date with new versions and features. Use the fastapi CLI Run the development server on localhost with reload: fastapi dev Run the production server: fastapi run Add an entrypoint in pyproject.toml FastAPI CLI will read the entrypoint in pyproject.toml to know where the FastAPI app is declared. [ tool.fastapi ] entrypoint = "my_app.main:app" Use fastapi with a path When adding the entrypoint to pyproject.toml is not p...
|
34 |
| 25172 | data-science | eyadsibai/ltk |
Data Science Data analysis, SQL, and insights generation. When to Use Writing SQL queries Data analysis and exploration Creating visualizations Statistical analysis ETL and data pipelines SQL Patterns Common Queries -- Aggregation with window functions SELECT user_id , order_date , amount , SUM ( amount ) OVER ( PARTITION BY user_id ORDER BY order_date ) as running_total , ROW_NUMBER ( ) OVER ( PARTITION BY user_id ORDER BY order_date DESC ) as recency_rank FROM orders ; -- CTEs for readability ...
|
34 |
| 25173 | lazycat-advanced-routing | whoamihappyhacking/lazycat-skills |
懒猫微服高级路由与网络配置指南 你是一个专业的懒猫微服网络配置专家。当用户在移植或开发应用时,遇到复杂的网络转发需求(如多域名、四层转发、去除 URL 前缀、自定义 Nginx 代理等)时,请严格遵循本指南。 核心路由机制 (Core Routing Mechanisms) 懒猫微服提供了三种层级的路由控制能力,请根据用户的需求选择最合适的方案: 1. 基础 HTTP/HTTPS 路由 ( application.routes ) 适用于绝大多数标准的 HTTP 代理场景。 规则格式: URL_PATH=UPSTREAM 特点: 默认会 去掉 URL_PATH 前缀。例如 - /api/=http://backend:80 ,访问 /api/v1 时,后端实际收到的是 /v1 。 支持三种上游协议: http(s)://$hostname/$path (最常用,转发给容器。域名格式需为 $service_name.$appid.lzcapp ) file:///$dir_path (直接托管静态文件) exec://$port,$exec_file_path (启动一个可执行文件并代理...
|
34 |
| 25174 | http-header-security-audit | jeremylongshore/claude-code-plugins-plus-skills |
Http Header Security Audit Purpose This skill provides automated assistance for http header security audit tasks within the Security Fundamentals domain. When to Use This skill activates automatically when you: Mention "http header security audit" in your request Ask about http header security audit patterns or best practices Need help with essential security skills covering authentication, input validation, secure coding practices, and basic vulnerability detection. Capabilities Provides step-b...
|
34 |
| 25175 | agent-browser | api/git |
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
|
34 |
| 25176 | architect | htlin222/dotfiles |
You are a senior engineer sitting with a developer before they start building. Your job is not to interrogate them — it is to think alongside them. To ask the questions a senior engineer would ask before letting someone start coding. To catch the things that seem obvious but aren't. To make sure both of you are building the same thing in your heads before either of you touches the code. This is a thinking session. Not a grilling session. Step 1 — Understand What's Here Before saying anything, ta...
|
34 |
| 25177 | vercel-react-native-skills | guanyang/antigravity-skills |
React Native Skills Comprehensive best practices for React Native and Expo applications. Contains rules across multiple categories covering performance, animations, UI patterns, and platform-specific optimizations. When to Apply Reference these guidelines when: Building React Native or Expo apps Optimizing list and scroll performance Implementing animations with Reanimated Working with images and media Configuring native modules or fonts Structuring monorepo projects with native dependencies Rul...
|
34 |
| 25178 | bitbucket | openhands/skills |
You have access to an environment variable, BITBUCKET_TOKEN , which allows you to interact with the Bitbucket API. If you encounter authentication issues when pushing to Bitbucket (such as password prompts or permission errors), the old token may have expired. In such case, update the remote URL to include the current token: git remote set-url origin https://x-token-auth:${BITBUCKET_TOKEN}@bitbucket.org/username/repo.git Here are some instructions for pushing, but ONLY do this if the user asks y...
|
34 |
| 25179 | laravel:controller-tests | jpcaparas/superpowers-laravel |
Controller Tests Feature tests for endpoints it ( 'rejects empty email' , function ( ) { $this -> post ( '/register' , [ 'email' => '' ] ) -> assertSessionHasErrors ( 'email' ) ; } ) ; Better tests Move validation to Form Requests; assert errors from the request class Extract business logic into Actions; unit test them directly Use factories for realistic data; avoid heavy mocking
|
34 |
| 25180 | debug | htlin222/dotfiles |
/debug If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Run a structured debugging session to find and fix issues systematically. Usage /debug $ARGUMENTS How It Works ┌─────────────────────────────────────────────────────────────────┐ │ DEBUG │ ├─────────────────────────────────────────────────────────────────┤ │ Step 1: REPRODUCE │ │ ✓ U...
|
34 |
| 25181 | pnpm-dependency-analysis | equinor/fusion-framework |
pnpm Dependency Analysis Skill (Fusion Framework) Helps answer: Where is PACKAGE used (direct & transitive)? What real versions are resolved across workspaces? Which workspaces depend on each other (forward/reverse graph)? What's the blast radius / risk level for an upgrade or patch? All commands run from the root of the repository. Replace PACKAGE with the real name (e.g., lodash , zod , @tanstack/react-query , eslint ). 1. Core: Where is this package used? Direct usages only (fastest & cleanes...
|
34 |
| 25182 | data-engineer | htlin222/dotfiles |
You are a data engineer specializing in scalable data pipelines, modern data architecture, and analytics infrastructure. Use this skill when Designing batch or streaming data pipelines Building data warehouses or lakehouse architectures Implementing data quality, lineage, or governance Do not use this skill when You only need exploratory data analysis You are doing ML model development without pipelines You cannot access data sources or storage systems Instructions Define sources, SLAs, and data...
|
34 |
| 25183 | tailwind | oakoss/agent-skills |
No SKILL.md available for this skill. View on GitHub
|
34 |
| 25184 | laravel:debugging-prompts | jpcaparas/superpowers-laravel |
Debugging with AI requires complete information. Missing context means generic suggestions that don't solve your specific problem. Error Messages and Stack Traces Incomplete "Getting an error in the payment controller" Complete "Getting error when processing payment: Error: ``` Illuminate\Database\QueryException: SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`app`.`payments`, CONSTRAINT `payments_order_id_forei...
|
34 |
| 25185 | ring:regulatory-templates-gate3 | lerianstudio/ring |
Regulatory Templates - Gate 3: Template File Generation Overview This sub-skill executes Gate 3 of the regulatory template workflow: generating the complete .tpl template file with all validated mappings and transformations from Gates 1-2. Parent skill: regulatory-templates Prerequisites: Gate 1 PASSED (field mappings complete) Gate 2 PASSED (validations confirmed) Context object with Gates 1-2 results Output: Generated .tpl template file ready for use Foundational Principle Template generation ...
|
34 |
| 25186 | security principles | exceptionless/exceptionless |
Security Principles Secrets Management Secrets are injected via Kubernetes ConfigMaps and environment variables — never commit secrets to the repository. Configuration files — Use appsettings.yml for non-secret config Environment variables — Secrets injected at runtime via EX_* prefix Kubernetes — ConfigMaps mount configuration, Secrets mount credentials // AppOptions binds to configuration (including env vars) public class AppOptions { public string ? StripeApiKey { get ; set ; } public AuthOpt...
|
34 |
| 25187 | go-table-driven-tests | tigrisdata/skills |
Go Table-Driven Tests Use this skill when writing or modifying Go table-driven tests. It ensures tests follow established patterns. Core Principles One test function, many cases - Define test cases in a slice and iterate with t.Run() Explicit naming - Each case has a name field that becomes the subtest name Structured inputs - Use struct fields for inputs, expected outputs, and configuration Helper functions - Use t.Helper() in test helpers for proper line reporting Environment guards - Skip int...
|
34 |
| 25188 | data-normalization-tool | jeremylongshore/claude-code-plugins-plus-skills |
Data Normalization Tool Purpose This skill provides automated assistance for data normalization tool tasks within the ML Training domain. When to Use This skill activates automatically when you: Mention "data normalization tool" in your request Ask about data normalization tool patterns or best practices Need help with machine learning training skills covering data preparation, model training, hyperparameter tuning, and experiment tracking. Capabilities Provides step-by-step guidance for data no...
|
34 |
| 25189 | overfull-hbox | letta-ai/skills |
Overfull Hbox Fix with Constrained Synonyms This skill provides guidance for fixing LaTeX overfull hbox warnings by replacing words with shorter synonyms, while strictly adhering to a predefined list of allowed replacements. Problem Overview Overfull hbox warnings occur when LaTeX cannot fit text within the specified line width. The solution involves replacing words with shorter synonyms, but with a critical constraint: only words explicitly listed in a synonyms file may be replaced, and they ma...
|
34 |
| 25190 | zotero | shoei05/claude-code-zotero-skill |
Zotero API Skill Zotero のローカル HTTP サーバー( localhost:23119 )および REST API( api.zotero.org )経由で文献管理操作を行う。 前提条件 ローカル API(Zotero 起動中のみ) Zotero が起動中で、以下の設定が有効であること: Zotero > 環境設定 > 詳細 > 「Allow other applications on this computer to communicate with Zotero」にチェック 接続確認: curl -s http://localhost:23119/connector/ping REST API(クラウド操作) 環境変数が設定されていること: ZOTERO_API_KEY : API キー( https://www.zotero.org/settings/keys で作成) ZOTERO_USER_ID : ユーザー ID 接続確認: curl -s -H "Zotero-API-Key: $ZOTERO_API_KEY " "https://api.zot...
|
34 |
| 25191 | openai-responses | ovachiever/droid-tings |
OpenAI Responses API Status: Production Ready Last Updated: 2026-01-21 API Launch: March 2025 Dependencies: openai@6.16.0 (Node.js) or fetch API (Cloudflare Workers) What Is the Responses API? OpenAI's unified interface for agentic applications, launched March 2025. Provides stateful conversations with preserved reasoning state across turns. Key Innovation: Unlike Chat Completions (reasoning discarded between turns), Responses preserves the model's reasoning notebook, improving performance b...
|
34 |
| 25192 | audio-router | bbeierle12/skill-mcp-claude |
Audio Router Routes to 3 specialized skills based on audio requirements. Routing Protocol Classify — Identify audio task from user request Match — Apply signal matching rules below Combine — Audio-visual projects need 2-3 skills together Load — Read matched SKILL.md files before implementation Quick Route Tier 1: Core Skills Need Skill Signals Playing audio, music, SFX audio-playback play, load, music, sound, mp3, transport, player, loop Extracting audio data audio-analysis FFT, frequency, spect...
|
34 |
| 25193 | gplay-iap-setup | tamtom/gplay-cli-skills |
In-App Purchase Setup for Google Play Use this skill when you need to set up monetization for your Android app. Two APIs: Legacy vs New Monetization Google Play has two APIs for one-time products: Legacy ( gplay iap ) New Monetization ( gplay onetimeproducts ) API inappproducts monetization.onetimeproducts Price format priceMicros / currency units / nanos / currencyCode Structure Flat prices map purchaseOptions with regionalPricingAndAvailabilityConfigs States active / inactive DRAFT → ACTIVE (r...
|
34 |
| 25194 | cli-web-scrape | molechowski/claude-skills |
Scrapling CLI Web scraping CLI with browser impersonation, anti-bot bypass, and CSS extraction. Prerequisites Install with all extras (CLI needs click, fetchers need playwright/camoufox) uv tool install 'scrapling[all]' Install fetcher browser engines (one-time) scrapling install Verify: scrapling --help Fetcher Selection Tier Command Engine Speed Stealth JS Use When HTTP extract get/post/put/delete httpx + TLS impersonation Fast Medium No Static pages, APIs, most sites Dynamic extract fetch P...
|
34 |
| 25195 | typescript-sdk | inkeep/skills |
TypeScript SDK Architecture Layered, non-blocking by default Data buffered and flushed async to backend Node >= 18, ESM + CJS builds Layer Flow Public API → OpikClient → Domain (Trace/Span) → BatchQueues → REST Client → Backend Critical Gotchas When changing dependencies or minimum versions, update and verify version references in README.md and integration README files in the same PR. Flush Before Exit // ✅ REQUIRED - especially in CLI/tests await client . flush ( ) ; // or globally: await flush...
|
34 |
| 25196 | caching-strategy-optimizer | patricio0312rev/skills |
Caching Strategy Optimizer Dramatically speed up CI pipelines with intelligent caching. Cache Key Strategy Package Manager Caches NPM - Hash package-lock.json - uses: actions/cache@v3 with: path: ~/.npm key: ${{ runner.os }}-npm-${{ hashFiles('/package-lock.json') }} restore-keys: | ${{ runner.os }}-npm- pnpm - More aggressive caching - uses: pnpm/action-setup@v2 with: version: 8 - uses: actions/cache@v3 with: path: | ~/.pnpm-store node_modules ...
|
34 |
| 25197 | scroll-driven-animations | yonatangross/orchestkit |
CSS Scroll-Driven Animations API provides performant, declarative scroll-linked animations without JavaScript. Supported in Chrome 115+, Edge 115+, Safari 18.4+. Overview - Progress indicators tied to scroll position - Parallax effects without JavaScript jank - Element reveal animations on scroll into view - Sticky header animations based on scroll - Reading progress bars - Scroll-triggered image/content reveals Core Concepts Timeline Types | Scroll Progress | `scroll()` | Tied to...
|
34 |
| 25198 | ssh-remote-connection | artwist-polyakov/polyakov-claude-skills |
SSH Remote Connection Universal skill for connecting to remote servers via SSH. Usage Interactive shell scripts/connect.sh Run command directly scripts/connect.sh "docker compose logs backend --tail 50" Setup For Claude Code (local) Copy config template: cp config/.env.example config/.env Fill in config/.env with actual values Make script executable: chmod +x scripts/connect.sh For Cloud Runtime Set environment variables in your cloud configuration: SSH_HOST — server hostname or IP SSH_USER — ...
|
34 |
| 25199 | frontend | htlin222/dotfiles |
Frontend Development Overview Modern frontend development patterns, frameworks, and best practices for building performant web applications. React Ecosystem Component Patterns // Functional component with hooks import { useState , useEffect , useCallback , useMemo } from 'react' ; interface UserListProps { initialFilter ? : string ; onSelect : ( user : User ) => void ; } function UserList ( { initialFilter = '' , onSelect } : UserListProps ) { const [ users , setUsers ] = useState < User [ ] > (...
|
34 |
| 25200 | api-client-generator | jeremylongshore/claude-code-plugins-plus-skills |
Api Client Generator Purpose This skill provides automated assistance for api client generator tasks within the API Integration domain. When to Use This skill activates automatically when you: Mention "api client generator" in your request Ask about api client generator patterns or best practices Need help with api integration skills covering third-party apis, webhooks, sdk generation, and integration patterns. Capabilities Provides step-by-step guidance for api client generator Follows industry...
|
34 |