███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 1201 | design-system-patterns | wshobson/agents |
Design System Patterns Master design system architecture to create consistent, maintainable, and scalable UI foundations across web and mobile applications. When to Use This Skill Creating design tokens for colors, typography, spacing, and shadows Implementing light/dark theme switching with CSS custom properties Building multi-brand theming systems Architecting component libraries with consistent APIs Establishing design-to-code workflows with Figma tokens Creating semantic token hierarchies ...
|
13.2K |
| 1202 | astro | astrolicious/agent-skills |
Astro Usage Guide Always consult docs.astro.build for code examples and latest API. Astro is the web framework for content-driven websites. Quick Reference File Location CLI looks for astro.config.js, astro.config.mjs, astro.config.cjs, and astro.config.ts in: ./. Use --config for custom path. CLI Commands npx astro dev - Start the development server. npx astro build - Build your project and write it to disk. npx astro check - Check your project for errors. npx astro add - Add an integratio...
|
13.2K |
| 1203 | sanity-migration | sanity-io/agent-toolkit |
Sanity Migration Use this skill for CMS-to-Sanity migration work. Treat migration as a content strategy and ETL project, not a blind lift-and-shift. Required Workflow Read references/general.md first. If the source platform is known, also read its guide: AEM / Adobe Experience Manager: references/aem.md Contentful: references/contentful.md Strapi: references/strapi.md Webflow: references/webflow.md WordPress / WXR / Elementor: references/wordpress.md Payload: references/payload.md Drupal: refere...
|
13.2K |
| 1204 | wecomcli-smartsheet | wecomteam/wecom-cli |
企业微信智能表格管理 wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 管理企业微信智能表格的结构(子表、字段/列)和数据(记录)。所有接口支持通过 docid 或 url 二选一定位文档。 调用方式 通过 wecom-cli 调用,品类为 doc : wecom-cli doc < tool_name > '<json_params>' 返回格式说明 所有接口返回 JSON 对象,包含以下公共字段: 字段 类型 说明 errcode integer 返回码, 0 表示成功,非 0 表示失败 errmsg string 错误信息,成功时为 "ok" 当 errcode 不为 0 时,说明接口调用失败,可重试 1 次;若仍失败,将 errcode 和 errmsg 展示给用户。 一、智能表格结构管理 smartsheet_get_sheet 查询文档中所有子表信息,返回 sheet_id、title、类型等。 wecom-cli doc smartsheet_get_sheet '{"docid": "DOCID"}' smartsheet...
|
13.2K |
| 1205 | linear-release-setup | linear/linear-release |
Linear Release Setup The linear-release README is the source of truth for commands, flags, installation, environment variables, path filtering, and troubleshooting. Fetch it before generating any config — this skill focuses on the interactive setup workflow and the pipeline modeling decisions the README cannot make for the user. Interactive Workflow Step 1: Preflight Before generating config, confirm: Pipeline exists in Linear — the user must have created a release pipeline in Linear first (Sett...
|
13.2K |
| 1206 | dbs-content-system | dontbesilent2025/dbskill |
dbs-content-system:内容结构化系统 你是 dontbesilent 的内容结构化系统搭建 AI。你的任务不是整理几篇文案,也不是给用户提几条内容建议。你的任务是:当用户本地已经有足够多的内容资产时,把这些素材搭成一个可持续生长的本地内容工程。 你交付的不是一份总结,而是一套能继续运转的系统。 本 skill 必须自包含。不要假设用户安装后还能读取仓库里的知识包、参考文档或额外支持文件。只要拿到这一个 SKILL.md ,也必须能完整执行。 本 skill 不是轻量 prompt,而是单目录重型 skill。 SKILL.md 、脚手架、模板、脚本、文档都固定留在 skills/dbs-content-system/ 目录内部,不依赖共享目录。 一句话定义 dbs-content-system 解决的是: 如何把本地大量内容资产,从“堆在很多文件夹里的库存”,变成“可复用、可追溯、可重组、可继续生长的内容结构化工程”。 它处理的是: Show more Installs 474 Repository dontbesilent2025/dbskill GitHub Sta...
|
13.1K |
| 1207 | here-now | heredotnow/skill |
here.now Skill version: 1.6.6 Create a live URL from any file or folder. Static hosting only. To install or update (recommended): npx skills add heredotnow/skill --skill here-now -g For repo-pinned/project-local installs, run the same command without -g . If npm is unavailable, see fallback install docs: https://here.now/docsinstall-skill Requirements Required binaries: curl , file , jq Optional environment variable: $HERENOW_API_KEY Optional credentials file: ~/.herenow/credentials Create an ar...
|
13.1K |
| 1208 | nodejs-best-practices | sickn33/antigravity-awesome-skills |
Node.js Best Practices Principles and decision-making for Node.js development in 2025. Learn to THINK, not memorize code patterns. When to Use Use this skill when making Node.js architecture decisions, choosing frameworks, designing async patterns, or applying security and deployment best practices. ⚠️ How to Use This Skill This skill teaches decision-making principles , not fixed code to copy. ASK user for preferences when unclear Choose framework/pattern based on CONTEXT Don't default to same ...
|
13K |
| 1209 | expo ui swiftui | expo/skills |
The instructions in this skill apply to SDK 55 only. For other SDK versions, refer to the Expo UI SwiftUI docs for that version for the most accurate information. Installation npx expo install @expo/ui A native rebuild is required after installation ( npx expo run:ios ). Instructions Expo UI's API mirrors SwiftUI's API. Use SwiftUI knowledge to decide which components or modifiers to use. Components are imported from @expo/ui/swift-ui , modifiers from @expo/ui/swift-ui/modifiers . When about to ...
|
13K |
| 1210 | expo ui jetpack compose | expo/skills |
The instructions in this skill apply to SDK 55 only. For other SDK versions, refer to the Expo UI Jetpack Compose docs for that version for the most accurate information. Installation npx expo install @expo/ui A native rebuild is required after installation ( npx expo run:android ). Instructions Expo UI's API mirrors Jetpack Compose's API. Use Jetpack Compose and Material Design 3 knowledge to decide which components or modifiers to use. If you need deeper Jetpack Compose or Material 3 guidance ...
|
13K |
| 1211 | flutter-expert | jeffallan/claude-skills |
Flutter Expert Senior mobile engineer building high-performance cross-platform applications with Flutter 3 and Dart. When to Use This Skill Building cross-platform Flutter applications Implementing state management (Riverpod, Bloc) Setting up navigation with GoRouter Creating custom widgets and animations Optimizing Flutter performance Platform-specific implementations Core Workflow Setup — Scaffold project, add dependencies ( flutter pub get ), configure routing State — Define Riverpod provider...
|
13K |
| 1212 | langgraph-human-in-the-loop | langchain-ai/langchain-skills |
interrupt(value) — pauses execution, surfaces a value to the caller Command(resume=value) — resumes execution, providing the value back to interrupt() Checkpointer — required to save state while paused Thread ID — required to identify which paused execution to resume Requirements Three things are required for interrupts to work: Checkpointer — compile with checkpointer=InMemorySaver() (dev) or PostgresSaver (prod) Thread ID — pass {"configurable": {"thread_id": "..."}} to every invoke / stream c...
|
13K |
| 1213 | hunt | tw93/waza |
Hunt: Diagnose Before You Fix Prefix your first line with 🥷 inline, not as its own paragraph. A patch applied to a symptom creates a new bug somewhere else. Do not touch code until you can state the root cause in one sentence: "I believe the root cause is [X] because [evidence]." Name a specific file, function, line, or condition. "A state management issue" is not testable. "Stale cache in useUser at src/hooks/user.ts:42 because the dependency array is missing userId " is testable. If you cannot...
|
13K |
| 1214 | 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. Show more Installs 1.6K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Sock...
|
13K |
| 1215 | azure-devops-cli | github/awesome-copilot |
Azure DevOps CLI This Skill helps manage Azure DevOps resources using the Azure CLI with Azure DevOps extension. CLI Version: 2.81.0 (current as of 2025) Prerequisites Install Azure CLI and Azure DevOps extension: Install Azure CLI brew install azure-cli macOS curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash Linux pip install azure-cli via pip Verify installation az --version Install Azure DevOps extension az extension add --name azure-devops az extension show --name azure-...
|
13K |
| 1216 | kpi-dashboard-design | wshobson/agents |
KPI Dashboard Design Comprehensive patterns for designing effective Key Performance Indicator (KPI) dashboards that drive business decisions. When to Use This Skill Designing executive dashboards Selecting meaningful KPIs Building real-time monitoring displays Creating department-specific metrics views Improving existing dashboard layouts Establishing metric governance Core Concepts 1. KPI Framework Level Focus Update Frequency Audience Strategic Long-term goals Monthly/Quarterly Executives Tact...
|
13K |
| 1217 | dart-add-unit-test | dart-lang/skills |
Testing Dart and Flutter Applications Contents Structuring Test Files Writing Tests Executing Tests Test Implementation Workflow Examples Structuring Test Files Organize test files to mirror the lib directory structure to maintain predictability. Place all test code within the test directory at the root of the package. Append _test.dart to the end of all test file names (e.g., lib/src/utils.dart should be tested in test/src/utils_test.dart ). If writing integration tests, place them in an integr...
|
13K |
| 1218 | argent-android-emulator-setup | software-mansion/argent |
1. Prerequisites Android SDK Platform Tools on PATH — provides adb . Android Emulator on PATH — needed to boot AVDs. If you will only use an already-running emulator or a physical device, adb alone is sufficient. An AVD created via Android Studio or avdmanager create avd . Verify with adb version and emulator -list-avds . 2. Setup Find a ready device — call list-devices . Filter for entries with platform: "android" . Ready devices ( state: "device" ) come first. Pick the first serial (e.g. emula...
|
13K |
| 1219 | landing-page-design | inference-sh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Landing Page Design Design high-converting landing pages with AI-generated visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a hero image belt app run falai/flux-dev-lora --input '{ "prompt": "professional person smiling while using a laptop showing a clean dashboard interface, bright modern office, natural lighting, warm and productive atmosphere, lifestyle marketing phot...
|
12.9K |
| 1220 | web-design-reviewer | github/awesome-copilot |
Web Design Reviewer This skill enables visual inspection and validation of website design quality, identifying and fixing issues at the source code level. Scope of Application Static sites (HTML/CSS/JS) SPA frameworks such as React / Vue / Angular / Svelte Full-stack frameworks such as Next.js / Nuxt / SvelteKit CMS platforms such as WordPress / Drupal Any other web application Prerequisites Required Target website must be running Local development server (e.g., http://localhost:3000) Stagin...
|
12.9K |
| 1221 | slidev | antfu/skills |
Slidev - Presentation Slides for Developers Web-based slides maker built on Vite, Vue, and Markdown. When to Use Technical presentations or slidedecks with live code examples Syntax-highlighted code snippets with animations Interactive demos (Monaco editor, runnable code) Mathematical equations (LaTeX) or diagrams (Mermaid, PlantUML) Record presentations with presenter notes Export to PDF, PPTX, or host as SPA Code walkthroughs for developer talks or workshops Quick Start pnpm create slidev Cre...
|
12.9K |
| 1222 | dart-run-static-analysis | dart-lang/skills |
Analyzing and Fixing Dart Code Contents Analysis Configuration Diagnostic Suppression Workflow: Executing Static Analysis Workflow: Applying Automated Fixes Examples Analysis Configuration Configure the Dart analyzer using the analysis_options.yaml file located at the package root. Base Configuration: Always include a standard rule set (e.g., package:lints/recommended.yaml or package:flutter_lints/flutter.yaml ) using the include: directive. Strict Type Checks: Enable strict type checks under th...
|
12.9K |
| 1223 | argent-react-native-app-workflow | software-mansion/argent |
No SKILL.md available for this skill. View on GitHub Installs 871 Repository software-mansion/argent GitHub Stars 1.1K First Seen Apr 28, 2026
|
12.9K |
| 1224 | argent-ios-simulator-setup | software-mansion/argent |
1. Setup Steps If you delegate simulator tasks to sub-agents, make sure they have MCP permissions. Find a booted simulator Use list-devices . Filter for entries with platform: "ios" — booted iPhones are listed first. If none are booted, call boot-device with udid: <chosen UDID> . Verify connection All interaction tools ( gesture-tap , gesture-swipe , gesture-custom , etc.) auto-start the server if not already running. 2. Notes UDIDs look like: A1B2C3D4-E5F6-7890-ABCD-EF1234567890
|
12.9K |
| 1225 | command development | anthropics/claude-code |
Command Development for Claude Code Overview Slash commands are frequently-used prompts defined as Markdown files that Claude executes during interactive sessions. Understanding command structure, frontmatter options, and dynamic features enables creating powerful, reusable workflows. Key concepts: Markdown file format for commands YAML frontmatter for configuration Dynamic arguments and file references Bash execution for context Command organization and namespacing Command Basics What is a Slas...
|
12.9K |
| 1226 | react-state-management | wshobson/agents |
React State Management Comprehensive guide to modern React state management patterns, from local component state to global stores and server state synchronization. When to Use This Skill Setting up global state management in a React app Choosing between Redux Toolkit, Zustand, or Jotai Managing server state with React Query or SWR Implementing optimistic updates Debugging state-related issues Migrating from legacy Redux to modern patterns Core Concepts 1. State Categories Type Description Soluti...
|
12.9K |
| 1227 | argent-react-native-optimization | software-mansion/argent |
Rules Do not apply shotgun optimizations. Measure first, define what "good enough" looks like (target metric + threshold), fix the top offender, re-measure honestly. Quick scan — react-profiler-renders for a live render count table. Identifies hot components instantly. Deep measure — load argent-react-native-profiler skill. react-profiler-start → interact → react-profiler-stop → react-profiler-analyze . Inspect — react-profiler-component-source per finding. react-profiler-fiber-tree to trace com...
|
12.9K |
| 1228 | write-feature-docs | warpdotdev/common-skills |
write-feature-docs Draft a complete documentation page for a new Warp feature. You read the feature's spec, verify technical claims by researching the codebase yourself, present a concise outline for the engineer to confirm, then produce a complete MDX draft and open a draft PR in warpdotdev/docs — tagging the docs team for review. The engineer's job is to confirm what you couldn't verify from the spec and code — not to do a full accuracy review, not to polish prose, not to know docs conventions...
|
12.9K |
| 1229 | memory-merger | github/awesome-copilot |
Memory Merger You consolidate mature learnings from a domain's memory file into its instruction file, ensuring knowledge preservation with minimal redundancy. Use the todo list to track your progress through the process steps and keep the user informed. Scopes Memory instructions can be stored in two scopes: Global ( global or user ) - Stored in <global-prompts> ( vscode-userdata:/User/prompts/ ) and apply to all VS Code projects Workspace ( workspace or ws ) - Stored in <workspace-instructions>...
|
12.8K |
| 1230 | gemini-watermark-remover | gargantuax/gemini-watermark-remover |
Gemini Watermark Remover Use the bundled runtime script for local file workflows. Prefer this Skill only after simpler end-user options have been considered: online tool: https://geminiwatermarkremover.io/ userscript this Skill If the user wants the simplest self-serve browser experience, send them to: https://geminiwatermarkremover.io/ If the watermark is not a known Gemini visible watermark, or this tool fails to remove it, suggest the general-purpose AI watermark remover: https://pilio.ai/ima...
|
12.8K |
| 1231 | refactor-plan | github/awesome-copilot |
Refactor Plan Create a detailed plan for this refactoring task. Refactor Goal {{refactor_description}} Instructions Search the codebase to understand current state Identify all affected files and their dependencies Plan changes in a safe sequence (types first, then implementations, then tests) Include verification steps between changes Consider rollback if something fails Output Format Refactor Plan: [title] Current State [Brief description of how things work now] Target State [Brief descript...
|
12.8K |
| 1232 | think | tw93/waza |
Think: Design and Validate Before You Build Prefix your first line with 🥷 inline, not as its own paragraph. Turn a rough idea into an approved plan. No code, no scaffolding, no pseudo-code until the user approves. Give opinions directly. Take a position and state what evidence would change it. Avoid "That's interesting," "There are many ways to think about this," "You might want to consider." Before Reading Any Code Confirm the working path: pwd or git rev-parse --show-toplevel . Never assume ~/...
|
12.8K |
| 1233 | write | tw93/waza |
Write: Cut the AI Taste Prefix your first line with 🥷 inline, not as its own paragraph. Strip AI patterns from prose and rewrite it to sound human. Do not improve vocabulary; remove the performance of improvement. Pre-flight Text present? If the user gave only an instruction with no actual prose to edit, ask for the text in one sentence. Do not proceed. Audience locked? If the intended audience is unclear and cannot be inferred from the text (blog reader vs RFC vs email), ask before editing. Jun...
|
12.8K |
| 1234 | k8s-security-policies | wshobson/agents |
No SKILL.md available for this skill. View on GitHub
|
12.8K |
| 1235 | argent-device-interact | software-mansion/argent |
Unified tool surface All interaction tools below accept a udid parameter and auto-dispatch iOS vs Android based on its shape (UUID → iOS simulator, anything else → Android adb serial). You use the same tool names on both platforms. For platform-specific caveats (Metro adb reverse , locked-screen describe errors, etc.), see § 9 Platform-specific notes at the bottom. 1. Before You Start If you delegate simulator tasks to sub-agents, make sure they have MCP permissions. Use list-devices to get a ta...
|
12.8K |
| 1236 | argent-test-ui-flow | software-mansion/argent |
No SKILL.md available for this skill. View on GitHub Installs 875 Repository software-mansion/argent GitHub Stars 1.1K First Seen Apr 28, 2026
|
12.8K |
| 1237 | argent-react-native-profiler | software-mansion/argent |
This skill is complementary to argent-react-native-optimization , not a replacement for it. 2. Tool Overview React Profiler (Hermes / React commits) Tool Purpose react-profiler-start Start CPU sampling + inject React commit-capture hook. Optional: sample_interval_us (default 100). react-profiler-stop Stop recording; stores cpuProfile + commitTree in session. react-profiler-status Call if you were interrupted in the middle of the flow, never in another scenario (debugger drop, Metro reload, pause...
|
12.8K |
| 1238 | argent-metro-debugger | software-mansion/argent |
No SKILL.md available for this skill. View on GitHub Installs 870 Repository software-mansion/argent GitHub Stars 1.1K First Seen Apr 28, 2026
|
12.8K |
| 1239 | dart-fix-runtime-errors | dart-lang/skills |
Resolving Dart Static Analysis Errors Contents Core Concepts & Guidelines Type System & Soundness Null Safety Error Handling Workflows Workflow: Static Analysis Resolution Examples Core Concepts & Guidelines Type System & Soundness Enforce Dart's sound type system to prevent runtime invalid states. Method Overrides: Maintain sound return types (covariant) and parameter types (contravariant). Never tighten a parameter type in a subclass unless explicitly marked with the covariant keyword. Generic...
|
12.8K |
| 1240 | argent-native-profiler | software-mansion/argent |
1. Tools native-profiler-start — start profiling on a booted device. iOS: xctrace recording for CPU, hangs, and leaks. native-profiler-stop — stop the profiler and export trace data to timestamped XML files. native-profiler-analyze — parse exported trace data and return a structured bottleneck payload. profiler-stack-query — drill into parsed data: hang stacks, function callers, thread breakdown, leak details. profiler-load — list and reload previous trace sessions from disk for re-investigation...
|
12.8K |
| 1241 | argent-create-flow | software-mansion/argent |
1. Overview A flow is a recorded sequence of MCP tool calls saved to a .yaml file in the .argent/flows/ directory. Each step is executed live as you add it, so you verify it works before it becomes part of the flow. Replay a finished flow with flow-execute . 2. Tools Tool Purpose flow-start-recording Start recording — takes a name and executionPrerequisite, creates the file flow-add-step Execute a tool call live and record it if it succeeds flow-add-echo Add a label/comment that prints during re...
|
12.8K |
| 1242 | scan-new-specs | warpdotdev/common-skills |
scan-new-specs Scan warpdotdev/warp and warp-server for recently merged product or tech specs that lack a corresponding docs draft. For each gap: If the spec is complete — automatically run write-feature-docs in ambient mode to generate a full draft PR in warpdotdev/docs , then ping the engineer to review it If the spec is thin — ping the engineer directly to either flesh out the spec or kick off the docs workflow manually In both cases, post a summary to growth-docs . TODO for reviewers: growth...
|
12.8K |
| 1243 | gdpr-data-handling | wshobson/agents |
No SKILL.md available for this skill. View on GitHub Installs 10.2K Repository wshobson/agents GitHub Stars 36.0K First Seen Jan 20, 2026
|
12.7K |
| 1244 | react-native-architecture | wshobson/agents |
React Native Architecture Production-ready patterns for React Native development with Expo, including navigation, state management, native modules, and offline-first architecture. When to Use This Skill Starting a new React Native or Expo project Implementing complex navigation patterns Integrating native modules and platform APIs Building offline-first mobile applications Optimizing React Native performance Setting up CI/CD for mobile releases Core Concepts 1. Project Structure src/ ├── app/ ...
|
12.7K |
| 1245 | turborepo | antfu/skills |
Turborepo Skill Build system for JavaScript/TypeScript monorepos. Turborepo caches task outputs and runs tasks in parallel based on dependency graph. IMPORTANT: Package Tasks, Not Root Tasks DO NOT create Root Tasks. ALWAYS create package tasks. When creating tasks/scripts/pipelines, you MUST: Add the script to each relevant package's package.json Register the task in root turbo.json Root package.json only delegates via turbo run <task> DO NOT put task logic in root package.json . This defeats T...
|
12.7K |
| 1246 | threejs-animation | cloudai-x/threejs-skills |
Three.js Animation Quick Start import * as THREE from "three"; // Simple procedural animation const clock = new THREE.Clock(); function animate() { const delta = clock.getDelta(); const elapsed = clock.getElapsedTime(); mesh.rotation.y += delta; mesh.position.y = Math.sin(elapsed) * 0.5; requestAnimationFrame(animate); renderer.render(scene, camera); } animate(); Animation System Overview Three.js animation system has three main components: AnimationClip - Container for keyfra...
|
12.7K |
| 1247 | sql-code-review | github/awesome-copilot |
SQL Code Review Perform a thorough SQL code review of ${selection} (or entire project if no selection) focusing on security, performance, maintainability, and database best practices. 🔒 Security Analysis SQL Injection Prevention -- ❌ CRITICAL: SQL Injection vulnerability query = "SELECT * FROM users WHERE id = " + userInput ; query = f "DELETE FROM orders WHERE user_id = {user_id}" ; -- ✅ SECURE: Parameterized queries -- PostgreSQL/MySQL PREPARE stmt FROM 'SELECT * FROM users WHERE id = ?' ; EXE...
|
12.7K |
| 1248 | dart-resolve-package-conflicts | dart-lang/skills |
Managing Dart Dependencies Contents Core Concepts Version Constraints Workflow: Auditing Dependencies Workflow: Upgrading Dependencies Workflow: Resolving Version Conflicts Examples Core Concepts Dart enforces a strict single-version rule for dependencies: a project and all its transitive dependencies must resolve to a single, shared version of any given package. This prevents runtime type mismatches but introduces the risk of "version lock." To mitigate version lock, Dart relies on version cons...
|
12.7K |
| 1249 | character-design-sheet | inference-sh-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
|
12.6K |
| 1250 | product-photography | inference-sh-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": ...
|
12.6K |