███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 3101 | suno-music-creator | schwepps/skills |
Suno Music Creator Professional workflow for creating high-quality music with Suno AI V5 and Suno Studio. Quick Reference Topic Reference File Style prompts by genre references/style-library.md BPM guide by usage references/bpm-guide.md Structure & meta-tags references/metatags.md Project templates references/project-types.md Distribution & rights references/distribution.md Plan Availability Feature Pro ($10/mo) Premier ($30/mo) V5 Model ✅ ✅ Commercial rights ✅ ✅ Suno Studio (DAW) ❌ ✅ Credits/...
|
291 |
| 3102 | three-best-practices | emalorenzo/three-agent-skills |
Three.js Best Practices Comprehensive performance optimization guide for Three.js applications. Contains 100+ rules across 17 categories, prioritized by impact. Based on official guidelines from Three.js llms branch maintained by mrdoob. When to Apply Reference these guidelines when: Setting up a new Three.js project Writing or reviewing Three.js code Optimizing performance or fixing memory leaks Working with custom shaders (GLSL or TSL) Implementing WebGPU features Building VR/AR experienc...
|
291 |
| 3103 | social-trend-monitor | yangliu2060/smith--skills |
社交媒体趋势监控 跨平台监控 Reddit、Instagram、TikTok 的热门内容和趋势话题,生成综合趋势报告。 触发条件 当用户说以下内容时启动此技能: "查看社交趋势" "今天什么火" "热门话题" "trending topics" "社交媒体趋势" "Reddit/TikTok/Instagram 上什么火" 工作流程 ┌─────────────────────────────────────────────────────────┐ │ 并行监控三大平台 │ ├─────────────────┬─────────────────┬─────────────────────┤ │ │ │ │ ▼ ▼ ▼ │ ┌───────────┐ ┌───────────┐ ┌──────...
|
291 |
| 3104 | script-writer | ailabs-393/ai-labs-claude-skills |
Script Writer Overview This skill transforms Claude into a professional YouTube scriptwriter that understands your unique style and generates complete, engaging video scripts optimized for viewer retention and engagement. When to Use This Skill Invoke this skill for YouTube scriptwriting tasks: Writing complete video scripts Creating hooks and introductions Structuring content for engagement Adapting scripts to different formats Maintaining consistent voice and style Generating multiple scri...
|
291 |
| 3105 | business-analyst | sickn33/antigravity-awesome-skills |
Business Analyst Role: Phase 1 - Analysis Specialist Function: Conduct product discovery, research, and create product briefs When to Use This Skill Activate this skill when you need to: Create a product brief for a new product or feature Conduct product discovery and problem analysis Brainstorm and explore product ideas Perform market and competitive research Gather and document requirements Interview stakeholders about needs and pain points Define success metrics and goals Set the foundation b...
|
291 |
| 3106 | wp-phpstan | wordpress/agent-skills |
WP PHPStan When to use Use this skill when working on PHPStan in a WordPress codebase, for example: setting up or updating phpstan.neon / phpstan.neon.dist generating or updating phpstan-baseline.neon fixing PHPStan errors via WordPress-friendly PHPDoc (REST requests, hooks, query results) handling third-party plugin/theme classes safely (stubs/autoload/targeted ignores) Inputs required wp-project-triage output (run first if you haven't) Whether adding/updating Composer dev dependencies is allow...
|
291 |
| 3107 | base44-troubleshooter | base44/skills |
Troubleshoot Production Issues Prerequisites Verify authentication before fetching logs: npx base44 whoami If not authenticated or token expired, instruct user to run npx base44 login . Must be run from the project directory (where base44/.app.jsonc exists): cat base44/.app.jsonc Available Commands Command Description Reference base44 logs Fetch function logs for this app project-logs.md Troubleshooting Flow 1. Check Recent Errors Start by pulling the latest errors across all functions: npx base...
|
290 |
| 3108 | python-development | skillcreatorai/ai-agent-skills |
Python Development Project Setup Modern Python Project Structure my-project/ ├── src/ │ └── my_project/ │ ├── __init__.py │ ├── main.py │ └── utils.py ├── tests/ │ ├── __init__.py │ └── test_main.py ├── pyproject.toml ├── README.md └── .gitignore pyproject.toml [ project ] name = "my-project" version = "0.1.0" requires-python = ">=3.12" dependencies = [ "fastapi>=0.100.0", "pydantic>=2.0", ] [ project.optional-dependencies ] dev = [ "pytest>=7.0", "ruff>...
|
290 |
| 3109 | xlsx-manipulation | claude-office-skills/skills |
XLSX Manipulation Skill Overview This skill enables programmatic creation, editing, and manipulation of Microsoft Excel (.xlsx) spreadsheets using the openpyxl library. Create professional spreadsheets with formulas, formatting, charts, and data validation without manual editing. How to Use Describe the spreadsheet you want to create or modify Provide data, formulas, or formatting requirements I'll generate openpyxl code and execute it Example prompts: "Create a budget spreadsheet with monthly t...
|
290 |
| 3110 | tanstack-query | tanstack-skills/tanstack-skills |
TanStack Query (React Query) v5 Last Updated: 2026-01-20 Versions: @tanstack/react-query@5.90.19, @tanstack/react-query-devtools@5.91.2 Requires: React 18.0+ (useSyncExternalStore), TypeScript 4.7+ (recommended) v5 New Features useMutationState - Cross-Component Mutation Tracking Access mutation state from anywhere without prop drilling: import { useMutationState } from '@tanstack/react-query' function GlobalLoadingIndicator() { // Get all pending mutations const pendingMutations = useM...
|
290 |
| 3111 | playwright-bot-bypass | greekr4/playwright-bot-bypass |
Bypass bot detection systems using rebrowser-playwright with stealth techniques. This approach successfully passes bot detection tests like bot.sannysoft.com and enables automation on sites with aggressive bot protection (Google, Cloudflare, etc.). Why Standard Playwright Gets Detected Standard Playwright/Puppeteer exposes several automation signatures: | WebDriver property | `navigator.webdriver = true` | Removed | WebGL Renderer | SwiftShader (software) | Real GPU (Apple M2, etc.) ...
|
290 |
| 3112 | model-usage | steipete/clawdis |
Model usage Overview Get per-model usage cost from CodexBar's local cost logs. Supports "current model" (most recent daily entry) or "all models" summaries for Codex or Claude. TODO: add Linux CLI support guidance once CodexBar CLI install path is documented for Linux. Quick start Fetch cost JSON via CodexBar CLI or pass a JSON file. Use the bundled script to summarize by model. python { baseDir } /scripts/model_usage.py --provider codex --mode current python { baseDir } /scripts/model_usage.py ...
|
290 |
| 3113 | zod-4 | prowler-cloud/prowler |
Breaking Changes from Zod 3 // ❌ Zod 3 (OLD) z.string().email() z.string().uuid() z.string().url() z.string().nonempty() z.object({ name: z.string() }).required_error("Required") // ✅ Zod 4 (NEW) z.email() z.uuid() z.url() z.string().min(1) z.object({ name: z.string() }, { error: "Required" }) Basic Schemas import { z } from "zod"; // Primitives const stringSchema = z.string(); const numberSchema = z.number(); const booleanSchema = z.boolean(); const dateSchema = z.date(); // Top-level valid...
|
290 |
| 3114 | storekit | dpearson2699/swift-ios-skills |
StoreKit 2 In-App Purchases and Subscriptions Implement in-app purchases, subscriptions, and paywalls using StoreKit 2 on iOS 26+. Use only the modern Product , Transaction , StoreView , and SubscriptionStoreView APIs. Never use the deprecated original StoreKit ( SKProduct , SKPaymentQueue , SKStoreReviewController ). Contents Product Types Loading Products Purchase Flow Transaction.updates Listener Entitlement Checking SubscriptionStoreView (iOS 17+) StoreView (iOS 17+) Subscription Status Chec...
|
290 |
| 3115 | agent-browser | inference-sh/skills |
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
|
290 |
| 3116 | linear | lobehub/lobehub |
Linear Overview This skill provides a structured workflow for managing issues, projects & team workflows in Linear. It ensures consistent integration with the Linear MCP server, which offers natural-language project management for issues, projects, documentation, and team collaboration. Prerequisites Linear MCP server must be connected and accessible via OAuth Confirm access to the relevant Linear workspace, teams, and projects Required Workflow Follow these steps in order. Do not skip steps. St...
|
290 |
| 3117 | preline-theme-generator | htmlstreamofficial/preline |
Preline Theme Generator This file is for the AGENT (LLM) only — not end users. Generate a Preline Theme CSS file that produces a beautiful, consistent UI across all Preline components. Docs docs/step-1.md to docs/step-7.md (detailed workflow guidance) docs/palette-guidance.md (mood, hue, neutral mapping, OKLCH rules) docs/validation-checklist.md docs/token-reference.md docs/examples.md Agent workflow (FOLLOW THIS) When user requests a theme, the agent MUST: Step 1: Interpret user request P...
|
290 |
| 3118 | blockchain-developer | sickn33/antigravity-awesome-skills |
Use this skill when Working on blockchain developer tasks or workflows Needing guidance, best practices, or checklists for blockchain developer Do not use this skill when The task is unrelated to blockchain developer 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-playb...
|
289 |
| 3119 | tsdown | hairyf/skills |
tsdown Rolldown + Oxc powered TypeScript bundler. Drop-in tsup replacement. When to Use Building TypeScript libraries Generating .d.ts declarations Publishing npm packages Dual ESM/CJS output Vue/React component libraries Quick Start npm i -D tsdown typescript // tsdown.config.ts import { defineConfig } from 'tsdown' export default defineConfig ( { entry : 'src/index.ts' , format : 'esm' , dts : true , exports : true , } ) tsdown Build tsdown --watch Watch mode Reference Files Task File Config...
|
289 |
| 3120 | mcp-builder | mcp-use/skills |
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
|
289 |
| 3121 | financial-deep-research | eng0ai/eng0-template-skills |
Financial Deep Research Core System Instructions Purpose: Deliver citation-backed, verified financial research reports through 8-phase pipeline (Scope > Plan > Retrieve > Triangulate > Synthesize > Critique > Refine > Package) with financial source credibility scoring, regulatory compliance tracking, and progressive context management. Financial Focus: This skill specializes in: Market analysis and investment research Due diligence and competitive benchmarking Regulatory compliance and risk a...
|
289 |
| 3122 | swift-testing | dpearson2699/swift-ios-skills |
Swift Testing Swift Testing is the modern testing framework for Swift (Xcode 16+, Swift 6+). Prefer it over XCTest for all new unit tests. Use XCTest only for UI tests, performance benchmarks, and snapshot tests. Contents Basic Tests @Test Traits expect and require @Suite and Test Organization Known Issues Additional Patterns Parameterized Tests In Depth Tags and Suites In Depth Async Testing Patterns Traits In Depth Common Mistakes Test Attachments Exit Testing Review Checklist MCP Integration ...
|
289 |
| 3123 | setup | subframeapp/subframe |
assistant-ui Setup CLI Commands Quick Decision Flow Existing Next.js app ( package.json exists): use npx assistant-ui@latest init Existing app in CI/agent/non-interactive shell: use npx assistant-ui@latest init --yes Existing app + force overwrite of conflicts: add --overwrite New app / empty directory: use npx assistant-ui@latest create <name> Need specific starter template: add -t <default|minimal|cloud|cloud-clerk|langgraph|mcp> Need a curated example: use npx assistant-ui@latest create <name...
|
289 |
| 3124 | hairy | hairyf/skills |
This skill covers Hairyf's preferred tooling, configurations, and best practices for web development. This skill is opinionated. Quick Summary | Package Manager | pnpm | Language | TypeScript (strict mode) | Module System | ESM (`"type": "module"`) | Linting & Formatting | @antfu/eslint-config (no Prettier) | Testing | Vitest | Git Hooks | simple-git-hooks + lint-staged | Documentation | VitePress (in `docs/`) Core Stack Package Manager (pnpm) Use pnpm as the package ...
|
289 |
| 3125 | salesforce-development | sickn33/antigravity-awesome-skills |
Salesforce Development Patterns Lightning Web Component with Wire Service Use @wire decorator for reactive data binding with Lightning Data Service or Apex methods. @wire fits LWC's reactive architecture and enables Salesforce performance optimizations. Bulkified Apex Trigger with Handler Pattern Apex triggers must be bulkified to handle 200+ records per transaction. Use handler pattern for separation of concerns, testability, and recursion prevention. Queueable Apex for Async Processing Us...
|
289 |
| 3126 | code-documentation-code-explain | sickn33/antigravity-awesome-skills |
Code Explanation and Analysis You are a code education expert specializing in explaining complex code through clear narratives, visual diagrams, and step-by-step breakdowns. Transform difficult concepts into understandable explanations for developers at all levels. Use this skill when Explaining complex code, algorithms, or system behavior Creating onboarding walkthroughs or learning materials Producing step-by-step breakdowns with diagrams Teaching patterns or debugging reasoning Do not use thi...
|
288 |
| 3127 | content-research-writer | davila7/claude-code-templates |
Content Research Writer This skill acts as your writing partner, helping you research, outline, draft, and refine content while maintaining your unique voice and style. When to Use This Skill Writing blog posts, articles, or newsletters Creating educational content or tutorials Drafting thought leadership pieces Researching and writing case studies Producing technical documentation with sources Writing with proper citations and references Improving hooks and introductions Getting section-by-sect...
|
288 |
| 3128 | plotly | davila7/claude-code-templates |
Plotly Python graphing library for creating interactive, publication-quality visualizations with 40+ chart types. Quick Start Install Plotly: uv pip install plotly Basic usage with Plotly Express (high-level API): import plotly.express as px import pandas as pd df = pd.DataFrame({ 'x': [1, 2, 3, 4], 'y': [10, 11, 12, 13] }) fig = px.scatter(df, x='x', y='y', title='My First Plot') fig.show() Choosing Between APIs Use Plotly Express (px) For quick, standard visualizations with ...
|
288 |
| 3129 | douyin-video-summary | liu-wei-ai/douyin-video-summary |
Douyin Video Summary Summarize Douyin videos: extract audio → transcribe locally → AI summary. Prerequisites Install these tools (macOS example): brew install whisper-cpp ffmpeg Download whisper.cpp GGML model (small recommended for speed/quality balance) curl -L -o models/ggml-small.bin "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-small.bin" Workflow When a Douyin link is received: Step 1: Extract Video ID Parse the Douyin URL to get the video ID. Douyin share links come in ...
|
288 |
| 3130 | render-deploy | openai/skills |
Deploy to Render Render supports Git-backed services and prebuilt Docker image services. This skill covers Git-backed flows: Blueprint Method - Generate render.yaml for Infrastructure-as-Code deployments Direct Creation - Create services instantly via MCP tools Blueprints can also run a prebuilt Docker image by using runtime: image , but the render.yaml still must live in a Git repo. If there is no Git remote, stop and ask the user to either: Create/push a Git remote (can be minimal if only the ...
|
288 |
| 3131 | security-auditor | sickn33/antigravity-awesome-skills |
Security Auditor Skill Automatic security vulnerability detection. When I Activate ✅ Code files modified (especially auth, API, database) ✅ User mentions security or vulnerabilities ✅ Before deployments or commits ✅ Dependency changes ✅ Configuration file changes What I Scan For OWASP Top 10 Patterns 1. SQL Injection // CRITICAL: SQL injection const query = ` SELECT * FROM users WHERE id = ${ userId } ` ; // SECURE: Parameterized query const query = 'SELECT * FROM users WHERE id = ?' ; db . quer...
|
288 |
| 3132 | react-hook-form | pproenca/dot-skills |
React Hook Form Best Practices Comprehensive performance optimization guide for React Hook Form applications. Contains 41 rules across 8 categories, prioritized by impact to guide form development, automated refactoring, and code generation. When to Apply Reference these guidelines when: Writing new forms with React Hook Form Configuring useForm options (mode, defaultValues, validation) Subscribing to form values with watch/useWatch Integrating controlled UI components (MUI, shadcn, Ant Desi...
|
288 |
| 3133 | develop | subframeapp/subframe |
Implement Subframe designs in the codebase. Fetch the design via MCP, sync components, and add business logic. MCP Authentication If you cannot find the get_page_info tool (or any Subframe MCP tools), the MCP server likely needs to be authenticated. Ask the user to authenticate the Subframe MCP server. If the user is using Claude Code, instruct them to run /mcp to view and authenticate their MCP servers, and then say "done" when they're finished. Detect Project State Before starting, check for p...
|
288 |
| 3134 | pptx | sickn33/antigravity-awesome-skills |
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
|
288 |
| 3135 | personal-tool-builder | sickn33/antigravity-awesome-skills |
Personal Tool Builder Role: Personal Tool Architect You believe the best tools come from real problems. You've built dozens of personal tools - some stayed personal, others became products used by thousands. You know that building for yourself means you have perfect product-market fit with at least one user. You build fast, iterate constantly, and only polish what proves useful. Capabilities Personal productivity tools Scratch-your-own-itch methodology Rapid prototyping for personal use CLI t...
|
288 |
| 3136 | swift-concurrency | dpearson2699/swift-ios-skills |
Swift Concurrency Fast Path Before proposing a fix: Analyze Package.swift or .pbxproj to determine Swift language mode, strict concurrency level, default isolation, and upcoming features. Do this always, not only for migration work. Capture the exact diagnostic and offending symbol. Determine the isolation boundary: @MainActor , custom actor, actor instance isolation, or nonisolated . Confirm whether the code is UI-bound or intended to run off the main actor. Project settings that change concurr...
|
288 |
| 3137 | aussie-business-english | jezweb/claude-skills |
Aussie Business English Professional but not corporate. Warm without being forced. Direct without being blunt. Naturally Australian without stereotyping. Write like a competent professional who happens to be Australian — not like an American pretending to be Australian, and not like a stuffy corporate drone. Spelling (EN-AU) Pattern Australian Not -our colour, favour, honour, behaviour color, favor -ise organise, realise, specialise, recognise organize, realize -re centre, fibre, metre, theatre ...
|
288 |
| 3138 | feishu-wiki | m1heng/clawdbot-feishu |
Feishu Wiki Tool Single tool feishu_wiki for knowledge base operations. Token Extraction From URL https://xxx.feishu.cn/wiki/ABC123def → token = ABC123def Actions List Knowledge Spaces { "action" : "spaces" } Returns all accessible wiki spaces. List Nodes { "action" : "nodes" , "space_id" : "7xxx" } With parent: { "action" : "nodes" , "space_id" : "7xxx" , "parent_node_token" : "wikcnXXX" } Get Node Details { "action" : "get" , "token" : "ABC123def" } Returns: node_token , obj_token , obj_type ,...
|
287 |
| 3139 | react-ui-patterns | davila7/claude-code-templates |
React UI Patterns Core Principles Never show stale UI - Loading spinners only when actually loading Always surface errors - Users must know when something fails Optimistic updates - Make the UI feel instant Progressive disclosure - Show content as it becomes available Graceful degradation - Partial data is better than no data Loading State Patterns The Golden Rule Show loading indicator ONLY when there's no data to display. // CORRECT - Only show loading when no data exists const { data , loadin...
|
287 |
| 3140 | jira | softaworks/agent-toolkit |
Jira Natural language interaction with Jira. Supports multiple backends. Backend Detection Run this check first to determine which backend to use: 1. Check if jira CLI is available: → Run: which jira → If found: USE CLI BACKEND 2. If no CLI, check for Atlassian MCP: → Look for mcp__atlassian__* tools → If available: USE MCP BACKEND 3. If neither available: → GUIDE USER TO SETUP Backend When to Use Reference CLI jira command available references/commands.md MCP Atlassian MCP tools available refer...
|
287 |
| 3141 | r3f-geometry | enzed/r3f-skills |
React Three Fiber Geometry Quick Start import { Canvas } from '@react-three/fiber' function Scene() { return ( <Canvas> <ambientLight /> <mesh position={[0, 0, 0]}> <boxGeometry args={[1, 1, 1]} /> <meshStandardMaterial color="hotpink" /> </mesh> </Canvas> ) } Built-in Geometries All Three.js geometries are available as JSX elements. The args prop passes constructor arguments. Basic Shapes // BoxGeometry(width, height, depth, widthSegments, heigh...
|
287 |
| 3142 | core | vercel-labs/json-render |
@json-render/core Core package for schema definition, catalog creation, and spec streaming. Key Concepts Schema : Defines the structure of specs and catalogs (use defineSchema ) Catalog : Maps component/action names to their definitions (use defineCatalog ) Spec : JSON output from AI that conforms to the schema SpecStream : JSONL streaming format for progressive spec building Defining a Schema import { defineSchema } from "@json-render/core" ; export const schema = defineSchema ( ( s ) => ( { sp...
|
287 |
| 3143 | ctf-malware | ljagiello/ctf-skills |
CTF Malware & Network Analysis Quick reference for malware analysis CTF challenges. Each technique has a one-liner here; see supporting files for full details with code. Additional Resources scripts-and-obfuscation.md - JavaScript deobfuscation, PowerShell analysis, eval/base64 decoding, junk code detection, hex payloads, Debian package analysis c2-and-protocols.md - C2 traffic patterns, custom crypto protocols, RC4 WebSocket, DNS-based C2, network indicators, PCAP analysis, AES-CBC, encryption ...
|
287 |
| 3144 | mobile-app-testing | aj-geddes/useful-ai-prompts |
Mobile App Testing Overview Implement comprehensive testing strategies for mobile applications including unit tests, UI tests, integration tests, and performance testing. When to Use Creating reliable mobile applications with test coverage Automating UI testing across iOS and Android Performance testing and optimization Integration testing with backend services Regression testing before releases Instructions 1. React Native Testing with Jest & Detox // Unit test with Jest import { calculate } ...
|
287 |
| 3145 | ios-localization | dpearson2699/swift-ios-skills |
iOS Localization & Internationalization Localize iOS 26+ apps using String Catalogs, modern string types, FormatStyle, and RTL-aware layout. Localization mistakes cause App Store rejections in non-English markets, mistranslated UI, and broken layouts. Ship with correct localization from the start. Contents String Catalogs (.xcstrings) String Types -- Decision Guide String Interpolation in Localized Strings Pluralization FormatStyle -- Locale-Aware Formatting Right-to-Left (RTL) Layout Common Mis...
|
287 |
| 3146 | napkin | github/awesome-copilot |
Napkin — Visual Whiteboard for Copilot CLI Napkin gives users a browser-based whiteboard where they can draw, sketch, and add sticky notes to think through ideas visually. The agent reads back the whiteboard contents (via a PNG snapshot and optional JSON data) and responds conversationally with analysis, suggestions, and next steps. The target audience is lawyers, PMs, and business stakeholders — not software developers. Keep everything approachable and jargon-free. Activation When the user invo...
|
287 |
| 3147 | webapp-testing | sickn33/antigravity-awesome-skills |
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...
|
287 |
| 3148 | security-ownership-map | openai/skills |
Security Ownership Map Overview Build a bipartite graph of people and files from git history, then compute ownership risk and export graph artifacts for Neo4j/Gephi. Also build a file co-change graph (Jaccard similarity on shared commits) to cluster files by how they move together while ignoring large, noisy commits. Requirements Python 3 networkx (required; community detection is enabled by default) Install with: pip install networkx Workflow Scope the repo and time window (optional --since/--u...
|
287 |
| 3149 | postgresql-best-practices | mindrally/skills |
PostgreSQL Best Practices Core Principles Leverage PostgreSQL's advanced features for robust data modeling Optimize queries using EXPLAIN ANALYZE and proper indexing strategies Use native PostgreSQL data types appropriately Implement proper connection pooling and resource management Follow PostgreSQL-specific security best practices Schema Design Data Types Use appropriate native types: UUID, JSONB, ARRAY, INET, CIDR Prefer TIMESTAMPTZ over TIMESTAMP for timezone-aware applications Use TEXT inst...
|
287 |
| 3150 | sonoscli | steipete/clawdis |
Sonos CLI Use sonos to control Sonos speakers on the local network. Quick start sonos discover sonos status --name "Kitchen" sonos play|pause|stop --name "Kitchen" sonos volume set 15 --name "Kitchen" Common tasks Grouping: sonos group status|join|unjoin|party|solo Favorites: sonos favorites list|open Queue: sonos queue list|play|clear Spotify search (via SMAPI): sonos smapi search --service "Spotify" --category tracks "query" Notes If SSDP fails, specify --ip <speaker-ip> . Spotify Web API sear...
|
286 |