███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10301 | instagram-account-research | postplusai/postplus-skills |
Instagram Account Research Follow shared public skill rules in: postplus-shared public skill rules Use this skill when the user wants to: evaluate creators or KOL/KOC candidates compare competitor Instagram accounts inspect a brand account's profile, output, and rough momentum build a shortlist of accounts worth deeper content analysis Do not use this as the default first pass for open-ended creator discovery when the user cares about follower bands, topical fit, or audience fit inferred from ac...
|
435 |
| 10302 | react-native-architecture | sickn33/antigravity-awesome-skills |
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/ ...
|
435 |
| 10303 | bundle-size-optimization | aj-geddes/useful-ai-prompts |
Bundle Size Optimization Overview Smaller bundles download faster, parse faster, and execute faster, dramatically improving perceived performance especially on slower networks. When to Use Build process optimization Bundle analysis before deployment Performance baseline improvement Mobile performance focus After adding new dependencies Instructions 1. Bundle Analysis // Analyze bundle composition class BundleAnalysis { analyzeBundle() { return { tools: [ 'webpack-bundle-an...
|
435 |
| 10304 | writer-memory | yeachan-heo/oh-my-claudecode |
Persistent memory system designed for creative writers, with first-class support for Korean storytelling workflows. Overview Writer Memory maintains context across Claude sessions for fiction writers. It tracks: - Characters (캐릭터): Emotional arcs (감정궤도), attitudes (태도), dialogue tone (대사톤), speech levels - World (세계관): Settings, rules, atmosphere, constraints - Relationships (관계): Character dynamics and evolution over time - Scenes (장면): Cut composition (컷구성), narration tone, emotional ta...
|
435 |
| 10305 | docling | existential-birds/beagle |
Docling Document Parser Docling is a document parsing library that converts PDFs, Word documents, PowerPoint, images, and other formats into structured data with advanced layout understanding. Quick Start Basic document conversion: from docling.document_converter import DocumentConverter source = "https://arxiv.org/pdf/2408.09869" URL, Path, or BytesIO converter = DocumentConverter() result = converter.convert(source) print(result.document.export_to_markdown()) Core Concepts DocumentConv...
|
434 |
| 10306 | stock-trading | meo9rhsan3492-cell/cn-stock-sim |
A股智能交易技能 连接新浪财经实时行情接口,提供A股股票的实时价格查询、模拟买卖和持仓管理。 行情数据为沪深交易所真实数据,交易为模拟盘,不涉及真实账户和资金。 可用命令 查询股票实时价格 python3 { baseDir } /scripts/get_price.py --code 600519 支持沪深两市股票代码。示例:600519(贵州茅台)、000858(五粮液)、300750(宁德时代) 返回:股票名称、最新价、涨跌幅、成交量、买卖五档等(JSON格式) 批量查询多只股票 python3 { baseDir } /scripts/get_price.py --code 600519,000858 ,000001 用逗号分隔多个股票代码,一次查询多只。 查询大盘指数 python3 { baseDir } /scripts/get_price.py --index sh000001 支持:sh000001(上证指数)、sz399001(深证成指)、sz399006(创业板指) 买入股票 python3 { baseDir } /scripts/trade.py --acti...
|
434 |
| 10307 | code-review | davila7/claude-code-templates |
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
|
434 |
| 10308 | book-cover-design | inference-sh/skills |
Book Cover Design Create genre-appropriate book covers with AI image generation via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a thriller cover concept infsh app run falai/flux-dev-lora --input '{ "prompt": "dark moody book cover art, lone figure standing at end of a rain-soaked alley, dramatic chiaroscuro lighting, noir atmosphere, cinematic, high contrast shadows", "width...
|
434 |
| 10309 | project-management | aaaaqwq/claude-code-skills |
项目管理与产品需求 功能说明 此技能专门用于项目管理和产品需求分析,包括: 产品需求文档(PRD)编写 项目计划制定 任务分解和优先级排序 用户故事和验收标准 风险识别和管理 敏捷开发流程 使用场景 "编写一个电商系统的 PRD" "制定项目开发计划" "分解功能模块和任务" "定义用户故事和验收标准" "评估项目风险" "规划 MVP 功能" 核心能力 1. 需求洞察与分析 精准识别真实用户需求 区分核心功能和增值功能 基于场景的产品设计 竞品分析和差异化定位 2. 功能分解 将宏观需求拆解为可执行的功能点 定义输入-处理-输出逻辑 识别依赖关系和集成点 处理边界情况和异常 3. 优先级管理 P0(Must Have):MVP 必需功能 P1(Should Have):重要但非必需 P2(Nice to Have):锦上添花功能 4. 风险预判 技术实现风险 市场接受度风险 用户采用风险 资源和时间风险 PRD 文档结构 标准 PRD 模板 [产品名称] 产品需求文档(PRD) 版本: v1.0 创建日期: 2025-01-01 作者: 产品经理 状态: 草稿/评审中/已批准...
|
434 |
| 10310 | capacitor-performance | cap-go/capgo-skills |
Performance Optimization for Capacitor Make your Capacitor apps fast and responsive. When to Use This Skill User has slow app User wants to optimize User has memory issues User needs profiling User has janky animations Quick Wins 1. Lazy Load Plugins // BAD - All plugins loaded at startup import { Camera } from '@capacitor/camera' ; import { Filesystem } from '@capacitor/filesystem' ; import { Geolocation } from '@capacitor/geolocation' ; // GOOD - Load when needed async function takePhoto ( ) {...
|
434 |
| 10311 | real-time-features | aj-geddes/useful-ai-prompts |
Real-Time Features Overview Implement real-time bidirectional communication between clients and servers for instant data synchronization and live updates. When to Use Chat and messaging applications Live dashboards and analytics Collaborative editing (Google Docs-style) Real-time notifications Live sports scores or stock tickers Multiplayer games Live auctions or bidding systems IoT device monitoring Real-time location tracking Technologies Comparison Technology Direction Use Case Browser Supp...
|
434 |
| 10312 | caching-strategy | aj-geddes/useful-ai-prompts |
Caching Strategy Overview Implement effective caching strategies to improve application performance, reduce latency, and decrease load on backend systems. When to Use Reducing database query load Improving API response times Handling high traffic loads Caching expensive computations Storing session data CDN integration for static assets Implementing distributed caching Rate limiting and throttling Caching Layers ┌─────────────────────────────────────────┐ │ Client Browser Cache ...
|
434 |
| 10313 | tamagui | tamagui/tamagui |
Tamagui Skill Universal React UI framework for web and native with an optimizing compiler. Getting Project-Specific Config Before writing Tamagui code , get the project's actual configuration: npx tamagui generate-prompt This outputs tamagui-prompt.md with the project's specific: Design tokens (space, size, radius, color, zIndex) Theme names and hierarchy Available components Media query breakpoints Shorthand properties Font families Always reference this file for token/theme/media query names r...
|
434 |
| 10314 | businessstrategy | robdtaylor/personal-ai-infrastructure |
BusinessStrategy Your MBA-trained strategic advisor with deep commercial awareness. Combines rigorous financial analysis with practical business acumen developed from real-world experience across startups, SMEs, and enterprise. Core Competencies Financial Analysis P&L Analysis: Revenue recognition, cost structures, margin analysis, operating leverage Cash Flow: Operating, investing, financing activities; working capital management; burn rate Balance Sheet: Asset utilization, capital structure,...
|
434 |
| 10315 | api-authentication | aj-geddes/useful-ai-prompts |
API Authentication Overview Implement comprehensive authentication strategies for APIs including JWT tokens, OAuth 2.0, API keys, and session management with proper security practices. When to Use Securing API endpoints Implementing user login/logout flows Managing access tokens and refresh tokens Integrating OAuth 2.0 providers Protecting sensitive data Implementing API key authentication Instructions 1. JWT Authentication // Node.js JWT Implementation const express = require('express'); cons...
|
434 |
| 10316 | planning-agent | parcadei/continuous-claude-v3 |
Note: The current year is 2025. When researching best practices, use 2024-2025 as your reference timeframe. Plan Agent You are a planning agent spawned to create an implementation plan based on conversation context. You research the codebase, create a detailed plan, and write a handoff before returning. What You Receive When spawned, you will receive: Conversation context - What the user wants to build (feature description, requirements, constraints) Continuity ledger (if exists) - Current ...
|
434 |
| 10317 | repo-research-analyst | parcadei/continuous-claude-v3 |
Note: The current year is 2025. Use this when searching for recent documentation and patterns. Repo Research Analyst You are an expert repository research analyst specializing in understanding codebases, documentation structures, and project conventions. Your mission is to conduct thorough, systematic research to uncover patterns, guidelines, and best practices within repositories. What You Receive When spawned, you will receive: Repository path - The local path to the cloned repository Res...
|
434 |
| 10318 | google-workspace | jezweb/claude-skills |
Google Workspace APIs Status: Production Ready Last Updated: 2026-01-09 Dependencies: Cloudflare Workers (recommended), Google Cloud Project Skill Version: 1.0.0 Quick Reference API Common Use Cases Reference Gmail Email automation, inbox management gmail-api.md Calendar Event management, scheduling calendar-api.md Drive File storage, sharing drive-api.md Sheets Spreadsheet data, reporting sheets-api.md Docs Document generation docs-api.md Chat Bots, webhooks, spaces chat-api.md Meet Video con...
|
433 |
| 10319 | plan-interview | pskoett/pskoett-ai-skills |
Plan Interview Skill Install npx skills add pskoett/pskoett-ai-skills/skills/plan-interview Purpose Run a structured requirements interview before planning implementation. This ensures alignment between you and the user by gathering explicit requirements rather than making assumptions. When Invoked User calls /plan-interview <task description> . Skip this skill if the task is purely research/exploration (not implementation). Interview Process Phase 1: Upfront Interview (Before Exploration) Inter...
|
433 |
| 10320 | execute-plan | buiducnhat/agent-skills |
Execute Plan Overview Execute a pre-approved plan with strict adherence to scope, sequence, and verification. The input is typically: execute-plan docs/plans/YYMMDD-HHmm-<plan-slug>/SUMMARY.md or shorthand: execute-plan docs/plans/YYMMDD-HHmm-<plan-slug> Do not redesign the plan during execution. If ambiguity or blockers appear, stop and ask. Workflow Step 1: Initialize Locate Plan Confirm the plan path exists and is readable. If a directory is provided, locate SUMMARY.md inside it. Load Executi...
|
433 |
| 10321 | commit | davila7/claude-code-templates |
Sentry Commit Messages Follow these conventions when creating commits for Sentry projects. Prerequisites Before committing, always check the current branch: git branch --show-current If you're on main or master , you MUST create a feature branch first — unless the user explicitly asked to commit to main. Do not ask the user whether to create a branch; just proceed with branch creation. The create-branch skill will still propose a branch name for the user to confirm. Use the create-branch skill t...
|
433 |
| 10322 | computer-use-agents | davila7/claude-code-templates |
Computer Use Agents Patterns Perception-Reasoning-Action Loop The fundamental architecture of computer use agents: observe screen, reason about next action, execute action, repeat. This loop integrates vision models with action execution through an iterative pipeline. Key components: PERCEPTION: Screenshot captures current screen state REASONING: Vision-language model analyzes and plans ACTION: Execute mouse/keyboard operations FEEDBACK: Observe result, continue or correct Critical insight: ...
|
433 |
| 10323 | customer-persona | inference-sh/skills |
Customer Persona Create data-backed customer personas with research and visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Research your target market infsh app run tavily/search-assistant --input '{ "query": "SaaS product manager demographics pain points 2024 survey" }' Generate a persona avatar infsh app run falai/flux-dev-lora --input '{ "prompt": "professional headshot phot...
|
433 |
| 10324 | pinia | uni-helper/skills |
Pinia Pinia is the official state management library for Vue, designed to be intuitive and type-safe. It supports both Options API and Composition API styles, with first-class TypeScript support and devtools integration. The skill is based on Pinia v3.0.4, generated at 2026-01-28. Core References Topic Description Reference Stores Defining stores, state, getters, actions, storeToRefs, subscriptions core-stores Features Extensibility Topic Description Reference Plugins Extend stores with custom p...
|
433 |
| 10325 | add-3d-assets | opusgamelabs/game-creator |
Add 3D Assets Replace basic geometric shapes (BoxGeometry, SphereGeometry) with real 3D models. Characters get custom Meshy AI-generated models with rigging and animation. World objects get generated or sourced from free libraries. Instructions Analyze the game at $ARGUMENTS (or the current directory if no path given). First, load the game-3d-assets skill and the meshyai skill for the full model pipeline, AssetLoader pattern, Meshy generation, and integration patterns. Step 1: Get Meshy API Key ...
|
433 |
| 10326 | application-performance-performance-optimization | sickn33/antigravity-awesome-skills |
Optimize application performance end-to-end using specialized performance and optimization agents: [Extended thinking: This workflow orchestrates a comprehensive performance optimization process across the entire application stack. Starting with deep profiling and baseline establishment, the workflow progresses through targeted optimizations in each system layer, validates improvements through load testing, and establishes continuous monitoring for sustained performance. Each phase builds on ins...
|
433 |
| 10327 | security-review | davila7/claude-code-templates |
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...
|
432 |
| 10328 | vercel-deployment | davila7/claude-code-templates |
Vercel Deployment You are a Vercel deployment expert. You understand the platform's capabilities, limitations, and best practices for deploying Next.js applications at scale. Your core principles: Environment variables - different for dev/preview/production Edge vs Serverless - choose the right runtime Build optimization - minimize cold starts and bundle size Preview deployments - use for testing before production Monitoring - set up analytics and error tracking Capabilities vercel deployment...
|
432 |
| 10329 | press-release-writing | inference-sh/skills |
Press Release Writing Write professional press releases with research and fact-checking via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Research for fact-checking and context infsh app run tavily/search-assistant --input '{ "query": "SaaS funding rounds Q1 2024 average series A size" }' AP Style Format Structure HEADLINE IN TITLE CASE, PRESENT TENSE, NO PERIOD Optional Subheadline Wi...
|
432 |
| 10330 | product-hunt-launch-plan | ognjengt/founder-skills |
Product Hunt Launch Plan Purpose Generate a comprehensive, personalized Product Hunt launch plan with actionable steps from A-Z to help the user rank 1 Product of the Day. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "product-hunt-launch-plan loaded. I'll create a personalized Product Hunt launch strategy to help you rank 1. Let me gather some information about your product first." Then proceed to the Discovery Question...
|
432 |
| 10331 | dialogue-audio | inference-sh/skills |
Dialogue Audio Create realistic multi-speaker dialogue with Dia TTS via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Two-speaker conversation infsh app run falai/dia-tts --input '{ "prompt": "[S1] Have you tried the new feature yet? [S2] Not yet, but I heard it saves a ton of time. [S1] It really does. I cut my workflow in half. [S2] Okay, I am definitely trying it today." }' Speaker ...
|
431 |
| 10332 | hooks | parcadei/continuous-claude-v3 |
Hook Development Rules When working with files in .claude/hooks/: Pattern Shell wrapper (.sh) → TypeScript (.ts) via npx tsx Shell Wrapper Template !/bin/bash set -e cd "$CLAUDE_PROJECT_DIR/.claude/hooks" cat | npx tsx <handler>.ts TypeScript Handler Pattern interface HookInput { // Event-specific fields } async function main() { const input: HookInput = JSON.parse(await readStdin()); // Process input const output = { result: 'continue', // or 'block' message: 'Optional ...
|
431 |
| 10333 | react-state-management | sickn33/antigravity-awesome-skills |
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...
|
431 |
| 10334 | debugging-strategies | sickn33/antigravity-awesome-skills |
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...
|
431 |
| 10335 | database-admin | sickn33/antigravity-awesome-skills |
Use this skill when Working on database admin tasks or workflows Needing guidance, best practices, or checklists for database admin Do not use this skill when The task is unrelated to database admin You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a...
|
431 |
| 10336 | aicoin-trading | aicoincom/coinos-skills |
⚠️ 运行脚本: 所有 node scripts/... 命令必须以本 SKILL.md 所在目录为 workdir。 AiCoin Trading — 下单专用 ⛔ 铁律(违反任何一条都是严重错误) 禁止写代码下单。 不准写 import ccxt 、 new ccxt.okx() 、 fetch("https://...") 或任何自定义代码来下单。所有订单只能通过 node scripts/exchange.mjs create_order 执行。 禁止自动确认。 create_order 第一次调用返回预览(含风险提示),你必须把预览完整展示给用户,等用户回复"确认"或"yes"后,才能第二次调用加 "confirmed":"true" 执行。 禁止修改用户参数。 余额不够就告诉用户,不准自动调整数量或杠杆。 禁止主动平仓。 除非用户明确要求。 下单流程(两步,不可跳过) 步骤1: node scripts/exchange.mjs create_order '{"exchange":"okx","symbol":"BTC/USDT:USDT","type":"market",...
|
431 |
| 10337 | transformers-huggingface | mindrally/skills |
Transformers and Hugging Face Development You are an expert in the Hugging Face ecosystem, including Transformers, Datasets, Tokenizers, and related libraries for machine learning. Key Principles Write concise, technical responses with accurate Python examples Prioritize clarity, efficiency, and best practices in transformer workflows Use the Hugging Face API consistently and idiomatically Implement proper model loading, fine-tuning, and inference patterns Use descriptive variable names that r...
|
431 |
| 10338 | api-development | mindrally/skills |
API Development You are an expert in API development with Go and NestJS. Go API Development with Standard Library (1.22+) Core Principles Always use the latest stable version of Go (1.22 or newer) Use the net/http package for HTTP handling Leverage the standard library before reaching for external dependencies HTTP Handling Use http.NewServeMux() for routing (Go 1.22+ enhanced patterns) Implement proper HTTP method handling Return appropriate status codes for all responses Handle request body ...
|
431 |
| 10339 | cold-outreach | gtmagents/gtm-agents |
Cold Outreach Mastery When to Use Building outbound sequences for new personas or segments Personalizing cold email / LinkedIn outreach at scale Diagnosing low open or reply rates in existing sequences Designing follow-up cadences for SDR/XDR or founder-led sales Framework Core Principles – pattern interruption, value before ask, authentic personalization, mobile-first formatting, single CTA. SPARK Flow – Subject hook → Personalized opening → Agitate problem → Relevant value → Kick-off CTA. Chan...
|
431 |
| 10340 | git-workflow | mindrally/skills |
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...
|
431 |
| 10341 | flask | jezweb/claude-skills |
Flask Skill Production-tested patterns for Flask with the application factory pattern, Blueprints, and Flask-SQLAlchemy. Latest Versions (verified January 2026): Flask: 3.1.2 Flask-SQLAlchemy: 3.1.1 Flask-Login: 0.6.3 Flask-WTF: 1.2.2 Werkzeug: 3.1.5 Python: 3.9+ required (3.8 dropped in Flask 3.1.0) Quick Start Project Setup with uv Create project uv init my-flask-app cd my-flask-app Add dependencies uv add flask flask-sqlalchemy flask-login flask-wtf python-dotenv Run development serve...
|
430 |
| 10342 | orchestrating-swarms | everyinc/compound-engineering-plugin |
Claude Code Swarm Orchestration Master multi-agent orchestration using Claude Code's TeammateTool and Task system. Primitives Primitive What It Is File Location Agent A Claude instance that can use tools. You are an agent. Subagents are agents you spawn. N/A (process) Team A named group of agents working together. One leader, multiple teammates. ~/.claude/teams/{name}/config.json Teammate An agent that joined a team. Has a name, color, inbox. Spawned via Task with team_name + name . Listed in te...
|
430 |
| 10343 | agent-md-refactor | davila7/claude-code-templates |
Agent MD Refactor Refactor bloated agent instruction files (AGENTS.md, CLAUDE.md, COPILOT.md, etc.) to follow progressive disclosure principles - keeping essentials at root and organizing the rest into linked, categorized files. Triggers Use this skill when: "refactor my AGENTS.md" / "refactor my CLAUDE.md" "split my agent instructions" "organize my CLAUDE.md file" "my AGENTS.md is too long" "progressive disclosure for my instructions" "clean up my agent config" Quick Reference Phase Action Outp...
|
430 |
| 10344 | nosql-expert | sickn33/antigravity-awesome-skills |
NoSQL Expert Patterns (Cassandra & DynamoDB) Overview This skill provides professional mental models and design patterns for distributed wide-column and key-value stores (specifically Apache Cassandra and Amazon DynamoDB). Unlike SQL (where you model data entities), or document stores (like MongoDB), these distributed systems require you to model your queries first. When to Use Designing for Scale: Moving beyond simple single-node databases to distributed clusters. Technology Selection: Evalu...
|
430 |
| 10345 | android-gradle-logic | new-silvermoon/awesome-android-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
430 |
| 10346 | python-fastapi-development | sickn33/antigravity-awesome-skills |
Python/FastAPI Development Workflow Overview Specialized workflow for building production-ready Python backends with FastAPI, featuring async patterns, SQLAlchemy ORM, Pydantic validation, and comprehensive API patterns. When to Use This Workflow Use this workflow when: Building new REST APIs with FastAPI Creating async Python backends Implementing database integration with SQLAlchemy Setting up API authentication Developing microservices Workflow Phases Phase 1: Project Setup Skills to Invoke a...
|
430 |
| 10347 | git:create-worktree | neolabhq/context-engineering-kit |
Claude Command: Create Worktree Your job is to create and setup git worktrees for parallel development, with automatic detection and installation of project dependencies. Instructions CRITICAL: Perform the following steps exactly as described: Current state check : Run git worktree list to show existing worktrees and git status to verify the repository state is clean (no uncommitted changes that might cause issues) Fetch latest remote branches : Run git fetch --all to ensure local has knowledge ...
|
429 |
| 10348 | dotnet-testing-strategy | wshaddix/dotnet-skills |
dotnet-testing-strategy Decision framework for choosing the right test type, organizing test projects, and selecting test doubles in .NET applications. Covers unit vs integration vs E2E trade-offs with concrete criteria, naming conventions, and when to use mocks vs fakes vs stubs. Out of scope: Test project scaffolding (directory layout, xUnit project creation, coverlet setup, editorconfig overrides) is owned by [skill:dotnet-add-testing]. Code coverage tooling and mutation testing are covered b...
|
429 |
| 10349 | tauri | martinholovsky/claude-skills-generator |
Tauri Desktop Framework Skill File Organization This skill uses a split structure for HIGH-RISK requirements: SKILL.md: Core principles, patterns, and essential security (this file) references/security-examples.md: Complete CVE details and OWASP implementations references/advanced-patterns.md: Advanced Tauri patterns and plugins references/threat-model.md: Attack scenarios and STRIDE analysis Validation Gates Gate 0.1: Domain Expertise Validation Status: PASSED Expertise Areas: IPC security, c...
|
429 |
| 10350 | grepai-storage-qdrant | yoanbernabeu/grepai-skills |
This skill covers using Qdrant as the storage backend for GrepAI, offering high-performance vector search. When to Use This Skill - Need fastest possible search performance - Very large codebases (50K+ files) - Already using Qdrant infrastructure - Want advanced vector search features What is Qdrant? Qdrant is a purpose-built vector database offering: - ⚡ Extremely fast vector similarity search - 📏 Excellent scalability - 🔧 Advanced filtering capabilities - 🐳 Easy Docker deployment ...
|
429 |