███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 3501 | design-critique | anthropics/knowledge-work-plugins |
/design-critique If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Get structured design feedback across multiple dimensions. Usage /design-critique $ARGUMENTS Review the design: @$1 If a Figma URL is provided, pull the design from Figma. If a file is referenced, read it. Otherwise, ask the user to describe or share their design. What I Need From You The design : Figma URL, screenshot, or detailed description Context : What is this? Who is it for?...
|
4K |
| 3502 | openai-docs | openai/skills |
OpenAI Docs Provide authoritative, current guidance from OpenAI developer docs using the developers.openai.com MCP server. Always prioritize the developer docs MCP tools over web.run for OpenAI-related questions. Only if the MCP server is installed and returns no meaningful results should you fall back to web search. Quick start Use mcp__openaiDeveloperDocs__search_openai_docs to find the most relevant doc pages. Use mcp__openaiDeveloperDocs__fetch_openai_doc to pull exact sections and quote/par...
|
4K |
| 3503 | microservices-architect | jeffallan/claude-skills |
Microservices Architect Senior distributed systems architect specializing in cloud-native microservices architectures, resilience patterns, and operational excellence. Role Definition You are a senior microservices architect with 15+ years of experience designing distributed systems. You specialize in service decomposition, domain-driven design, resilience patterns, service mesh technologies, and cloud-native architectures. You design systems that scale, self-heal, and enable autonomous teams...
|
4K |
| 3504 | wp-block-themes | wordpress/agent-skills |
WP Block Themes When to use Use this skill for block theme work such as: editing theme.json (presets, settings, styles, per-block styles) adding or changing templates ( templates/*.html ) and template parts ( parts/*.html ) adding patterns ( patterns/*.php ) and controlling what appears in the inserter adding style variations ( styles/*.json ) debugging “styles not applying” / “editor doesn’t reflect theme.json” Inputs required Repo root and which theme is targeted (theme directory if multiple e...
|
4K |
| 3505 | migrate-to-shoehorn | vinvcn/mattpocock-skills-zh-cn |
Migrate to Shoehorn Why shoehorn? shoehorn lets you pass partial data in tests while keeping TypeScript happy. It replaces as assertions with type-safe alternatives. Test code only. Never use shoehorn in production code. Problems with as in tests: Trained not to use it Must manually specify target type Double-as ( as unknown as Type ) for intentionally wrong data Install npm i @total-typescript/shoehorn Migration patterns Large objects with few needed properties Before: type Request = { body : {...
|
4K |
| 3506 | burpsuite-project-parser | trailofbits/skills |
Burp Project Parser Search and extract data from Burp Suite project files using the burpsuite-project-file-parser extension. When to Use Searching response headers or bodies with regex patterns Extracting security audit findings from Burp projects Dumping proxy history or site map data Analyzing HTTP traffic captured in a Burp project file Prerequisites This skill delegates parsing to Burp Suite Professional - it does not parse .burp files directly. Required: Burp Suite Professional - Must ...
|
4K |
| 3507 | signed-audit-trails-recipe | wshobson/agents |
Signed Audit Trails for Claude Code Tool Calls Cookbook-style walkthrough for cryptographically signed receipts on every Claude Code tool call. This is the teaching skill. For the runtime implementation, install the protect-mcp plugin. What this gives you Every tool call ( Bash , Edit , Write , WebFetch ) is: Evaluated against a Cedar policy before execution. If the policy denies the call, the tool does not run. Signed as an Ed25519 receipt after execution. Receipts are JCS-canonical, hash-chain...
|
4K |
| 3508 | batch-processor | claude-office-skills/skills |
Batch Processor Skill Overview This skill enables efficient bulk processing of documents - convert, transform, extract, or analyze hundreds of files with parallel execution and progress tracking. How to Use Describe what you want to accomplish Provide any required input data or files I'll execute the appropriate operations Example prompts: "Convert 100 PDFs to Word documents" "Extract text from all images in a folder" "Batch rename and organize files" "Mass update document headers/footers" Domai...
|
4K |
| 3509 | connecting-lambda-to-api-gateway | aws/agent-toolkit-for-aws |
Connecting Lambda to API Gateway Overview Domain expertise for creating Amazon API Gateway REST APIs and connecting them to existing Lambda functions. Covers API creation, resource and method setup, Lambda proxy integration, CORS configuration, security controls, deployment, and testing. Connect a Lambda function to API Gateway To create a REST API and wire it to a Lambda function, follow the procedure exactly. See Lambda to API Gateway connection procedure . The procedure supports configurable ...
|
4K |
| 3510 | dd-pup | datadog-labs/agent-skills |
pup (Datadog CLI) Pup CLI for Datadog API operations. Supports OAuth2 and API key auth. Quick Reference Task Command Search error logs pup logs search --query "status:error" --duration 1h List monitors pup monitors list Mute a monitor pup monitors mute --id 123 --duration 1h Find slow traces pup apm traces list --service api --min-duration 500ms List active incidents pup incidents list --status active Create incident pup incidents create --title "Issue" --severity SEV-2 Query metrics pup metrics...
|
4K |
| 3511 | shopify-automation | claude-office-skills/skills |
Shopify Automation Comprehensive Shopify e-commerce automation covering inventory management, order processing, customer workflows, and analytics. Based on n8n's e-commerce workflow templates. Overview This skill covers: Inventory management and alerts Order processing automation Customer lifecycle workflows Multi-channel synchronization Analytics and reporting Inventory Management Low Stock Alerts workflow : "Inventory Alert System" schedule : "Daily 9am" steps : 1. fetch_inventory : shopify : ...
|
4K |
| 3512 | swiftui-liquid-glass | dimillian/skills |
SwiftUI Liquid Glass Overview Use this skill to build or review SwiftUI features that fully align with the iOS 26+ Liquid Glass API. Prioritize native APIs (glassEffect, GlassEffectContainer, glass button styles) and Apple design guidance. Keep usage consistent, interactive where needed, and performance aware. Workflow Decision Tree Choose the path that matches the request: 1) Review an existing feature Inspect where Liquid Glass should be used and where it should not. Verify correct modifie...
|
4K |
| 3513 | recsys-pipeline-architect | affaan-m/ecc |
recsys-pipeline-architect A spec-and-scaffold skill for building composable recommendation, ranking, and feed pipelines. It encodes the six-stage pattern — Source → Hydrator → Filter → Scorer → Selector → SideEffect — popularized by xAI's open-sourced For You algorithm (Apache 2.0). This skill is an independent reimplementation of the pattern (MIT) — no code copied from the original. Upstream: https://github.com/mturac/recsys-pipeline-architect When to Use User wants to build any system that pic...
|
4K |
| 3514 | git-cleanup | trailofbits/skills |
Git Cleanup Safely clean up accumulated git worktrees and local branches by categorizing them into: safely deletable (merged), potentially related (similar themes), and active work (keep). When to Use When the user has accumulated many local branches and worktrees When branches have been merged but not cleaned up locally When remote branches have been deleted but local tracking branches remain When NOT to Use Do not use for remote branch management (this is local cleanup only) Do not use for rep...
|
4K |
| 3515 | tanstack-table | tanstack-skills/tanstack-skills |
Overview TanStack Table is a headless UI library for building data tables and datagrids. It provides logic for sorting, filtering, pagination, grouping, expanding, column pinning/ordering/visibility/resizing, and row selection - without rendering any markup or styles. Package: @tanstack/react-table Utilities: @tanstack/match-sorter-utils (fuzzy filtering) Current Version: v8 Installation npm install @tanstack/react-table Core Architecture Building Blocks Column Definitions - describe columns (da...
|
4K |
| 3516 | wp-performance | wordpress/agent-skills |
WP Performance (backend-only) When to use Use this skill when: a WordPress site/page/endpoint is slow (frontend TTFB, admin, REST, WP-Cron) you need a profiling plan and tooling recommendations (WP-CLI profile/doctor, Query Monitor, Xdebug/XHProf, APMs) you’re optimizing DB queries, autoloaded options, object caching, cron tasks, or remote HTTP calls This skill assumes the agent cannot use a browser UI. Prefer WP-CLI, logs, and HTTP requests. Inputs required Environment and safety: dev/staging/p...
|
4K |
| 3517 | aws-amplify | aws/agent-toolkit-for-aws |
AWS Amplify Gen2 Build and deploy full-stack applications using AWS Amplify Gen2's TypeScript code-first approach. This skill covers backend resource creation, frontend integration across 8 frameworks, and deployment workflows. Prerequisites Node.js ^18.19.0 || ^20.6.0 || >=22 and npm AWS credentials configured ( aws sts get-caller-identity succeeds) For sandbox: npx ampx --version returns a valid version For mobile: Platform-specific tooling (Xcode, Android Studio, Flutter SDK) Defaults & Assum...
|
4K |
| 3518 | security-audit | cloudflare/security-audit-skill |
Security Audit You are a security auditor. Your job is to find exploitable vulnerabilities with real impact . Platform terminology This skill is agent-neutral. In the methodology: Task tool means the coding agent's delegation or sub-agent mechanism. research agent means a delegated agent optimized for focused codebase exploration and factual verification. general agent means a delegated agent that can investigate broadly and spawn focused research agents. subagent_type means the equivalent deleg...
|
4K |
| 3519 | chat with pdf | claude-office-skills/skills |
Chat with PDF Have intelligent conversations about PDF documents - ask questions, get summaries, and extract specific information. Overview This skill enables you to: Ask questions about PDF content Get summaries at various detail levels Extract specific data points Compare information across multiple PDFs Find relevant sections quickly How to Use Basic Interaction Share or upload the PDF document Ask your question or request Get contextual answers with citations Question Types Factual Questions...
|
4K |
| 3520 | seo-optimizer | claude-office-skills/skills |
SEO Optimizer Comprehensive SEO strategy and optimization covering keyword research, on-page SEO, technical audits, content optimization, and performance tracking. Overview This skill covers: Keyword research and strategy On-page SEO optimization Technical SEO audits Content optimization Rank tracking and reporting Keyword Research Framework Research Process keyword_research : step_1_seed_keywords : sources : - brainstorm : core_product_terms - competitors : top_3_competitor_keywords - customer_...
|
4K |
| 3521 | imagegen | openai/skills |
Generates or edits images for the current project (e.g., website assets, game assets, UI mockups, product mockups, wireframes, logo design, photorealistic images, infographics). Defaults to `gpt-image-1.5` and the OpenAI Image API, and prefers the bundled CLI for deterministic, reproducible runs. When to use - Generate a new image (concept art, product shot, cover, website hero) - Edit an existing image (inpainting, masked edits, lighting or weather transformations, background replacement, o...
|
4K |
| 3522 | seo-ecommerce | agricidaniel/claude-seo |
E-commerce SEO Analysis Comprehensive product page optimization, marketplace intelligence, and competitive pricing analysis. Works standalone (on-page + schema) and with DataForSEO Merchant API for live Google Shopping and Amazon data. Commands Command Purpose DataForSEO? /seo ecommerce <url> Full e-commerce SEO analysis of a product page or store Optional /seo ecommerce products <keyword> Google Shopping competitive analysis Required /seo ecommerce gaps <domain> Keyword gap: organic vs Shopping...
|
4K |
| 3523 | aws-sdk-swift-usage | aws/agent-toolkit-for-aws |
AWS SDK for Swift Async Code Structure All SDK operations are async. Use @main entry point: @main struct Main { static func main ( ) async throws { let client = try await S3Client ( ) // ... async operations } } CRITICAL: Use Struct Config Types NEVER use S3ClientConfiguration or DynamoDBClientConfiguration - these are DEPRECATED classes. ALWAYS use the struct-based config types: S3Client.S3ClientConfig (not S3ClientConfiguration) DynamoDBClient.DynamoDBClientConfig (not DynamoDBClientConfigurat...
|
4K |
| 3524 | dbs-standard-answer | dontbesilent2025/dbskill |
dbs-standard-answer:历史同构与标准答案研究 你的任务:先把用户的现实困境压缩成一个可比较的「结构指纹」,再从历史中寻找同构案例。通过成功案例、失败案例和反例的交叉比较,判断过去是否形成了可复用的标准答案,以及这个答案在用户处境中的适用条件。 这里的「标准答案」指多次独立出现、能解释结果差异、适用条件清楚的应对机制。它可以是成熟共识、条件性答案,也可以是「目前没有统一答案」。 与其他 skill 的边界 用户真正要做的事 使用 skill 找一个今天可以模仿、学习或竞争的对象 /dbs-benchmark 诊断当前业务的矛盾、瓶颈和优先级 /dbs-diagnosis 让不同思想人物分别发表意见 /dbs-chatroom 理解某个理论或知识 /dbs-learning 从历史同构案例中提炼重复解法和边界 /dbs-standard-answer 用户同时要求历史定位与个性化行动方案时,先完成本 skill。历史研究结束后,把已验证机制、适用条件、证据强度和失效边界写进本轮结论;用户还要继续推进时,交回 /dbs 根据当前目标选择下一步。不要在历史证据形成前直接给用户...
|
4K |
| 3525 | improve-retention | wondelai/skills |
Behavior Design Framework Framework for designing products that reliably change behavior. Based on a fundamental truth: behavior is not about willpower or motivation—it is a design problem with a predictable equation. Core Principle The Fogg Behavior Model = B=MAP. Behavior happens when Motivation, Ability, and a Prompt converge at the same moment. HIGH ┃ ┃ ★ Behavior happens ┃ (above the Action Line) ┃ Motivation ┃━━━━━━━━━━━━━━━━━━━━━━━ ← Action Line ┃ ┃ ✗ Behavior fails ┃ (below the...
|
4K |
| 3526 | obviously-awesome | wondelai/skills |
Product Positioning Framework This skill implements the product positioning methodology from April Dunford's "Obviously Awesome." It provides a structured, repeatable process for defining how your product is the best in the world at delivering something a well-defined set of customers cares a lot about. Positioning is the foundational strategic exercise that determines how customers perceive your product, what they compare it to, and ultimately whether they buy it. Core Principle Positioning is ...
|
4K |
| 3527 | integration-connectivity-connected-app-configure | forcedotcom/sf-skills |
integration-connectivity-connected-app-configure: Salesforce Connected Apps & External Client Apps Use this skill when the user needs OAuth app configuration in Salesforce: Connected Apps, External Client Apps (ECAs), JWT bearer setup, PKCE decisions, scope design, or migration from older Connected App patterns to newer ECA patterns. Scope In scope: .connectedApp-meta.xml or .eca-meta.xml files OAuth flow selection and callback / scope setup JWT bearer auth, device flow, client credentials, or a...
|
4K |
| 3528 | batch-convert | claude-office-skills/skills |
Batch Convert Skill Overview This skill enables batch conversion of documents between multiple formats using a unified pipeline. Convert hundreds of files at once with consistent settings, automatic format detection, and parallel processing for maximum efficiency. How to Use Specify the source folder or files Choose target format(s) Optionally configure conversion options I'll process all files with progress tracking Example prompts: "Convert all PDFs in this folder to Word documents" "Batch con...
|
4K |
| 3529 | parallel-cli-setup | parallel-web/parallel-agent-skills |
Parallel CLI Setup Set up or maintain parallel-cli with minimal friction. If you are running this prompt, your goal is to follow the instructions below and set up parallel-cli for the user so that they can execute searches, run extracts, deep research, etc. Step 1: Install or upgrade the CLI Check whether the CLI exists: command -v parallel-cli If missing, install with any of these methods: macOS only: brew install parallel-web/tap/parallel-cli Linux/macOS/Windows (uv): uv tool install "parallel...
|
4K |
| 3530 | stitch::react-components | google-labs-code/stitch-skills |
Stitch to React Components You are a frontend engineer focused on transforming designs into clean React code or syncing/updating existing React components to align with the latest Stitch designs. You follow a modular approach and use automated tools to ensure code quality. CRITICAL: Every step in this skill is MANDATORY. Do NOT skip any step or take shortcuts. Each section contains a GATE that must be satisfied before proceeding. Phase 1: Retrieval and networking GATE: Phase 1 is complete ONLY w...
|
4K |
| 3531 | project-overview | lobehub/lobehub |
LobeHub Project Overview Project Description Open-source, modern-design AI Agent Workspace: LobeHub (previously LobeChat). Supported platforms: Web desktop/mobile Desktop (Electron) Mobile app (React Native) - coming soon Logo emoji: 🤯 Complete Tech Stack Category Technology Framework Next.js 16 + React 19 Routing SPA inside Next.js with react-router-dom Language TypeScript UI Components @lobehub/ui , antd CSS-in-JS antd-style Icons lucide-react, @ant-design/icons i18n react-i18next State zustan...
|
4K |
| 3532 | reddit-leads | lignertys/reddit-research-skills |
reddit-leads Skill Overview AI-powered B2B lead discovery from Reddit. Finds users actively expressing buying intent, scores them 0-100, and classifies by lead type - so you can focus on the warmest prospects first. Powered by reddapi.dev - The Lead Engine indexes 50K+ subreddits with 20M+ posts and 40M+ comments, using 1024D vector search to match on meaning, not just keywords. Key Advantage: ✅ AI lead scoring - Every post scored 0-100 on buying intent signal strength ✅ 5 lead type categories -...
|
4K |
| 3533 | p-video | skills-101/superpowers |
Pruna P-Video Generation Generate videos with Pruna's optimized video models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run pruna/p-video --input '{"prompt": "drone shot flying over a forest at sunset"}' Pruna Video Models Pruna optimizes AI models for speed without sacrificing quality. Model App ID Best For P-Video pruna/p-video Text-to-video, image-to-video, with audi...
|
4K |
| 3534 | p-image | skills-101/superpowers |
Pruna P-Image Generation Generate images with Pruna's optimized P-Image models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run pruna/p-image --input '{"prompt": "a futuristic cityscape at sunset"}' P-Image Models Pruna optimizes AI models for speed without sacrificing quality. Model App ID Best For P-Image pruna/p-image Fast text-to-image, multiple aspect ratios P-Image-...
|
4K |
| 3535 | seedance | skills-101/superpowers |
Install the belt CLI skill: npx skills add belt-sh/cli Seedance 2.0 Video Generation Generate videos with synchronized audio using ByteDance's Seedance 2.0 via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login belt app run bytedance/seedance-2-0 --input '{ "prompt": "a jazz band performing in a dimly lit club", "generate_audio": true }' Show more Installs 2.6K Repository skills-101/superpowers GitHub Stars 7 First Seen 10 days ago Security Audits G...
|
4K |
| 3536 | gpt-image | skills-101/superpowers |
Install the belt CLI skill: npx skills add belt-sh/cli GPT-Image-2 Generate and edit images with OpenAI's GPT-Image-2 via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login belt app run openai/gpt-image-2 --input '{"prompt": "a cat astronaut floating in space"}' Capabilities Show more Installs 2.6K Repository skills-101/superpowers GitHub Stars 7 First Seen 10 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
|
4K |
| 3537 | happyhorse | skills-101/superpowers |
Install the belt CLI skill: npx skills add belt-sh/cli HappyHorse 1.0 Video Generation Generate and edit physically realistic videos with Alibaba's HappyHorse 1.0 models via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login belt app run alibaba/happyhorse-1-0-t2v --input '{"prompt": "a horse galloping across a sunlit meadow"}' HappyHorse Models Show more Installs 2.6K Repository skills-101/superpowers GitHub Stars 7 First Seen 10 days ago Security ...
|
4K |
| 3538 | p-video-avatar | skills-101/superpowers |
Install the belt CLI skill: npx skills add belt-sh/cli Pruna P-Video-Avatar Generate talking head avatar videos from a single portrait image via inference.sh CLI. P-Video-Avatar is the fastest and most cost-effective avatar video model available. Quality on par with Veo 3.0, 18x faster and 6x cheaper than alternatives like Fabric, OmniHuman, and HeyGen. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs 2.6K Repository skills-101/superpowers GitHub...
|
4K |
| 3539 | desktop control | patrickporto/desktop-agent |
Desktop Control Skill This skill provides comprehensive desktop automation capabilities through PyAutoGUI, allowing AI agents to control the mouse, keyboard, take screenshots, and interact with the desktop environment. How to Use This Skill As an AI agent, you can invoke desktop automation commands using the uvx desktop-agent CLI. Command Structure All commands follow this pattern: uvx desktop-agent < category > < command > [ arguments ] [ options ] Categories: mouse - Mouse control keyboard - K...
|
3.9K |
| 3540 | codex | softaworks/agent-toolkit |
Codex Skill Guide Running a Task Default to gpt-5.2 model. Ask the user (via AskUserQuestion ) which reasoning effort to use ( xhigh , high , medium , or low ). User can override model if needed (see Model Options below). Select the sandbox mode required for the task; default to --sandbox read-only unless edits or network access are necessary. Assemble the command with the appropriate options: -m, --model <MODEL> --config model_reasoning_effort="<high|medium|low>" --sandbox <read-only|workspace-...
|
3.9K |
| 3541 | onboarding | launchdarkly/agent-skills |
Onboarding CRO You are an expert in user onboarding and activation. Your goal is to help users reach their "aha moment" as quickly as possible and establish habits that lead to long-term retention. Initial Assessment Check for product marketing context first: If .agents/product-marketing.md exists (or .claude/product-marketing.md , or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context and only ask for information not already cove...
|
3.9K |
| 3542 | professional-communication | softaworks/agent-toolkit |
Professional Communication Overview This skill provides frameworks and guidance for effective professional communication in software development contexts. Whether you're writing an email to stakeholders, crafting a team chat message, or preparing meeting agendas, these principles help you communicate clearly and build professional credibility. Core principle: Effective communication isn't about proving how much you know - it's about ensuring your message is received and understood. When to Use T...
|
3.9K |
| 3543 | paddleocr-text-recognition | aidenwu0209/paddleocr-skills |
PaddleOCR Text Recognition Skill When to Use This Skill Invoke this skill in the following situations: Extract text from images (screenshots, photos, scans, charts) Read text from PDFs or document images Extract text from structured documents (invoices, receipts, forms) Extract text from URLs or local files pointing to images/PDFs Do not use this skill in the following situations: Plain text files that can be read directly with the Read tool Code files or markdown documents Tasks that do not inv...
|
3.9K |
| 3544 | 3d-web-experience | sickn33/antigravity-awesome-skills |
3D Web Experience Expert in building 3D experiences for the web - Three.js, React Three Fiber, Spline, WebGL, and interactive 3D scenes. Covers product configurators, 3D portfolios, immersive websites, and bringing depth to web experiences. Role : 3D Web Experience Architect You bring the third dimension to the web. You know when 3D enhances and when it's just showing off. You balance visual impact with performance. You make 3D accessible to users who've never touched a 3D app. You create moment...
|
3.9K |
| 3545 | dependency-updater | softaworks/agent-toolkit |
Dependency Updater Smart dependency management for any language with automatic detection and safe updates. Quick Start update my dependencies The skill auto-detects your project type and handles the rest. Triggers Trigger Example Update dependencies "update dependencies", "update deps" Check outdated "check for outdated packages" Fix dependency issues "fix my dependency problems" Security audit "audit dependencies for vulnerabilities" Diagnose deps "diagnose dependency issues" Supported Language...
|
3.9K |
| 3546 | product-photography | 101-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Product Photography Create professional product images with AI via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Clean studio packshot belt app run bytedance/seedream-4-5 --input '{ "prompt": "professional product photography, single premium wireless headphone on clean white background, soft studio lighting with subtle shadow, commercial e-commerce style, sharp focus, 4K quality", "size": ...
|
3.9K |
| 3547 | app-store-screenshots | 101-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli App Store Screenshots Create app store screenshots and preview videos via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs 16.1K Repository skills-101/superpowers GitHub Stars 7 First Seen 12 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass
|
3.9K |
| 3548 | character-design-sheet | 101-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Character Design Sheet Create consistent characters across multiple AI-generated images via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs 15.9K Repository skills-101/superpowers GitHub Stars 7 First Seen 12 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
|
3.9K |
| 3549 | youtube-thumbnail-design | 101-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli YouTube Thumbnail Design Create high-CTR YouTube thumbnails with AI image generation via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs 15.9K Repository skills-101/superpowers GitHub Stars 7 First Seen 12 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass
|
3.9K |
| 3550 | storyboard-creation | 101-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Storyboard Creation Create visual storyboards with AI image generation via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a storyboard panel belt app run falai/flux-dev-lora --input '{ "prompt": "storyboard panel, wide establishing shot of a modern city skyline at sunset, cinematic composition, slightly desaturated colors, film still style, 16:9 aspect ratio", "width": 1248, "heigh...
|
3.9K |