███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 11801 | gemini-designer | oil-oil/gemini-designer |
Gemini Designer — Your Design Partner Delegate design tasks to Gemini via ZenMux API. Gemini creates HTML page designs, SVG icons, and provides design advice. Critical rules ONLY interact with Gemini through the bundled shell script. NEVER call the API directly. Run the script ONCE per task. Read the output file and proceed. The script requires a ZenMux API key. It checks (in order): ZENMUX_API_KEY env var, .env.local in current/parent dirs, ~/.config/gemini-designer/api_key file. How to call th...
|
84 |
| 11802 | app-store-optimization | manojbajaj95/claude-gtm-plugin |
App Store Optimization (ASO) Skill This comprehensive skill provides complete ASO capabilities for successfully launching and optimizing mobile applications on the Apple App Store and Google Play Store. Capabilities Research & Analysis Keyword Research: Analyze keyword volume, competition, and relevance for app discovery Competitor Analysis: Deep-dive into top-performing apps in your category Market Trend Analysis: Identify emerging trends and opportunities in your app category Review Sentimen...
|
84 |
| 11803 | supabase-detect | yoanbernabeu/supabase-pentest-skills |
Supabase Detection 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each discovery Log to .sb-pentest-audit.log BEFORE and AFTER each action DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill determines whether a web ...
|
84 |
| 11804 | solidity-auditor | schwepps/skills |
Solidity Smart Contract Auditor A professional-grade smart contract audit skill covering security vulnerabilities, gas optimization, storage patterns, and code architecture. Adapted to Solidity version specifics. Audit Types Determine the audit type based on user request: User Request Audit Type Primary Reference "Full audit", "comprehensive review" Full Audit All references "Security audit", "vulnerability scan" Security Focused references/security-checklist.md "Gas optimization", "reduce g...
|
84 |
| 11805 | technology-impact | jwynia/agent-skills |
Technology Impact Analysis (McLuhan Tetrad) Purpose Systematically analyze the societal impacts of technologies using McLuhan's Tetrad of Media Effects. Examines what technology enhances, obsoletes, retrieves, and reverses to reveal non-obvious consequences. Core Framework: The Tetrad Every technology simultaneously has four effects: Effect Question What It Reveals Enhancement What does it amplify? Primary capabilities increased Obsolescence What does it displace? What becomes less relevant ...
|
84 |
| 11806 | pr-specialist | manojbajaj95/claude-gtm-plugin |
PR Specialist Expert public relations guidance for earned media strategy, media relations, and reputation building — from press releases to crisis communication. Philosophy Great PR is earned, not bought: Build relationships before you need them — Journalists remember who helped them, not who pitched them Newsworthy first, company second — Lead with the story, not the press release Credibility compounds — Every interaction builds or erodes your reputation Measure what matters — Coverage quality ...
|
84 |
| 11807 | linkedin-content | manojbajaj95/claude-gtm-plugin |
LinkedIn Content Write high-engagement LinkedIn posts 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 trending LinkedIn content patterns infsh app run tavily/search-assistant --input '{ "query": "LinkedIn viral post examples 2024 high engagement patterns" }' Post to X (cross-posting reference) infsh app run x/post-create --input '{ "text": "Your cross-posted version here" }...
|
84 |
| 11808 | linkedin-writer | ognjengt/founder-skills |
LinkedIn Writer Purpose Generate 2 viral LinkedIn posts in different proven formats, matched to the founder's voice, using battle-tested templates and patterns that drive engagement on LinkedIn. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "linkedin-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...
|
84 |
| 11809 | tiktok-app-marketing | upload-post/upload-post-larry-marketing-skill |
TikTok App Marketing Automate your entire TikTok slideshow marketing pipeline: generate → overlay → post → track → iterate. Proven results: 7 million views on the viral X article, 1M+ TikTok views, $670/month MRR — all from an AI agent running on an old gaming PC. Prerequisites This skill does NOT bundle any dependencies. Your AI agent will need to research and install the following based on your setup. Tell your agent what you're working with and it will figure out the rest. Required Node.js (v...
|
84 |
| 11810 | stripe-automation | sickn33/antigravity-awesome-skills |
Stripe Automation via Rube MCP Automate Stripe payment operations through Composio's Stripe toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/stripe Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Stripe connection via RUBE_MANAGE_CONNECTIONS with toolkit stripe 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 add the endpoin...
|
84 |
| 11811 | sqlite-vec | existential-birds/beagle |
sqlite-vec sqlite-vec is a lightweight SQLite extension for vector similarity search. It enables storing and querying vector embeddings directly in SQLite databases without external vector databases. Quick Reference Load Extension import sqlite3 import sqlite_vec from sqlite_vec import serialize_float32 db = sqlite3.connect(":memory:") db.enable_load_extension(True) sqlite_vec.load(db) db.enable_load_extension(False) Basic KNN Query -- Create table CREATE VIRTUAL TABLE vec_items USING vec0( ...
|
84 |
| 11812 | keycloak-administration | dauquangthanh/hanoi-rainbow |
KeyCloak Administration Overview Provides systematic KeyCloak administration guidance covering installation, configuration, realm management, security hardening, and operational best practices. Supports both standalone and clustered deployments for secure, scalable identity and access management (IAM) solutions. Quick Start Guide Choose your task and load the appropriate reference: New Installation → Continue to Installation & Setup Realm & User Management → Load realm-management.md Client Confi...
|
84 |
| 11813 | react-flow-architect | sickn33/antigravity-awesome-skills |
ReactFlow Architect Build production-ready ReactFlow applications with hierarchical navigation, performance optimization, and advanced state management. Quick Start Create basic interactive graph: import ReactFlow , { Node , Edge } from "reactflow" ; const nodes : Node [ ] = [ { id : "1" , position : { x : 0 , y : 0 } , data : { label : "Node 1" } } , { id : "2" , position : { x : 100 , y : 100 } , data : { label : "Node 2" } } , ] ; const edges : Edge [ ] = [ { id : "e1-2" , source : "1" , targ...
|
84 |
| 11814 | layerchart-svelte5 | spences10/svelte-skills-kit |
LayerChart Svelte 5 Use next.layerchart.com docs (NOT layerchart.com - that's Svelte 4). Quick Start <Chart {data} x="date" y="value" tooltip={{ mode: 'bisect-x' }}> <Svg> <Axis placement="left" grid rule /> <Area class="fill-primary/20" line={{ class: 'stroke-primary' }} /> <Highlight points lines /> </Svg> <Tooltip.Root> {snippet children({ data })} <Tooltip.Header>{data.date}</Tooltip.Header> <Tooltip.Item label="Value" value={data.value} /> {/snippet} </Tooltip....
|
84 |
| 11815 | spec-design | zixun-github/aisdlc |
spec-design 概览 本技能是 D2 worker skill :只负责产出可评审的 决策文档(Decision Doc / RFC) 到 {FEATURE_DIR}/design/design.md 。 路由权威 :是否跳过 design(D0)、是否需要 research(D1)均由 using-aisdlc 作为唯一路由器判定;本技能不做分流决策。 核心原则: 门禁优先(spec-context)→ 强制消费影响分析与项目知识库 → 决策落盘(D2) 。在任何压力下都禁止猜路径、禁止在缺少 SSOT 时脑补推进。 开始时宣布: 「我正在使用 spec-design 技能产出设计决策文档(design/design.md / RFC)。」 何时使用 / 不使用 使用时机 用户要求产出 design/design.md (RFC/Decision Doc),或“做设计再进入 implementation”。 你被要求把接口字段/表结构/任务拆分塞进设计文档,担心文档分层被破坏。 不要用在 需求尚未完成 R1(没有 requirements/solution.md ):先完成需...
|
84 |
| 11816 | customer-success-and-retention | manojbajaj95/claude-gtm-plugin |
Customer Success & Retention Comprehensive framework for customer success, retention, and lifetime value maximization. Quick Reference Situation Use This Skill For Designing onboarding flows Onboarding Excellence Reducing churn Churn Prevention & Recovery Building health monitoring Health Score Models Improving LTV Retention & Ascension Cancel flow optimization Cancel Flow Design Payment failures Dunning & Recovery Part 1: Core Principles Time to Value Is Everything The faster users get value, t...
|
84 |
| 11817 | writing-proofreading | niracler/skill |
Writing Proofreading 文章审校助手,提供 6 步审校流程,帮助打磨中文文章。 Prerequisites Tool Type Required Install markdownlint-cli2 cli No npx markdownlint-cli2 (no install needed, used in step 6) markdown-lint skill No Included in npx skills add niracler/skill (for repo setup) Do NOT proactively verify these tools on skill load. If a command fails due to a missing tool, directly guide the user through installation and configuration step by step. 核心原则 原则 说明 先讨论再修改 提出方案让用户选择,不直接动手 分段审校 按 Markdown 标题为节点,每次 1-2 个标题 启发式提问 ...
|
84 |
| 11818 | jotai-expert | s-hiraoku/skills-factory |
Jotai is a primitive and flexible state management library for React using an atomic approach. Always reference [https://jotai.org/](https://jotai.org/) for the latest API details. Decision Tree ``` Need state management? ├── Simple local state → useState (no Jotai needed) ├── Shared state across components │ ├── Few components, same tree → Context may suffice │ └── Many components, complex → Use Jotai ✓ └── Global app state → Use Jotai ✓ Choosing atom type: ├── Static value → atom(initi...
|
84 |
| 11819 | voice-interface-builder | daffy0208/ai-dev-standards |
Voice Interface Builder Skill I help you build voice-enabled interfaces using the Web Speech API and modern voice technologies. What I Do Speech Recognition: Voice commands and controls Voice-to-text input Continuous dictation Command detection Text-to-Speech: Reading content aloud Voice feedback and notifications Multilingual speech output Voice selection and customization Voice UI: Voice-first interfaces Accessibility features Hands-free controls Voice search Web Speech API Basics Spee...
|
83 |
| 11820 | architecture-decision-record | yonatangross/orchestkit |
Architecture Decision Records Architecture Decision Records (ADRs) are lightweight documents that capture important architectural decisions along with their context and consequences. This skill provides templates, examples, and best practices for creating and maintaining ADRs in your projects. Overview Making significant technology choices (databases, frameworks, cloud providers) Designing system architecture or major components Establishing patterns or conventions for the team Evaluating trad...
|
83 |
| 11821 | aws-aurora | alinaqi/claude-bootstrap |
AWS Aurora Skill Load with: base.md + [typescript.md | python.md] Amazon Aurora is a MySQL/PostgreSQL-compatible relational database with serverless scaling, high availability, and enterprise features. Sources: Aurora Docs | Serverless v2 | RDS Proxy Core Principle Use RDS Proxy for serverless, Data API for simplicity, connection pooling always. Aurora excels at ACID-compliant workloads. For serverless architectures (Lambda), always use RDS Proxy or Data API to handle connection management...
|
83 |
| 11822 | product-hunt-launch | manojbajaj95/claude-gtm-plugin |
Product Hunt Launch Optimize your Product Hunt launch with research and visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Generate gallery hero image infsh 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 shot, minimal clean design", "width": 1248, "height...
|
83 |
| 11823 | jq-json-processing | laurigates/claude-plugins |
jq JSON Processing Expert knowledge for processing, querying, and transforming JSON data using jq, the lightweight and flexible command-line JSON processor. Core Expertise JSON Operations Query and filter JSON with path expressions Transform JSON structure and shape Combine, merge, and split JSON data Validate JSON syntax and structure Data Extraction Extract specific fields from JSON objects Filter arrays based on conditions Navigate nested JSON structures Handle null values and missing keys Es...
|
83 |
| 11824 | nft-standards | sickn33/antigravity-awesome-skills |
NFT Standards Master ERC-721 and ERC-1155 NFT standards, metadata best practices, and advanced NFT features. When to Use This Skill Creating NFT collections (art, gaming, collectibles) Implementing marketplace functionality Building on-chain or off-chain metadata Creating soulbound tokens (non-transferable) Implementing royalties and revenue sharing Developing dynamic/evolving NFTs ERC-721 (Non-Fungible Token Standard) // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppe...
|
83 |
| 11825 | ask-user-question | memtensor/memos |
Ask User Question Use this MCP tool to ask users questions and get their responses. This is the ONLY way to communicate with the user - they cannot see CLI/terminal output. Critical Rule The user CANNOT see your text output or CLI prompts! If you write "Let me ask you..." and then just output text - THE USER WILL NOT SEE IT. You MUST call this tool to display a modal in the UI. When to Use Clarifying questions before starting ambiguous tasks Asking user preferences (e.g., "How would you lik...
|
83 |
| 11826 | pricing-strategist | ognjengt/founder-skills |
Pricing Strategist Purpose Build a comprehensive, justified pricing strategy — tier structures, price points, positioning, and revenue optimization — tailored to the business through context and conversation. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "pricing-strategist loaded, ready to build your pricing strategy" Then wait for the user to provide context in the next message. If $ARGUMENTS contains content: Proceed ...
|
83 |
| 11827 | tooling-engineer | 404kidwiz/claude-supercode-skills |
Provides expertise in building developer productivity tools including command-line interfaces, IDE extensions, build system optimizations, and local development environment automation. Focuses on improving developer experience and workflow efficiency. When to Use - Building command-line tools and utilities - Creating IDE/editor extensions (VS Code, JetBrains) - Optimizing build systems and compilation times - Automating repetitive development tasks - Setting up local development environme...
|
83 |
| 11828 | geospatial-postgis-patterns | linehaul-ai/linehaulai-claude-marketplace |
Use when: - Creating geofence boundaries around facilities - Calculating distances between points (truck to facility, origin to destination) - Detecting geofence entry/exit events for tracking - Building ETA calculations or routing features - Querying fleet positions and historical tracks - Implementing spatial indexes for location queries - Integrating with mapping frontends (Mapbox, Leaflet) PostGIS Fundamentals Geography vs Geometry Types Use `geography` for real-world distance ca...
|
83 |
| 11829 | base-ui | itechmeat/llm-code |
Base UI provides unstyled, composable React components. This skill focuses on assembling multi-part components, composing with the `render` prop, and meeting accessibility requirements while you supply styling. When to use Use this skill when the user wants to: - Build UI with `@base-ui/react` primitives. - Compose unstyled components with custom markup and styling. - Implement menus, overlays, toasts, and toolbars. - Build accessible form controls and grouped inputs. Quick navigation (...
|
83 |
| 11830 | java-expert | personamanagmentlayer/pcl |
Java Expert You are an expert Java developer with deep knowledge of modern Java (21+), Spring ecosystem, build tools (Maven/Gradle), and enterprise application development. You write clean, performant, and maintainable Java code following industry best practices. Core Expertise Modern Java (Java 21+) Records (Data Classes): // Immutable data carrier public record User ( String name , int age , String email ) { // Compact constructor for validation public User { if ( age < 0 ) { throw new Illegal...
|
83 |
| 11831 | debugging-protocol | jwilger/agent-skills |
Debugging Protocol Value: Feedback -- systematic investigation produces understanding. Understanding produces correct fixes. Correct fixes prevent recurrence. Skipping investigation produces symptom fixes that hide bugs. Purpose Teaches a disciplined 4-phase debugging process that enforces root cause analysis before any fix attempt. Prevents the most common debugging failure mode: jumping to a fix without understanding why the problem exists. Practices The Iron Law: No Fixes Without Investigatio...
|
83 |
| 11832 | tdd | yeachan-heo/oh-my-claudecode |
Test-Driven Development Philosophy Core principle : Tests should verify behavior through public interfaces, not implementation details. Code can change entirely; tests shouldn't. Good tests are integration-style: they exercise real code paths through public APIs. They describe what the system does, not how it does it. A good test reads like a specification - "user can checkout with valid cart" tells you exactly what capability exists. These tests survive refactors because they don't care about i...
|
83 |
| 11833 | game-development | vudovn/antigravity-kit |
Game Development Orchestrator skill that provides core principles and routes to specialized sub-skills. When to Use This Skill You are working on a game development project. This skill teaches the PRINCIPLES of game development and directs you to the right sub-skill based on context. Sub-Skill Routing Platform Selection If the game targets... Use Sub-Skill Web browsers (HTML5, WebGL) game-development/web-games Mobile (iOS, Android) game-development/mobile-games PC (Steam, Desktop) game-developme...
|
83 |
| 11834 | tennis-data | machina-sports/sports-skills |
Tennis Data (ATP + WTA) Quick Start Prefer the CLI — it avoids Python import path issues: sports-skills tennis get_scoreboard --tour = atp sports-skills tennis get_rankings --tour = wta sports-skills tennis get_calendar --tour = atp --year = 2026 Important: Tennis is Not a Team Sport Tennis data is fundamentally different from team sports (NFL, NBA, etc.): Tournaments, not games : Events are multi-day tournaments containing many matches. Individual athletes : Competitors are individual players (...
|
83 |
| 11835 | linkedin-automation | sickn33/antigravity-awesome-skills |
LinkedIn Automation via Rube MCP Automate LinkedIn operations through Composio's LinkedIn toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/linkedin Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active LinkedIn connection via RUBE_MANAGE_CONNECTIONS with toolkit linkedin 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 add the end...
|
83 |
| 11836 | code-quality | s-hiraoku/synapse-a2a |
Code Quality Guide Core Principle Production database. Correctness paramount. Crash > corrupt. Correctness Rules No workarounds or quick hacks. Handle all errors, check invariants Assert often. Never silently fail or swallow edge cases Crash on invalid state if it risks data integrity. Don't continue in undefined state Consider edge cases. On long enough timeline, all possible bugs will happen Rust Patterns Make illegal states unrepresentable Exhaustive pattern matching Prefer enums over strings...
|
83 |
| 11837 | pr-draft-summary | openai/openai-agents-python |
PR Draft Summary Purpose Produce the PR-ready summary required in this repository after substantive code work is complete: a concise summary plus a PR-ready title and draft description that begins with "This pull request ...". The block should be ready to paste into a PR for openai-agents-python. When to Trigger The task for this repo is finished (or ready for review) and it touched runtime code, tests, examples, docs with behavior impact, or build/test configuration. You are about to send the...
|
83 |
| 11838 | diagram-generator | oimiragieo/agent-studio |
References (archive): SCAFFOLD_SKILLS_ARCHIVE_MAP.md — Mermaid/output patterns from claude-flow code-intelligence, everything-claude-code architect. Processing Limits (Memory Safeguard) Diagram generator can analyze large codebases. To prevent memory exhaustion: File chunk limit: 1000 files per diagram (HARD LIMIT) Each file: ~1-5 KB analysis overhead 1000 files × 2 KB = ~2 MB per diagram Keeps diagram generation memory-efficient Why the limit? Analyzing 5000+ files → 10+ MB memory → context exp...
|
83 |
| 11839 | gramio | gramiojs/documentation |
GramIO GramIO is a modern, type-safe Telegram Bot API framework for TypeScript. It runs on Node.js , Bun , and Deno with full Bot API coverage, a composable plugin system, and first-class TypeScript support. When to Use This Skill Creating or modifying Telegram bots Setting up bot commands, callbacks, inline queries, or reactions Building keyboards (reply, inline, remove, force reply) Formatting messages with entities (bold, italic, code, links, mentions) Uploading/downloading files and media Ma...
|
83 |
| 11840 | sast-configuration | sickn33/antigravity-awesome-skills |
SAST Configuration Static Application Security Testing (SAST) tool setup, configuration, and custom rule creation for comprehensive security scanning across multiple programming languages. Overview This skill provides comprehensive guidance for setting up and configuring SAST tools including Semgrep, SonarQube, and CodeQL. Use this skill when you need to: Set up SAST scanning in CI/CD pipelines Create custom security rules for your codebase Configure quality gates and compliance policies Opt...
|
83 |
| 11841 | lsp-setup | rysweet/amplihack |
LSP Setup for GitHub Copilot CLI UTILITY SKILL — installs and configures Language Server Protocol servers for Copilot CLI. USE FOR: "setup LSP", "install language server", "configure LSP for Java", "add TypeScript LSP", "enable code intelligence", "I need go-to-definition", "find references not working", "need better code understanding" DO NOT USE FOR: general coding tasks, IDE/editor LSP configuration, non-Copilot-CLI setups Workflow Ask the language — use ask_user to ask which programming lang...
|
83 |
| 11842 | wechat-title-optimizer | steelan9199/wechat-publisher |
公众号标题优化专家 你是公众号爆款标题专家,精通传播心理学、平台算法和用户行为分析。专为技术/效率工具类内容创作者优化标题。 核心原则 :标题必须与文章内容高度匹配,不能为了吸引眼球而脱离内容本质。 工作流程 第一步:信息收集 在优化标题前,你必须先收集以下信息: 原标题 - 用户提供的原始标题 文章内容 - 从上下文中智能提取文章正文(如果存在) 目标读者 - 文章面向的受众群体 核心关键词 - 必须保留的技术术语或品牌词 第二步:内容分析(关键步骤) 如果上下文中包含文章内容 ,你必须: 提取文章的核心主题和主旨 识别文章的关键价值点和亮点 分析文章的结构(教程/案例/观点/工具介绍等) 找出最能吸引目标读者的内容钩子 确保标题准确反映文章内容,不夸大、不误导 如果上下文中没有文章内容 ,你需要: 基于标题本身进行优化 明确告知用户:"未检测到文章内容,优化基于标题本身。如能提供文章内容,可生成更精准的标题。" 核心能力 1. 标题诊断 识别原标题的 3 个核心问题 (流量/转化/定位层面) 判断标题匹配的 受众层级 (小白/进阶/专家) 内容匹配度评估 :标题是否准确反映文章核心...
|
83 |
| 11843 | projection-patterns | sickn33/antigravity-awesome-skills |
Projection Patterns Comprehensive guide to building projections and read models for event-sourced systems. When to Use This Skill Building CQRS read models Creating materialized views from events Optimizing query performance Implementing real-time dashboards Building search indexes from events Aggregating data across streams Core Concepts 1. Projection Architecture ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │ Event Store │────►│ Projector │────►│ Read Model │ │ │ ...
|
83 |
| 11844 | daw-music | pluginagentmarketplace/custom-plugin-game-developer |
DAW & Music Composition DAW Selection ┌─────────────────────────────────────────────────────────────┐ │ DAW COMPARISON │ ├─────────────────────────────────────────────────────────────┤ │ REAPER: │ │ Price: $60 │ Best for: Game audio, flexibility │ │ Pros: Lightweight, customizable, great for stems │ ├─────────────────────────────────────────────────────────────┤ │ ABLETON LIV...
|
83 |
| 11845 | auth-patterns | davepoon/buildwithclaude |
Authentication Patterns in Next.js Overview Next.js supports multiple authentication strategies. This skill covers common patterns including NextAuth.js (Auth.js), middleware-based protection, and session management. Authentication Libraries Library Best For NextAuth.js (Auth.js) Full-featured auth with providers Clerk Managed auth service Lucia Lightweight, flexible auth Supabase Auth Supabase ecosystem Custom JWT Full control NextAuth.js v5 Setup Installation npm install next-auth@beta Conf...
|
83 |
| 11846 | spec-init | zixun-github/aisdlc |
spec-init 概览 spec-init 用于在本仓库里创建一个新的需求级 Spec Pack:自动递增三位编号、创建并切换到 {num}-{short-name} 分支、生成 .aisdlc/specs/{num}-{short-name}/ 目录结构,并把原始需求写入 requirements/raw.md (UTF-8 with BOM)。 约束:即使仓库包含 .gitmodules , spec-init 也只初始化 根项目 的 Spec 分支与 Spec Pack;子仓分支不在本阶段批量创建。 何时使用 / 不使用 使用时机 用户要开始一个"新需求"的 Spec(还没有 {num}-{short-name} 分支与 .aisdlc/specs/... 目录)。 用户只给了中文需求文本(不方便先手动建文件),担心参数编码导致乱码。 需要确保分支命名、编号来源、目录结构符合仓库约定。 不要用在 已经在一个合法的 {num}-{short-name} spec 分支上,且 .aisdlc/specs/{num}-{short-name}/ 已存在并结构完整(这时直接进入后续命令...
|
83 |
| 11847 | testing-r-packages | posit-dev/skills |
Testing R Packages with testthat Modern best practices for R package testing using testthat 3+. Initial Setup Initialize testing with testthat 3rd edition: usethis :: use_testthat ( 3 ) This creates tests/testthat/ directory, adds testthat to DESCRIPTION Suggests with Config/testthat/edition: 3 , and creates tests/testthat.R . File Organization Mirror package structure: Code in R/foofy.R → tests in tests/testthat/test-foofy.R Use usethis::use_r("foofy") and usethis::use_test("foofy") to create p...
|
83 |
| 11848 | challenge-funnel | manojbajaj95/claude-gtm-plugin |
Challenge Funnel Build multi-day challenge funnels that activate prospects, deliver quick wins, and build momentum toward core offers (courses, coaching, membership, SaaS). Create experiences that feel like premium bootcamps. Challenge Objectives Deliver transformation or noticeable progress in 5-7 days Build daily engagement through live sessions, community, accountability Create urgency to join flagship offer during/after challenge Capture testimonials, social proof, and user-generated content...
|
83 |
| 11849 | ui-designer | 404kidwiz/claude-supercode-skills |
UI Designer Overview This skill enables systematic extraction of design systems from reference UI images through a multi-step workflow: analyze visual patterns → generate design system documentation → create PRD → produce implementation-ready UI prompts. When to Use User provides UI screenshots, mockups, or design references Need to extract color palettes, typography, spacing from existing designs Want to generate design system documentation from visual examples Building MVP UI that should mat...
|
83 |
| 11850 | iterative-development | alinaqi/claude-bootstrap |
*Load with: base.md* Concept: Self-referential development loops where Claude iterates on the same task until completion criteria are met. Based on the [Ralph Wiggum plugin](https://github.com/anthropics/claude-code/tree/main/plugins/ralph-wiggum). Core Philosophy ``` ┌─────────────────────────────────────────────────────────────┐ │ ITERATION > PERFECTION │ │ ───────────────────────────────────────────────────────── │ │ Don't aim for perfect on first t...
|
83 |