Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
2501 document-illustrator op7418/document-illustrator-skill
Document Illustrator Skill 基于 AI 智能分析的文档配图生成工具。无需依赖特定格式,自动理解内容并生成专业配图。 🎯 核心特点 ✨ AI 智能归纳:自动理解文档内容,智能提取核心主题 🎨 格式无关:支持任何格式的文档(Markdown、纯文本、PDF 等) 📐 灵活比例:支持 16:9(横屏)和 3:4(竖屏) 🖼️ 封面图可选:可生成概括全文的封面图 🎭 三种风格:渐变玻璃卡片、票据风格、矢量插画 🚀 使用方法 直接告诉 Claude 帮我为这个文档生成配图:/path/to/document.md 或者: 我想为这篇文章生成一些配图 📝 完整工作流程 第 1 步:Claude 读取和理解文档 当你请求生成配图时,Claude 会: 使用 Read 工具读取完整文档 AI 分析理解文档内容和结构 识别核心主题和要点 无需担心文档格式: ✅ 标准 Markdown(、) ✅ 分隔线格式(======、------) ✅ 纯文本段落 ✅ 任何其他格式 第 2 步:配置选项(3 个问题) Claude 会询问你的偏好: 问题 1:图片比例...
384
2502 social-media-marketing dengineproblem/agents-monorepo
Social Media Marketing Expert Comprehensive knowledge of social media strategy, content creation, community management, and platform optimization. Core Competencies platform_strategy : - "Platform selection and focus" - "Content pillars development" - "Posting schedule optimization" - "Hashtag strategy" - "Algorithm understanding" content_creation : - "Native platform formats" - "Visual content best practices" - "Video strategy" - "Ephemeral content (Stories)" - "User-generated content" communit...
383
2503 security-compliance davila7/claude-code-templates
Security & Compliance Expert Core Principles 1. Defense in Depth Apply multiple layers of security controls so that if one fails, others provide protection. Never rely on a single security mechanism. 2. Zero Trust Architecture Never trust, always verify. Assume breach and verify every access request regardless of location or network. 3. Least Privilege Grant the minimum access necessary for users and systems to perform their functions. Regularly review and revoke unused permissions. 4. Sec...
383
2504 react-flow existential-birds/beagle
React Flow (@xyflow/react) is a library for building node-based graphs, workflow editors, and interactive diagrams. It provides a highly customizable framework for creating visual programming interfaces, process flows, and network visualizations. Quick Start Installation ``` pnpm add @xyflow/react ``` Basic Setup ``` import { ReactFlow, Node, Edge, Background, Controls, MiniMap } from '@xyflow/react'; import '@xyflow/react/dist/style.css'; const initialNodes: Node[] = [ { id: '1'...
383
2505 project-session-management jezweb/claude-skills
Project Session Management Skill Track progress across work sessions using SESSION.md with git checkpoints and concrete next actions. When to Use Starting projects after project-planning generates IMPLEMENTATION_PHASES.md Resuming work after context clears Mid-phase checkpoints when context is full Phase transitions Tracking Implementation → Verification → Debugging cycle Phases vs Sessions Phases (IMPLEMENTATION_PHASES.md): Units of WORK (e.g., "Database Schema", "Auth API"). Have verificati...
383
2506 create mcp app modelcontextprotocol/ext-apps
Create MCP App Build interactive UIs that run inside MCP-enabled hosts like Claude Desktop. An MCP App combines an MCP tool with an HTML resource to display rich, interactive content. Core Concept: Tool + Resource Every MCP App requires two parts linked together: Tool - Called by the LLM/host, returns data Resource - Serves the bundled HTML UI that displays the data The tool's _meta.ui.resourceUri references the resource's URI. Host calls tool → Host renders resource UI → Server returns result →...
383
2507 agile-product-owner davila7/claude-code-templates
Agile Product Owner Complete toolkit for Product Owners to excel at backlog management and sprint execution. Core Capabilities INVEST-compliant user story generation Automatic acceptance criteria creation Sprint capacity planning Backlog prioritization Velocity tracking and metrics Key Scripts user_story_generator.py Generates well-formed user stories with acceptance criteria from epics. Usage: Generate stories: python scripts/user_story_generator.py Plan sprint: python scripts/user_story_g...
382
2508 skill-writer pytorch/pytorch
Skill Writer This Skill helps you create well-structured Agent Skills for Claude Code that follow best practices and validation requirements. When to use this Skill Use this Skill when: Creating a new Agent Skill Writing or updating SKILL.md files Designing skill structure and frontmatter Troubleshooting skill discovery issues Converting existing prompts or workflows into Skills Instructions Step 1: Determine Skill scope First, understand what the Skill should do: Ask clarifying questions:...
382
2509 github-trending majiayu000/claude-arsenal
GitHub Trending Data Access GitHub trending repositories and developers data. Important Note GitHub does NOT provide an official trending API. The trending page at github.com/trending must be scraped directly or use the GitHub Search API as an alternative. Approach 1: Direct Web Scraping (Recommended) Scrape github.com/trending directly using Cheerio: import * as cheerio from 'cheerio' ; interface TrendingRepo { owner : string ; name : string ; fullName : string ; url : string ; description : st...
382
2510 day2-mcp-and-context-sync ai-native-camp/camp-2
Day 2: MCP & Context Sync 이 스킬이 호출되면 아래 STOP PROTOCOL 을 반드시 따른다. 용어 정리 이 스킬에서 사용하는 핵심 용어: 용어 설명 MCP Model Context Protocol. AI와 외부 도구를 연결하는 오픈 표준. USB-C처럼 다양한 서비스를 하나의 규격으로 연결 Host / Client / Server MCP의 3요소. Host=AI 앱(Claude Code), Client=연결 관리자, Server=외부 도구 제공자 Transport MCP 서버 연결 방식. HTTP(클라우드 서비스)와 stdio(로컬 실행) 2가지 Plugin Skill + MCP + Hook + Agent를 묶은 패키지. 설치 한 줄이면 MCP 서버까지 자동 연결 subagent Claude가 다른 Claude를 불러서 일을 시키는 것. 여러 일을 동시에 처리할 때 사용 Explore 에이전트 프로젝트 폴더 구조를 파악해주는 전문 subagent. 읽기 전용 ...
381
2511 day4-wrap-and-analyze ai-native-camp/camp-2
Day 4: Wrap & Analyze 이 스킬이 호출되면 아래 STOP PROTOCOL 을 반드시 따른다. 용어 정리 이 스킬에서 사용하는 핵심 용어: 용어 설명 session-wrap 코딩 세션이 끝날 때 작업을 정리하고 문서화하는 스킬. "퇴근 전 책상 정리" multi-agent 여러 에이전트가 동시에 일하는 패턴. "회의에서 각 팀장에게 동시에 보고 받기" 병렬(Parallel) 여러 작업을 동시에 처리하는 것. "4명의 팀장에게 한꺼번에 보고를 받는 것" (반대: 순차 = 한 명씩 차례로) 2-Phase Pipeline 먼저 분석(Phase 1, 병렬) → 다음 검증(Phase 2, 순차). "전문가 의견 수집 후 팀장이 중복 체크" frontmatter 스킬 파일 맨 위에 --- 로 감싸서 적는 "이름표". 스킬의 이름(name)과 설명(description)을 여기에 적는다 history-insight 과거 세션 기록을 분석해 인사이트를 추출하는 스킬 session-a...
381
2512 confluence membranedev/application-skills
Confluence Confluence is a team collaboration and document management tool. It's used by teams of all sizes to create, organize, and discuss work, all in one place. Think of it as a central hub for project documentation, meeting notes, and knowledge sharing within an organization. Official docs: https://developer.atlassian.com/cloud/confluence/ Confluence Overview Space Page Attachment Blog Post When to use which actions: Use action names and parameters as needed. Working with Confluence This sk...
381
2513 ui-ux-designer sickn33/antigravity-awesome-skills
No SKILL.md available for this skill. View on GitHub
380
2514 awwwards-animations devmartinese/awwwards-animations-skill
Awwwards Animations Create premium web animations at Awwwards/FWA quality level. React-first approach . 60fps non-negotiable. Decision Matrix Task Library Why Scroll-driven animations GSAP + ScrollTrigger + useGSAP Industry standard, best control Smooth scroll Lenis + ReactLenis Best performance, works with ScrollTrigger React-native animations Motion (Framer Motion) Native React, useScroll/useTransform Simple/lightweight effects Anime.js 4.0 Small footprint, clean API Complex timelines GSAP Unm...
380
2515 libtv-skill libtv-labs/libtv-skills
agent-im 会话(生图 / 生视频) 通过 agent-im 的 OpenAPI 创建会话、发送消息(生图、生视频等)、上传图片/视频文件,并查询会话消息进展。 功能 创建会话 / 发消息 - 创建新会话或向已有会话发送一条消息(如「生一个动漫视频」) 查询会话进展 - 根据 sessionId 拉取该会话的消息列表,用于轮询生图/生视频结果 切换项目 - 将当前 accessKey 绑定的项目切换到新项目,后续 create_session 将使用新 projectUuid 上传文件 - 上传图片或视频文件到 OSS,返回可访问的 OSS 地址 前置要求 export LIBTV_ACCESS_KEY = "your-access-key" 可选: OPENAPI_IM_BASE 或 IM_BASE_URL ,默认 https://im.liblib.tv 。 无需安装额外依赖,仅使用 Python 标准库。 使用方法 1. 创建会话 / 发送消息 创建新会话并发送「生一个动漫视频」 python3 { baseDir } /scripts/create_session.py...
380
2516 sentry-setup-ai-monitoring getsentry/sentry-agent-skills
Setup Sentry AI Agent Monitoring Configure Sentry to track LLM calls, agent executions, tool usage, and token consumption. Invoke This Skill When User asks to "monitor AI/LLM calls" or "track OpenAI/Anthropic usage" User wants "AI observability" or "agent monitoring" User asks about token usage, model latency, or AI costs Prerequisites AI monitoring requires tracing enabled (tracesSampleRate > 0). Detection First Always detect installed AI SDKs before configuring: JavaScript grep -E '"(op...
379
2517 skill-improver trailofbits/skills
Skill Improvement Methodology Iteratively improve a Claude Code skill using the skill-reviewer agent until it meets quality standards. Prerequisites Requires the plugin-dev plugin which provides the skill-reviewer agent. Verify it's enabled: run /plugins — plugin-dev should appear in the list. If missing, install from the Trail of Bits plugin repository. Core Loop Review - Call skill-reviewer on the target skill Categorize - Parse issues by severity Fix - Address critical and major issues Evalua...
379
2518 clerk-auth sickn33/antigravity-awesome-skills
Clerk Authentication Patterns Next.js App Router Setup Complete Clerk setup for Next.js 14/15 App Router. Includes ClerkProvider, environment variables, and basic sign-in/sign-up components. Key components: ClerkProvider: Wraps app for auth context , : Pre-built auth forms : User menu with session management Middleware Route Protection Protect routes using clerkMiddleware and createRouteMatcher. Best practices: Single middleware.ts file at project root Use createRouteMatcher for route groups aut...
379
2519 ppt-creator daymade/claude-code-skills
PPT Creator Goal: Transform a simple topic into a presentation-ready, high-quality slide deck. When key information is missing, use the minimal intake form (references/INTAKE.md) to gather context or apply safe defaults. Then follow the workflow (references/WORKFLOW.md) to produce an outline, slide drafts, charts, and speaker notes. After generation, self-evaluate using the rubric (references/RUBRIC.md); if the score is < 75, automatically refine up to 2 iterations until ≥ 75 before delivery. S...
379
2520 deep-productivity hexbee/hello-skills
Deep Productivity Mastery Transform your life with just 1 hour/day of focused building work. This skill applies the three types of work framework—Building, Maintenance, and Recovery—to help you create meaningful progress toward your goals. When to Use This Skill User wants to build something meaningful (business, creative work, personal project) User struggles with focus, distractions, or unclear priorities User has limited time (1 hour/day) and wants to maximize impact User feels stuck in "do...
378
2521 spring-boot-openapi-documentation giuseppe-trisciuoglio/developer-kit
Spring Boot OpenAPI Documentation with SpringDoc Overview SpringDoc OpenAPI is a library that automates the generation of OpenAPI 3.0 documentation for Spring Boot projects. It provides a Swagger UI web interface for exploring and testing APIs without writing additional configuration. This skill provides comprehensive patterns for integrating SpringDoc into Spring Boot 3.x applications, documenting REST endpoints, securing API documentation, and customizing the generated specification. Implement...
378
2522 doc openai/skills
Prefer `uv` for dependency management. Python packages: ``` uv pip install python-docx pdf2image ``` If `uv` is unavailable: ``` python3 -m pip install python-docx pdf2image ``` System tools (for rendering): ``` macOS (Homebrew) brew install libreoffice poppler Ubuntu/Debian sudo apt-get install -y libreoffice poppler-utils ``` If installation isn't possible in this environment, tell the user which dependency is missing and how to install it locally. Environment No required envir...
378
2523 seedance-2.0-prompter pexoai/pexo-skills
Seedance 2.0 Prompt Designer Skill This skill transforms a user's scattered multimodal assets (images, videos, audio) and ambiguous creative intent into a structured, executable prompt for the Seedance 2.0 video generation model. It acts as an expert prompt engineer, ensuring the highest quality output from the underlying model. When to Use When the user provides multiple assets (images, videos, audio) for video generation. When the user's request is complex and requires careful prompt construct...
377
2524 playwright-testing alinaqi/claude-bootstrap
Playwright E2E Testing Skill Load with: base.md + [framework].md For end-to-end testing of web applications with Playwright - cross-browser, fast, reliable. Sources: Playwright Best Practices | Playwright Docs | Better Stack Guide Setup Installation New project npm init playwright@latest Existing project npm install -D @playwright/test npx playwright install Configuration // playwright.config.ts import { defineConfig, devices } from '@playwright/test'; export default defineConfig({ te...
377
2525 aws-cdk-development zxkane/aws-skills
AWS CDK Development This skill provides comprehensive guidance for developing AWS infrastructure using the Cloud Development Kit (CDK), with integrated MCP servers for accessing latest AWS knowledge and CDK utilities. AWS Documentation Requirement CRITICAL: This skill requires AWS MCP tools for accurate, up-to-date AWS information. Before Answering AWS Questions Always verify using AWS MCP tools (if available): mcp__aws-mcp__aws___search_documentation or mcp__*awsdocs*__aws___search_docume...
376
2526 tinybird tinybirdco/tinybird-agent-skills
Tinybird Agent Skills Reusable guidance extracted from Tinybird Code (the Tinybird CLI coding agent). Use this skill when working in Tinybird projects, editing datafiles, running build/deploy flows, exploring data, or managing tests/secrets. When to Apply Creating or updating Tinybird resources (.datasource, .pipe, .connection) Working with queries, endpoints, or data exploration Managing Tinybird deployments, secrets, or tests Reviewing or refactoring Tinybird project files Rule Files rules/p...
376
2527 daily-hot-news one-box-u/openclaw-daily-hot-news
🔥 每日热榜 🎯 概述 提供 54 个热榜源 的本地化查询服务,基于 DailyHotApi 项目。 核心功能 : 📊 热榜查询 - 查询任意平台的热榜数据 📋 分类浏览 - 列出所有支持的热榜源 💾 历史记录 - 自动保存每日热榜数据 ⏰ 定时推送 - 自动推送热榜到飞书 🏗️ 架构设计 用户请求 → DailyHotApi Skill → 本地 DailyHotApi 服务 → 返回格式化结果 组件说明 组件 职责 DailyHotApi 服务 独立运行,抓取/聚合热榜数据 DailyHotApi Skill OpenClaw 插件,处理用户请求 📡 支持的热榜源(54个) 🎬 视频/直播平台 接口 名称 bilibili 哔哩哔哩 acfun AcFun douyin 抖音 kuaishou 快手 coolapk 酷安 💬 社交媒体 接口 名称 weibo 微博 zhihu 知乎 zhihu-daily 知乎日报 tieba 百度贴吧 douban-group 豆瓣讨论小组 v2ex V2EX ngabbs NGA hupu 虎扑 📰 新闻资讯 接口 名称 baidu 百度热搜 ...
376
2528 skill-installer openai/skills
Skill Installer Helps install skills. By default these are from https://github.com/openai/skills/tree/main/skills/.curated , but users can also provide other locations. Use the helper scripts based on the task: List skills when the user asks what is available, or if the user uses this skill without specifying what to do. Default listing is .curated , but you can pass --path skills/.experimental when they ask about experimental skills. Install from the curated list when the user provides a skill ...
376
2529 video-translate heygen-com/skills
Video Translation (HeyGen) Translate and dub existing videos into multiple languages, preserving lip-sync and natural speech patterns. Provide a video URL or HeyGen video ID — no need to create the video on HeyGen first. Authentication All requests require the X-Api-Key header. Set the HEYGEN_API_KEY environment variable. curl -X POST "https://api.heygen.com/v2/video_translate" \ -H "X-Api-Key: $HEYGEN_API_KEY " \ -H "Content-Type: application/json" \ -d '{"video_url": "https://example.com/video...
375
2530 jobs-to-be-done deanpeters/product-manager-skills
Purpose Systematically explore what customers are trying to accomplish (functional, social, emotional jobs), the pains they experience, and the gains they seek. Use this framework to uncover unmet needs, validate product ideas, and ensure your solution addresses real motivations—not just surface-level feature requests. This is not a survey—it's a structured lens for understanding why customers "hire" your product and what would make them "fire" it. Key Concepts The Jobs-to-be-Done Framework Infl...
375
2531 nx-plugins nrwl/nx-ai-agents-config
Finding and Installing new plugins List plugins: pnpm nx list Install plugins pnpm nx add <plugin> . Example: pnpm nx add @nx/react .
374
2532 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...
374
2533 agent-tool-builder sickn33/antigravity-awesome-skills
Agent Tool Builder You are an expert in the interface between LLMs and the outside world. You've seen tools that work beautifully and tools that cause agents to hallucinate, loop, or fail silently. The difference is almost always in the design, not the implementation. Your core insight: The LLM never sees your code. It only sees the schema and description. A perfectly implemented tool with a vague description will fail. A simple tool with crystal-clear documentation will succeed. You push for ex...
374
2534 discovery-interview-prep deanpeters/product-manager-skills
Purpose Guide product managers through preparing for customer discovery interviews by asking adaptive questions about research goals, customer segments, constraints, and methodologies. Use this to design effective interview plans, craft targeted questions, avoid common biases, and maximize learning from limited customer access—ensuring discovery interviews yield actionable insights rather than confirmation bias or surface-level feedback. This is not a script generator—it's a strategic prep proce...
374
2535 clawdstrike cantinaxyz/clawdstrike
Clawstrike Security Audit Goal Audit an OpenClaw deployment for misconfigurations and real-world attack paths. Produce a deterministic OK/VULNERABLE report with severity, evidence, and fixes. Non-negotiable safety rules Verified mode is required. Execute scripts/collect_verified.sh immediately (no consent prompt). Verified mode uses only the strict allowlist; do not run any command outside it. Never run remote content (no curl|bash, wget, Invoke-WebRequest, installers, package managers, update s...
374
2536 top-design wondelai/skills
Top-Design: Award-Winning Digital Experiences Create websites and applications at the level of world-class digital agencies. This skill embodies the craft of studios that consistently win FWA, Awwwards, CSS Design Awards, and Webby Awards. Core Philosophy The agencies you're emulating share these traits: Every pixel is intentional — nothing default, nothing accidental Typography IS the design — not decoration, but architecture Motion creates emotion — animation serves narrative, not novelty Whit...
374
2537 app-store-changelog dimillian/skills
App Store Changelog Overview Generate a comprehensive, user-facing changelog from git history since the last tag, then translate commits into clear App Store release notes. Workflow 1) Collect changes Run scripts/collect_release_changes.sh from the repo root to gather commits and touched files. If needed, pass a specific tag or ref: scripts/collect_release_changes.sh v1.2.3 HEAD. If no tags exist, the script falls back to full history. 2) Triage for user impact Scan commits and files to identi...
374
2538 copywriting davila7/claude-code-templates
Copywriting You are an expert conversion copywriter. Your goal is to write marketing copy that is clear, compelling, and drives action. Before Writing 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 (ask if not provided): 1. Page Purpose What type of pag...
373
2539 optimize marketcalls/vectorbt-backtesting-skills
Identify and fix performance issues to create faster, smoother user experiences. Assess Performance Issues Understand current performance and identify problems: Measure current state : Core Web Vitals : LCP, FID/INP, CLS scores Load time : Time to interactive, first contentful paint Bundle size : JavaScript, CSS, image sizes Runtime performance : Frame rate, memory usage, CPU usage Network : Request count, payload sizes, waterfall Identify bottlenecks : What's slow? (Initial load? Interactions? ...
373
2540 obsidian steipete/clawdis
Obsidian Obsidian vault = a normal folder on disk. Vault structure (typical) Notes: *.md (plain text Markdown; edit with any editor) Config: .obsidian/ (workspace + plugin settings; usually don’t touch from scripts) Canvases: *.canvas (JSON) Attachments: whatever folder you chose in Obsidian settings (images/PDFs/etc.) Find the active vault(s) Obsidian desktop tracks vaults here (source of truth): ~/Library/Application Support/obsidian/obsidian.json obsidian-cli resolves vaults from that file; v...
373
2541 lint-and-validate sickn33/antigravity-awesome-skills
Lint and Validate Skill MANDATORY: Run appropriate validation tools after EVERY code change. Do not finish a task until the code is error-free. Procedures by Ecosystem Node.js / TypeScript Lint/Fix: npm run lint or npx eslint "path" --fix Types: npx tsc --noEmit Security: npm audit --audit-level=high Python Linter (Ruff): ruff check "path" --fix (Fast & Modern) Security (Bandit): bandit -r "path" -ll Types (MyPy): mypy "path" The Quality Loop Write/Edit Code Run Audit: npm run lint && npx tsc ...
373
2542 debugging tursodatabase/turso
Debugging When to use this skill Encountering runtime errors or exceptions Code produces unexpected output or behavior Performance degradation or memory issues Intermittent or hard-to-reproduce bugs Understanding unfamiliar error messages Post-incident analysis and prevention Instructions Step 1: Gather Information Collect all relevant context about the issue: Error details : Full error message and stack trace Error type (syntax, runtime, logic, etc.) When did it start occurring? Is it reproduci...
373
2543 mapbox-style-patterns mapbox/mapbox-agent-skills
Mapbox Style Patterns Skill This skill provides battle-tested style patterns and layer configurations for common mapping scenarios. Pattern Library Pattern 1: Restaurant/POI Finder Use case: Consumer app showing restaurants, cafes, bars, or other points of interest Visual requirements: POIs must be immediately visible Street context for navigation Neutral background (photos/content overlay) Mobile-optimized Recommended layers: { "layers" : [ { "id" : "background" , "type" : "background" , "paint...
372
2544 financial-analysis-agent qodex-ai/ai-agent-skills
Financial Analysis Agent Build intelligent financial analysis agents that evaluate investments, assess risks, and generate data-driven recommendations. Financial Data Integration See examples/financial_data_collector.py for the FinancialDataCollector class that: Integrates with yfinance for stock data Retrieves financial statements (income, balance sheet, cash flow) Fetches key metrics (market cap, PE ratio, dividend yield, etc.) Financial Analysis Techniques Technical Analysis See examples...
372
2545 skill-creator sickn33/antigravity-awesome-skills
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
372
2546 financereport aojdevstudio/finance-guru
Generate comprehensive 8-10 page PDF investment analysis reports with Finance Guru branding. Workflow Routing When executing a workflow, output this notification directly: ``` Running the WorkflowName workflow from the FinanceReport skill... ``` | GenerateSingleReport | "generate report for TSLA", "create PDF" | `workflows/GenerateSingleReport.md` | RegenerateBatch | "regenerate batch", "redo all reports" | `workflows/RegenerateBatch.md` | FullResearchWorkflow | "full analysis", "...
371
2547 shadcn-vue noartem/laravel-vue-skills
shadcn-vue Quick Start (3 Minutes) For Vue Projects (Vite) 1. Initialize shadcn-vue npx shadcn-vue@latest init During initialization: Style: New York or Default (cannot change later!) Base color: Slate (recommended) CSS variables: Yes (required for dark mode) 2. Configure TypeScript Path Aliases // tsconfig.json { "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["./src/*"] } } } 3. Configure Vite // vite.config.ts import { defineConfig } from "vite"; import vue f...
371
2548 list-npm-package-content vercel/ai
List npm Package Content This skill lists the exact contents of an npm package tarball - the same files that would be uploaded to npm and downloaded by users. Usage Run the script from the package directory (e.g., packages/ai): bash scripts/list-package-files.sh The script will build the package, create a tarball, list its contents, and clean up automatically. Understanding Package Contents The files included are determined by: files field in package.json - explicit allowlist of files/d...
371
2549 chrome bridge automation web-infra-dev/midscene-skills
Chrome Bridge Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time for...
370
2550 computer-use-agents sickn33/antigravity-awesome-skills
Computer Use Agents Patterns Perception-Reasoning-Action Loop The fundamental architecture of computer use agents: observe screen, reason about next action, execute action, repeat. This loop integrates vision models with action execution through an iterative pipeline. Key components: PERCEPTION: Screenshot captures current screen state REASONING: Vision-language model analyzes and plans ACTION: Execute mouse/keyboard operations FEEDBACK: Observe result, continue or correct Critical insight: ...
370