███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 1351 | parallel-data-enrichment | parallel-web/parallel-agent-skills |
Data Enrichment Enrich: $ARGUMENTS Before starting Inform the user that enrichment may take several minutes depending on the number of rows and fields requested. Step 1: Start the enrichment Use ONE of these command patterns (substitute user's actual data): For inline data: parallel-cli enrich run --data '[{"company": "Google"}, {"company": "Microsoft"}]' --intent "CEO name and founding year" --target "output.csv" --no-wait For CSV file: parallel-cli enrich run --source-type csv --source "input....
|
11.5K |
| 1352 | status | parallel-web/parallel-agent-skills |
Check Research Status Run ID: $ARGUMENTS parallel-cli research status " $ARGUMENTS " --json If CLI not found, tell user to run /parallel:setup .
|
11.5K |
| 1353 | gemini-interactions-api | google-gemini/gemini-skills |
Gemini Interactions API Skill The Interactions API is a unified interface for interacting with Gemini models and agents. It is an improved alternative to generateContent designed for agentic applications. Key capabilities include: Server-side state: Offload conversation history to the server via previous_interaction_id Background execution: Run long-running tasks (like Deep Research) asynchronously Streaming: Receive incremental responses via Server-Sent Events Tool orchestration: Function calli...
|
11.5K |
| 1354 | argent-screenshot-diff | software-mansion/argent |
1. Role Use screenshot-diff as supporting visual evidence for UI QA and visual regression checks. It highlights pixel-visible change or stability; it does not replace visual inspection, accessibility/component-tree state, frame/attribute checks, logs, network evidence, or app behavior. Do not use screenshot diffing for tap-coordinate discovery. Use describe , debugger-component-tree , or native-describe-screen to find targets first. 2. When To Use Use screenshot-diff when pixel comparison can an...
|
11.5K |
| 1355 | connector-googlemail | caffeinelabs/skills |
googlemail-client Motoko bindings for the Gmail API v1 , generated from Google's official OpenAPI spec. Send-focused PoC surface: gmail_users_messages_send , gmail_users_drafts_{create,send,get,list} , gmail_users_messages_{get,list} , gmail_users_getProfile . All 8 operations live in Apis/UsersApi.mo . Trigger phrases Reach for this skill on any request mentioning: send email, send message, compose email, Gmail, draft, inbox, mailbox, "email the user", "notify via email", "forward results by em...
|
11.5K |
| 1356 | thermo-nuclear-code-quality-review | cursor/plugins |
No SKILL.md available for this skill. View on GitHub
|
11.5K |
| 1357 | landing-page-design | skillssh/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...
|
11.4K |
| 1358 | coinglass | starchild-ai-agent/official-skills |
Coinglass Coinglass provides the most comprehensive crypto derivatives and institutional data available. 37 tools covering futures positioning, whale tracking, volume analysis, liquidations, and ETF flows. API Plan : Professional ($699/month) Rate Limit : 6000 requests/minute API Version : V4 (with V2 backward compatibility) Total Tools : 37 across 8 categories When to Use Coinglass Use Coinglass for: Derivatives positioning - What are leveraged traders doing? Whale tracking - Track large positi...
|
11.4K |
| 1359 | firecrawl-browser | firecrawl/cli |
firecrawl interact (formerly browser) The browser command is deprecated. Use scrape + interact instead. Interact lets you scrape a page and then click, fill forms, and navigate without managing sessions manually. Interact with scraped pages in a live browser session. Scrape a page first, then use natural language prompts or code to click, fill forms, navigate, and extract data. When to use Content requires interaction: clicks, form fills, pagination, login scrape failed because content is behind...
|
11.4K |
| 1360 | stock-analysis | gracefullight/stock-checker |
Stock Analysis (v5.0) Analyze US stocks and cryptocurrencies using Yahoo Finance data. Includes portfolio management, crypto support, and periodic analysis. Quick Start IMPORTANT: Pass ONLY the stock ticker symbol(s) as arguments. Do NOT add extra text, headers, or formatting in the command. Analyze a single ticker: uv run { baseDir } /scripts/analyze_stock.py AAPL uv run { baseDir } /scripts/analyze_stock.py MSFT --output json Compare multiple tickers: uv run { baseDir } /scripts/analyze_stock....
|
11.4K |
| 1361 | result | parallel-web/parallel-agent-skills |
Get Research Result Run ID: $ARGUMENTS parallel-cli research poll " $ARGUMENTS " --json Present results in a clear, organized format. If CLI not found, tell user to run /parallel:setup .
|
11.4K |
| 1362 | create-adaptable-composable | vuejs-ai/skills |
Create Adaptable Composable Adaptable composables are reusable functions that can accept both reactive and non-reactive inputs. This allows developers to use the composable in a variety of contexts without worrying about the reactivity of the inputs. Steps to design an adaptable composable in Vue.js: Confirm the composable's purpose and API design and expected inputs/outputs. Identify inputs params that should be reactive (MaybeRef / MaybeRefOrGetter). Use toValue() or toRef() to normalize input...
|
11.4K |
| 1363 | writing hookify rules | anthropics/claude-code |
Writing Hookify Rules Overview Hookify rules are markdown files with YAML frontmatter that define patterns to watch for and messages to show when those patterns match. Rules are stored in .claude/hookify.{rule-name}.local.md files. Rule File Format Basic Structure --- name : rule - identifier enabled : true event : bash | file | stop | prompt | all pattern : regex - pattern - here --- Message to show Claude when this rule triggers. Can include markdown formatting, warnings, suggestions, etc. Fro...
|
11.4K |
| 1364 | data-visualization | anthropics/knowledge-work-plugins |
Data Visualization Skill Chart selection guidance, Python visualization code patterns, design principles, and accessibility considerations for creating effective data visualizations. Chart Selection Guide Choose by Data Relationship What You're Showing Best Chart Alternatives Trend over time Line chart Area chart (if showing cumulative or composition) Comparison across categories Vertical bar chart Horizontal bar (many categories), lollipop chart Ranking Horizontal bar chart Dot plot, slope char...
|
11.4K |
| 1365 | python-error-handling | wshobson/agents |
Python Error Handling Build robust Python applications with proper input validation, meaningful exceptions, and graceful failure handling. Good error handling makes debugging easier and systems more reliable. When to Use This Skill Validating user input and API parameters Designing exception hierarchies for applications Handling partial failures in batch operations Converting external data to domain types Building user-friendly error messages Implementing fail-fast validation patterns Core Conce...
|
11.4K |
| 1366 | learn | tw93/waza |
Learn: From Raw Materials to Published Output Prefix your first line with 🥷 inline, not as its own paragraph. Your role: collect, organize, translate, explain, structure. You support the user's thinking; you do not replace it. Pre-check Check whether /read and /write skills are installed (look for their SKILL.md in the skills directories). Warn if missing, do not block: /read missing -- Phase 1 fetch falls back to native WebFetch / curl ; coverage on paywalled, JS-heavy, and Chinese-platform pag...
|
11.4K |
| 1367 | golang-testing | affaan-m/ecc |
Persona: You are a Go engineer who treats tests as executable specifications. You write tests to constrain behavior, not to hit coverage targets. Thinking mode: Use ultrathink for test strategy design and failure analysis. Shallow reasoning misses edge cases and produces brittle tests that pass today but break tomorrow. Modes: Write mode — generating new tests for existing or new code. Work sequentially through the code under test; use gotests to scaffold table-driven tests, then enrich with edg...
|
11.4K |
| 1368 | story | worldwonderer/oh-story-claudecode |
story:网文工具箱路由 你是网文工具箱的路由入口。用户的请求模糊时由你分发到具体 skill。 路由表 用户意图 关键词示例 路由到 写长篇 开书、写大纲、长篇、连载 /story-long-write 写短篇 短篇、盐言、一万字 /story-short-write 长篇拆文 拆文、分析这本书、黄金三章 /story-long-analyze 短篇拆文 拆短篇、分析这个故事 /story-short-analyze 长篇扫榜 长篇排行、什么火、起点/番茄/晋江 /story-long-scan 短篇扫榜 短篇排行、知乎盐言排行 /story-short-scan 去 AI 味 去 AI 味、太 AI、去味 /story-deslop 封面 封面、封面图 /story-cover 环境部署 准备写书、搭环境、初始化 /story-setup 浏览器操控 浏览器、抓取、登录态 /browser-cdp 查资料 查资料、帮我查资料、调研、搜索一下、搜一下 直接 spawn story-researcher agent 路由流程 分析用户请求,提取意图关键词 匹配上表,找到对应的 ski...
|
11.4K |
| 1369 | expo-examples | expo/skills |
Expo Examples expo/examples is Expo's official library of ~70 integration examples — directories named with-<library> (e.g. with-stripe , with-maps ), each built around one library or service. These are not full apps: they're managed projects (no ios/ / android/ dirs — native setup is via config plugins), and the typical one is a single screen of ~100–200 lines . Mine them for the canonical integration pattern — the dependency set, app.json config plugins, and minimal wiring Expo maintains again...
|
11.4K |
| 1370 | expo-native-ui | expo/skills |
Expo Native UI Guidelines For routes, links, stacks, tabs, modals, sheets, and headers, use the expo-router skill. References Consult these resources as needed: references/ animations.md Reanimated: entering, exiting, layout, scroll-driven, gestures controls.md Native iOS: Switch, Slider, SegmentedControl, DateTimePicker, Picker gradients.md CSS gradients via experimental_backgroundImage (New Arch only) icons.md SF Symbols via expo-image (sf: source), ...
|
11.4K |
| 1371 | extension-querying-oql | caffeinelabs/skills |
Querying OQL — quick reference An OQL canister exposes two read-only methods: Method Returns Purpose schema() one JSON Text Catalogue of the canister's entities: each entity's primary key, fields, and edges. execute(qJson : text) typed Candid Result Runs a JSON-encoded query and returns matching rows. Calling the canister The icp CLI is already installed and configured in the sandbox; the canister name backend resolves to the project's canister (no identity, no canister ID). Both methods are que...
|
11.4K |
| 1372 | task-planning | supercent-io/skills-template |
Task Planning When to use this skill Feature development : Break down a new feature into small tasks Sprint Planning : Select work to include in the sprint Backlog Grooming : Clean up the backlog and set priorities Instructions Step 1: Write User Stories (INVEST) INVEST principles : I ndependent: Independent N egotiable: Negotiable V aluable: Valuable E stimable: Estimable S mall: Small T estable: Testable Template : User Story: [title] As a [user type] I want [feature] So that [value/rea...
|
11.3K |
| 1373 | vercel-sandbox | vercel-labs/agent-browser |
Browser Automation with Vercel Sandbox Run agent-browser + headless Chrome inside ephemeral Vercel Sandbox microVMs. A Linux VM spins up on demand, executes browser commands, and shuts down. Works with any Vercel-deployed framework (Next.js, SvelteKit, Nuxt, Remix, Astro, etc.). When to Use Sandbox vs Serverless Vercel Sandbox Serverless ( @sparticuz/chromium ) Binary size limit None 50MB compressed Session persistence Yes, within a sandbox lifetime No, fresh browser per request Multi-step workf...
|
11.3K |
| 1374 | xiaohongshu | zhjiang22/openclaw-xhs |
小红书 MCP Skill 基于 xiaohongshu-mcp 封装的 shell 脚本工具集。 前置条件 cd scripts/ ./install-check.sh 检查依赖(xiaohongshu-mcp、jq、python3) ./start-mcp.sh 启动 MCP 服务(默认端口 18060) ./status.sh 确认已登录 未登录时需扫码: mcp-call.sh get_login_qrcode 获取二维码,用小红书 App 扫码。 服务端口可通过 MCP_URL 环境变量覆盖(默认 http://localhost:18060/mcp )。 核心数据流 Show more Installs 9.6K Repository zhjiang22/openclaw-xhs GitHub Stars 100 First Seen Feb 9, 2026 Security Audits Gen Agent Trust Hub Fail Socket Pass Snyk Fail
|
11.3K |
| 1375 | debugging-strategies | wshobson/agents |
Debugging Strategies Transform debugging from frustrating guesswork into systematic problem-solving with proven strategies, powerful tools, and methodical approaches. When to Use This Skill Tracking down elusive bugs Investigating performance issues Understanding unfamiliar codebases Debugging production issues Analyzing crash dumps and stack traces Profiling application performance Investigating memory leaks Debugging distributed systems Core Principles 1. The Scientific Method 1. Observe : Wha...
|
11.3K |
| 1376 | okx-dapp-discovery | okx/onchainos-skills |
OKX DApp Discovery DApp discovery and direct plugin routing for third-party DeFi protocols. When the user names a specific DApp or asks what's available, this skill applies a confidence framework to identify the matching plugin, installs it on demand, and routes the user's original prompt into the installed plugin's quickstart — making the bootstrap transparent. This skill does not enumerate DApp specifics or duplicate the plugin's own routing logic. Each installed DApp plugin owns its own quick...
|
11.3K |
| 1377 | langchain-architecture | wshobson/agents |
LangChain & LangGraph Architecture Master modern LangChain 1.x and LangGraph for building sophisticated LLM applications with agents, state management, memory, and tool integration. When to Use This Skill Building autonomous AI agents with tool access Implementing complex multi-step LLM workflows Managing conversation memory and state Integrating LLMs with external data sources and APIs Creating modular, reusable LLM application components Implementing document processing pipelines Building prod...
|
11.3K |
| 1378 | story-setup | worldwonderer/oh-story-claudecode |
story-setup:网文写作工具集基础设施部署 你是写作基础设施部署器。将网文写作工具集的全套基础设施(hooks、rules、agents、CLAUDE.md)部署到用户项目目录。 执行铁律:不覆盖用户已有配置,合并而非替换。 Phase 1:检测项目状态 检查当前目录是否已部署过(存在 .story-deployed ) 如果已存在 → 使用 AskUserQuestion 确认是否重新部署 检查是否有书名目录(包含 追踪/ 子目录的目录,或用户自定义结构) 有 → 识别为长篇项目,显示当前项目信息 无 → 识别为新项目或短篇项目 检查 .claude/settings.local.json 是否存在 存在 → 读取现有配置,后续合并 不存在 → 后续创建新文件 检查 .active-book 文件是否存在 存在 → 显示当前活跃书目 不存在 → 跳过 Phase 2:部署基础设施 使用 AskUserQuestion 确认部署位置后,依次执行: 2.1 部署 CLAUDE.md 读取 skills/story-setup/references/templates/CLAUDE...
|
11.3K |
| 1379 | story-review | worldwonderer/oh-story-claudecode |
story-review:多视角对抗式审查 你是审查协调器。并行 spawn 4 个 Agent,各自从不同角度找问题,然后综合裁决。 执行铁律:审查是找问题,不是验证正确性。 Review Mode 选择 /story-review 或 /story-review full → spawn 全部 4 个 Agent /story-review lean → 只 spawn story-architect + consistency-checker /story-review solo → 不 spawn Agent,自身做基础检查 未指定 → 默认 full,并告知用户 审查流程(full 模式) Phase 1:收集待审查内容 确定审查范围: 用户指定了章节/文件 → 只审查指定内容 用户未指定 → 审查最近修改的内容(git diff)或当前章节 读取待审查的正文内容 读取相关的设定文件和大纲 识别目标平台(检查 .active-book 或用户指定),加载对应 rubric: 番茄小说 → 读取 references/rubrics/fanqie.md 起点 → 读取 refe...
|
11.3K |
| 1380 | agent-device | callstack/agent-device |
agent-device For an ordinary app-driving task with a known app or bundle id, start directly. Do not run --help , --version , appstate , or snapshot first: agent-device open < app > --foreground open <app> --foreground keeps normal configured target selection and returns the initial interactive snapshot in the same call. Continue from its current refs. Prefer a concrete @eN ref from the current snapshot over a broad mutation selector. When a response prints a pinned ref such as @e12~s42 — includi...
|
11.3K |
| 1381 | deployment-automation | supercent-io/skills-template |
Deployment Automation When to use this skill New Projects : Set up automated deployment from scratch Manual Deployment Improvement : Automate repetitive manual tasks Multi-Environment : Separate dev, staging, and production environments Scaling : Introduce Kubernetes to handle traffic growth Instructions Step 1: Docker Containerization Package the application as a Docker image. Dockerfile (Node.js app): Multi-stage build for smaller image size FROM node:18-alpine AS builder WORKDIR /app Copy p...
|
11.2K |
| 1382 | testing-strategies | supercent-io/skills-template |
Testing Strategies When to use this skill New project : define a testing strategy Quality issues : bugs happen frequently Before refactoring : build a safety net CI/CD setup : automated tests Instructions Step 1: Understand the Test Pyramid /\ /E2E\ ← few (slow, expensive) /______\ / \ /Integration\ ← medium /____________\ / \ / Unit Tests \ ← many (fast, inexpensive) /________________\ Ratio guide : Unit: 70% Integration: 20% E2E: 10% Step 2: Unit testing st...
|
11.2K |
| 1383 | responsive-design | supercent-io/skills-template |
Responsive Design Master modern responsive design techniques to create interfaces that adapt seamlessly across all screen sizes and device contexts. When to Use This Skill Implementing mobile-first responsive layouts Using container queries for component-based responsiveness Creating fluid typography and spacing scales Building complex layouts with CSS Grid and Flexbox Designing breakpoint strategies for design systems Implementing responsive images and media Creating adaptive navigation pattern...
|
11.2K |
| 1384 | youtube-thumbnail-design | skillssh/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
|
11.2K |
| 1385 | image-to-video | skillssh/skills |
Image-to-Video — Pro Pack on RunComfy runcomfy.com · HappyHorse I2V · Wan 2.7 · Seedance 2.0 Pro · GitHub Image-to-video, intent-routed. This skill doesn't lock you to one model — it picks the right i2v model in the RunComfy catalog based on what the user actually wants: portrait animation, custom-voiceover lip-sync, or multi-modal composition. npx skills add agentspace-so/runcomfy-skills --skill image-to-video -g Pick the right model for the user's intent Show more Installs 1.2K Repository prim...
|
11.2K |
| 1386 | storyboard-creation | skillssh/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...
|
11.2K |
| 1387 | flutter-setup-declarative-routing | flutter/skills |
Implementing Routing and Deep Linking Contents Core Concepts Workflow: Initializing the Application and Router Workflow: Configuring Platform Deep Linking Workflow: Implementing Nested Navigation Examples Core Concepts Use the go_router package for declarative routing in Flutter. It provides a robust API for complex routing scenarios, deep linking, and nested navigation. GoRouter : The central configuration object defining the application's route tree. GoRoute : A standard route mapping a URL pa...
|
11.2K |
| 1388 | flutter-add-integration-test | flutter/skills |
Implementing Flutter Integration Tests Contents Project Setup and Dependencies Interactive Exploration via MCP Test Authoring Guidelines Execution and Profiling Workflow: End-to-End Integration Testing Examples Project Setup and Dependencies Configure the project to support integration testing and Flutter Driver extensions. Add required development dependencies to pubspec.yaml : flutter pub add 'dev:integration_test:{"sdk":"flutter"}' flutter pub add 'dev:flutter_test:{"sdk":"flutter"}' Enable t...
|
11.2K |
| 1389 | typescript-expert | sickn33/antigravity-awesome-skills |
TypeScript Expert You are an advanced TypeScript expert with deep, practical knowledge of type-level programming, performance optimization, and real-world problem solving based on current best practices. When invoked: If the issue requires ultra-specific expertise, recommend switching and stop: Deep webpack/vite/rollup bundler internals → typescript-build-expert Complex ESM/CJS migration or circular dependency analysis → typescript-module-expert Type performance profiling or compiler internals →...
|
11.2K |
| 1390 | zhangxuefeng-perspective | alchaincyf/zhangxuefeng-skill |
张雪峰 · 思维操作系统 「选择比努力更重要,但'有得选'的前提是你足够努力。」 角色扮演规则(最重要) 此Skill激活后,直接以张雪峰的身份回应。 用「我」而非「张雪峰会认为...」 直接用东北大哥的语气、快节奏、段子化的方式回答问题 遇到不确定的问题,用「我跟你说,这个事我还真不太了解,但按我的经验...」的方式犹豫 免责声明仅首次激活时说一次 (如「我以张雪峰视角和你聊,基于公开言论推断,非本人观点」),后续对话不再重复 不说「如果张雪峰,他可能会...」 不跳出角色做meta分析(除非用户明确要求「退出角色」) 张雪峰已于2026年3月24日去世,角色扮演基于其生前全部公开言论 退出角色 :用户说「退出」「切回正常」「不用扮演了」时恢复正常模式 回答工作流(Agentic Protocol) 核心原则:我不拍脑袋给建议,我看数据。就业率、薪资中位数、录取分数线——这些才是真的,其他都是扯淡。这个Skill也必须先查数据再开口。 Step 1: 问题分类 收到问题后,先判断类型: 类型 特征 行动 需要事实的问题 涉及具体专业/院校/行业/就业数据/政策变化 → 先研究再回答(...
|
11.2K |
| 1391 | i-have-adhd | ayghri/i-have-adhd |
i-have-adhd The reader has ADHD. Output is not just brief. It is shaped so an ADHD brain can act on it. What ADHD changes about reading Five facts drive every rule below: Working memory is small. Anything not on screen is forgotten. Do not ask the reader to "keep in mind X." Knowing the answer is not doing the answer. The friction between "got it" and "done it" is where work dies. Starting is the hardest step. The first action must be obvious, small, and doable now. Time estimates feel uniform. ...
|
11.2K |
| 1392 | readout | warpdotdev/common-skills |
Readout A readout turns an investigation into a durable HTML document someone can read weeks later without any of the original context. It starts one of two ways: Snapshot mode — invoked mid-conversation ("write this up"): the conversation's accumulated findings are the source material. Research mode — invoked fresh ("/readout on how github webhook events are processed in the server"): there is no conversation to mine, so the investigation itself is part of the job. Either way, invoking this ski...
|
11.2K |
| 1393 | microservices-patterns | wshobson/agents |
Microservices Patterns Master microservices architecture patterns including service boundaries, inter-service communication, data management, and resilience patterns for building distributed systems. When to Use This Skill Decomposing monoliths into microservices Designing service boundaries and contracts Implementing inter-service communication Managing distributed data and transactions Building resilient distributed systems Implementing service discovery and load balancing Designing event-driv...
|
11.2K |
| 1394 | stop-slop | hardikpandya/stop-slop |
Stop Slop Eliminate predictable AI writing patterns from prose. Core Rules Cut filler phrases. Remove throat-clearing openers and emphasis crutches. See references/phrases.md. Break formulaic structures. Avoid binary contrasts, dramatic fragmentation, rhetorical setups. See references/structures.md. Vary rhythm. Mix sentence lengths. Two items beat three. End paragraphs differently. Trust readers. State facts directly. Skip softening, justification, hand-holding. Cut quotables. If it soun...
|
11.2K |
| 1395 | git-workflow | supercent-io/skills-template |
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
|
11.1K |
| 1396 | copilot-coding-agent | supercent-io/skills-template |
GitHub Copilot Coding Agent — Issue → Draft PR automation If you add the ai-copilot label to an issue, GitHub Actions automatically assigns it to Copilot, and Copilot creates a branch → writes code → opens a Draft PR. When to use this skill When PMs/designers create issues and Copilot starts implementation without a developer When offloading backlog issues (refactors/docs/tests) to Copilot When delegating follow-up work created by Vibe Kanban / Conductor to Copilot When automating pipelines like...
|
11.1K |
| 1397 | product-photography | skillssh/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": ...
|
11.1K |
| 1398 | competitor-teardown | skillssh/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Competitor Teardown Structured competitive analysis with research and screenshots via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Research competitor landscape belt app run tavily/search-assistant --input '{ "query": "top project management tools comparison 2024 market share" }' Show more Installs 15.9K Repository skills-101/superpowers GitHub Stars 7 First Seen 12 days ago Security Audi...
|
11.1K |
| 1399 | video-ad-specs | skillssh/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Video Ad Specs Create platform-specific video ads 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
|
11.1K |
| 1400 | character-design-sheet | skillssh/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
|
11.1K |