███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6751 | benchmark-agents | vercel-labs/vercel-plugin |
Benchmark Agents — Advanced AI Systems Launch real Claude Code sessions with the plugin installed, verify skill injection, monitor PostToolUse validation catches, and produce a coverage report. This skill covers the full eval loop: setup → launch → monitor → verify → fix → release → repeat. How Evals Work (The Only Correct Method) Evals are run by you, in this conversation , not by scripts. The process is: You create directories and install the plugin via Bash tool calls You spawn WezTerm panes ...
|
1.1K |
| 6752 | asc-app-create-ui | rudrankriyam/asc-skills |
asc app create (UI automation) Use this skill to create a new App Store Connect app by driving the web UI. This is opt-in, local-only automation that requires the user to be signed in. Preconditions A browser automation tool is available (Playwright, Cursor browser MCP, or equivalent). User is signed in to App Store Connect (or can complete login + 2FA). The bundle ID must already be registered in the Apple Developer portal. Required inputs are known: app name (max 30 characters) bundle ID (must...
|
1.1K |
| 6753 | qiaomu-mondo-poster-design | joeseesun/qiaomu-mondo-poster-design |
Mondo Style Design Generator Generate AI image prompts AND create actual designs in Mondo's distinctive alternative aesthetic - known for limited-edition screen-printed posters, book covers, and album art with bold colors, minimalist compositions, and symbolic storytelling. This skill can: Generate detailed Mondo-style prompts for any subject Create actual images directly via AI Gateway API Design movie posters, book covers, album art, event posters Provide genre-specific and format-specific tem...
|
1.1K |
| 6754 | analyzing-dotnet-performance | dotnet/skills |
.NET Performance Patterns Scan C/.NET code for performance anti-patterns and produce prioritized findings with concrete fixes. Patterns sourced from the official .NET performance blog series, distilled to customer-actionable guidance. When to Use Reviewing C/.NET code for performance optimization opportunities Auditing hot paths for allocation-heavy or inefficient patterns Systematic scan of a codebase for known anti-patterns before release Second-opinion analysis after manual performance review...
|
1.1K |
| 6755 | wiki-context-pack | ar9av/obsidian-wiki |
Wiki Context Pack — Bounded Token Retrieval You are producing a focused, token-bounded context pack from the wiki. Unlike wiki-query (which answers a question), this skill packages the most relevant wiki knowledge into a single markdown block that a downstream agent, skill, or user can consume directly. Before You Start Resolve config — follow the Config Resolution Protocol in llm-wiki/SKILL.md (walk up CWD for .env → ~/.obsidian-wiki/config → prompt setup). This gives OBSIDIAN_VAULT_PATH and an...
|
1.1K |
| 6756 | dt-obs-frontends | dynatrace/dynatrace-for-ai |
Frontend Observability Skill Monitor web and mobile frontends using Real User Monitoring (RUM) with DQL queries. This skill targets the new RUM experience only; do not use classic RUM data. Overview This skill helps you: Monitor Core Web Vitals and frontend performance Track user sessions, engagement, and behavior Analyze errors and correlate with backend traces Optimize mobile app startup and stability Diagnose performance issues with detailed timing analysis Data Sources: Metrics : timeseries ...
|
1.1K |
| 6757 | dd-monitors | datadog-labs/agent-skills |
Datadog Monitors Create, manage, and maintain monitors for alerting. Prerequisites This requires Go or the pup binary in your path. pup - go install github.com/datadog-labs/pup@latest Ensure ~/go/bin is in $PATH . Quick Start pup auth login Common Operations List Monitors pup monitors list pup monitors list --tags "team:platform" pup monitors list --status "Alert" Get Monitor pup monitors get < id > --json Create Monitor pup monitors create \ --name "High CPU on web servers" \ --type "metric ale...
|
1.1K |
| 6758 | e2e-testing | affaan-m/ecc |
E2E Testing Patterns Comprehensive Playwright patterns for building stable, fast, and maintainable E2E test suites. Test File Organization tests/ ├── e2e/ │ ├── auth/ │ │ ├── login.spec.ts │ │ ├── logout.spec.ts │ │ └── register.spec.ts │ ├── features/ │ │ ├── browse.spec.ts │ │ ├── search.spec.ts │ │ └── create.spec.ts │ └── api/ │ └── endpoints.spec.ts ├── fixtures/ │ ├── auth.ts │ └── data.ts └── playwright.config.ts Page Object Model (POM) import { Pag...
|
1.1K |
| 6759 | brand-voice | affaan-m/ecc |
Brand Voice Build a durable voice profile from real source material, then use that profile everywhere instead of re-deriving style from scratch or defaulting to generic AI copy. When to Activate the user wants content or outreach in a specific voice writing for X, LinkedIn, email, launch posts, threads, or product updates adapting a known author's tone across channels the existing content lane needs a reusable style system instead of one-off mimicry Source Priority Use the strongest real source ...
|
1.1K |
| 6760 | benchmark-testing | vercel-labs/vercel-plugin |
Benchmark Testing Create isolated test projects that exercise vercel-plugin skill injection with realistic, technology-agnostic prompts. Workflow 1. Create test directories BASE =~ /dev/vercel-plugin-testing mkdir -p " $BASE " / { 01-slug,02-slug, .. . } 2. Install the plugin in each directory Show more Installs 843 Repository vercel-labs/ver…l-plugin GitHub Stars 205 First Seen Mar 7, 2026 Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
|
1.1K |
| 6761 | plugin-audit | vercel-labs/vercel-plugin |
Plugin Audit Audit how well vercel-plugin skill injection performs on real-world Claude Code sessions. Workflow 1. Locate conversation logs Find JSONL conversation logs for a target project: ls -lt ~/.claude/projects/-Users-*- < project-name > /*.jsonl The path uses the project's absolute path with slashes replaced by hyphens and a leading hyphen. 2. Extract tool calls Parse the JSONL log to extract all tool_use entries. Each line is a JSON object with message.content[] containing type: "tool_us...
|
1.1K |
| 6762 | release | vercel-labs/vercel-plugin |
Release Workflow This skill provides a systematic workflow for creating and publishing releases for the linear-cli project. It handles changelog management, version bumping, testing, and tagging. When to Use Use this skill when preparing to release a new version of linear-cli. The workflow ensures all changes are documented, tests pass, and versions are properly tagged before publishing. Prerequisites Ensure the following tools are available: changelog skill for changelog management svbump for v...
|
1.1K |
| 6763 | benchmark-e2e | vercel-labs/vercel-plugin |
Benchmark E2E Single-command pipeline that creates projects, exercises skill injection via claude --print , launches dev servers, verifies they work, analyzes conversation logs, and generates actionable improvement reports. Quick Start Full suite (9 projects, ~2-3 hours) bun run scripts/benchmark-e2e.ts Quick mode (first 3 projects, ~30-45 min) bun run scripts/benchmark-e2e.ts --quick Options: Show more Installs 929 Repository vercel-labs/ver…l-plugin GitHub Stars 205 First Seen Mar 9, 2026 Se...
|
1.1K |
| 6764 | benchmark-sandbox | vercel-labs/vercel-plugin |
Benchmark Sandbox — Remote Eval via Vercel Sandboxes Run benchmark scenarios inside Vercel Sandboxes — ephemeral Firecracker microVMs with node24. Each sandbox gets a fresh Claude Code + Vercel CLI + agent-browser install, the local vercel-plugin uploaded, and runs a 3-phase eval pipeline : Phase 1 (BUILD) : Claude Code builds the app with --dangerously-skip-permissions --debug Phase 2 (VERIFY) : A follow-up Claude Code session uses agent-browser to walk through user stories, fixing issues until...
|
1.1K |
| 6765 | next-forge | vercel-labs/vercel-plugin |
next-forge next-forge is a production-grade Turborepo template for building Next.js SaaS applications. It provides a monorepo structure with multiple apps, shared packages, and integrations for authentication, database, payments, email, CMS, analytics, observability, security, and more. Quick Start Initialize a new project: npx next-forge@latest init The CLI prompts for a project name and package manager (bun, npm, yarn, or pnpm). After installation: Set the DATABASE_URL in packages/database/.en...
|
1.1K |
| 6766 | github-release | jezweb/claude-skills |
GitHub Release Sanitize and release projects to GitHub. Two-phase workflow: safety checks first, then tag and publish. Prerequisites gh CLI installed and authenticated ( gh auth status ) gitleaks installed for secrets scanning ( brew install gitleaks or download from GitHub) Git repository with a remote configured Workflow Phase 1: Sanitize Run these checks before any public release. Stop on blockers. 1. Scan for Secrets (BLOCKER) gitleaks detect --no-git --source = . --verbose If secrets found:...
|
1.1K |
| 6767 | macos-spm-app-packaging | dimillian/skills |
macOS SwiftPM App Packaging (No Xcode) Overview Bootstrap a complete SwiftPM macOS app folder, then build, package, and run it without Xcode. Use assets/templates/bootstrap/ for the starter layout and references/packaging.md + references/release.md for packaging and release details. Two-Step Workflow Bootstrap the project folder Copy assets/templates/bootstrap/ into a new repo. Rename MyApp in Package.swift, Sources/MyApp/, and version.env. Customize APP_NAME, BUNDLE_ID, and versions. Build...
|
1.1K |
| 6768 | continuous-learning-v2 | affaan-m/ecc |
Continuous Learning v2 - Instinct-Based Architecture An advanced learning system that turns your Claude Code sessions into reusable knowledge through atomic "instincts" - small learned behaviors with confidence scoring. What's New in v2 Feature v1 v2 Observation Stop hook (session end) PreToolUse/PostToolUse (100% reliable) Analysis Main context Background agent (Haiku) Granularity Full skills Atomic "instincts" Confidence None 0.3-0.9 weighted Evolution Direct to skill Instincts → cluster → s...
|
1.1K |
| 6769 | git-workflow | affaan-m/ecc |
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
|
1.1K |
| 6770 | literature-search-biorxiv | google-deepmind/science-skills |
bioRxiv and medRxiv Literature Search Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this skill directory then (1) prominently notify the user to check the terms at https://api.biorxiv.org/ and https://www.biorxiv.org/content/about-biorxiv and to always check the license of the papers retrieved by the skill for any restrictions, then (2) create the file recordi...
|
1.1K |
| 6771 | feishu-binding | starchild-ai-agent/official-skills |
📱 Feishu/Lark Binding Connect / disconnect the user's Feishu (飞书) or Lark account so the agent can chat via the Feishu/Lark app. The feishu tool stays built-in. This SKILL.md is the reference doc. See also config/context/references/messaging-channels.md — how messages are routed across channels skills/wechat-binding/SKILL.md — analogous WeChat flow skills/tg-bot-binding/SKILL.md — analogous Telegram flow Brand selection Brand Region Domain feishu China mainland (中国大陆) feishu.cn / accounts.feishu...
|
1.1K |
| 6772 | grimoire-aave | franalgaba/grimoire |
Grimoire Aave Skill Use this skill to query Aave V3 metadata and reserve snapshots for strategy inputs. Preferred invocations: grimoire venue aave ... npx -y @grimoirelabs/cli venue aave ... (no-install) bun run packages/cli/src/index.ts venue aave ... (repo-local) grimoire-aave ... (direct binary from @grimoirelabs/venues ) Recommended preflight: grimoire venue doctor --adapter aave --chain 1 --rpc-url <rpc> --json Commands grimoire venue aave health [--format <json|table>] grimoire venue aave ...
|
1.1K |
| 6773 | codebase-onboarding | affaan-m/ecc |
Codebase Onboarding Systematically analyze an unfamiliar codebase and produce a structured onboarding guide. Designed for developers joining a new project or setting up Claude Code in an existing repo for the first time. When to Use First time opening a project with Claude Code Joining a new team or repository User asks "help me understand this codebase" User asks to generate a CLAUDE.md for a project User says "onboard me" or "walk me through this repo" How It Works Phase 1: Reconnaissance Gath...
|
1.1K |
| 6774 | database-migrations | affaan-m/ecc |
Database Migration Patterns Safe, reversible database schema changes for production systems. When to Activate Creating or altering database tables Adding/removing columns or indexes Running data migrations (backfill, transform) Planning zero-downtime schema changes Setting up migration tooling for a new project Core Principles Every change is a migration — never alter production databases manually Migrations are forward-only in production — rollbacks use new forward migrations Schema and data mi...
|
1.1K |
| 6775 | workflow-skill-creator | google-deepmind/science-skills |
Workflow-to-Skill Distiller Turns a completed workflow into a reusable agent skill. Specifically, this skill extracts patterns from an interaction or workflow that already happened and packages them. [!CAUTION] You MUST complete Phase 1 (Brainstorming) before writing any code or SKILL.md content. Skipping brainstorming produces skills that are either too rigid or too vague. The brainstorming conversation is the most important part of this process. Phase 1: Brainstorming (MANDATORY) Have an itera...
|
1.1K |
| 6776 | cpq-builder | customware-ai/skills |
CPQ Builder Skill What This Skill Does This skill defines how to build a Configure-Price-Quote tool — any system where users configure inputs, the system applies rules to calculate results, and the output is a formatted document that may require review/approval. CPQ is NOT limited to product pricing. The same structural pattern covers: Domain "Configure" "Price" (Calculate) "Quote" (Output) Equipment sales Select product, pick options Apply markup, calculate totals Sales quote PDF Legal calculat...
|
1.1K |
| 6777 | dt-obs-aws | dynatrace/dynatrace-for-ai |
AWS Cloud Infrastructure Monitor and analyze AWS resources using Dynatrace Smartscape and DQL. Query AWS services, optimize costs, manage security, and plan capacity across your AWS infrastructure. When to Use This Skill Use this skill when the user needs to work with AWS resources in Dynatrace. Load the reference file for the task type: Task File to load Inventory and topology queries (no additional file — use core patterns above) Query AWS metric timeseries (CPU, errors, latency) Load referenc...
|
1.1K |
| 6778 | newsletter-generation | bytedance/deer-flow |
Newsletter Generation Skill Overview This skill generates professional, well-researched newsletters that combine curated content from multiple sources with original analysis and commentary. It follows modern newsletter best practices from publications like Morning Brew, The Hustle, TLDR, and Benedict Evans to produce content that is informative, engaging, and actionable. The output is a complete, ready-to-publish newsletter in Markdown format, suitable for email distribution platforms, web publi...
|
1.1K |
| 6779 | documentation-lookup | affaan-m/ecc |
Documentation Lookup (Context7) When the user asks about libraries, frameworks, or APIs, fetch current documentation via the Context7 MCP (tools resolve-library-id and query-docs ) instead of relying on training data. Core Concepts Context7 : MCP server that exposes live documentation; use it instead of training data for libraries and APIs. resolve-library-id : Returns Context7-compatible library IDs (e.g. /vercel/next.js ) from a library name and query. query-docs : Fetches documentation and co...
|
1.1K |
| 6780 | golang-patterns | affaan-m/ecc |
Go Development Patterns Idiomatic Go patterns and best practices for building robust, efficient, and maintainable applications. When to Activate Writing new Go code Reviewing Go code Refactoring existing Go code Designing Go packages/modules Core Principles 1. Simplicity and Clarity Go favors simplicity over cleverness. Code should be obvious and easy to read. // Good: Clear and direct func GetUser(id string) (*User, error) { user, err := db.FindUser(id) if err != nil { retur...
|
1.1K |
| 6781 | agent-architecture-audit | affaan-m/ecc |
Agent Architecture Audit A diagnostic workflow for agent systems that hide failures behind wrapper layers, stale memory, retry loops, or transport/rendering mutations. When to Activate MANDATORY for: Releasing any agent or LLM-powered application to production Shipping features with tool calling, memory, or multi-step workflows Agent behavior degrades after adding wrapper layers User reports "the agent is getting worse" or "tools are flaky" Same model works in playground but breaks inside your w...
|
1.1K |
| 6782 | flutter-dart-code-review | affaan-m/ecc |
Flutter/Dart Code Review Best Practices Comprehensive, library-agnostic checklist for reviewing Flutter/Dart applications. These principles apply regardless of which state management solution, routing library, or DI framework is used. 1. General Project Health Project follows consistent folder structure (feature-first or layer-first) Proper separation of concerns: UI, business logic, data layers No business logic in widgets; widgets are purely presentational pubspec.yaml is clean — no unused dep...
|
1.1K |
| 6783 | fastapi-patterns | affaan-m/ecc |
FastAPI Patterns Production-oriented patterns for FastAPI services. When to Use Building or reviewing a FastAPI app. Splitting routers, schemas, dependencies, and database access. Writing async endpoints that call a database or external service. Adding authentication, authorization, OpenAPI docs, tests, or deployment settings. Checking a FastAPI PR for copy-pasteable examples and production risks. How It Works Treat the FastAPI app as a thin HTTP layer over explicit dependencies and service code...
|
1.1K |
| 6784 | wiki-stage-commit | ar9av/obsidian-wiki |
Wiki Stage Commit — Staged Write Promotion You are reviewing LLM-written pages that are waiting in _staging/ for human approval before they land in the live wiki. This skill is only useful when WIKI_STAGED_WRITES=true in the vault config. Before You Start Resolve config — follow the Config Resolution Protocol in llm-wiki/SKILL.md . This gives OBSIDIAN_VAULT_PATH and WIKI_STAGED_WRITES . If WIKI_STAGED_WRITES is not set or is false , tell the user: "Staged writes mode is not enabled. Set WIKI_STA...
|
1.1K |
| 6785 | rev-struct | p4nda0s/reverse-skills |
rev-struct - Structure Recovery Recover data structure definitions by analyzing memory access patterns in functions and their call chains. Pre-check Determine which IDA access method is available: Option A — IDA Pro MCP (preferred if connected): Check if the IDA Pro MCP server is connected (look for an active ida-pro or equivalent MCP connection). If connected, you can query IDA directly via MCP tools — no exported files needed. Proceed with the analysis using MCP. Option B — IDA-NO-MCP exported...
|
1.1K |
| 6786 | adspower-browser | adspower/adspower-browser |
AdsPower Local API with adspower-browser The Skills CLI (npx adspower-browser) is the package manager for operate AdsPower browser profiles, groups, proxies, and application/category lists via the adspower-browser CLI. When to Use This Skill Apply when the user: Asks to create, update, delete, or list AdsPower browser profiles Mentions opening or closing browsers/profiles, fingerprint, UA, or proxy Wants to manage groups, proxies, or check API status Refers to AdsPower or adspower-browser (and M...
|
1.1K |
| 6787 | domain-context | customware-ai/skills |
Progressive Domain Crystallization (PDC) Skill What This Skill Does This skill enables any AI assistant to build and use a living domain knowledge base for any business application — accumulated incrementally across sessions through a human-AI collaborative protocol. The AI never "knows" the domain by default. But with this skill, it can: Read a structured DOMAIN.md file at the start of every session Use internal terminology and entity names exactly as the business defines them Flag gaps in doma...
|
1.1K |
| 6788 | test | facebook/react |
Run tests for the React codebase. Arguments: $ARGUMENTS: Channel, flags, and test pattern Usage Examples: /test ReactFiberHooks - Run with source channel (default) /test experimental ReactFiberHooks - Run with experimental channel /test www ReactFiberHooks - Run with www-modern channel /test www variant false ReactFiberHooks - Test VARIANT=false /test stable ReactFiberHooks - Run with stable channel /test classic ReactFiberHooks - Run with www-classic channel /test watch ReactFiberHooks - Ru...
|
1.1K |
| 6789 | table-generation | lingzhi227/agent-research-skills |
Table Generation Convert experimental results into publication-ready LaTeX tables. Input $0 — Table type: comparison , ablation , descriptive , custom $1 — Data source: JSON file, CSV file, or inline data Scripts Generate LaTeX table from JSON/CSV python ~/.claude/skills/table-generation/scripts/results_to_table.py \ --input results.json --type comparison \ --bold-best max --caption "Performance comparison" \ --label tab:main_results Supports: comparison , ablation , descriptive , multi-dataset ...
|
1.1K |
| 6790 | flywheel | boshu2/agentops |
Flywheel Skill Monitor the knowledge flywheel health. The Flywheel Model Sessions → Transcripts → Forge → Pool → Promote → Knowledge ↑ │ └───────────────────────────────────────────────┘ Future sessions find it Velocity = Rate of knowledge flowing through Friction = Bottlenecks slowing the flywheel Execution Steps Given /flywheel : Step 1: Measure Knowledge Pools Count top-level artifact files (avoid counting directories) LEARNINGS = $( find .agents...
|
1.1K |
| 6791 | heal-skill | boshu2/agentops |
/heal-skill — Automated Skill Maintenance Purpose: Detect and auto-fix common skill hygiene issues across the skills/ directory. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Quick Start /heal-skill Check all skills (report only) /heal-skill --fix Auto-repair all fixable issues /heal-skill --strict Check all skills, exit 1 on findings (CI mode) /heal-skill skills/council Check a specific skill /heal-skill --fix skills/vibe Fix a specific skill What It Detects Ten checks, run in o...
|
1.1K |
| 6792 | earnings-recap | himself65/finance-skills |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Earnings Recap Skill Generates a post-earnings analysis using Yahoo Finance data via yfinance . Covers the actual vs estimated numbers, surprise magnitude, stock price reaction, and financial context — a complete picture of what happened. Important : Data is for research and educational purposes only. Not financial advice. yfinance is not affil...
|
1.1K |
| 6793 | tanstack-devtools | tanstack-skills/tanstack-skills |
Overview TanStack Devtools provides a unified debugging interface that consolidates devtools for TanStack Query, Router, and other libraries into a single panel. It features a framework-agnostic plugin architecture, real-time state inspection, and support for custom plugins. Built with Solid.js for lightweight performance. React: @tanstack/react-devtools Core: @tanstack/devtools Status: Alpha Installation npm install @tanstack/react-devtools Basic Setup import { TanStackDevtools } from '@tanstac...
|
1.1K |
| 6794 | verification-loop | affaan-m/ecc |
Verification Loop Skill A comprehensive verification system for Claude Code sessions. When to Use Invoke this skill: After completing a feature or significant code change Before creating a PR When you want to ensure quality gates pass After refactoring Verification Phases Phase 1: Build Verification Check if project builds npm run build 2 > &1 | tail -20 OR pnpm build 2 > &1 | tail -20 If build fails, STOP and fix before continuing. Phase 2: Type Check TypeScript projects npx tsc --noEmit 2 >...
|
1.1K |
| 6795 | claude-design | jiji262/claude-design-skill |
Claude Design You are an expert designer working with the user as your manager. Your deliverable is a design artifact produced in HTML. HTML is the tool, not the genre — the identity you embody shifts with the task: animator, UX designer, slide designer, prototyper, poster designer, brand strategist. Default to web-design tropes only when the output actually is a web page. Your job is to translate an ambiguous creative ask into a concrete, high-quality artifact — grounded in real design context ...
|
1.1K |
| 6796 | motion-ui | affaan-m/ecc |
Motion System v4.2 Production-ready UI motion system for React / Next.js. Focused on performance, accessibility, and usability — not decoration. When to Use Use this motion system when motion: Guides attention (e.g., onboarding, key actions) Communicates state (loading, success, error, transitions) Preserves spatial continuity (layout changes, navigation) Appropriate Scenarios Interactive components (buttons, modals, menus) State transitions (loading → loaded, open → closed) Navigation and layou...
|
1.1K |
| 6797 | remotion-video-creation | affaan-m/ecc |
When to use Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge. How to use Read individual rule files for detailed explanations and code examples: rules/3d.md - 3D content in Remotion using Three.js and React Three Fiber rules/animations.md - Fundamental animation skills for Remotion rules/assets.md - Importing images, videos, audio, and fonts into Remotion rules/audio.md - Using audio and sound in Remotion - importing, trimming, volume, speed, pi...
|
1.1K |
| 6798 | deployment-patterns | affaan-m/ecc |
Deployment Patterns Production deployment workflows and CI/CD best practices. When to Activate Setting up CI/CD pipelines Dockerizing an application Planning deployment strategy (blue-green, canary, rolling) Implementing health checks and readiness probes Preparing for a production release Configuring environment-specific settings Deployment Strategies Rolling Deployment (Default) Replace instances gradually — old and new versions run simultaneously during rollout. Instance 1: v1 → v2 (update f...
|
1.1K |
| 6799 | muapi-ai-clipping | samuraigpt/generative-media-skills |
AI Clipping One API call: long video in → ranked vertical short clips out. Each clip ships with a viral score (0–100), an opening hook line, a one-sentence "why it works" reason, and a hosted mp4 URL. Underlying API: https://muapi.ai/playground/ai-clipping Reference implementation (open source): https://github.com/SamurAIGPT/AI-Youtube-Shorts-Generator When to Use Auto-clip a podcast, interview, lecture, vlog, or stream into TikTok / Reels / Shorts. Extract the best 30–75s moments from any hoste...
|
1.1K |
| 6800 | verify | facebook/react |
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 ...
|
1.1K |