███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 251 | free-tool-strategy | coreyhaines31/marketingskills |
Free Tool Strategy (Engineering as Marketing) You are an expert in engineering-as-marketing strategy. Your goal is to help plan and evaluate free tools that generate leads, attract organic traffic, and build brand awareness. Initial Assessment 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 speci...
|
51.4K |
| 252 | referral-program | coreyhaines31/marketingskills |
Referral & Affiliate Programs You are an expert in viral growth and referral marketing. Your goal is to help design and optimize programs that turn customers into growth engines. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (ask if not...
|
51.3K |
| 253 | better-auth-best-practices | better-auth/skills |
Better Auth Integration Guide Always consult better-auth.com/docs for code examples and latest API. Setup Workflow Install: npm install better-auth Set env vars: BETTER_AUTH_SECRET and BETTER_AUTH_URL Create auth.ts with database + config Create route handler for your framework Run npx @better-auth/cli@latest migrate Verify: call GET /api/auth/ok — should return { status: "ok" } Quick Reference Environment Variables BETTER_AUTH_SECRET - Encryption secret (min 32 chars). Generate: openssl rand -b...
|
51.2K |
| 254 | cold-email | coreyhaines31/marketingskills |
Cold Email Writing You are an expert cold email writer. Your goal is to write emails that sound like they came from a sharp, thoughtful human — not a sales machine following a template. 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. Understand the situation ...
|
50.5K |
| 255 | audit-website | squirrelscan/skills |
Website Audit Skill Audit websites for SEO, technical, content, performance and security issues using the squirrelscan cli. squirrelscan provides a cli tool squirrel - available for macos, windows and linux. It carries out extensive website auditing by emulating a browser, search crawler, and analyzing the website's structure and content against over 230+ rules. It will provide you a list of issues as well as suggestions on how to fix them. Links squirrelscan website is at https://squirrelscan.c...
|
50.4K |
| 256 | popup-cro | coreyhaines31/marketingskills |
Popup CRO You are an expert in popup and modal optimization. Your goal is to create popups that convert without annoying users or damaging brand perception. Initial Assessment 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. Before providing recommendations, understand: Popu...
|
50.4K |
| 257 | teach-impeccable | pbakaus/impeccable |
Gather design context for this project, then persist it for all future sessions. Step 1: Explore the Codebase Before asking questions, thoroughly scan the project to discover what you can: README and docs : Project purpose, target audience, any stated goals Package.json / config files : Tech stack, dependencies, existing design libraries Existing components : Current design patterns, spacing, typography in use Brand assets : Logos, favicons, color values already defined Design tokens / CSS varia...
|
50.3K |
| 258 | ad-creative | coreyhaines31/marketingskills |
Ad Creative You are an expert performance creative strategist. Your goal is to generate high-performing ad creative at scale — headlines, descriptions, and primary text that drive clicks and conversions — and iterate based on real performance data. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not alr...
|
50.2K |
| 259 | hyperframes-cli | heygen-com/hyperframes |
HyperFrames CLI Everything runs through npx hyperframes . Requires Node.js >= 22 and FFmpeg. Workflow Scaffold — npx hyperframes init my-video Write — author HTML composition (see the hyperframes skill) Lint — npx hyperframes lint Preview — npx hyperframes preview Render — npx hyperframes render Lint before preview — catches missing data-composition-id , overlapping tracks, unregistered timelines. Scaffolding npx hyperframes init my-video interactive wizard npx hyperframes init my-video --examp...
|
49.5K |
| 260 | gsap | heygen-com/hyperframes |
GSAP Core Tween Methods gsap.to(targets, vars) — animate from current state to vars . Most common. gsap.from(targets, vars) — animate from vars to current state (entrances). gsap.fromTo(targets, fromVars, toVars) — explicit start and end. gsap.set(targets, vars) — apply immediately (duration 0). Always use camelCase property names (e.g. backgroundColor , rotationX ). Common vars duration — seconds (default 0.5). delay — seconds before start. ease — "power1.out" (default), "power3.inOut" , "back....
|
49.5K |
| 261 | handoff | mattpocock/skills |
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save it to a path produced by mktemp -t handoff-XXXXXX.md (read the file before you write to it). Suggest the skills to be used, if any, by the next session. Do not duplicate content already captured in other artifacts (PRDs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead. If the user passed arguments, treat them as a description of what the next session will focus o...
|
49.3K |
| 262 | face-swap | agentspace-so/runcomfy-agent-skills |
Face Swap Swap a face into a still or a video — RunComfy supports both via the runcomfy CLI. This skill routes across the available model API endpoints (community Wan 2-2 Animate, GPT Image 2 Edit, Nano Banana Edit, Flux Kontext, Kling Motion Control) by the user's actual intent. runcomfy.com · Character-swap feature · CLI docs Powered by the RunComfy CLI 1. Install (see runcomfy-cli skill for details) npm i -g @runcomfy/cli or: npx -y @runcomfy/cli --version 2. Sign in runcomfy login or in...
|
49.2K |
| 263 | minimalist-ui | leonxlnx/taste-skill |
Protocol: Premium Utilitarian Minimalism UI Architect 1. Protocol Overview Name: Premium Utilitarian Minimalism & Editorial UI Description: An advanced frontend engineering directive for generating highly refined, ultra-minimalist, "document-style" web interfaces analogous to top-tier workspace platforms. This protocol strictly enforces a high-contrast warm monochrome palette, bespoke typographic hierarchies, meticulous structural macro-whitespace, bento-grid layouts, and an ultra-flat component...
|
49.2K |
| 264 | sentry-cli | sentry/dev |
Sentry CLI Usage Guide Help users interact with Sentry from the command line using the sentry CLI. Prerequisites The CLI must be installed and authenticated before use. Installation curl https://cli.sentry.dev/install -fsS | bash curl https://cli.sentry.dev/install -fsS | bash -s -- --version nightly brew install getsentry/tools/sentry Or install via npm/pnpm/bun npm install -g sentry Authentication sentry auth login sentry auth login --token YOUR_SENTRY_API_TOKEN sentry auth status sentry auth...
|
48.4K |
| 265 | full-output-enforcement | leonxlnx/taste-skill |
Full-Output Enforcement Baseline Treat every task as production-critical. A partial output is a broken output. Do not optimize for brevity — optimize for completeness. If the user asks for a full file, deliver the full file. If the user asks for 5 components, deliver 5 components. No exceptions. Banned Output Patterns The following patterns are hard failures. Never produce them: In code blocks: // ... , // rest of code , // implement here , // TODO , /* ... */ , // similar to above , // continue...
|
48.2K |
| 266 | signup-flow-cro | coreyhaines31/marketingskills |
Signup Flow CRO You are an expert in optimizing signup and registration flows. Your goal is to reduce friction, increase completion rates, and set users up for successful activation. Initial Assessment 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. Before providing recomme...
|
47.9K |
| 267 | hyperframes-registry | heygen-com/hyperframes |
HyperFrames Registry The registry provides reusable blocks and components installable via hyperframes add <name> . Blocks — standalone sub-compositions (own dimensions, duration, timeline). Included via data-composition-src in a host composition. Components — effect snippets (no own dimensions). Pasted directly into a host composition's HTML. When to use this skill User mentions hyperframes add , "block", "component", or hyperframes.json Output from hyperframes add appears in the session (file p...
|
47.7K |
| 268 | convex-quickstart | get-convex/agent-skills |
Convex Quickstart Get a production-ready Convex backend set up in minutes. This skill guides you through initializing Convex, creating your schema, setting up auth, and building your first CRUD operations. When to Use Starting a brand new project with Convex Adding Convex to an existing React/Next.js app Prototyping a new feature with real-time data Converting from another backend to Convex Teaching someone Convex for the first time Prerequisites Check Before starting, verify: node --version v1...
|
47.7K |
| 269 | churn-prevention | coreyhaines31/marketingskills |
Churn Prevention You are an expert in SaaS retention and churn prevention. Your goal is to help reduce both voluntary churn (customers choosing to cancel) and involuntary churn (failed payments) through well-designed cancel flows, dynamic save offers, proactive retention, and dunning strategies. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use t...
|
47.6K |
| 270 | site-architecture | coreyhaines31/marketingskills |
Site Architecture You are an information architecture expert. Your goal is to help plan website structure — page hierarchy, navigation, URL patterns, and internal linking — so the site is intuitive for users and optimized for search engines. Before Planning Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already co...
|
47.4K |
| 271 | video-inpainting | agentspace-so/runcomfy-agent-skills |
Video Inpainting Region edits across video frames — remove an object that appears across many frames, clean up wires or watermarks, replace a region with motion that matches the rest of the clip. This skill routes across the prompt-driven video edit endpoints in the RunComfy catalog and gives the agent a clear default for each intent. runcomfy.com · Wan 2-7 edit-video · CLI docs Powered by the RunComfy CLI 1. Install (see runcomfy-cli skill for details) npm i -g @runcomfy/cli or: npx -y @runc...
|
47.3K |
| 272 | industrial-brutalist-ui | leonxlnx/taste-skill |
SKILL: Industrial Brutalism & Tactical Telemetry UI 1. Skill Meta Name: Industrial Brutalism & Tactical Telemetry Interface Engineering Description: Advanced proficiency in architecting web interfaces that synthesize mid-century Swiss Typographic design, industrial manufacturing manuals, and retro-futuristic aerospace/military terminal interfaces. This discipline requires absolute mastery over rigid modular grids, extreme typographic scale contrast, purely utilitarian color palettes, and the pro...
|
47.3K |
| 273 | convex-performance-audit | get-convex/agent-skills |
Convex Performance Audit Diagnose and fix performance problems in Convex applications, one problem class at a time. When to Use A Convex page or feature feels slow or expensive npx convex insights --details reports high bytes read, documents read, or OCC conflicts Low-freshness read paths are using reactivity where point-in-time reads would do OCC conflict errors or excessive mutation retries High subscription count or slow UI updates Functions approaching execution or transaction limits The sam...
|
47.2K |
| 274 | runcomfy-cli | agentspace-so/runcomfy-agent-skills |
RunComfy CLI One binary, one auth, every RunComfy model. Install once, sign in once, then call any text-to-image, video, edit, lip-sync, face-swap, or LoRA-training endpoint with runcomfy run <model_id> --input '{...}' . This skill is the foundation every other runcomfy-* skill builds on. runcomfy.com · CLI docs · All models Install this skill npx skills add agentspace-so/runcomfy-agent-skills --skill runcomfy-cli -g Install the CLI Pick one: Global install via npm (recommended for repeat use) ...
|
47.1K |
| 275 | image-inpainting | agentspace-so/runcomfy-agent-skills |
Image Inpainting Mask-driven region edits — remove objects, fill gaps, replace masked areas — on RunComfy via the runcomfy CLI. This skill routes to Z-Image Turbo Inpainting when a mask is available, and to instruction-driven edit models when the region must be described in prose. runcomfy.com · Z-Image Inpainting · CLI docs Powered by the RunComfy CLI 1. Install (see runcomfy-cli skill for details) npm i -g @runcomfy/cli or: npx -y @runcomfy/cli --version 2. Sign in runcomfy login or in CI...
|
47.1K |
| 276 | convex-setup-auth | get-convex/agent-skills |
Convex Authentication Setup Implement secure authentication in Convex with user management and access control. When to Use Setting up authentication for the first time Implementing user management (users table, identity mapping) Creating authentication helper functions Setting up auth providers (Convex Auth, Clerk, WorkOS AuthKit, Auth0, custom JWT) First Step: Choose the Auth Provider Convex supports multiple authentication approaches. Do not assume a provider. Before writing setup code: Ask th...
|
47.1K |
| 277 | convex-migration-helper | get-convex/agent-skills |
Convex Migration Helper Safely migrate Convex schemas and data when making breaking changes. When to Use Adding new required fields to existing tables Changing field types or structure Splitting or merging tables Renaming fields Migrating from nested to relational data Migration Principles No Automatic Migrations : Convex doesn't automatically migrate data Additive Changes are Safe : Adding optional fields or new tables is safe Breaking Changes Need Code : Required fields, type changes need migr...
|
47K |
| 278 | convex-create-component | get-convex/agent-skills |
Convex Create Component Create reusable Convex components with clear boundaries and a small app-facing API. When to Use Creating a new Convex component in an existing app Extracting reusable backend logic into a component Building a third-party integration that should own its own tables and workflows Packaging Convex functionality for reuse across multiple apps When Not to Use One-off business logic that belongs in the main app Thin utilities that do not need Convex tables or functions App-level...
|
47K |
| 279 | stitch-design-taste | leonxlnx/taste-skill |
Stitch Design Taste — Semantic Design System Skill Overview This skill generates DESIGN.md files optimized for Google Stitch screen generation. It translates the battle-tested anti-slop frontend engineering directives into Stitch's native semantic design language — descriptive, natural-language rules paired with precise values that Stitch's AI agent can interpret to produce premium, non-generic interfaces. The generated DESIGN.md serves as the single source of truth for prompting Stitch to gener...
|
47K |
| 280 | image-outpainting | agentspace-so/runcomfy-agent-skills |
Image Outpainting Extend a still beyond its original canvas — uncrop, change aspect ratio, fill in what the camera didn't capture. This skill routes across the identity-preserving edit endpoints in the RunComfy catalog, picking the right one for prose-driven extension, reference-style matching, or brand-locked continuation. runcomfy.com · best-image-editing-models · CLI docs Powered by the RunComfy CLI 1. Install (see runcomfy-cli skill for details) npm i -g @runcomfy/cli or: npx -y @runcomfy...
|
46.8K |
| 281 | video-extend | agentspace-so/runcomfy-agent-skills |
Video Extend Continue an existing video clip past its per-call duration cap, or chain a narrative shot-by-shot from a single seed. This skill routes to Google Veo 3-1's extend-video endpoints and ships the documented prompting patterns + the exact runcomfy run invoke. runcomfy.com · Veo 3-1 extend-video · CLI docs Powered by the RunComfy CLI 1. Install (see runcomfy-cli skill for details) npm i -g @runcomfy/cli or: npx -y @runcomfy/cli --version 2. Sign in runcomfy login or in CI: export RU...
|
46.8K |
| 282 | website-to-hyperframes | heygen-com/hyperframes |
Website to HyperFrames Capture a website, then produce a professional video from it. Users say things like: "Capture https://... and make me a 25-second product launch video" "Turn this website into a 15-second social ad for Instagram" "Create a 30-second product tour from https://..." The workflow has 7 steps. Each produces an artifact that gates the next. Step 1: Capture & Understand Read: references/step-1-capture.md Run the capture, read the extracted data, and build a working summary using ...
|
46.8K |
| 283 | video-outpainting | agentspace-so/runcomfy-agent-skills |
Video Outpainting Extend a video's spatial canvas — uncrop vertically or horizontally, change aspect ratio while preserving the central action. This skill routes spatial extension through Wan 2-7 edit-video for prompt-shaped canvas changes, and points the agent at dedicated ComfyUI outpaint workflows when hero-grade seam quality matters. runcomfy.com · Wan 2-7 edit-video · CLI docs Powered by the RunComfy CLI 1. Install (see runcomfy-cli skill for details) npm i -g @runcomfy/cli or: npx -y @r...
|
46.7K |
| 284 | sales-enablement | coreyhaines31/marketingskills |
Sales Enablement You are an expert in B2B sales enablement. Your goal is to create sales collateral that reps actually use — decks, one-pagers, objection docs, demo scripts, and playbooks that help close deals. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task....
|
46K |
| 285 | web-artifacts-builder | anthropics/skills |
Web Artifacts Builder To build powerful frontend claude.ai artifacts, follow these steps: Initialize the frontend repo using scripts/init-artifact.sh Develop your artifact by editing the generated code Bundle all code into a single HTML file using scripts/bundle-artifact.sh Display artifact to user (Optional) Test the artifact Stack : React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn/ui Design & Style Guidelines VERY IMPORTANT: To avoid what is often referred to as "AI slo...
|
45K |
| 286 | compress | juliusbrussee/caveman |
Caveman Compress Purpose Compress natural language files (CLAUDE.md, todos, preferences) into caveman-speak to reduce input tokens. Compressed version overwrites original. Human-readable backup saved as <filename>.original.md . Trigger /caveman:compress <filepath> or when user asks to compress a memory file. Process This SKILL.md lives alongside scripts/ in the same directory. Find that directory. Run: cd <directory_containing_this_SKILL.md> && python3 -m scripts <absolute_filepath> The CLI will...
|
45K |
| 287 | elevenlabs-music-generation | agentspace-so/runcomfy-agent-skills |
ElevenLabs AI Music Generation — Pro Pack on RunComfy Generate full songs and instrumental tracks from a text description — studio-quality 44.1 kHz stereo, 5 seconds to 5 minutes, with section-level structure control. ElevenLabs Music on the RunComfy Model API , called through the runcomfy CLI. runcomfy.com · ElevenLabs Music model · CLI docs Install this skill npx skills add agentspace-so/runcomfy-agent-skills --skill elevenlabs-music-generation -g Powered by the RunComfy CLI 1. Install (one o...
|
44.6K |
| 288 | revops | coreyhaines31/marketingskills |
No SKILL.md available for this skill. View on GitHub
|
44.5K |
| 289 | react:components | google-labs-code/stitch-skills |
Stitch to React Components You are a frontend engineer focused on transforming designs into clean React code. You follow a modular approach and use automated tools to ensure code quality. Retrieval and networking Namespace discovery : Run list_tools to find the Stitch MCP prefix. Use this prefix (e.g., stitch: ) for all subsequent calls. Metadata fetch : Call [prefix]:get_screen to retrieve the design JSON. Check for existing designs : Before downloading, check if .stitch/designs/{page}.html and...
|
44.4K |
| 290 | design-md | google-labs-code/stitch-skills |
Stitch DESIGN.md Skill You are an expert Design Systems Lead. Your goal is to analyze the provided technical assets and synthesize a "Semantic Design System" into a file named DESIGN.md . Overview This skill helps you create DESIGN.md files that serve as the "source of truth" for prompting Stitch to generate new screens that align perfectly with existing design language. Stitch interprets design through "Visual Descriptions" supported by specific color values. Prerequisites Access to the Stitch ...
|
44.2K |
| 291 | controlnet-pose | agentspace-so/runcomfy-agent-skills |
ControlNet & Pose Condition image or video generation on a pose, skeleton, or motion reference. This skill routes across the pose-driven Model API endpoints reachable today and points the agent at ComfyUI workflows for richer ControlNet rigs. runcomfy.com · Kling motion control · CLI docs Powered by the RunComfy CLI 1. Install (see runcomfy-cli skill for details) npm i -g @runcomfy/cli or: npx -y @runcomfy/cli --version 2. Sign in runcomfy login or in CI: export RUNCOMFY_TOKEN=<token> 3. P...
|
42.9K |
| 292 | algorithmic-art | anthropics/skills |
Algorithmic philosophies are computational aesthetic movements that are then expressed through code. Output .md files (philosophy), .html files (interactive viewer), and .js files (generative algorithms). This happens in two steps: Algorithmic Philosophy Creation (.md file) Express by creating p5.js generative art (.html + .js files) First, undertake this task: ALGORITHMIC PHILOSOPHY CREATION To begin, create an ALGORITHMIC PHILOSOPHY (not static images or templates) that will be interpreted thr...
|
42.6K |
| 293 | lipsync | agentspace-so/runcomfy-agent-skills |
Lipsync Drive a face's mouth from an audio track. This skill routes across the lip-sync endpoints in the RunComfy catalog — OmniHuman, Sync Labs sync v2, Kling lipsync, Creatify — picking the right model for the user's actual intent and shipping the documented prompts + the exact runcomfy run invoke. runcomfy.com · Sync Labs models · CLI docs Powered by the RunComfy CLI 1. Install (see runcomfy-cli skill for details) npm i -g @runcomfy/cli or: npx -y @runcomfy/cli --version 2. Sign in runcom...
|
42.5K |
| 294 | ai-video-generation | agentspace-so/runcomfy-agent-skills |
AI Video Generation Generate videos with 40+ AI models via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a video with Veo belt app run google/veo-3-1-fast --input '{"prompt": "drone shot flying over a forest"}' Available Models Text-to-Video Model App ID Best For Veo 3.1 Fast google/veo-3-1-fast Fast, with optional audio Veo 3.1 google/veo-3-1 Best quality, frame interpolation Veo 3 google/veo-3 High quality with audio Veo 3 Fast goog...
|
42.2K |
| 295 | doc-coauthoring | anthropics/skills |
Doc Co-Authoring Workflow This skill provides a structured workflow for guiding users through collaborative document creation. Act as an active guide, walking users through three stages: Context Gathering, Refinement & Structure, and Reader Testing. When to Offer This Workflow Trigger conditions: User mentions writing documentation: "write a doc", "draft a proposal", "create a spec", "write up" User mentions specific doc types: "PRD", "design doc", "decision doc", "RFC" User seems to be starting...
|
42.2K |
| 296 | brand-guidelines | anthropics/skills |
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords : branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Accent Co...
|
42K |
| 297 | ai-avatar-video | agentspace-so/runcomfy-agent-skills |
Install the belt CLI skill: npx skills add belt-sh/cli AI Avatar & Talking Head Videos Create AI avatars and talking head videos via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more
|
41.9K |
| 298 | relight | agentspace-so/runcomfy-agent-skills |
Relight Change how a still is lit — direction, color temperature, intensity, mood — without redoing the shot. This skill routes to Qwen Edit 2509's dedicated relight LoRA when a purpose-built relighting endpoint matters, and to identity-preserving edit endpoints when prose lighting language is enough. runcomfy.com · Qwen Edit relight · CLI docs Powered by the RunComfy CLI 1. Install (see runcomfy-cli skill for details) npm i -g @runcomfy/cli or: npx -y @runcomfy/cli --version 2. Sign in runc...
|
41.9K |
| 299 | ai-image-generation | agentspace-so/runcomfy-agent-skills |
AI Image Generation Generate images with 50+ AI models via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate an image with FLUX belt app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut in space"}' Available Models Model App ID Best For FLUX Dev LoRA falai/flux-dev-lora High quality with custom styles FLUX.2 Klein LoRA falai/flux-2-klein-lora Fast with LoRA support (4B/9B) P-Image pruna/p-image Fast, economical, multiple aspec...
|
41.7K |
| 300 | tailwind-design-system | wshobson/agents |
Tailwind Design System (v4) Build production-ready design systems with Tailwind CSS v4, including CSS-first configuration, design tokens, component variants, responsive patterns, and accessibility. Note : This skill targets Tailwind CSS v4 (2024+). For v3 projects, refer to the upgrade guide . When to Use This Skill Creating a component library with Tailwind v4 Implementing design tokens and theming with CSS-first configuration Building responsive and accessible components Standardizing UI patte...
|
41.2K |