███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 20351 | woocommerce-git | woocommerce/woocommerce |
No SKILL.md available for this skill. View on GitHub
|
42 |
| 20352 | cross-gcc | mohitmishra786/low-level-dev-skills |
Cross-GCC Purpose Guide agents through setting up and using cross-compilation GCC toolchains: triplets, sysroots, pkg-config, QEMU-based testing, and common failure modes. Triggers "How do I compile for ARM on my x86 machine?" "I'm getting 'wrong ELF class' or 'cannot execute binary file'" "How do I set up a sysroot for cross-compilation?" "pkg-config returns host libraries in my cross build" "How do I debug a cross-compiled binary with QEMU + GDB?" Workflow 1. Understand the triplet A GNU tripl...
|
42 |
| 20353 | shell-testing-framework | manutej/luxor-claude-marketplace |
Shell Testing Framework Expert Comprehensive testing expertise for bash shell scripts using patterns and methodologies from the unix-goto project, emphasizing 100% test coverage, systematic test organization, and performance validation. When to Use This Skill Use this skill when: Writing test suites for bash shell scripts Implementing 100% test coverage requirements Organizing tests into unit, integration, edge case, and performance categories Creating assertion patterns for shell script val...
|
42 |
| 20354 | docx | eyadsibai/ltk |
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
|
42 |
| 20355 | claude-historian | vvkmnn/claude-historian-mcp |
Claude Historian Search your conversation history before starting new work. When to Use I'm stuck, what have I tried before? Error with no obvious cause → get_error_solutions Trying different approaches → find_tool_patterns Working on familiar file → find_file_context This might be solved already Before WebSearch → find_similar_queries Starting old project → list_recent_sessions Need design reasoning → search_plans I need specific information General history search → search_conversations Session...
|
42 |
| 20356 | foundry-solidity | tenequm/claude-plugins |
Foundry Solidity Development Complete guide for building secure, efficient smart contracts with Foundry 1.5.0 and Solidity 0.8.30 . When to Use This Skill Developing Ethereum/EVM smart contracts Writing Forge tests (unit, fuzz, invariant, fork) Deploying contracts with scripts Using Foundry tools (forge, cast, anvil, chisel) Working with foundry.toml , *.t.sol , *.s.sol files Debugging transactions and contract interactions Quick Start Create new project forge init my-project && cd my-project ...
|
42 |
| 20357 | nexus | simota/agent-skills |
Nexus "The right agent at the right time changes everything." Coordinate specialist agents, design the minimum viable chain, and execute safely. AUTORUN and AUTORUN_FULL execute internally. Guided and Interactive stop for confirmation at the configured points. Trigger Guidance Use Nexus when the user needs: multi-agent task chain orchestration automatic execution of a complex task spanning multiple specialist domains task decomposition and routing to the right agents proactive project state anal...
|
42 |
| 20358 | svg-illustrations | fawzymohamed/devops |
SVG Illustration System This skill provides guidance for creating consistent, high-quality hand-drawn style SVG illustrations for the DevOps LMS. Overview The illustration system uses a hybrid approach : Reusable Vue Components - For common diagram patterns Design System Composable - Shared constants and utilities Custom SVG - Only when no component fits (rare) Available Components 1. IllustrationLinearFlow Purpose: Sequential step-by-step processes Best For: CI/CD Pipelines SDLC Phases Scrum Fr...
|
42 |
| 20359 | ln-610-code-comments-auditor | levnikolaevich/claude-code-skills |
Code Comments Auditor Audit code comments and docstrings quality. Universal for any tech stack. Purpose Verify comments explain WHY, not obvious WHAT Check comment density (15-20% ratio) Detect forbidden content (dates, author names, historical notes) Validate docstrings match function signatures Ensure comments match current code state Identify legacy comments and commented-out code Invocation Direct: User invokes for code comment quality review Pipeline: Called by ln-100-documents-pipeline (...
|
42 |
| 20360 | azure-keyvault-secrets-rust | sickn33/antigravity-awesome-skills |
Azure Key Vault Secrets SDK for Rust Client library for Azure Key Vault Secrets — secure storage for passwords, API keys, and other secrets. Installation cargo add azure_security_keyvault_secrets azure_identity Environment Variables AZURE_KEYVAULT_URL = https:// < vault-name > .vault.azure.net/ Authentication use azure_identity :: DeveloperToolsCredential ; use azure_security_keyvault_secrets :: SecretClient ; let credential = DeveloperToolsCredential :: new ( None ) ? ; let client = SecretClien...
|
42 |
| 20361 | ph-community-outreach | yoanbernabeu/producthunt-skills |
Product Hunt Community Outreach This skill helps you leverage online communities to amplify your Product Hunt launch while maintaining authenticity and following community guidelines. When to Use This Skill Identifying communities relevant to your product Crafting community-appropriate posts Timing cross-platform promotion Building relationships before launch Avoiding spam flags and bans The Golden Rules Rule 1: Be a Member First Participate for 2-4 weeks before launch Add value through comments...
|
42 |
| 20362 | typescript-lsp | plaited/development-skills |
This skill provides TypeScript Language Server Protocol integration for exploring and understanding TypeScript/JavaScript codebases. IMPORTANT: Prefer LSP tools over Grep/Glob when working with `*.ts`, `*.tsx`, `*.js`, `*.jsx` files. LSP provides type-aware results that understand imports, exports, and symbol relationships. Use these tools to: - Explore codebases - Find symbols, understand module structure, discover implementations - Find references - Type-aware search across the entire code...
|
42 |
| 20363 | ui-development | redpanda-data/console |
Build user interfaces with the Redpanda UI Registry. Activation Conditions - Building/creating UI components or pages - Keywords: "design system", "ui", "frontend", "registry", "component" - Modifying existing registry components Quick Reference | Use components | `use-ui-registry.md` | Add spacing | `style-no-margin-on-registry.md` | Customize look | `style-use-variants.md` | Use icons | `icon-system.md` Workflow 1. Fetch Documentation ``` FIRST: Use MCP tool mcp__redpan...
|
42 |
| 20364 | deepfake-detection | dirnbauer/webconsulting-skills |
Deepfake Detection & Media Authentication Comprehensive framework for detecting synthetic media, analyzing manipulation artifacts, and establishing media provenance in the post-empirical era. When to Use Verifying authenticity of images or videos before publication Detecting AI-generated or manipulated media (deepfakes, face swaps, synthetic voices) Forensic analysis of suspicious media for legal or journalistic purposes Implementing automated media authentication pipelines Establishing conten...
|
42 |
| 20365 | account-onboarding | dengineproblem/agents-monorepo |
Account Onboarding Интерактивный помощник для настройки нового Facebook Ads аккаунта. Твои задачи Провести пользователя через сбор информации (~20 вопросов) Валидировать данные на каждом этапе Показать сводку и запросить подтверждение Создать конфигурационные файлы Проверить подключение к API Что создаётся в результате .claude/ads-agent/config/ ├── ad_accounts.md ← Добавляется запись аккаунта └── briefs/ └── {account_name}.md ← Создаётся новый бриф Workflow (8 шагов) Шаг 0: Приветстви...
|
42 |
| 20366 | implementation-debugging | dylantarre/animation-principles |
Debug animation issues using Disney's principles as diagnostic framework. Problem Indicators - Animation doesn't play at all - Animation plays but looks wrong - Works in dev, broken in production - Inconsistent across browsers - Animation triggers at wrong time - Flickering or visual glitches Diagnosis by Principle Timing Issue: Animation timing is off Debug: Check duration values. Verify units (ms vs s). Check if CSS transition is being overridden. Inspect computed styles. Straig...
|
42 |
| 20367 | seo-forensic-incident-response | sickn33/antigravity-awesome-skills |
SEO Forensic Incident Response You are an expert in forensic SEO incident response. Your goal is to investigate sudden drops in organic traffic or rankings , identify the most likely causes, and provide a prioritized remediation plan. This skill is not a generic SEO audit. It is designed for incident scenarios : traffic crashes, suspected penalties, core update impacts, or major technical failures. When to Use Use this skill when: You need to understand and resolve a sudden, significant drop in ...
|
42 |
| 20368 | istio-expert | personamanagmentlayer/pcl |
Istio Expert You are an expert in Istio service mesh with deep knowledge of traffic management, security, observability, and production operations. You design and manage secure, observable microservices architectures using Istio's control plane and data plane. Core Expertise Istio Architecture Components: Control Plane (istiod): ├── Pilot (traffic management) ├── Citadel (certificate management) ├── Galley (configuration validation) └── Mixer (deprecated in 1.7+) Data Plane: ├── Envoy Proxy...
|
42 |
| 20369 | medusa-security | oimiragieo/agent-studio |
Medusa Security Skill Identity AI-first security scanner integration skill. Leverages Medusa's 76 scanners and 3,000+ detection patterns for comprehensive security analysis including AI/ML-specific vulnerability detection. Capabilities Full Scan — All 76 scanners, comprehensive security analysis AI-Only Scan — Prompt injection, MCP security, agent security, RAG security Quick Scan — Git-changed files only for rapid development feedback Targeted Scan — Specific scanner categories (mcp, secrets, p...
|
42 |
| 20370 | static-analysis | oimiragieo/agent-studio |
Static Analysis Purpose Guide agents through selecting, running, and triaging static analysis tools for C/C++ — clang-tidy, cppcheck, and scan-build — including suppression strategies and CI integration. Triggers "How do I run clang-tidy on my project?" "What clang-tidy checks should I enable?" "cppcheck is reporting false positives — how do I suppress them?" "How do I set up scan-build for deeper analysis?" "My build is noisy with static analysis warnings" "How do I generate compile_commands.js...
|
42 |
| 20371 | tuner | simota/agent-skills |
Tuner Database-performance specialist for query plans, slow-query analysis, index strategy, ORM hot paths, connection pools, and database observability. Tuner complements Schema and does not guess at bottlenecks. Trigger Guidance Use Tuner when the primary problem is database latency, slow queries, poor execution plans, index strategy, connection pressure, or ORM-generated SQL performance. Typical tasks: analyze EXPLAIN or EXPLAIN ANALYZE , recommend indexes, rewrite queries, detect N+1, tune DB...
|
42 |
| 20372 | whisper | trpc-group/trpc-agent-go |
Whisper - Robust Speech Recognition OpenAI's multilingual speech recognition model. When to use Whisper Use when: Speech-to-text transcription (99 languages) Podcast/video transcription Meeting notes automation Translation to English Noisy audio transcription Multilingual audio processing Metrics: 72,900+ GitHub stars 99 languages supported Trained on 680,000 hours of audio MIT License Use alternatives instead: AssemblyAI: Managed API, speaker diarization Deepgram: Real-time streaming AS...
|
42 |
| 20373 | bloat-detector | athola/claude-night-market |
Table of Contents Bloat Categories Quick Start When to Use Confidence Levels Prioritization Module Architecture Safety Bloat Detector Systematically detect and eliminate codebase bloat through progressive analysis tiers. Bloat Categories Category Examples Code Dead code, God classes, Lava flow, duplication AI-Generated Tab-completion bloat, vibe coding, hallucinated deps Documentation Redundancy, verbosity, stale content, slop Dependencies Unused imports, dependency bloat, phantom packages Git...
|
42 |
| 20374 | sparql-university | letta-ai/skills |
This skill provides guidance for writing SPARQL queries against RDF/Turtle datasets, with emphasis on ensuring complete data analysis, proper query construction, and thorough verification. Workflow Step 1: Complete Data Acquisition Before writing any query, ensure complete visibility of the source data. Critical actions: - Read the entire Turtle (.ttl) or RDF file without truncation - If data appears truncated, request additional content or use pagination - Count distinct entities to ve...
|
42 |
| 20375 | linear-cycles | finesssee/linear-cli |
Cycles List cycles linear-cli c list -t ENG Team cycles linear-cli c list -t ENG --output json Current cycle linear-cli c current -t ENG linear-cli c current -t ENG --output json Create cycle linear-cli c create -t ENG --name "Sprint 5" linear-cli c create -t ENG --name "Sprint 5" --starts-at 2024 -01-01 --ends-at 2024 -01-14 Get cycle details linear-cli c get CYCLE_ID Update cycle linear-cli c update CYCLE_ID --name "Sprint 5b" linear-cli c update CYCLE_ID --description "Updated goals" --...
|
42 |
| 20376 | linear-watch | finesssee/linear-cli |
Watch Watch single issue (polls for changes) linear-cli watch LIN-123 Custom interval linear-cli watch LIN-123 --interval 30 Poll every 30 seconds linear-cli watch LIN-123 -i 60 Poll every 60 seconds JSON output for scripting linear-cli watch LIN-123 --output json Flags Flag Purpose -i, --interval Seconds between polls (default: 10) --output json JSON output
|
42 |
| 20377 | batch-qr-generator | dkyazzentwatwa/chatgpt-skills |
Batch QR Generator Generate bulk QR codes from CSV data with UTM tracking, logos, and customizable styling for events, products, and marketing. Purpose Bulk QR code generation for: Event ticketing and check-in Product inventory tracking Marketing campaign tracking (UTM parameters) Business card contact sharing Bulk URL shortening with QR codes Features CSV Input: Generate from spreadsheet data UTM Tracking: Auto-add campaign tracking parameters Custom Styling: Colors, logos, error correction...
|
42 |
| 20378 | devtu-docs-quality | mims-harvard/tooluniverse |
Documentation Quality Assurance Systematic documentation quality system combining automated validation scripts with ToolUniverse-specific structural audits. When to Use Pre-release documentation review After major refactoring (commands, APIs, tool counts changed) User reports confusing or outdated documentation Circular navigation or structural problems suspected Want to establish automated validation pipeline Approach: Two-Phase Strategy Phase A: Automated Validation (15-20 min) Create validati...
|
42 |
| 20379 | panda-css | hashintel/hash |
../../../.config/agents/rules/panda-css.md
|
42 |
| 20380 | notion-ui-skills | ihlamury/design-skills |
Notion UI Skills Opinionated constraints for building Notion-style interfaces with AI agents. When to Apply Reference these guidelines when: Building light-mode interfaces Creating Notion-inspired design systems Implementing UIs with Inter font and 4px grid Colors SHOULD use light backgrounds for primary surfaces MUST use F6F6F6 as page background ( surface-base ) MUST use 97CAEE for primary actions and focus states ( accent ) SHOULD reduce color palette (currently 15 colors detected) MUST maint...
|
42 |
| 20381 | sfdipot-product-factors | proffesor-for-testing/agentic-qe |
SFDIPOT Product Factors Analysis <default_to_action> When analyzing requirements: IDENTIFY document type (epic, user story, spec, architecture doc) DETECT domain context (ecommerce, healthcare, finance, etc.) ANALYZE each SFDIPOT category systematically GENERATE test ideas with action verbs (no "Verify" patterns) ASSIGN priorities (P0-P3) and automation fitness SURFACE clarifying questions for coverage gaps OUTPUT in requested format (HTML, JSON, MD, Gherkin) Quality Gates: Human exploration >= ...
|
42 |
| 20382 | fix-merge-conflicts | cursor/plugins |
Fix merge conflicts Trigger Branch has unresolved merge conflicts and needs a reliable path to a buildable state. Workflow Detect all conflicting files from git status and conflict markers. Resolve each conflict with minimal, correctness-first edits. Prefer preserving both sides when safe. Otherwise, choose the variant that compiles and keeps public behavior stable. Regenerate lockfiles with package manager tools instead of hand-editing. Run compile, lint, and relevant tests. Stage resolved file...
|
42 |
| 20383 | v3 performance optimization | ruvnet/claude-flow |
V3 Performance Optimization What This Skill Does Validates and optimizes claude-flow v3 to achieve industry-leading performance through Flash Attention, AgentDB HNSW indexing, and comprehensive system optimization with continuous benchmarking. Quick Start Initialize performance optimization Task ( "Performance baseline" , "Establish v2 performance benchmarks" , "v3-performance-engineer" ) Target validation (parallel) Task ( "Flash Attention" , "Validate 2.49x-7.47x speedup target" , "v3-perfor...
|
42 |
| 20384 | bdd-principles | thebushidocollective/han |
BDD Principles Master the foundational principles and philosophy of Behavior-Driven Development. What is BDD? Behavior-Driven Development (BDD) is a collaborative software development approach that: Bridges the gap between business and technical teams Uses concrete examples to describe system behavior Creates living documentation that serves as tests Focuses on delivering business value Promotes shared understanding through conversation Core Philosophy Discovery > Development > Delivery Discover...
|
42 |
| 20385 | pixel art professional | willibrandon/pixel-plugin |
This Skill provides advanced pixel art techniques for refining and polishing sprites. It handles dithering patterns, palette optimization, color theory, shading techniques, and antialiasing for professional-quality pixel art. When to Use Use this Skill when the user: - Wants to apply "dithering" or mentions dither patterns - Asks about "palette optimization" or "color reduction" - Mentions "shading", "highlights", "shadows", or "lighting" - Requests "antialiasing", "smoothing", or "edge r...
|
42 |
| 20386 | linear-initiatives | finesssee/linear-cli |
Initiatives List initiatives linear-cli init list linear-cli init list --output json Get initiative details linear-cli init get INITIATIVE_ID linear-cli init get INITIATIVE_ID --output json Flags Flag Purpose --output json JSON output --compact No formatting
|
42 |
| 20387 | appeal-mastery | dylantarre/animation-principles |
Appeal Mastery The Magnetism Principle Appeal is the quality that makes audiences want to watch. It's not about prettiness—villains need appeal too. It's about charisma, clarity, and design excellence that draws the eye and holds attention. Without appeal, technically perfect animation falls flat. With appeal, even simple motion becomes captivating. Core Theory Appeal ≠ Attractiveness: Appeal means compelling, not beautiful. A well-designed monster is appealing. A poorly designed hero is not....
|
42 |
| 20388 | network-ai | jovansapfioneer/network-ai |
Swarm Orchestrator Skill Scope of this skill bundle: All instructions below run local Python scripts ( scripts/*.py ). No network calls are made by this skill. Tokens are UUID-based ( grant_{uuid4().hex} ) stored in data/active_grants.json . Audit logging is plain JSONL ( data/audit_log.jsonl ) — no HMAC signing in the Python layer. HMAC-signed tokens, AES-256 encryption, and the standalone MCP server are all features of the companion Node.js package ( npm install -g network-ai ) — they are not ...
|
42 |
| 20389 | demand-generation | dengineproblem/agents-monorepo |
Demand Generation Expert Strategic expertise in generating and optimizing B2B pipeline. Core Competencies Campaign Strategy Multi-channel campaigns Content marketing integration Webinar programs Paid media strategy Account-based programs Lead Management Lead scoring Lead routing Lead nurturing MQL definition Sales handoff Optimization Funnel optimization Conversion rate improvement Channel mix optimization Budget allocation A/B testing Demand Gen Funnel Stages Traffic → Leads → MQLs → SQLs → Opp...
|
42 |
| 20390 | shadcn-management | julianromli/ai-skills |
Shadcn Component Management Prerequisites Verify project setup: shadcn___get_project_registries If no components.json exists, instruct user: npx shadcn@latest init Quick Add Workflow For simple component additions (e.g., "add a date picker"): Search - Find component in registry: shadcn___search_items_in_registries(registries, query) View - Get implementation details: shadcn___view_items_in_registries(items: ["@shadcn/component-name"]) Examples - Get usage demo: shadcn___get_item_ex...
|
42 |
| 20391 | triage | withastro/astro |
Triage Move issues on the project backlog through a small state machine of triage roles. Every comment or issue posted to the backlog during triage must start with this disclaimer: > *This was generated by AI during triage.* Reference docs AGENT-BRIEF.md — how to write durable agent briefs OUT-OF-SCOPE.md — how the .out-of-scope/ knowledge base works Roles Two category roles: bug — something is broken enhancement — new feature or improvement Five state roles: needs-triage — maintainer needs to e...
|
42 |
| 20392 | root-cause-tracing | zenobi-us/dotfiles |
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 ...
|
42 |
| 20393 | k8s-debug | akin-ozer/cc-devops-skills |
Kubernetes Debugging Skill Overview Systematic toolkit for debugging Kubernetes clusters, workloads, networking, and storage with a deterministic, safety-first workflow. Trigger Phrases Use this skill when requests resemble: "My pod is in CrashLoopBackOff ; help me find the root cause." "Service DNS works in one pod but not another." "Deployment rollout is stuck." "Pods are Pending and not scheduling." "Cluster health looks degraded after a change." "PVC is pending and pods cannot mount storage....
|
42 |
| 20394 | universal-elements | dylantarre/animation-principles |
Universal Element Animation Principles Apply Disney's 12 principles to any UI element for consistent, professional motion design. Universal Application of Principles 1. Squash & Stretch Any element that responds to interaction can squash (compress on impact/press) and stretch (extend on release). Keep it subtle: 2-5% maximum for UI. 2. Anticipation Before any significant action, a brief preparatory motion signals what's coming. Scale down before scale up, pull back before push forward. 50-1...
|
42 |
| 20395 | condition-based-waiting | zenobi-us/dotfiles |
Condition-Based Waiting Overview Flaky tests often guess at timing with arbitrary delays. This creates race conditions where tests pass on fast machines but fail under load or in CI. Core principle: Wait for the actual condition you care about, not a guess about how long it takes. When to Use digraph when_to_use { "Test uses setTimeout/sleep?" [ shape = diamond ] ; "Testing timing behavior?" [ shape = diamond ] ; "Document WHY timeout needed" [ shape = box ] ; "Use condition-based waiting" [ sha...
|
42 |
| 20396 | planning-patterns | romiluz13/cc10x |
Write comprehensive implementation plans assuming the engineer has zero context for the codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. TDD. Frequent commits. Assume they are a skilled developer, but know almost nothing about the toolset or problem domain. Assume they don't know good test design very well. Core princ...
|
42 |
| 20397 | radar | simota/agent-skills |
Radar Reliability-focused testing agent. Add missing tests, fix flaky tests, and raise confidence without changing product behavior. Trigger Guidance Use Radar when the task is primarily about: adding edge-case, regression, unit, or integration tests diagnosing or fixing flaky tests improving coverage or identifying blind spots prioritizing test execution in CI validating async, contract, or multi-service behavior at the test layer Route instead of stretching scope: Voyager for browser-level E2E...
|
42 |
| 20398 | understanding-tauri-process-model | dchuk/claude-code-tauri-skills |
Tauri Process Model Tauri implements a multi-process architecture similar to Electron and modern web browsers. Understanding this model is essential for building secure, performant Tauri applications. Architecture Overview +------------------------------------------------------------------+ | TAURI APPLICATION | +------------------------------------------------------------------+ | ...
|
42 |
| 20399 | medium-300-500ms | dylantarre/animation-principles |
Medium Animations (300-500ms) The 300-500ms range is standard animation territory. Long enough to be watched, short enough to not impede flow. The workhorse duration for meaningful motion. Disney Principles at Medium Duration All 12 Principles Applicable Squash & Stretch: Full expression - visible deformation for bouncing, elastic elements. 15-25% stretch feels natural. Anticipation: Clear preparation - 80-120ms anticipation before main action. Pull back before push forward. Staging: Multi-...
|
42 |
| 20400 | find-skills | agentbay-ai/agentbay-skills |
Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. When to Use This Skill Use this skill when the user: Asks "how do I do X" where X might be a common task with an existing skill Says "find a skill for X" or "is there a skill for X" Asks "can you do X" where X is a specialized capability Expresses interest in extending agent capabilities Wants to search for tools, templates, or workflows Mentions they wish they had help with a specific domain (desi...
|
42 |