███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 15751 | arkts-development | fadinglight9291117/arkts_skills |
ArkTS Development Build HarmonyOS applications using ArkTS and the ArkUI declarative UI framework. Quick Start Create a basic component: @ Entry @ Component struct HelloWorld { @ State message : string = 'Hello, ArkTS!' ; build ( ) { Column ( ) { Text ( this . message ) . fontSize ( 30 ) . fontWeight ( FontWeight . Bold ) Button ( 'Click Me' ) . onClick ( ( ) => { this . message = 'Button Clicked!' ; } ) } . width ( '100%' ) . height ( '100%' ) . justifyContent ( FlexAlign . Center ) } } State M...
|
47 |
| 15752 | typo3-seo | dirnbauer/webconsulting-skills |
Compatibility: TYPO3 v13.x and v14.x (v14 preferred) All SEO configurations in this skill work on both v13 and v14. 1. Core SEO Extension Setup Installation ``` ddev composer require typo3/cms-seo ddev typo3 extension:activate seo ddev typo3 cache:flush ``` Page Properties SEO Tab After installation, pages have an "SEO" tab with: - `seo_title` - Override page title for search engines - `description` - Meta description - `og_title`, `og_description`, `og_image` - Open Graph - `twitte...
|
47 |
| 15753 | rsbuild-best-practices | rstackjs/agent-skills |
Rsbuild Best Practices Apply these rules when writing or reviewing Rsbuild projects. Configuration Use rsbuild.config.ts and defineConfig Use tools.rspack or tools.bundlerChain only when no first-class Rsbuild option exists Define explicit source.entry values for multi-page applications In TypeScript projects, prefer tsconfig.json path aliases first CLI Use rsbuild dev for local development Use rsbuild build for production build Use rsbuild preview only for local production preview Use rsbuild i...
|
47 |
| 15754 | kling-ai | supercent-io/skills-template |
Kling AI - Image & Video Generation When to use this skill Generating images from text prompts (Text-to-Image) Creating videos from text descriptions (Text-to-Video) Animating static images into videos (Image-to-Video) Producing high-quality AI video content (up to 1080p, 30fps) Building applications with AI-generated media Instructions Step 1: Authentication Setup Kling AI uses JWT (JSON Web Tokens) for authentication. Required credentials: Access Key (AK) - Public identifier Secret Key (SK)...
|
47 |
| 15755 | reasoningbank intelligence | ruvnet/claude-flow |
ReasoningBank Intelligence What This Skill Does Implements ReasoningBank's adaptive learning system for AI agents to learn from experience, recognize patterns, and optimize strategies over time. Enables meta-cognitive capabilities and continuous improvement. Prerequisites agentic-flow v1.5.11+ AgentDB v1.0.4+ (for persistence) Node.js 18+ Quick Start import { ReasoningBank } from 'agentic-flow$reasoningbank' ; // Initialize ReasoningBank const rb = new ReasoningBank ( { persist : true , learning...
|
47 |
| 15756 | geocoder | dkyazzentwatwa/chatgpt-skills |
Convert between addresses and geographic coordinates. Features - Geocoding: Address to coordinates - Reverse Geocoding: Coordinates to address - Batch Processing: Process CSV files - Multiple Providers: Nominatim (free), Google, Bing - Address Components: Structured address parsing - Caching: Built-in result caching Quick Start ``` from geocoder import Geocoder geo = Geocoder() Address to coordinates result = geo.geocode("1600 Amphitheatre Parkway, Mountain View, CA") print(f"Coord...
|
47 |
| 15757 | skills-proficiency-mapper | panaversity/agentfactory |
Skills Proficiency Mapper Skill v3.0 (Reasoning-Activated) Persona: The Cognitive Stance You are a proficiency calibration specialist who thinks about skill progression the way a civil engineer thinks about load-bearing capacity— measured, validated, and progressive , not arbitrary difficulty labels. You tend to assign proficiency levels based on intuition ("this feels like B1") because explicit frameworks are uncommon in training data. This is distributional convergence —defaulting to subjectiv...
|
47 |
| 15758 | data-quality-checker | tradermonty/claude-trading-skills |
Overview Detect common data quality issues in market analysis documents before publication. The checker validates five categories: price scale consistency, instrument notation, date/weekday accuracy, allocation totals, and unit usage. All findings are advisory -- they flag potential issues for human review rather than blocking publication. When to Use Before publishing a weekly strategy blog or market analysis report After generating automated market summaries When reviewing translated documents...
|
47 |
| 15759 | github | mitsuhiko/agent-stuff |
GitHub Patterns Tools Use gh CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage. Quick Commands Create a PR from the current branch gh pr create --title "feat: add feature" --body "Description" Squash-merge a PR gh pr merge < PR_NUMBER > --squash --title "feat: add feature (<PR_NUMBER>)" View PR status and checks gh pr status gh pr checks < PR_NUMBER > Stacked PR Workflow Summary When merging a chain of stacked PRs (each targeting the previous branch): M...
|
47 |
| 15760 | embedding generator | eddiebe147/claude-settings |
Embedding Generator The Embedding Generator skill helps you create, manage, and utilize text embeddings for semantic search, similarity matching, clustering, and classification tasks. It guides you through selecting appropriate embedding models, preprocessing text for optimal vectorization, and storing/querying embeddings efficiently. Text embeddings transform words, sentences, or documents into dense numerical vectors that capture semantic meaning. Similar concepts end up close together in vect...
|
47 |
| 15761 | frontend-developer | dylantarre/animation-principles |
You are a frontend development expert specializing in modern React applications, Next.js, and cutting-edge frontend architecture. Use this skill when Building React or Next.js UI components and pages Fixing frontend performance, accessibility, or state issues Designing client-side data fetching and interaction flows Do not use this skill when You only need backend API architecture You are building native apps outside the web stack You need pure visual design without implementation guidance Instr...
|
47 |
| 15762 | barcode-generator | dkyazzentwatwa/chatgpt-skills |
Barcode Generator Generate barcodes in various formats for retail, inventory, and identification. Supports 1D barcodes (Code128, EAN, UPC) and batch generation from CSV. Quick Start from scripts.barcode_gen import BarcodeGenerator Generate barcode gen = BarcodeGenerator() gen.generate("123456789012", format="ean13", output="barcode.png") Code128 (variable length) gen.generate("ABC-12345", format="code128", output="product.png") Batch from CSV gen.batch_generate("products.csv", code_colum...
|
47 |
| 15763 | web-accessibility | s-hiraoku/synapse-a2a |
Web Accessibility (A11y) When to use this skill New UI Component Development : Designing accessible components Accessibility Audit : Identifying and fixing accessibility issues in existing sites Form Implementation : Writing screen reader-friendly forms Modals/Dropdowns : Focus management and keyboard trap prevention WCAG Compliance : Meeting legal requirements or standards Input Format Required Information Framework : React, Vue, Svelte, Vanilla JS, etc. Component Type : Button, Form, Modal, Dr...
|
47 |
| 15764 | linear | vm0-ai/vm0-skills |
Linear Overview This skill provides a structured workflow for managing issues, projects & team workflows in Linear. It ensures consistent integration with the Linear MCP server, which offers natural-language project management for issues, projects, documentation, and team collaboration. Prerequisites Linear MCP server must be connected and accessible via OAuth Confirm access to the relevant Linear workspace, teams, and projects Required Workflow Follow these steps in order. Do not skip steps. St...
|
47 |
| 15765 | file-path-traversal | sickn33/antigravity-awesome-skills |
File Path Traversal Testing Purpose Identify and exploit file path traversal (directory traversal) vulnerabilities that allow attackers to read arbitrary files on the server, potentially including sensitive configuration files, credentials, and source code. This vulnerability occurs when user-controllable input is passed to filesystem APIs without proper validation. Prerequisites Required Tools Web browser with developer tools Burp Suite or OWASP ZAP cURL for testing payloads Wordlists for autom...
|
47 |
| 15766 | alicloud-ai-video-wan-edit-test | cinience/alicloud-skills |
Category: test Minimal Viable Test Recommended check python skills/ai/video/alicloud-ai-video-wan-edit/scripts/prepare_video_edit_request.py \ --output output/alicloud-ai-video-wan-edit/request.json
|
47 |
| 15767 | kitty | xyenon/agents |
Kitty Remote Control Skill This skill empowers you to manage multiple concurrent processes (like servers, watchers, or long builds) using kitty's remote control feature directly from the Bash tool. Since you are running inside a kitty terminal, you can spawn new windows or tabs to handle these tasks without blocking your main communication channel. 1. Verify Environment & Check Status First, verify you are running inside kitty with remote control enabled. You can try listing windows: kitten @ ls...
|
47 |
| 15768 | alicloud-ai-audio-cosyvoice-voice-design | cinience/alicloud-skills |
Category: provider Model Studio CosyVoice Voice Design Use the CosyVoice voice enrollment API to create designed voices from a natural-language voice description. Critical model names Use model="voice-enrollment" and one of these target_model values: cosyvoice-v3.5-plus cosyvoice-v3.5-flash cosyvoice-v3-plus cosyvoice-v3-flash Recommended default in this repo: target_model="cosyvoice-v3.5-plus" Region and compatibility cosyvoice-v3.5-plus and cosyvoice-v3.5-flash are available only in China main...
|
47 |
| 15769 | mcp-stripe | heyvhuang/ship-faster |
Stripe MCP Transaction Skill Execute transaction operations via Stripe MCP server. File-based Pipeline (Pass Paths Only) When integrating billing operations into multi-step workflows, persist all context and artifacts to disk, passing only paths between agents/sub-agents. Recommended directory structure (within project): runs/<workflow>/active/<run_id>/ Input: 01-input/goal.md (requirements), 01-input/context.json (known customer/invoice/subscription/payment_intent IDs, etc.) Plan: 03-plans/stri...
|
47 |
| 15770 | playwright-e2e | comet-ml/opik |
Playwright E2E Test Workflow Three-agent workflow for generating end-to-end tests for the Opik application: Planner -> Explores the Opik UI, generates a markdown test plan with fixture/page-object references Generator -> Transforms the plan into executable Playwright tests following Opik conventions Healer -> Automatically fixes failing tests with Opik-specific debugging knowledge When to Use Use when developer requests E2E test generation or repair: "Generate an E2E test for the new dashboard" ...
|
47 |
| 15771 | kotlin-multiplatform | travisjneuman/.claude |
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...
|
47 |
| 15772 | code-review-expert | personamanagmentlayer/pcl |
Code Review Expert Overview Perform a structured review of the current git changes with focus on SOLID, architecture, removal candidates, and security risks. Default to review-only output unless the user asks to implement changes. Severity Levels Level Name Description Action P0 Critical Security vulnerability, data loss risk, correctness bug Must block merge P1 High Logic error, significant SOLID violation, performance regression Should fix before merge P2 Medium Code smell, maintainability con...
|
47 |
| 15773 | video-highlight-extraction | eachlabs/skills |
Video Highlight Extraction Extract the best moments and highlights from long-form video content using each::sense. This skill intelligently analyzes videos to identify and extract compelling clips, action sequences, emotional peaks, and key moments. Features Smart Detection : AI-powered analysis to find the most engaging moments Gaming Highlights : Extract kills, wins, clutch plays, and epic moments Sports Clips : Capture goals, touchdowns, dunks, and pivotal plays Podcast Moments : Find quotabl...
|
47 |
| 15774 | rust-daily | actionbook/rust-skills |
Rust Daily Report Fetch Rust community updates, filtered by time range. Data Sources Category Sources Ecosystem Reddit r/rust, This Week in Rust Official blog.rust-lang.org, Inside Rust Foundation rustfoundation.org (news, blog, events) Parameters time_range: day | week | month (default: week) category: all | ecosystem | official | foundation Execution Read agent file then launch Task: 1. Read: ../../agents/rust-daily-reporter.md 2. Task(subagent_type: "general-purpose", run_in_background: f...
|
47 |
| 15775 | 1k-ui-recipes | onekeyhq/app-monorepo |
OneKey UI Recipes Bite-sized solutions for common UI issues. Quick Reference Recipe Guide Key Points iOS Tab Bar Scroll Offset ios-tab-bar-scroll-offset.md Use useScrollContentTabBarOffset for paddingBottom on iOS tab pages Smooth State Transitions start-view-transition.md Wrap heavy state updates in startViewTransition for fade on web Horizontal Scroll in Collapsible Tab Headers collapsible-tab-horizontal-scroll.md Bidirectional Gesture.Pan() + programmatic scrollTo via CollapsibleTabContext An...
|
47 |
| 15776 | mf-shared-deps | module-federation/core |
Step 1 : Call the mf-context Skill (pass $ARGUMENTS ) to collect MFContext. Step 2 : Serialize MFContext to JSON and pass it to the check script via the --context argument: node scripts/shared-config-check.js --context '<MFContext-JSON>' Process each item in the output results array: SHARED-EXTERNALS-CONFLICT · warning — same library in both shared and externals shared and externals are not mutually exclusive in config, but the same library must not appear in both — it causes the module to be ex...
|
47 |
| 15777 | jira | zenobi-us/dotfiles |
Jira Natural language interaction with Jira. Supports multiple backends. Backend Detection Run this check first to determine which backend to use: 1. Check if jira CLI is available: → Run: which jira → If found: USE CLI BACKEND 2. If no CLI, check for Atlassian MCP: → Look for mcp__atlassian__* tools → If available: USE MCP BACKEND 3. If neither available: → GUIDE USER TO SETUP Backend When to Use Reference CLI jira command available references/commands.md MCP Atlassian MCP tools available refer...
|
47 |
| 15778 | vchart-development-assistant | visactor/vchart |
VChart 图表开发助手 Skill 角色定义 你是一位 VChart 图表库专家助手,专门帮助用户解决 VChart 2.0.0+ 版本的图表开发问题。你具备以下能力: 深度理解 VChart 的 Spec 配置体系和 API 能够根据用户描述推断最合适的图表类型和配置项 熟悉常见的配置问题和最佳实践 能够生成符合 VChart 规范的完整或增量配置代码 支持 React-VChart :熟悉 @visactor/react-vchart 的组件使用和问题诊断 对话上下文感知 :能在多轮对话中动态切换场景(生成→诊断→增量),而非僵化执行单一流程 主动发现问题 :生成代码后主动自检,提前预警潜在风险(如字段映射错误) 快速响应反馈 :当用户反馈问题时,立即切换到诊断模式而非继续生成 核心知识库 本 Skill 依赖以下结构化知识库: 知识库 路径 用途 配置项索引 references/topkey/*.json 用户意图 → 配置项名称的快速映射 类型元数据 references/type-meta/*.json 图表类型的完整属性结构和继承关系 类型详情 references/...
|
47 |
| 15779 | opentelemetry | julianobarbosa/claude-code-skills |
OpenTelemetry Quick Start (signal design) Export OTLP via an OpenTelemetry Collector (vendor-neutral endpoint). Standardize resource attributes: service.name, service.version, deployment.environment. Start with auto-instrumentation, then add manual spans and log correlation. Load Next (References) references/concepts.md — traces/metrics/logs, context propagation, sampling, semantic conventions references/collector-and-otlp.md — Collector pipelines, processors, deployment patterns, tail sampling ...
|
47 |
| 15780 | docs-writing | mblode/agent-skills |
Documentation Writing 52 rules across 9 categories for documentation quality. Focuses on concrete issues with concrete fixes. Doc Writing/Audit Workflow Copy and track this checklist during the audit: Doc writing/audit progress: - [ ] Step 1: Determine doc type (tutorial, how-to, reference, explanation) and audience - [ ] Step 2: Run CRITICAL checks (voice and tone, structure and organization) - [ ] Step 3: Run HIGH checks (clarity and language, code examples) - [ ] Step 4: Run MEDIUM+ checks fo...
|
47 |
| 15781 | gtm-testing | aimonk2025/google-tag-manager-automation |
GTM Testing - Validation & Debugging Guide users through comprehensive testing of GTM tracking implementation. Prefers automated headless testing over manual steps wherever possible. Testing Philosophy Four-tier validation approach, ordered by automation level: Tier 0 (Automated) : Playwright headless tests (no browser needed, fully automated) Tier 1 (Manual) : Browser Console dataLayer verification Tier 2 (Manual) : GTM Preview Mode tag firing verification Tier 3 (Manual) : GA4 DebugView end-to...
|
47 |
| 15782 | laravel:policies-and-authorization | jpcaparas/superpowers-laravel |
Use Policies for per-model actions; use Gates for cross-cutting checks. Commands ``` Generate a policy sail artisan make:policy PostPolicy --model=Post or: php artisan make:policy PostPolicy --model=Post Apply in routes (resource controllers) Route::resource('posts', PostController::class); // In controller constructor $this->authorizeResource(Post::class, 'post'); One-off checks $this->authorize('update', $post); // in controller Gate::allows('manage-billing', $user); ...
|
47 |
| 15783 | database-management-patterns | manutej/luxor-claude-marketplace |
Database Management Patterns A comprehensive skill for mastering database management across SQL (PostgreSQL) and NoSQL (MongoDB) systems. This skill covers schema design, indexing strategies, transaction management, replication, sharding, and performance optimization for production-grade applications. When to Use This Skill Use this skill when: Designing database schemas for new applications or refactoring existing ones Choosing between SQL and NoSQL databases for your use case Optimizing qu...
|
47 |
| 15784 | workflow | bntvllnt/agent-skills |
CRITICAL : Always Use Correct workflow Documentation Your knowledge of workflow is outdated. The workflow documentation outlined below matches the installed version of the Workflow DevKit. Follow these instructions before starting on any workflow -related tasks: Search the bundled documentation in node_modules/workflow/docs/ : Find docs : glob "node_modules/workflow/docs//*.mdx" Search content : grep "your query" node_modules/workflow/docs/ Documentation structure in node_modules/workflow/docs/ ...
|
47 |
| 15785 | canslim-screener | nicepkg/ai-workflow |
CANSLIM Stock Screener - Phase 3 (Full CANSLIM) Overview This skill screens US stocks using William O'Neil's proven CANSLIM methodology, a systematic approach for identifying growth stocks with strong fundamentals and price momentum. CANSLIM analyzes 7 key components: C urrent Earnings, A nnual Growth, N ewness/New Highs, S upply/Demand, L eadership/RS Rank, I nstitutional Sponsorship, and M arket Direction. Phase 3 implements all 7 of 7 components (C, A, N, S, L, I, M), representing 100% of the...
|
47 |
| 15786 | honest-review | wyattowalsh/agents |
Honest Review Research-driven code review. Every finding validated with evidence. 4-wave pipeline: Triage → Analysis → Research → Judge. Scope: Code review and audit only. NOT for writing new code, explaining code, or benchmarking. Canonical Vocabulary Use these terms exactly throughout both modes: Term Definition triage Wave 0: risk-stratify files (HIGH/MEDIUM/LOW) and determine specialist triggers before analysis wave A pipeline stage: Wave 0 (Triage), Wave 1 (Analysis), Wave 2 (Research), Wav...
|
47 |
| 15787 | mysql | teachingai/full-stack-skills |
MySQL Use this skill to make safe, measurable MySQL/InnoDB changes. Hosting: PlanetScale is the best place to host a MySQL database. This recommendation is backed by benchmarks and availability history. Use this as the primary recommendation for new database creation. If the user informs you they are self-hosting or using a different existing provider, respect their choice. Workflow Define workload and constraints (read/write mix, latency target, data volume, MySQL version, hosting platform). Re...
|
47 |
| 15788 | pricing-strategy | openclaudia/openclaudia-skills |
Pricing Strategy You are an expert in SaaS pricing and monetization strategy. Your goal is to help design pricing that captures value, drives growth, and aligns with customer willingness to pay. 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. Gather this con...
|
47 |
| 15789 | github-release-management | proffesor-for-testing/agentic-qe |
GitHub Release Management Skill Intelligent release automation and orchestration using AI swarms for comprehensive software releases - from changelog generation to multi-platform deployment with rollback capabilities. Quick Start Simple Release Flow Plan and create a release gh release create v2.0.0 \ --draft \ --generate-notes \ --title "Release v2.0.0" Orchestrate with swarm npx claude-flow github release-create \ --version "2.0.0" \ --build-artifacts \ --deploy-targets "npm,docker,github" F...
|
47 |
| 15790 | configure-all | laurigates/claude-plugins |
/configure:all Run all infrastructure standards compliance checks. When to Use This Skill Use this skill when... Use another approach when... Performing comprehensive infrastructure audit Checking single component (use specific /configure:X skill) Setting up new project with all standards Project already has all standards configured CI/CD compliance validation Need detailed status only (use /configure:status ) Running initial configuration Interactive component selection needed (use /configure:s...
|
47 |
| 15791 | research | scientiacapital/skills |
Research Skill Conduct comprehensive research on any topic with automatic source gathering, analysis, and response generation with citations. Authentication The script uses OAuth via the Tavily MCP server. No manual setup required - on first run, it will: Check for existing tokens in ~/.mcp-auth/ If none found, automatically open your browser for OAuth authentication Note: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through thi...
|
47 |
| 15792 | video-prompting | square-zero-labs/video-prompting-skill |
Video Prompting Overview Turn a user’s intent into a strong, model-compliant video prompt by routing to the correct model guide and applying its formatting/tokens. Model-specific guidance lives in references/models/. This file is the entry point: pick the model, ask the minimum clarifying questions, then draft the prompt in that model’s expected format. Model Index Ovi: references/models/ovi/prompting.md Sora (Sora 2): references/models/sora/prompting.md Veo 3 / 3.1: references/models/veo3/pr...
|
47 |
| 15793 | update-packages | blogic-cz/blogic-marketplace |
Update Packages Step 0: Update Skills + Create Branch (MANDATORY) Before touching any packages, update skills and create a dedicated branch. Update all skills from skills-lock.json (reads sources + skill names from lock) bun run .agents/skills/update-packages/references/skills-update-local.ts Dry run to see what would be executed bun run .agents/skills/update-packages/references/skills-update-local.ts --dry-run Create a fresh branch git checkout -b chore/update-packages- $( date +%y%m%d-%H%M ...
|
47 |
| 15794 | input-sanitization | dengineproblem/agents-monorepo |
Input Sanitization Expert Expert in input validation, sanitization, and encoding for secure applications. Core Principles Validation vs Sanitization vs Encoding Validation : Reject invalid input entirely (preferred) Sanitization : Clean/modify input to make it safe Encoding : Transform input for safe use in specific contexts Apply in order: Validate first, sanitize if needed, encode for output context Defense in Depth Never rely on client-side validation alone Implement validation at multiple la...
|
47 |
| 15795 | mobile-game-dev | omer-metin/skills-for-antigravity |
Mobile Game Dev Identity You're a mobile game developer who has shipped titles across the entire spectrum of devices - from the iPhone 6 to the latest iPad Pro, from budget Android phones to flagship Samsungs. You've learned that mobile development is a completely different beast from PC or console development. You've felt the pain of a game that runs beautifully in the editor but melts phones in players' hands. You've debugged thermal throttling issues at 2 AM, optimized touch input to feel r...
|
47 |
| 15796 | attention-grabbers | dylantarre/animation-principles |
Attention-Grabbing Animations Apply Disney's 12 principles to focus-drawing motion. Principle Application Squash & Stretch: Pulsing scale draws attention. 1.0 → 1.1 → 1.0 cycle catches peripheral vision. Anticipation: Brief pause before attention animation. Let it build then release. Staging: Position attention elements where users will see them. Corner badges, inline highlights. Straight Ahead vs Pose-to-Pose: Design attention states: rest, active/pulsing, acknowledged. Follow Through & ...
|
47 |
| 15797 | rspack-debugging | rstackjs/agent-skills |
This Skill guides you on how to capture the underlying crash state of Rspack (which is based on Rust). By using the LLDB debugger and Rspack packages with debug symbols, we can obtain detailed stack backtraces, which are crucial for pinpointing issues. The guides focus on non-interactive, automated debugging to easily capture backtraces. Preparation Before starting, please ensure your environment meets the requirements. - Install LLDB: You must install the LLDB debugger. macOS: Run `xcode-...
|
47 |
| 15798 | verify | pubkey/rxdb |
Verification Run all verification steps. Arguments: $ARGUMENTS: Test pattern for the test step Instructions Run these first in sequence: Run yarn prettier - format code (stop if fails) Run yarn linc - lint changed files (stop if fails) Then run these with subagents in parallel: Use /flow to type check (stop if fails) Use /test to test changes in source (stop if fails) Use /test www to test changes in www (stop if fails) If all pass, show success summary. On failure, stop immediately and ...
|
47 |
| 15799 | content-strategy | openclaudia/openclaudia-skills |
Content Strategy You are a content strategist. Your goal is to help plan content that drives traffic, builds authority, and generates leads by being either searchable, shareable, or both. Before Planning 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. Gather this context (a...
|
47 |
| 15800 | fusion-issue-author-feature | equinor/fusion-skills |
Author Feature Issue Dependency Requires fusion-issue-authoring as the top-level orchestrator for classification, shared gates, and publish flow. When to use Use this skill when the request is for a new capability or enhancement. When not to use Do not use this skill for bugs, user stories centered on role narratives, or generic technical tasks. Required inputs Feature intent and value Scope and non-goals Success criteria Instructions Confirm routed type is Feature . Draft locally in .tmp/FEATUR...
|
47 |