███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 951 | game-engine | github/awesome-copilot |
Game Engine Skill Build web-based games and game engines using HTML5 Canvas, WebGL, and JavaScript. This skill includes starter templates, reference documentation, and step-by-step workflows for 2D and 3D game development with frameworks such as Phaser, Three.js, Babylon.js, and A-Frame. When to Use This Skill Building a game engine or game from scratch using web technologies Implementing game loops, physics, collision detection, or rendering Working with HTML5 Canvas, WebGL, or SVG for game gra...
|
11.3K |
| 952 | 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...
|
11.3K |
| 953 | webapp-testing | github/awesome-copilot |
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
|
11.3K |
| 954 | security-review | affaan-m/everything-claude-code |
Security Review Skill This skill ensures all code follows security best practices and identifies potential vulnerabilities. When to Activate Implementing authentication or authorization Handling user input or file uploads Creating new API endpoints Working with secrets or credentials Implementing payment features Storing or transmitting sensitive data Integrating third-party APIs Security Checklist 1. Secrets Management ❌ NEVER Do This const apiKey = "sk-proj-xxxxx" // Hardcoded secret const dbP...
|
11.3K |
| 955 | ponytail | dietrichgebert/ponytail |
Ponytail You are a lazy senior developer. Lazy means efficient, not careless. You have seen every over-engineered codebase and been paged at 3am for one. The best code is the code never written. Persistence ACTIVE EVERY RESPONSE. No drift back to over-building. Still active if unsure. Off only: "stop ponytail" / "normal mode". Default: full . Switch: /ponytail lite|full|ultra . The ladder Stop at the first rung that holds: Show more Installs 546 Repository dietrichgebert/ponytail GitHub Stars 18...
|
11.3K |
| 956 | 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 |
| 957 | 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 |
| 958 | 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 |
| 959 | 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 – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
11.2K |
| 960 | image-to-video | skillssh/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Image to Video Convert still images to animated videos via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a still image belt app run falai/flux-dev-lora --input '{ "prompt": "serene mountain lake at sunset, snow-capped peaks reflected in still water, golden hour light, landscape photography", "width": 1248, "height": 832 }' Show more Installs – Repository infsh-skills/skills GitHub...
|
11.2K |
| 961 | 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 |
| 962 | 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 |
| 963 | 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 |
| 964 | architecture-blueprint-generator | github/awesome-copilot |
Comprehensive Project Architecture Blueprint Generator Configuration Variables ${PROJECT_TYPE="Auto-detect|.NET|Java|React|Angular|Python|Node.js|Flutter|Other"} ${ARCHITECTURE_PATTERN="Auto-detect|Clean Architecture|Microservices|Layered|MVVM|MVC|Hexagonal|Event-Driven|Serverless|Monolithic|Other"} ${DIAGRAM_TYPE="C4|UML|Flow|Component|None"} ${DETAIL_LEVEL="High-level|Detailed|Comprehensive|Implementation-Ready"} ${INCLUDES_CODE_EXAMPLES=true|false} ${INCLUDES_IMPLEMENTATION_PATTERNS=true...
|
11.2K |
| 965 | parallel-deep-research | parallel-web/parallel-agent-skills |
Deep Research Research topic: $ARGUMENTS When to use (vs parallel-web-search) ONLY use this skill when the user explicitly requests deep/exhaustive research. Deep research is 10-100x slower and more expensive than parallel-web-search. For normal "research X" requests, quick lookups, or fact-checking, use parallel-web-search instead. Step 1: Start the research parallel-cli research run " $ARGUMENTS " --processor pro-fast --no-wait --json This returns instantly. Do NOT omit --no-wait — without it ...
|
11.2K |
| 966 | kubernetes-specialist | jeffallan/claude-skills |
Kubernetes Specialist When to Use This Skill Deploying workloads (Deployments, StatefulSets, DaemonSets, Jobs) Configuring networking (Services, Ingress, NetworkPolicies) Managing configuration (ConfigMaps, Secrets, environment variables) Setting up persistent storage (PV, PVC, StorageClasses) Creating Helm charts for application packaging Troubleshooting cluster and workload issues Implementing security best practices Core Workflow Analyze requirements — Understand workload characteristics, sca...
|
11.2K |
| 967 | 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...
|
11.2K |
| 968 | modern-web-guidance | googlechrome/modern-web-guidance |
Modern Web Guidance A skill to search for specific web development use cases and retrieve their corresponding best practice guides. When to use Must use this skill: At the start of implementing any web feature. Before creating a new component, to check if a standardized pattern already exists. To avoid implementing ad-hoc solutions or loading large dependencies unnecessarily. Usage Instructions Step 1. Search Use Cases Search with an action-oriented query summarizing what you want to achieve usi...
|
11.2K |
| 969 | 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 |
| 970 | 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 |
| 971 | 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 |
| 972 | 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 – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Tr...
|
11.1K |
| 973 | 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 – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass
|
11.1K |
| 974 | 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 – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
11.1K |
| 975 | app-store-screenshots | skillssh/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 – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
11.1K |
| 976 | product-hunt-launch | skillssh/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Product Hunt Launch Optimize your Product Hunt launch with research and visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate gallery hero image belt app run falai/flux-dev-lora --input '{ "prompt": "clean product showcase, modern SaaS dashboard interface on laptop screen, floating UI elements around it, soft gradient background from blue to purple, professional marketing hero...
|
11.1K |
| 977 | landing-page-design | inference-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...
|
11.1K |
| 978 | flutter-implement-json-serialization | flutter/skills |
Serializing JSON Manually in Flutter Contents Core Guidelines Workflow: Implementing a Serializable Model Workflow: Fetching and Parsing JSON Examples Core Guidelines Import dart:convert : Utilize Flutter's built-in dart:convert library for manual JSON encoding ( jsonEncode ) and decoding ( jsonDecode ). Enforce Type Safety : Always cast the dynamic result of jsonDecode() to the expected type, typically Map<String, dynamic> for objects or List<dynamic> for arrays. Encapsulate Serialization Logic...
|
11.1K |
| 979 | 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.1K |
| 980 | uv-package-manager | wshobson/agents |
UV Package Manager Comprehensive guide to using uv, an extremely fast Python package installer and resolver written in Rust, for modern Python project management and dependency workflows. When to Use This Skill Setting up new Python projects quickly Managing Python dependencies faster than pip Creating and managing virtual environments Installing Python interpreters Resolving dependency conflicts efficiently Migrating from pip/pip-tools/poetry Speeding up CI/CD pipelines Managing monorepo Python...
|
11.1K |
| 981 | postgresql-code-review | github/awesome-copilot |
PostgreSQL Code Review Assistant Expert PostgreSQL code review for ${selection} (or entire project if no selection). Focus on PostgreSQL-specific best practices, anti-patterns, and quality standards that are unique to PostgreSQL. 🎯 PostgreSQL-Specific Review Areas JSONB Best Practices -- ❌ BAD: Inefficient JSONB usage SELECT * FROM orders WHERE data - >> 'status' = 'shipped' ; -- No index support -- ✅ GOOD: Indexable JSONB queries CREATE INDEX idx_orders_status ON orders USING gin ( ( data - > '...
|
11.1K |
| 982 | 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...
|
11.1K |
| 983 | baoyu-diagram | jimliu/baoyu-skills |
Diagram Generator Create professional SVG diagrams across multiple diagram types. All output is a single self-contained .svg file with embedded styles and fonts. Supported Diagram Types Type When to Use Key Characteristics Architecture System components & relationships Grouped boxes, connection arrows, region boundaries Flowchart Decision logic, process steps Diamond decisions, rounded step boxes, directional flow Sequence Time-ordered interactions between actors Vertical lifelines, horizontal m...
|
11.1K |
| 984 | sanity-best-practices | sanity-io/agent-toolkit |
Sanity Best Practices Comprehensive best practices guide for Sanity development, maintained by Sanity. Contains rules across 10 categories, prioritized by impact to guide schema design, query optimization, and frontend integration. When to Apply Reference these guidelines when: Writing GROQ queries or optimizing performance Designing content schemas Implementing Visual Editing and live preview Working with images, Portable Text, or page builders Configuring Sanity Studio structure Setting up...
|
11.1K |
| 985 | wind-find-finance-skill | wind-information-co-ltd/wind-skills |
发现流程 本 skill 是万得金融能力发现与安装路由器,不直接取数、不做业务分析、不需要 API Key。 触发范围:用户询问金融能力,或提出金融数据、分析、工具相关问题但未指定具体 skill,或指定的金融 skill 本地未找到 SKILL.md 。若用户意图明确,仍需先判断该意图是否对应 catalog 中的工作流 skill;只有该工作流 skill 已安装时,才直接交给它继续处理。仅数据底座 skill 已安装,不等于工作流 skill 已满足。 先尝试运行更新探活脚本,找到任一路径即执行 node <path> : 当前 skill 目录下的 scripts/update-check.mjs %USERPROFILE%\.agents\skills\wind-find-finance-skill\scripts\update-check.mjs ~/.agents/skills/wind-find-finance-skill/scripts/update-check.mjs 若 stderr 含 [wind-skills] 提示: 检测到新版 ( 检测到 N 个 skil...
|
11.1K |
| 986 | file-organization | supercent-io/skills-template |
Project File Organization When to use this skill New Projects : Initial folder structure design Project Growth : Refactoring when complexity increases Team Standardization : Establish consistent structure Instructions Step 1: React/Next.js Project Structure src/ ├── app/ Next.js 13+ App Router │ ├── (auth)/ Route groups │ │ ├── login/ │ │ └── signup/ │ ├── (dashboard)/ │ │ ├── layout.tsx │ │ ├── page.tsx │ │ └── settings/ │ ├── api/ ...
|
11K |
| 987 | monitoring-observability | supercent-io/skills-template |
Monitoring & Observability When to use this skill Before Production Deployment : Essential monitoring system setup Performance Issues : Identify bottlenecks Incident Response : Quick root cause identification SLA Compliance : Track availability/response times Instructions Step 1: Metrics Collection (Prometheus) Application Instrumentation (Node.js): import express from 'express' ; import promClient from 'prom-client' ; const app = express ( ) ; // Default metrics (CPU, Memory, etc.) promClient ....
|
11K |
| 988 | storyboard-creation | inference-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...
|
11K |
| 989 | youtube-thumbnail-design | inference-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 – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
11K |
| 990 | product-photography | inference-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": ...
|
11K |
| 991 | flutter-setup-localization | flutter/skills |
Internationalizing Flutter Applications Contents Core Concepts Setup Workflow Implementation Workflow Advanced Formatting Examples Core Concepts Flutter handles internationalization (i18n) and localization (l10n) via the flutter_localizations and intl packages. The standard approach uses App Resource Bundle ( .arb ) files to define localized strings, which are then compiled into a generated AppLocalizations class for type-safe access within the widget tree. Setup Workflow Copy and track this che...
|
11K |
| 992 | flutter-add-widget-preview | flutter/skills |
Previewing Flutter Widgets Contents Preview Guidelines Handling Limitations Workflows Examples Preview Guidelines Use the Flutter Widget Previewer to render widgets in real-time, isolated from the full application context. Target Elements: Apply the @Preview annotation to top-level functions, static methods within a class, or public widget constructors/factories that have no required arguments and return a Widget or WidgetBuilder . Imports: Always import package:flutter/widget_previews.dart to a...
|
11K |
| 993 | typescript-mcp-server-generator | github/awesome-copilot |
Generate TypeScript MCP Server Create a complete Model Context Protocol (MCP) server in TypeScript with the following specifications: Requirements Project Structure : Create a new TypeScript/Node.js project with proper directory structure NPM Packages : Include @modelcontextprotocol/sdk, zod@3, and either express (for HTTP) or stdio support TypeScript Configuration : Proper tsconfig.json with ES modules support Server Type : Choose between HTTP (with Streamable HTTP transport) or stdio-based ser...
|
11K |
| 994 | agentation | benjitaylor/agentation |
Agentation Setup Set up the Agentation annotation toolbar in this project. Steps Check if already installed Look for agentation in package.json dependencies If not found, run npm install agentation (or pnpm/yarn based on lockfile) Check if already configured Search for <Agentation or import { Agentation } in src/ or app/ If found, report that Agentation is already set up and exit Detect framework Next.js App Router: has app/layout.tsx or app/layout.js Next.js Pages Router: has pages/_app.tsx or ...
|
11K |
| 995 | monorepo-management | wshobson/agents |
Monorepo Management Build efficient, scalable monorepos that enable code sharing, consistent tooling, and atomic changes across multiple packages and applications. When to Use This Skill Setting up new monorepo projects Migrating from multi-repo to monorepo Optimizing build and test performance Managing shared dependencies Implementing code sharing strategies Setting up CI/CD for monorepos Versioning and publishing packages Debugging monorepo-specific issues Core Concepts 1. Why Monorepos? Advan...
|
11K |
| 996 | 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...
|
11K |
| 997 | codebase-search | supercent-io/skills-template |
Codebase Search When to use this skill Finding specific functions or classes Tracing function calls and dependencies Understanding code structure and architecture Finding usage examples Identifying code patterns Locating bugs or issues Code archaeology (understanding legacy code) Impact analysis before changes Instructions Step 1: Understand what you're looking for Feature implementation : Where is feature X implemented? How does feature Y work? What files are involved in feature Z? Bug location...
|
10.9K |
| 998 | changelog-maintenance | supercent-io/skills-template |
Changelog Maintenance When to use this skill Before release : organize changes before shipping a version Continuous : update whenever significant changes occur Migration guide : document breaking changes Instructions Step 1: Keep a Changelog format CHANGELOG.md : Changelog All notable changes to this project will be documented in this file. The format is based on [ Keep a Changelog ]( https://keepachangelog.com/en/1.0.0/ ) , and this project adheres to [ Semantic Versioning ]( https://semver.or...
|
10.9K |
| 999 | competitor-teardown | inference-skills/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 – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Tr...
|
10.9K |
| 1000 | app-store-screenshots | inference-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 – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
10.9K |