Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
14501 game-engines pluginagentmarketplace/custom-plugin-game-developer
Game Engines & Frameworks Engine Comparison ┌─────────────────────────────────────────────────────────────┐ │ ENGINE COMPARISON │ ├─────────────────────────────────────────────────────────────┤ │ UNITY (C): │ │ ├─ Best for: 2D/3D, Mobile, Indie, VR/AR │ │ ├─ Learning: Moderate │ │ ├─ Performance: Good (IL2CPP for native) │ │ └─ Mar...
70
14502 clean-codejs-objects damianwrooby/javascript-clean-code-skills
Clean Code JavaScript – Object & Class Patterns Table of Contents Encapsulation Immutability Cohesion Encapsulation // ❌ Bad user . name = 'John' ; // ✅ Good user . rename ( 'John' ) ; Immutability // ❌ Bad user . age ++ ; // ✅ Good const updatedUser = user . withAge ( user . age + 1 ) ; Cohesion // ❌ Bad class User { calculateTax ( ) { } } // ✅ Good class TaxCalculator { calculate ( user ) { } }
70
14503 debugging-troubleshooting-2025 josiahsiegel/claude-plugin-marketplace
🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new documentation files unless ...
70
14504 transcript zeropointrepo/youtube-skills
Transcript Fetch video transcripts via TranscriptAPI.com . Setup If $TRANSCRIPT_API_KEY is not set, help the user create an account (100 free credits, no card): Step 1 — Register: Ask user for their email. node ./scripts/tapi-auth.js register --email USER_EMAIL → OTP sent to email. Ask user: "Check your email for a 6-digit verification code." Step 2 — Verify: Once user provides the OTP: node ./scripts/tapi-auth.js verify --token TOKEN_FROM_STEP_1 --otp CODE API key saved to your shell profile an...
70
14505 typography-system sanky369/vibe-building-skills
Typography System Overview Typography is the voice of your interface. It communicates hierarchy, establishes tone, and guides users through your content. Great typography is invisible—users don't notice it because it works so well. This skill teaches you to think about typography systematically: choosing fonts with intention, creating scales that feel natural, establishing clear hierarchy, and ensuring readability and accessibility across all contexts. Core Methodology: Type Scales and Hierar...
70
14506 personalization-at-scale onewave-ai/claude-skills
Personalization at Scale Generate hundreds of unique, researched first lines in minutes instead of hours. Instructions You are an expert sales development researcher who specializes in finding personalization angles for outbound prospecting at scale. Your mission is to take a list of prospects and generate unique, relevant, authentic personalization that makes cold outreach feel warm. Core Capabilities Research Sources : Company news and press releases LinkedIn activity (posts, comments, job cha...
70
14507 landing page optimizer eddiebe147/claude-settings
Landing Page Optimizer Transform underperforming landing pages into conversion machines. This skill combines copywriting expertise, UX best practices, and conversion psychology to systematically improve every element of your landing pages. Most landing pages leave massive value on the table. Small changes to headlines, CTAs, social proof placement, and form design can dramatically increase conversion rates. This skill provides a systematic audit framework, prioritized optimization recommendation...
70
14508 docusign-automation sickn33/antigravity-awesome-skills
DocuSign Automation via Rube MCP Automate DocuSign e-signature workflows through Composio's DocuSign toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/docusign Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active DocuSign connection via RUBE_MANAGE_CONNECTIONS with toolkit docusign Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just ...
70
14509 mf-docs module-federation/core
Module Federation Docs Assistant Answer Module Federation questions by fetching only the relevant documentation pages — not the entire docs. Steps 1. Fetch the documentation index Fetch the index to discover available pages and their descriptions: https://module-federation.io/llms.txt The index is in this format: Section Name - [Page Title](/path/to/page.md): brief description of the page content 2. Identify the relevant page(s) Read the page descriptions in the index and select the 1–3 pages m...
70
14510 coingecko sendaifun/skills
CoinGecko CoinGecko provides comprehensive crypto market data including spot prices, OHLC candles, market cap, trending coins, sector performance, and global stats. When to Use CoinGecko Use CoinGecko for: Price queries - Current prices, historical prices, OHLC data Market overview - Market cap, volume, trending coins, top gainers/losers Coin information - Detailed coin data, tickers, trading pairs Exchange data - Exchange listings, volumes, trading pairs NFT data - NFT collections, floor prices...
70
14511 spotify-api fabioc-aloha/spotify-skill
Spotify API Skill Version: 0.9.1 | Release Date: October 22, 2025 Overview This skill directly interacts with the Spotify Web API to manage music and playlists. ⚡ Unique Capability: Image Generation 🎨 This skill can GENERATE IMAGES - something Claude cannot do natively! It creates custom SVG-based cover art for Spotify playlists with large, readable typography optimized for thumbnail viewing. Each cover art is dynamically generated with theme-appropriate colors, gradients, and text layouts....
70
14512 php-symfony pluginagentmarketplace/custom-plugin-php
Symfony Framework Skill Atomic skill for mastering enterprise-grade Symfony applications Overview Comprehensive skill for building robust Symfony applications. Covers Symfony 6.4 LTS and 7.x with focus on Doctrine ORM, dependency injection, and API Platform. Skill Parameters Input Validation interface SkillParams { topic: | "doctrine" // ORM, DBAL, migrations | "di-container" // Services, autowiring, tags | "routing" // Routes, controllers | "security" ...
70
14513 behavioral-modes vudovn/antigravity-kit
Behavioral Modes - Adaptive AI Operating Modes Purpose This skill defines distinct behavioral modes that optimize AI performance for specific tasks. Modes change how the AI approaches problems, communicates, and prioritizes. Available Modes 1. 🧠 BRAINSTORM Mode When to use: Early project planning, feature ideation, architecture decisions Behavior: Ask clarifying questions before assumptions Offer multiple alternatives (at least 3) Think divergently - explore unconventional solutions No code...
70
14514 gemini-review alinaqi/claude-bootstrap
*Load with: base.md + code-review.md* Use Google's Gemini CLI for code review with Gemini 2.5 Pro - featuring a massive 1M token context window that can analyze entire repositories at once. Sources: [Gemini CLI](https://github.com/google-gemini/gemini-cli) | [Code Review Extension](https://github.com/gemini-cli-extensions/code-review) | [Gemini Code Assist](https://codeassist.google/) | [GitHub Action](https://github.com/google-github-actions/run-gemini-cli) Why Gemini for Code Review? | Ge...
70
14515 document-writer 404kidwiz/claude-supercode-skills
Documentation Writer for Nuxt Ecosystem Writing guidance for blog posts and documentation following patterns from official Nuxt websites. When to Use Writing blog posts for Nuxt ecosystem projects Creating or editing documentation pages Ensuring consistent writing style across content Writing Standard Override: When writing documentation, maintain proper grammar and complete sentences. The "sacrifice grammar for brevity" rule does NOT apply here. Documentation must be: Grammatically correct...
70
14516 responsive-web-design secondsky/claude-skills
Responsive Web Design Overview Build mobile-first responsive interfaces using modern CSS techniques including Flexbox, Grid, and media queries to create adaptable user experiences. When to Use Multi-device applications Mobile-first development Accessible layouts Flexible UI systems Cross-browser compatibility Implementation Examples 1. Mobile-First Media Query Strategy /* Mobile styles (default) */ .container { display: flex; flex-direction: column; padding: 16px; gap: 16px; } .card {...
70
14517 git-workflow yonatangross/orchestkit
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...
70
14518 clap bobmatnyc/claude-mpm-skills
Clap (Rust) - Production CLI Patterns Overview Clap provides declarative command-line parsing with strong help output, validation, and subcommand support. Use it to build CLIs with predictable UX and testable execution paths. Quick Start Minimal CLI ✅ Correct: derive Parser use clap::Parser; [derive(Parser, Debug)] [command(name = "mytool", version, about = "Example CLI")] struct Args { /// Enable verbose output [arg(long)] verbose: bool, /// Input file path [arg(value_...
70
14519 meeting-intelligence-system onewave-ai/claude-skills
Meeting Intelligence System Transform meeting transcripts into actionable insights, decisions, and follow-ups. When to Use This Skill Activate when the user: Provides a meeting transcript or recording Asks to "analyze this meeting" Needs action items extracted from notes Wants to generate meeting minutes Asks for decisions made in a meeting Needs a follow-up email created Mentions meeting notes or transcripts Instructions Extract Meeting Metadata Identify meeting title/topic Note participa...
70
14520 project-discover-products-ops-dod zixun-github/aisdlc
project-discover-products-ops-dod(Step5+6+7+11:Products + Ops + DoD + 增量维护) 概览 这一阶段把 Discover 从“能写出来”升级到“能治理、能持续可用”: Products :把业务模块地图收敛到可治理数量(默认 <= 6),为需求阶段提供稳定语义锚点 Ops :固定“能跑、能验、能回滚、能排障”的入口(高 ROI) DoD :用门禁规则决定是否允许索引打勾(索引勾选只是反映事实) Delta Discover / stale :让知识库能随代码变化增量更新,不快速过期 开始时宣布: 「我正在使用 project-discover-products-ops-dod 技能收敛 Products、建立 Ops 入口并执行 DoD 与增量维护门禁。」 Products(业务模块聚合与收敛 <= 6) 核心原则 Products 是 业务地图 ,不是功能清单大全 优先用“数据主责 + 对外能力 + 组织边界”来聚类 默认目标:<= 6;如果无法收敛,必须写明原因与治理建议入口 从代码反推 Products 的高信号线...
70
14521 native-app-performance steipete/agent-scripts
Native App Performance (CLI-only) Goal: record Time Profiler via xctrace, extract samples, symbolicate, and propose hotspots without opening Instruments. Quick start (CLI) Record Time Profiler (attach): Start app yourself, then attach xcrun xctrace record --template 'Time Profiler' --time-limit 90s --output /tmp/App.trace --attach <pid> Record Time Profiler (launch): xcrun xctrace record --template 'Time Profiler' --time-limit 90s --output /tmp/App.trace --launch -- /path/App.app/Contents/Ma...
70
14522 viral-content majesticlabs-dev/majestic-marketplace
Viral Content Blueprint Build a platform-specific viral content playbook with psychological hooks, posting schedules, and replicable frameworks based on current algorithm behavior. For zero-budget organic reach. Conversation Starter Use AskUserQuestion to gather initial context. Begin by asking: "I'll help you create a viral content playbook that generates massive organic reach. Please provide: Business Type : What industry/niche are you in? Target Audience : Who are you trying to reach? (demogr...
70
14523 bitbucket-automation sickn33/antigravity-awesome-skills
Bitbucket Automation via Rube MCP Automate Bitbucket operations including repository management, pull request workflows, branch operations, issue tracking, and workspace administration through Composio's Bitbucket toolkit. Toolkit docs : composio.dev/toolkits/bitbucket Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Bitbucket connection via RUBE_MANAGE_CONNECTIONS with toolkit bitbucket Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube M...
70
14524 ubuntu-desktop-control lommaj/ubuntu-desktop-control
Desktop Control Skill Control the desktop GUI using semantic element targeting. Find and click UI elements by name instead of coordinates. Key Features: AT-SPI - Primary method using accessibility tree (knows element roles, states, actions) OCR Fallback - Tesseract-based text finding when AT-SPI can't find the element Wait Utilities - Poll for elements to appear with exponential backoff Click Verification - Optional pre-click screenshot verification Prerequisites Install dependencies: bash insta...
70
14525 project-discover zixun-github/aisdlc
project-discover(一次指令全量 Discover 总控:地图层 + 权威入口 + 证据链) 概览 本技能用于把“已有代码的存量项目” 在一次指令内尽可能完整地 逆向沉淀为 .aisdlc/project/ 项目级 SSOT(长期资产),以支撑后续 Spec Pack 的 AI 辅助开发 尽量不再重复跑 Discover 。 Discover 的核心不是“把代码翻译成文档”,而是把以下三件事立起来(并且能被持续维护): 地图层 :先有可导航的索引骨架(索引只导航) 权威入口 :每个 P0 模块有单页模块 SSOT(模块页是权威) 证据链 :每个关键结论都能指向仓库内可定位的证据入口(Evidence)或结构化缺口(Evidence Gaps) 开始时宣布: 「我正在使用 project-discover 技能执行存量项目 Discover(逆向)并建立 .aisdlc/project/ 项目级 SSOT。」 目标(一次指令的交付物) 在 单次运行 结束时,默认应至少产出并自洽以下内容(允许“证据不足→结构化缺口”降级,但不允许脑补): Level-0 / Memory(北...
70
14526 testing-best-practices asyrafhussin/agent-skills
Testing Rules for AI You're a testing expert that is keen to keep the tests simple, clean, consistent and short. Here is a list of best practices to follow. When you find some issues in a test, mention the violated bullet number These rules are not applicable to end-to-end tests that spans multiple processes and components, only for unit, integration, component, Microservice, API tests. If you realize tests that don't mock the backend, these are end-to-end tests, in this case apply the rules fro...
70
14527 prompt-engineer 404kidwiz/claude-supercode-skills
Prompt Engineer Expert prompt engineer specializing in designing, optimizing, and evaluating prompts that maximize LLM performance across diverse use cases. When to Use This Skill Designing prompts for new LLM applications Optimizing existing prompts for better accuracy or efficiency Implementing chain-of-thought or few-shot learning Creating system prompts with personas and guardrails Building structured output schemas (JSON mode, function calling) Developing prompt evaluation and testing frame...
70
14528 nodejs-expert oimiragieo/agent-studio
Nodejs Expert nestjs core module guidelines When reviewing or writing code, apply these guidelines: Global filters for exception handling. Global middlewares for request management. Guards for permission management. Interceptors for request management. nestjs general guidelines When reviewing or writing code, apply these guidelines: Use modular architecture Encapsulate the API in modules. One module per main domain/route. One controller for its route. And other controllers for secondary routes. ...
70
14529 bun package manager secondsky/claude-skills
Bun Package Manager Bun's package manager is a dramatically faster replacement for npm, yarn, and pnpm. Up to 25x faster than npm install. Quick Start Install all dependencies bun install Add packages bun add react react-dom bun add -D typescript @types/react Remove packages bun remove lodash Update packages bun update Run package binaries bunx create-next-app Core Commands Command Description bun install Install all dependencies bun add <pkg> Add dependency bun add -D <pkg> Add dev depende...
70
14530 emergency-release-workflow bobmatnyc/claude-mpm-skills
Emergency Release Workflow Skill Summary Fast-track workflow for critical production issues requiring immediate deployment. Covers urgency assessment, expedited PR process, deployment verification, and post-incident analysis. When to Use Critical production bugs affecting users Security vulnerabilities (CVEs) Urgent business requirements Data integrity issues Service outages Payment processing failures Urgency Assessment Priority Levels Level Type Response Time Deployment Example P0 Security v...
70
14531 reviewing-code jlowin/fastmcp
Code Review Philosophy Code review maintains a healthy codebase while helping contributors succeed. The burden of proof is on the PR to demonstrate it adds value. Your job is to help it get there through actionable feedback. Critical: A perfectly written PR that adds unwanted functionality must still be rejected. The code must advance the codebase in the intended direction. When rejecting, provide clear guidance on how to align with project goals. Be friendly and welcoming while maintaining h...
70
14532 medrxiv-search yorkeccak/scientific-skills
medRxiv Search Search the complete medRxiv database of medical and health sciences preprints using natural language queries powered by Valyu's semantic search API. Why This Skill is Powerful No API Parameter Parsing: Just pass natural language queries directly - no need to construct complex search parameters Semantic Search: Understands the meaning of your query, not just keyword matching Full-Text Access: Returns complete article content, not just abstracts Image Links: Includes figures and i...
70
14533 bitget-wallet bitget-wallet-ai-lab/bitget-wallet-skill
Bitget Wallet Skill API Overview Base URL : https://bopenapi.bgwapi.io Auth : HMAC-SHA256 signature with appId + apiSecret All requests : POST with JSON body Credentials : Built-in public demo credentials (works out of the box). Override with BGW_API_KEY / BGW_API_SECRET env vars for your own keys. Partner-Code : bgw_swap_public (for swap endpoints) Domain Knowledge What you need to know beyond command syntax to use these tools correctly. These are cross-command constraints, common pitfalls, and...
70
14534 baoyu-xhs-images xy121718/baoyu-skills
Xiaohongshu Infographic Series Generator Break down complex content into eye-catching infographic series for Xiaohongshu with multiple style options. Usage Auto-select style and layout based on content /baoyu-xhs-images posts/ai-future/article.md Specify style /baoyu-xhs-images posts/ai-future/article.md --style notion Specify layout /baoyu-xhs-images posts/ai-future/article.md --layout dense Combine style and layout /baoyu-xhs-images posts/ai-future/article.md --style notion --layout list ...
70
14535 documentation-templates vudovn/antigravity-kit
Documentation Templates Templates and structure guidelines for common documentation types. 1. README Structure Essential Sections (Priority Order) Section Purpose Title + One-liner What is this? Quick Start Running in <5 min Features What can I do? Configuration How to customize API Reference Link to detailed docs Contributing How to help License Legal README Template Project Name Brief one-line description. Quick Start [Minimum steps to run] Features - Feature 1 - Feature 2 Configur...
70
14536 agent-architecture-analysis existential-birds/beagle
12-Factor Agents Compliance Analysis Reference: 12-Factor Agents Input Parameters Parameter Description Required docs_path Path to documentation directory (for existing analyses) Optional codebase_path Root path of the codebase to analyze Required Analysis Framework Factor 1: Natural Language to Tool Calls Principle: Convert natural language inputs into structured, deterministic tool calls using schema-validated outputs. Search Patterns: Look for Pydantic schemas grep -r "class.*BaseModel"...
70
14537 x-writer ognjengt/founder-skills
X Writer Purpose Generate 3 viral X posts in different proven formats, matched to a creator voice, using battle-tested templates and patterns that drive engagement. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "x-writer loaded, proceed with your topic or idea" Then wait for the user to provide their requirements in the next message. If $ARGUMENTS contains content: Proceed immediately to Task Execution (skip the "loaded"...
70
14538 dropbox-automation sickn33/antigravity-awesome-skills
Dropbox Automation via Rube MCP Automate Dropbox operations including file upload/download, search, folder management, sharing links, batch operations, and metadata retrieval through Composio's Dropbox toolkit. Toolkit docs : composio.dev/toolkits/dropbox Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Dropbox connection via RUBE_MANAGE_CONNECTIONS with toolkit dropbox Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://r...
70
14539 release-post posit-dev/skills
Package Release Post Create professional R/Python package release blog posts following Tidyverse or Shiny blog conventions. Quick Start Identify the blog platform : Tidyverse (tidyverse.org) or Shiny (shiny.posit.co) Verify NEWS.md or changelog exists for the package Gather package info: name, version, repository (e.g., "tidyverse/dplyr") Follow the workflow below Use scripts/get_contributors.R to generate acknowledgments Reference the appropriate formatting guide for final polish Platform Selec...
70
14540 cloudflare-nextjs jackspace/claudeskillz
Cloudflare Next.js Deployment Skill Deploy Next.js applications to Cloudflare Workers using the OpenNext Cloudflare adapter for production-ready serverless Next.js hosting. Use This Skill When Deploying Next.js applications (App Router or Pages Router) to Cloudflare Workers Need server-side rendering (SSR), static site generation (SSG), or incremental static regeneration (ISR) on Cloudflare Migrating existing Next.js apps from Vercel, AWS, or other platforms to Cloudflare Building full-stack N...
70
14541 image-enhancement-suite dkyazzentwatwa/chatgpt-skills
Professional image processing toolkit that handles common image tasks without requiring Photoshop or similar software. Process single images or entire folders with consistent, high-quality results. Core Capabilities - Resize & Crop: Smart resizing with aspect ratio preservation, crop to specific dimensions - Watermark: Add text or image watermarks with positioning and opacity control - Color Correction: Brightness, contrast, saturation, sharpness adjustments - Format Conversion: Convert be...
70
14542 godot-2d-physics thedivergentai/gd-agentic-skills
2D Physics Expert guidance for collision detection, triggers, and raycasting in Godot 2D. NEVER Do NEVER scale CollisionShape2D nodes — Use the shape handles in the editor, NOT the Node2D scale property. Scaling causes unpredictable physics behavior and incorrect collision normals. NEVER confuse collision_layer with collision_mask — Layer = "What AM I?", Mask = "What do I DETECT?". Setting both to the same value is almost always wrong. NEVER multiply velocity by delta when using move_and_slide()...
70
14543 assess yonatangross/orchestkit
申告要否・種類の判定(Tax Filing Assessment) 確定申告が必要かどうか、どの種類の申告が必要かを対話的に判定するスキル。 ユーザーの収入状況・家族構成・事業状況をヒアリングし、必要な申告を特定する。 設定の読み込み(最初に実行) shinkoku.config.yaml を Read ツールで読み込む ファイルが存在しない場合は /setup スキルの実行を案内して終了する 設定値を把握し、相対パスは CWD を基準に絶対パスに変換する: db_path : CLI スクリプトの --db-path 引数に使用 output_dir : 進捗ファイル等の出力先ベースディレクトリ 各ディレクトリ: ファイル参照時に使用 進捗情報の読み込み 設定の読み込み後、引継書ファイルを読み込んで前ステップの結果を把握する。 .shinkoku/progress/progress-summary.md を Read ツールで読み込む(存在する場合) 以下の引継書を Read ツールで読み込む(存在する場合): .shinkoku/progress/01-setup.md 読み込んだ...
70
14544 bash-linux vudovn/antigravity-kit
Bash Linux Patterns Essential patterns for Bash on Linux/macOS. 1. Operator Syntax Chaining Commands Operator Meaning Example ; Run sequentially cmd1; cmd2 && Run if previous succeeded npm install && npm run dev || Run if previous failed npm test || echo "Tests failed" | Pipe output ls | grep ".js" 2. File Operations Essential Commands Task Command List all ls -la Find files find . -name "*.js" -type f File content cat file.txt First N lines head -n 20 file.txt Last N lines tail -n 20 file.txt...
70
14545 animating-react-native-expo tristanmanchester/agent-skills
React Native (Expo) animations — Reanimated v4 + Gesture Handler Defaults (pick these unless there’s a reason not to) Simple state change (hover/pressed/toggled, small style changes): use Reanimated CSS Transitions . Mount/unmount + layout changes (lists, accordions, reflow): use Reanimated Layout Animations . Interactive / per-frame (gestures, scroll, physics, drag): use Shared Values + worklets (UI thread). If an existing codebase already uses a different pattern, stay consistent and only migr...
70
14546 godot-mcp-setup thedivergentai/gd-agentic-skills
Godot MCP Setup Enables AI agents to install and configure the Godot MCP (Model Context Protocol) server for programmatic scene management. When to Use This Skill Use ONLY when: User explicitly requests MCP-based scene building User wants programmatic scene creation/modification User asks about scene automation tools DO NOT suggest unless: User expresses interest in MCP functionality Alternative manual methods insufficient Available Scripts mcp_config_generator.gd Tool script to generate the Cla...
70
14547 quality-checks proompteng/lab
Run the smallest set of checks for touched code. Use workspace filters and targeted test commands. JS/TS ``` bun run format bun run --filter @proompteng/bumba lint bun run --filter @proompteng/bumba tsc bunx biome check services/bumba ``` Go ``` go test ./services/prt go build ./services/prt ``` Kotlin ``` ./gradlew test --tests "pkg.ClassTest" ``` Rails ``` bundle exec rails test test/models/user_test.rb:42 ``` Python ``` pytest alchimie_tests/test_file.py -k "pattern" ``` ...
70
14548 rules-capture shipshitdev/library
Rules Capture Skill This skill automatically detects when users express preferences, rules, or coding standards during conversations and documents them for future sessions. When This Skill Activates Automatically activate when the user mentions ANY of these: Direct Rule Expressions "always do X" / "never do X" "I prefer X" / "I don't like X" "don't ever X" / "stop doing X" "from now on X" / "going forward X" "that's not how we do it" / "we do it this way" "the rule is X" / "the standard is X...
70
14549 capgo-live-updates cap-go/capgo-skills
Capgo Live Updates for Capacitor Deploy updates to your Capacitor app instantly without waiting for app store review. When to Use This Skill User wants live/OTA updates User asks about Capgo User wants to skip app store review User needs to push hotfixes quickly User wants A/B testing or staged rollouts What is Capgo? Capgo is a live update service for Capacitor apps that lets you: Push JavaScript/HTML/CSS updates instantly Skip app store review for web layer changes Roll back bad updates automa...
70
14550 godot-testing-patterns thedivergentai/gd-agentic-skills
Testing Patterns GUT framework, assertion patterns, mocking, and async testing define automated validation. Available Scripts integration_test_base.gd Base class for GUT integration tests with auto-cleanup and scene helpers. headless_test_runner.gd Expert headless test runner for CI/CD with JUnit XML output and exit code handling. NEVER Do in Testing NEVER test implementation details — assert_eq(player._internal_state, 5) ? Private variables = brittle tests. Test PUBLIC behavior, not internals. ...
70