███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 2951 | extract-design | manavarya09/design-extract |
Extract Design Language Extract the complete design language from any website URL. Generates 8 output files covering colors, typography, spacing, shadows, components, breakpoints, animations, and accessibility. Prerequisites Ensure designlang is available. Install if needed: npm install -g designlang Or use npx (no install required): npx designlang < url > Process Run the extraction on the provided URL: npx designlang < url > --screenshots For multi-page crawling: npx designlang <url> --depth 3 ...
|
2.3K |
| 2952 | storefront-best-practices | medusajs/medusa-agent-skills |
Ecommerce Storefront Best Practices Comprehensive guidance for building modern, high-converting ecommerce storefronts covering UI/UX patterns, component design, layout structures, SEO optimization, and mobile responsiveness. When to Apply ALWAYS load this skill when working on ANY storefront task: Adding checkout page/flow - Payment, shipping, order placement Implementing cart - Cart page, cart popup, add to cart functionality Building product pages - Product details, product listings, product g...
|
2.3K |
| 2953 | data-ingest | ar9av/obsidian-wiki |
Data Ingest — Universal Text Source Handler You are ingesting arbitrary text data into an Obsidian wiki. The source could be anything — conversation exports, log files, transcripts, data dumps. Your job is to figure out the format, extract knowledge, and distill it into wiki pages. Before You Start Read .env to get OBSIDIAN_VAULT_PATH Read .manifest.json at the vault root — check if this source has been ingested before Read index.md at the vault root to know what already exists If the source pat...
|
2.3K |
| 2954 | hipass-receipt | nomadamas/k-skill |
하이패스 영수증 발급 What this skill does 공식 하이패스 홈페이지( https://www.hipass.co.kr )에서 이미 로그인된 브라우저 세션 을 재사용해: 사용내역 조회 특정 행 선택 영수증 팝업/출력 화면 진입 세션 만료 감지 후 재로그인 안내 까지를 반자동으로 돕는다. Hard limits 로그인은 반드시 사용자가 직접 해야 한다. 이 스킬은 로그인된 세션에서만 동작한다. ID/PW, 인증코드, OTP, 공동인증서 절차를 자동 입력하지 않는다. JSESSIONID 쿠키만 저장해 장시간 재사용하는 방식은 지원하지 않는다. 권장 세션 형태는 Playwright persistent context 또는 Chrome user-data-dir / remote-debugging 재사용이다. 세션이 만료되면 즉시 중단하고 다시 로그인 해야 한다. Why this design 현재 공개 페이지 기준으로: 로그인 페이지와 메인 페이지에 session_time=1200 이 노...
|
2.3K |
| 2955 | pragmatic-programmer | wondelai/skills |
The Pragmatic Programmer Framework A systems-level approach to software craftsmanship from Hunt & Thomas' "The Pragmatic Programmer" (20th Anniversary Edition). Apply these principles when designing systems, reviewing architecture, writing code, or advising on engineering culture. This framework addresses the meta-level: how to think about software, not just how to write it. Core Principle Care about your craft. Software development is a craft that demands continuous learning, disciplined practi...
|
2.3K |
| 2956 | context-engineering-collection | muratcankoylan/agent-skills-for-context-engineering |
Agent Skills for Context Engineering This collection provides structured guidance for building production-grade AI agent systems through effective context engineering. When to Activate Activate these skills when: Building new agent systems from scratch Optimizing existing agent performance Debugging context-related failures Designing multi-agent architectures Creating or evaluating tools for agents Implementing memory and persistence layers Skill Map Foundational Context Engineering Underst...
|
2.3K |
| 2957 | cross-linker | ar9av/obsidian-wiki |
Cross-Linker — Automated Wiki Cross-Referencing You are weaving the wiki's knowledge graph tighter by finding and inserting missing [[wikilinks]] between pages that should reference each other but currently don't. Follow the Retrieval Primitives table in llm-wiki/SKILL.md . Build the registry in Step 1 by grepping frontmatter only (not full pages). Reserve full Read for the unlinked-mention detection pass, and even there, only read pages whose summaries/titles make them plausible link targets. B...
|
2.3K |
| 2958 | design-sprint | wondelai/skills |
Design Sprint Framework A five-day process for answering critical business questions through design, prototyping, and testing ideas with customers. Developed at Google Ventures and used by Google, Slack, Airbnb, and hundreds of startups. Core Principle Great solutions require both deep work and fast iteration. The Design Sprint compresses months of debate, design, and testing into a single week, creating focus and urgency that eliminates endless discussion. The foundation: Traditional product de...
|
2.3K |
| 2959 | bpmn | markdown-viewer/skills |
Business Process & Integration Diagram Generator Quick Start: Choose diagram type → Declare stencil icons for events/gateways/tasks → Group into pools/lanes → Connect with arrow syntax → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for process flows (start→end reads left-to-right) Use mxgraph.bpmn.* for...
|
2.3K |
| 2960 | cmux-markdown | manaflow-ai/cmux |
Markdown Viewer with cmux Use this skill to display markdown files in a dedicated panel with rich formatting and live file watching. Core Workflow Write your plan or notes to a .md file. Open it in a markdown panel. The panel auto-updates when the file changes on disk. Open a markdown file as a split panel next to the current terminal cmux markdown open plan.md Absolute path cmux markdown open /path/to/PLAN.md Target a specific workspace cmux markdown open design.md --workspace workspace:2 Wh...
|
2.3K |
| 2961 | baoyu-electron-extract | jimliu/baoyu-skills |
Electron App Extract Extracts resources and code from an installed Electron app's app.asar . When a .js.map is present, restores the original source files from the embedded sourcesContent ; otherwise formats the minified code with Prettier. Source-map paths are resolved relative to the .js.map file first, so bundled paths like ../../src/main.ts restore to readable paths such as restored/src/main.ts instead of hashed placeholders. Always skips node_modules . Works on macOS and Windows. User Input...
|
2.3K |
| 2962 | computer-use | stablyai/orca |
Computer Use Use this skill when the task should operate through Orca's desktop computer-use surface rather than native Codex computer tools, raw AppleScript, ad hoc screenshots, or direct app internals. Preconditions Prefer the public orca computer ... command. In this Orca worktree, use ./config/scripts/orca-dev computer ... when testing the local dev runtime. Prefer --json for agent-driven calls. Screenshot image bytes are omitted from JSON and written to screenshot.path when present. Do not ...
|
2.3K |
| 2963 | seedance | inference-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Seedance 2.0 Video Generation Generate videos with synchronized audio using ByteDance's Seedance 2.0 via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login belt app run bytedance/seedance-2-0 --input '{ "prompt": "a jazz band performing in a dimly lit club", "generate_audio": true }' Show more Installs – Repository inference-sh-sk…s/skills GitHub Stars 504 First Seen –
|
2.2K |
| 2964 | p-video-avatar | inference-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Pruna P-Video-Avatar Generate talking head avatar videos from a single portrait image via inference.sh CLI. P-Video-Avatar is the fastest and most cost-effective avatar video model available. Quality on par with Veo 3.0, 18x faster and 6x cheaper than alternatives like Fabric, OmniHuman, and HeyGen. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs – Repository inference-sh-sk…s/skills GitHub ...
|
2.2K |
| 2965 | p-image | inference-skills/skills |
Pruna P-Image Generation Generate images with Pruna's optimized P-Image models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run pruna/p-image --input '{"prompt": "a futuristic cityscape at sunset"}' P-Image Models Pruna optimizes AI models for speed without sacrificing quality. Model App ID Best For P-Image pruna/p-image Fast text-to-image, multiple aspect ratios P-Image-...
|
2.2K |
| 2966 | p-video | inference-skills/skills |
Pruna P-Video Generation Generate videos with Pruna's optimized video models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run pruna/p-video --input '{"prompt": "drone shot flying over a forest at sunset"}' Pruna Video Models Pruna optimizes AI models for speed without sacrificing quality. Model App ID Best For P-Video pruna/p-video Text-to-video, image-to-video, with audi...
|
2.2K |
| 2967 | gpt-image | inference-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli GPT-Image-2 Generate and edit images with OpenAI's GPT-Image-2 via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login belt app run openai/gpt-image-2 --input '{"prompt": "a cat astronaut floating in space"}' Capabilities Show more Installs – Repository inference-sh-sk…s/skills GitHub Stars 504 First Seen –
|
2.2K |
| 2968 | happyhorse | inference-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli HappyHorse 1.0 Video Generation Generate and edit physically realistic videos with Alibaba's HappyHorse 1.0 models via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login belt app run alibaba/happyhorse-1-0-t2v --input '{"prompt": "a horse galloping across a sunlit meadow"}' HappyHorse Models Show more Installs – Repository inference-sh-sk…s/skills GitHub Stars 504 First Seen –
|
2.2K |
| 2969 | asc-testflight-orchestration | rudrankriyam/app-store-connect-cli-skills |
asc TestFlight orchestration Use this skill when managing TestFlight testers, groups, and build distribution. Export current config asc testflight sync pull --app "APP_ID" --output "./testflight.yaml" Include builds/testers: asc testflight sync pull --app "APP_ID" --output "./testflight.yaml" --include-builds --include-testers Manage groups and testers Groups: asc testflight beta-groups list --app "APP_ID" --paginate asc testflight beta-groups create --app "APP_ID" --name "Beta Testers" Testers:...
|
2.2K |
| 2970 | asc-id-resolver | rudrankriyam/app-store-connect-cli-skills |
asc id resolver Use this skill to map names to IDs needed by other commands. App ID By bundle ID or name: asc apps list --bundle-id "com.example.app" asc apps list --name "My App" Fetch everything: asc apps --paginate Set default: ASC_APP_ID=... Build ID Latest build: asc builds latest --app "APP_ID" --version "1.2.3" --platform IOS Recent builds: asc builds list --app "APP_ID" --sort -uploadedDate --limit 5 Version ID asc versions list --app "APP_ID" --paginate TestFlight IDs Groups: asc beta-g...
|
2.2K |
| 2971 | asc-build-lifecycle | rudrankriyam/app-store-connect-cli-skills |
asc build lifecycle Use this skill to manage build state, processing, and retention. Find the right build Latest build: asc builds latest --app "APP_ID" --version "1.2.3" --platform IOS Recent builds: asc builds list --app "APP_ID" --sort -uploadedDate --limit 10 Inspect processing state asc builds info --build "BUILD_ID" Distribution flows Prefer end-to-end: asc publish testflight --app "APP_ID" --ipa "./app.ipa" --group "GROUP_ID" --wait asc publish appstore --app "APP_ID" --ipa "./app.ipa" --...
|
2.2K |
| 2972 | pydantic | bobmatnyc/claude-mpm-skills |
Pydantic Validation Skill Summary Python data validation using type hints and runtime type checking with Pydantic v2's Rust-powered core for high-performance validation. When to Use API request/response validation (FastAPI, Django) Settings and configuration management (env variables, config files) ORM model validation (SQLAlchemy integration) Data parsing and serialization (JSON, dict, custom formats) Type-safe data classes with automatic validation CLI argument parsing with type safety Quick...
|
2.2K |
| 2973 | convex-cron-jobs | waynesutton/convexskills |
Convex Cron Jobs Schedule recurring functions for background tasks, cleanup jobs, data syncing, and automated workflows in Convex applications. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/scheduling/cron-jobs Scheduling Overview: https://docs.convex.dev/scheduling Scheduled Functions: https://docs.convex.dev/scheduling/scheduled-functions For broader context: https://docs.convex.dev/llms.txt Instructions Cron Jobs...
|
2.2K |
| 2974 | senior-backend | davila7/claude-code-templates |
Senior Backend Complete toolkit for senior backend with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Api Scaffolder python scripts/api_scaffolder.py [ options ] Script 2: Database Migration Tool python scripts/database_migration_tool.py [ options ] Script 3: Api Load Tester python scripts/api_load_tester.py [ options ] Core Capabilities 1. Api Scaffolder Automated tool for api scaffolder tasks. ...
|
2.2K |
| 2975 | gh-stack | github/gh-stack |
gh-stack gh stack is a GitHub CLI extension for managing stacked branches and pull requests . A stack is an ordered list of branches where each branch builds on the one below it, rooted on a trunk branch (typically the repo's default branch). Each branch maps to one PR whose base is the branch below it, so reviewers see only the diff for that layer. main (trunk) └── feat/auth-layer → PR 1 (base: main) - bottom (closest to trunk) └── feat/api-endpoints → PR 2 (base: feat/auth-la...
|
2.2K |
| 2976 | building-admin-dashboard-customizations | medusajs/medusa-agent-skills |
Medusa Admin Dashboard Customizations Build custom UI extensions for the Medusa Admin dashboard using the Admin SDK and Medusa UI components. Note: "UI Routes" are custom admin pages, different from backend API routes (which use building-with-medusa skill). When to Apply Load this skill for ANY admin UI development task, including: Creating widgets for product/order/customer pages Building custom admin pages Implementing forms and modals Displaying data with tables or lists Adding navigatio...
|
2.2K |
| 2977 | academic-writing | jamditis/claude-skills-journalism |
Academic writing and research methodology Systematic approaches for scholarly writing, research design, and academic communication. Research design fundamentals Research question development Crafting a research question The FINER criteria - Feasible: Can you actually do this research? - Interesting: Does it matter to the field? - Novel: Does it add new knowledge? - Ethical: Can it be done ethically? - Relevant: Does it address a real problem? Question types | Type | Purpose | Example | ...
|
2.2K |
| 2978 | pua-en | tanweai/pua |
PUA Universal Motivation Engine You are a P8-level engineer who was once given high expectations. When you were leveled, people believed in your potential. This skill applies to all task types : code, debugging, research, writing, planning, ops, API integration, data analysis, deployment, and any scenario where you might "get stuck" or "deliver garbage work." It does three things: Uses Chinese and Western corporate PUA rhetoric so you don't dare give up Uses a universal systematic methodology so...
|
2.2K |
| 2979 | wiki-export | ar9av/obsidian-wiki |
Wiki Export — Knowledge Graph Export You are exporting the wiki's wikilink graph to structured formats so it can be used in external tools (Gephi, Neo4j, custom scripts, browser visualization). Before You Start Read .env to get OBSIDIAN_VAULT_PATH Confirm the vault has pages to export — if fewer than 5 pages exist, warn the user and stop Visibility Filter (optional) By default, all pages are exported regardless of visibility tags. This preserves existing behavior. If the user requests a filtered...
|
2.2K |
| 2980 | asc-ppp-pricing | rudrankriyam/app-store-connect-cli-skills |
PPP pricing (per-territory pricing) Use this skill to create or update localized pricing across territories based on purchasing power parity (PPP) or your own regional pricing strategy. Prefer the current high-level flows: asc subscriptions setup and asc iap setup when you are creating a new product asc subscriptions pricing ... for subscription pricing changes asc iap prices and asc iap price-schedules ... for IAP pricing changes Preconditions Ensure credentials are set ( asc auth login or ASC_...
|
2.2K |
| 2981 | asc-signing-setup | rudrankriyam/app-store-connect-cli-skills |
asc signing setup Use this skill when you need to create or renew signing assets for iOS/macOS apps. Preconditions Auth is configured ( asc auth login or ASC_* env vars). You know the bundle identifier and target platform. You have a CSR file for certificate creation. Workflow Create or find the bundle ID: asc bundle-ids list --paginate asc bundle-ids create --identifier "com.example.app" --name "Example" --platform IOS Configure bundle ID capabilities: asc bundle-ids capabilities list --bundle ...
|
2.2K |
| 2982 | web-performance-optimization | sickn33/antigravity-awesome-skills |
Web Performance Optimization Overview Help developers optimize website and web application performance to improve user experience, SEO rankings, and conversion rates. This skill provides systematic approaches to measure, analyze, and improve loading speed, runtime performance, and Core Web Vitals metrics. When to Use This Skill Use when website or app is loading slowly Use when optimizing for Core Web Vitals (LCP, FID, CLS) Use when reducing JavaScript bundle size Use when improving Time to In...
|
2.2K |
| 2983 | user-story | deanpeters/product-manager-skills |
Purpose Create clear, concise user stories that combine Mike Cohn's user story format with Gherkin-style acceptance criteria. Use this to translate user needs into actionable development work that focuses on outcomes, ensures shared understanding between product and engineering, and provides testable success criteria. This is not a feature spec—it's a conversation starter that captures who benefits, what they're trying to do, why it matters, and how you'll know it works. Key Concepts The Mike Co...
|
2.2K |
| 2984 | graphql-schema | apollographql/skills |
GraphQL Schema Design Guide This guide covers best practices for designing GraphQL schemas that are intuitive, performant, and maintainable. Schema design is primarily a server-side concern that directly impacts API usability. Schema Design Principles 1. Design for Client Needs Think about what queries clients will write Organize types around use cases, not database tables Expose capabilities, not implementation details 2. Be Explicit Use clear, descriptive names Make nullability intentional D...
|
2.2K |
| 2985 | graphite | withgraphite/agent-skills |
Graphite Skill Work with Graphite ( gt ) for creating, navigating, and managing stacked pull requests. Quick Reference I want to... Command Create a new branch/PR gt create branch-name -m "message" Amend current branch gt modify -m "message" Navigate up the stack gt up Navigate down the stack gt down Jump to top of stack gt top Jump to bottom of stack gt bottom View stack structure gt ls Submit stack for review gt submit --no-interactive Rebase stack on trunk gt restack Change branch parent gt t...
|
2.2K |
| 2986 | audit-speed | calm-north/seojuice-skills |
Audit Speed Deep Core Web Vitals audit with root-cause analysis trees and resource optimization recommendations. Core Web Vitals Thresholds Metric Good Needs Improvement Poor LCP (Largest Contentful Paint) < 2.5s 2.5s - 4.0s > 4.0s CLS (Cumulative Layout Shift) < 0.1 0.1 - 0.25 > 0.25 INP (Interaction to Next Paint) < 200ms 200ms - 500ms > 500ms FCP (First Contentful Paint) < 1.8s 1.8s - 3.0s > 3.0s TTFB (Time to First Byte) < 800ms 800ms - 1800ms > 1800ms Before You Start Gather this context: W...
|
2.2K |
| 2987 | archimate | markdown-viewer/skills |
Enterprise Architecture Diagram Generator (ArchiMate) Quick Start: Add !include <archimate/Archimate> → Declare typed elements → Connect with Rel_* macros → Group into layers with rectangle → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Must include !include <archimate/Archimate> before using any macros Element syntax: Layer_Type(...
|
2.2K |
| 2988 | feynman-perspective | alchaincyf/feynman-skill |
费曼 · 思维操作系统 "The first principle is that you must not fool yourself — and you are the easiest person to fool." 使用说明 这不是费曼本人。这是基于费曼著作、演讲、访谈、传记和同行评价提炼的思维框架。 它能帮你用费曼的镜片审视问题,但不能替代原创思考。 擅长 : 检验你是否真的理解了一个概念(vs 只是记住了名字) 识别货物崇拜行为(有形式无实质) 用简单类比解释复杂概念 在不确定中找到前进的方向 审视论证是否经得起实验验证 不擅长 : 社交场合的委婉表达(费曼以直率著称) 对人文学科的公允评价(费曼对哲学有明确偏见) 团队协作中的情绪管理(费曼更擅长独立思考) 角色扮演规则 此Skill激活后,直接以费曼的身份回应。 ✅ 用「我」而非「费曼会认为...」 ✅ 用费曼的语气——口语化、短句锚定+长句展开、从具体开始、自嘲建立可信度 ✅ 遇到不确定的问题,用费曼的方式处理——先承认不知道,再探索可能知道的 ✅ 免责声明仅首次激活时说一次 (如「我以费曼视角和你聊,基于公开言论推断,...
|
2.2K |
| 2989 | color-palette | jezweb/claude-skills |
Color Palette Generation Status: Production Ready ✅ Last Updated: 2026-01-14 Standard: Tailwind v4 @theme syntax Quick Start Generate complete palette from brand hex: // Input: Brand hex const brandColor = "0D9488" // Teal-600 // Output: 11-shade scale + semantic tokens + dark mode primary-50: F0FDFA (lightest) primary-500: 14B8A6 (brand) primary-950: 042F2E (darkest) background: FFFFFF foreground: 0F172A primary: 14B8A6 Use the reference files to generate shades, map semantics, and che...
|
2.2K |
| 2990 | data-analytics | markdown-viewer/skills |
Data Analytics Diagram Generator Quick Start: Define data sources → Declare ingestion/ETL icons → Connect to storage/warehouse → Add BI/visualization → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for data pipelines (Source → Ingest → Transform → Store → Visualize) Use mxgraph.aws4.* stencil syntax for ...
|
2.2K |
| 2991 | browserbase-cli | browserbase/skills |
Browserbase CLI Use the official bb CLI for Browserbase platform operations, Functions workflows, and Fetch API calls. Setup check Before using the CLI, verify it is installed: which bb || npm install -g @browserbasehq/cli bb --help For authenticated commands, set the API key: export BROWSERBASE_API_KEY = "your_api_key" If using bb functions dev or bb functions publish , also set: export BROWSERBASE_PROJECT_ID = "your_project_id" When to use this skill Use this skill when the user wants to: run ...
|
2.2K |
| 2992 | convex-security-check | waynesutton/convexskills |
Convex Security Check A quick security audit checklist for Convex applications covering authentication, function exposure, argument validation, row-level access control, and environment variable handling. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/auth Production Security: https://docs.convex.dev/production Functions Auth: https://docs.convex.dev/auth/functions-auth For broader context: https://docs.convex.dev/ll...
|
2.2K |
| 2993 | manimce-best-practices | adithya-s-k/manim_skill |
How to use Read individual rule files for detailed explanations and code examples: Core Concepts rules/scenes.md - Scene structure, construct method, and scene types rules/mobjects.md - Mobject types, VMobject, Groups, and positioning rules/animations.md - Animation classes, playing animations, and timing Creation & Transformation rules/creation-animations.md - Create, Write, FadeIn, DrawBorderThenFill rules/transform-animations.md - Transform, ReplacementTransform, morphing rules/animation-gr...
|
2.2K |
| 2994 | okx-dex-bridge | okx/onchainos-skills |
Onchain OS DEX Cross-Chain Swap Flow: /quote → /approve-tx (if needApprove) → /swap → /status . 7 CLI subcommands cover bridge discovery, token listing, quoting, approval, calldata-only swap, one-shot execution, and status tracking. Error Handling Always attempt the CLI command first. Never skip CLI and go directly to static data. The CLI returns real-time data from the API. Do NOT show raw CLI error output to the user. If a command fails, interpret the error and provide a user-friendly message....
|
2.2K |
| 2995 | wp-block-themes | wordpress/agent-skills |
WP Block Themes When to use Use this skill for block theme work such as: editing theme.json (presets, settings, styles, per-block styles) adding or changing templates ( templates/*.html ) and template parts ( parts/*.html ) adding patterns ( patterns/*.php ) and controlling what appears in the inserter adding style variations ( styles/*.json ) debugging “styles not applying” / “editor doesn’t reflect theme.json” Inputs required Repo root and which theme is targeted (theme directory if multiple e...
|
2.2K |
| 2996 | seo-geo | agricidaniel/claude-seo |
SEO/GEO Optimization Skill Comprehensive SEO and GEO (Generative Engine Optimization) for websites. Optimize for both traditional search engines (Google, Bing) and AI search engines (ChatGPT, Perplexity, Gemini, Copilot, Claude). Quick Reference GEO = Generative Engine Optimization - Optimizing content to be cited by AI search engines. Key Insight: AI search engines don't rank pages - they cite sources. Being cited is the new "ranking 1". Workflow Step 1: Website Audit Get the target URL a...
|
2.2K |
| 2997 | convex-http-actions | waynesutton/convexskills |
Convex HTTP Actions Build HTTP endpoints for webhooks, external API integrations, and custom routes in Convex applications. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/functions/http-actions Actions Overview: https://docs.convex.dev/functions/actions Authentication: https://docs.convex.dev/auth For broader context: https://docs.convex.dev/llms.txt Instructions HTTP Actions Overview HTTP actions allow you to defin...
|
2.2K |
| 2998 | obviously-awesome | wondelai/skills |
Product Positioning Framework This skill implements the product positioning methodology from April Dunford's "Obviously Awesome." It provides a structured, repeatable process for defining how your product is the best in the world at delivering something a well-defined set of customers cares a lot about. Positioning is the foundational strategic exercise that determines how customers perceive your product, what they compare it to, and ultimately whether they buy it. Core Principle Positioning is ...
|
2.2K |
| 2999 | claude-hud-statusline | aradotso/trending-skills |
Claude HUD Skill by ara.so — Daily 2026 Skills collection. Claude HUD is a Claude Code plugin that adds a persistent statusline to your terminal showing real-time context window usage, active tool calls, running subagents, and todo progress — always visible below your input prompt. What It Does Feature Description Context health Visual bar showing how full your context window is (green → yellow → red) Tool activity Live display of file reads, edits, and searches as they happen Agent tracking Sho...
|
2.2K |
| 3000 | tag-taxonomy | ar9av/obsidian-wiki |
Tag Taxonomy — Controlled Vocabulary for Wiki Tags You are enforcing consistent tagging across the wiki by normalizing tags to a controlled vocabulary. Before You Start Read .env to get OBSIDIAN_VAULT_PATH Read $OBSIDIAN_VAULT_PATH/_meta/taxonomy.md — this is the canonical tag list Read index.md to understand the wiki's scope The Taxonomy File The canonical tag vocabulary lives at $OBSIDIAN_VAULT_PATH/_meta/taxonomy.md . It defines: Canonical tags — the tags that should be used Aliases — common ...
|
2.2K |