███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10851 | pptx | iofficeai/aionui |
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 → ...
|
99 |
| 10852 | plasmo-extension-architect | shipshitdev/library |
Plasmo Extension Architect You design Plasmo-based extensions with MV3 service workers, content scripts, and UI surfaces. When to Use Building a Plasmo extension Adding content scripts or messaging Designing popup, options, or side panel UI Core Patterns Keep service worker stateless; persist in storage. Use explicit message types and typed payloads. Gate content script injection and make it idempotent. Keep UI small and fast; use storage sync for prefs. Typical Surfaces background.ts content-...
|
99 |
| 10853 | database design expert | martinholovsky/claude-skills-generator |
Database Design Expert 0. Mandatory Reading Protocol CRITICAL : Before implementing ANY database schema, you MUST read the relevant reference files: Trigger Conditions for Reference Files Read references/advanced-patterns.md WHEN : Designing schemas for new features Implementing complex relationships (many-to-many, polymorphic) Setting up inheritance patterns Designing for high-performance queries Read references/security-examples.md WHEN : Storing sensitive user data Designing audit trails Impl...
|
99 |
| 10854 | prd-generator | ognjengt/founder-skills |
PRD Generator Overview Generate comprehensive, well-structured Product Requirements Documents (PRDs) that follow industry best practices. This skill helps product managers create clear, actionable requirements documents that align stakeholders and guide development teams. Core Workflow When a user requests to create a PRD (e.g., "create a PRD for a user authentication feature"), follow this workflow: Step 1: Gather Context Before generating the PRD, collect essential information through a d...
|
99 |
| 10855 | systematic-debugging | vudovn/antigravity-kit |
Systematic Debugging Overview Random fixes waste time and create new bugs. Quick patches mask underlying issues. Core principle: ALWAYS find root cause before attempting fixes. Symptom fixes are failure. Violating the letter of this process is violating the spirit of debugging. The Iron Law NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST If you haven't completed Phase 1, you cannot propose fixes. When to Use Use for ANY technical issue: Test failures Bugs in production Unexpected behavior Perfor...
|
99 |
| 10856 | aspire-integration-testing | aaronontheweb/dotnet-skills |
Use this skill when: - Writing integration tests for .NET Aspire applications - Testing ASP.NET Core apps with real database connections - Verifying service-to-service communication in distributed applications - Testing with actual infrastructure (SQL Server, Redis, message queues) in containers - Combining Playwright UI tests with Aspire-orchestrated services - Testing microservices with proper service discovery and networking Core Principles - Real Dependencies - Use actual infrastruc...
|
99 |
| 10857 | canghe-article-illustrator | freestylefly/canghe-skills |
Article Illustrator Analyze articles, identify illustration positions, generate images with Type × Style consistency. Two Dimensions Dimension Controls Examples Type Information structure infographic, scene, flowchart, comparison, framework, timeline Style Visual aesthetics notion, warm, minimal, blueprint, watercolor, elegant Combine freely: --type infographic --style blueprint Types Type Best For infographic Data, metrics, technical scene Narratives, emotional flowchart Processes, workflows co...
|
99 |
| 10858 | autonomous-skill | feiskyer/claude-code-settings |
Autonomous Skill - Long-Running Task Execution Execute complex, long-running tasks across multiple sessions using a dual-agent pattern (Initializer + Executor) with automatic session continuation. Directory Structure All task data is stored in .autonomous/<task-name>/ under the project root: project-root/ └── .autonomous/ ├── build-rest-api/ │ ├── task_list.md │ └── progress.md ├── refactor-auth/ │ ├── task_list.md │ └── progress.md └── ... This allows m...
|
99 |
| 10859 | react-best-practices | skillcreatorai/ai-agent-skills |
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
|
99 |
| 10860 | k8s-security-policies | sickn33/antigravity-awesome-skills |
Kubernetes Security Policies Comprehensive guide for implementing NetworkPolicy, PodSecurityPolicy, RBAC, and Pod Security Standards in Kubernetes. Do not use this skill when The task is unrelated to kubernetes security policies 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/implemen...
|
99 |
| 10861 | outbound-optimizer | shipshitdev/library |
Outbound Optimizer - Cold Outreach Revenue Machine Overview You are an outbound sales strategist specializing in Alex Hormozi's outbound principles. You help indie founders transform cold outreach from spam into revenue by leading with value, proving personalization, and making zero-commitment offers. Your job is to execute an outreach transformation—not just advise—by diagnosing current messaging and creating high-converting templates. Hormozi's Core Principle: "Outbound is the fastest way to...
|
98 |
| 10862 | design system architect | daffy0208/ai-dev-standards |
Design System Architect A design system is a single source of truth that brings consistency at scale. Core Principle Design systems are not just component libraries—they're the shared language between design and engineering. A good design system: Accelerates product development (reusable components) Ensures consistency across products (unified brand) Improves accessibility (baked into components) Enables scalability (compound growth, not linear) Reduces technical debt (centralized maintenance) G...
|
98 |
| 10863 | convex migrations | waynesutton/convexskills |
Convex Migrations Evolve your Convex database schema safely with patterns for adding fields, backfilling data, removing deprecated fields, and maintaining zero-downtime deployments. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/database/schemas Schema Overview: https://docs.convex.dev/database Migration Patterns: https://stack.convex.dev/migrate-data-postgres-to-convex For broader context: https://docs.convex.dev/llms.t...
|
98 |
| 10864 | automotive-expert | personamanagmentlayer/pcl |
Expert guidance for automotive systems, connected vehicles, fleet management, telematics, advanced driver assistance systems (ADAS), and automotive software development. Core Concepts Automotive Systems - Telematics and fleet management - Connected car platforms - Advanced Driver Assistance Systems (ADAS) - Electric Vehicle (EV) management - Vehicle-to-Everything (V2X) communication - Infotainment systems - Diagnostic systems (OBD-II) Technologies - CAN bus and automotive networks ...
|
98 |
| 10865 | odoo-oca-developer | miquelalzanillas/odoo-oca-convention-skill |
Odoo OCA Developer Expert assistant for Odoo module development following OCA conventions and best practices. Core Capabilities 1. Module Creation Create new Odoo modules from OCA template with proper structure and conventions. Quick Start: python scripts/init_oca_module.py my_module_name --path /path/to/addons --version 17.0 What this provides: Complete OCA-compliant directory structure Pre-configured __manifest__.py with required keys README structure following OCA guidelines Proper __init__.p...
|
98 |
| 10866 | developer-growth-analysis | skillcreatorai/ai-agent-skills |
Developer Growth Analysis This skill provides personalized feedback on your recent coding work by analyzing your Claude Code chat interactions and identifying patterns that reveal strengths and areas for growth. When to Use This Skill Use this skill when you want to: Understand your development patterns and habits from recent work Identify specific technical gaps or recurring challenges Discover which topics would benefit from deeper study Get curated learning resources tailored to your actual w...
|
98 |
| 10867 | ant-design-react | teachingai/full-stack-skills |
When to use this skill Use this skill whenever the user wants to: Build React applications with Ant Design components Use Ant Design UI components (Button, Form, Table, Input, Select, etc.) Customize Ant Design theme and styles Implement internationalization (i18n) with Ant Design Use Ant Design with TypeScript Create forms with validation Display data in tables and lists Implement navigation and layout Use Ant Design icons Handle user feedback (Modal, Message, Notification) Implement data vis...
|
98 |
| 10868 | snapshot-testing | aaronontheweb/dotnet-skills |
Use snapshot testing when: - Verifying rendered output (HTML emails, reports, generated code) - Approving public API surfaces for breaking change detection - Testing HTTP response bodies and headers - Validating serialization output - Catching unintended changes in complex objects What is Snapshot Testing? Snapshot testing captures output and compares it against a human-approved baseline: - First run: Test generates a `.received.` file with actual output - Human review: Developer appro...
|
98 |
| 10869 | search-layer | blessonism/openclaw-search-skills |
Search Layer v2.2 — 意图感知多源检索协议 四源同级:Brave ( web_search ) + Exa + Tavily + Grok。按意图自动选策略、调权重、做合成。 执行流程 用户查询 ↓ [Phase 1] 意图分类 → 确定搜索策略 ↓ [Phase 2] 查询分解 & 扩展 → 生成子查询 ↓ [Phase 3] 多源并行检索 → Brave + search.py (Exa + Tavily + Grok) ↓ [Phase 4] 结果合并 & 排序 → 去重 + 意图加权评分 ↓ [Phase 5] 知识合成 → 结构化输出 Phase 1: 意图分类 收到搜索请求后, 先判断意图类型 ,再决定搜索策略。不要问用户用哪种模式。 意图 识别信号 Mode Freshness 权重偏向 Factual "什么是 X"、"X 的定义"、"What is X" answer — 权威 0.5 Status "X 最新进展"、"X 现状"、"latest X" deep pw/pm 新鲜度 0.5 Comparison "X vs Y"、"X 和 Y 区别"...
|
98 |
| 10870 | scroll-animations | dylantarre/animation-principles |
Scroll Animations Apply Disney's 12 principles to scroll-triggered motion. Principle Application Squash & Stretch: Elements can compress slightly while scrolling fast, settle when stopped. Anticipation: Content should be slightly visible before full reveal. Start animations at 10-20% visibility. Staging: Reveal content in reading order. Top-to-bottom, left-to-right progression. Straight Ahead vs Pose-to-Pose: Define clear "hidden" and "revealed" poses. Scroll position interpolates between ...
|
98 |
| 10871 | user-feedback-synthesizer | pmprompt/claude-plugin-product-management |
Domain Context This skill implements a proven product management framework. The approach combines best practices from industry leaders and is designed for practical application in day-to-day PM work. Input Requirements Context about your product, feature, or problem Relevant data, research, or constraints (recommended but optional) Clear articulation of what you're trying to achieve User Feedback Synthesizer When to Use After conducting user interviews or surveys When you have a backlog of suppo...
|
98 |
| 10872 | python backend architecture review | rknall/claude-skills |
This skill provides comprehensive architecture review capabilities for Python backend applications, covering all aspects of system design from infrastructure to code organization. When to Use This Skill Activate this skill when the user requests: - Review of a backend architecture design document - Feedback on system design for a Python application - Analysis of scalability patterns and approaches - Security review of backend architecture - Database design evaluation - API design assess...
|
98 |
| 10873 | github-actions-creator | davila7/claude-code-templates |
GitHub Actions Creator You are an expert at creating GitHub Actions workflows. When the user asks you to create a GitHub Action, follow this structured process to deliver a production-ready workflow file. Workflow Creation Process Step 1: Analyze the Project Before writing any YAML, scan the project to understand the stack: Check for language/framework indicators: package.json → Node.js (check for React, Next.js, Vue, Angular, Svelte, etc.) requirements.txt / pyproject.toml / setup.py → Python g...
|
98 |
| 10874 | deepseek | vm0-ai/vm0-skills |
DeepSeek API Use the DeepSeek API via direct curl calls to access powerful AI language models for chat, reasoning, and code generation. Official docs: https://api-docs.deepseek.com/ When to Use Use this skill when you need to: Chat completions with DeepSeek-V3.2 model Deep reasoning tasks using the reasoning model Code generation and completion (FIM - Fill-in-the-Middle) OpenAI-compatible API as a cost-effective alternative Prerequisites Sign up at DeepSeek Platform and create an account Go...
|
98 |
| 10875 | compensation-benchmarking | anthropics/knowledge-work-plugins |
Compensation Benchmarking Help benchmark compensation against market data for hiring, retention, and equity planning. Framework Components of Total Compensation Base salary : Cash compensation Equity : RSUs, stock options, or other equity Bonus : Annual target bonus, signing bonus Benefits : Health, retirement, perks (harder to quantify) Key Variables Role : Function and specialization Level : IC levels, management levels Location : Geographic pay adjustments Company stage : Startup vs. growth v...
|
98 |
| 10876 | obsidian-cli | jackal092927/obsidian-official-cli-skills |
Obsidian CLI Use the obsidian CLI to interact with a running Obsidian instance. Requires Obsidian to be open. Command reference Run obsidian help to see all available commands. This is always up to date. Full docs: https://help.obsidian.md/cli Syntax Parameters take a value with = . Quote values with spaces: obsidian create name = "My Note" content = "Hello world" Flags are boolean switches with no value: obsidian create name = "My Note" silent overwrite For multiline content use \n for newline ...
|
98 |
| 10877 | nlp-engineer | 404kidwiz/claude-supercode-skills |
Provides expertise in Natural Language Processing systems design and implementation. Specializes in text classification, named entity recognition, sentiment analysis, and integrating modern LLMs using frameworks like Hugging Face, spaCy, and LangChain. When to Use - Building text classification systems - Implementing named entity recognition (NER) - Creating sentiment analysis pipelines - Fine-tuning transformer models - Designing LLM-powered features - Implementing text preprocessing pi...
|
98 |
| 10878 | stock-qualitative-analysis | fakehank/stock_qualitative_analysis_skills |
Use this skill when a user asks for a qualitative stock analysis report (定性分析) that must be evidence-based and formatted as a structured report. This skill emphasizes strict citations and non-hallucination behavior. Inputs - Company name (required) - Ticker / exchange (optional but recommended) - Market context (US / HK / CN / other) - Time window (e.g., FY2015–FY2024; latest quarterly) - Language preference (Chinese default; English if requested) - Sources: User-provided filings (PDF o...
|
98 |
| 10879 | markdown-formatter | markpitt/claude-skills |
Markdown Formatter This skill provides modular, categorized formatting guidance for markdown documents. Load resources by formatting area as needed. Quick Reference: When to Load Which Resource Formatting Area Load Resource Common Issues Headers, document structure, hierarchy resources/headers-hierarchy.md Skipped levels, underline-style, spacing Lists, nesting, indentation resources/lists-nesting.md Inconsistent markers, wrong indentation Code blocks, inline code, emphasis resources/code-emph...
|
98 |
| 10880 | claude-memory | melvynx/aiblueprint |
<core_principle> Memory files consume tokens from the context window. ~100-150 instruction slots available for your customizations. Keep files minimal — only include what the agent cannot discover on its own. Two approaches: CLAUDE.md — Single file, best for small projects (< 100 lines) .claude/rules/ — Modular files with optional path-scoping, best for large projects </core_principle> <quick_start> Run /init to auto-generate a CLAUDE.md. Or create manually: Project Name Tech Stack - [Primary ...
|
98 |
| 10881 | quality-auditor | daffy0208/ai-dev-standards |
Quality Auditor You are a Quality Auditor - an expert in evaluating tools, frameworks, systems, and codebases against the highest industry standards. Core Competencies You evaluate across 12 critical dimensions: Code Quality - Structure, patterns, maintainability Architecture - Design, scalability, modularity Documentation - Completeness, clarity, accuracy Usability - User experience, learning curve, ergonomics Performance - Speed, efficiency, resource usage Security - Vulnerabilities, best ...
|
98 |
| 10882 | refactoring-specialist | 404kidwiz/claude-supercode-skills |
Refactoring Specialist Expert guidance on refactoring code to improve structure, readability, and maintainability while preserving functionality. When This Skill Activates Activates when you: Ask to refactor code Request cleanup or improvement Mention "technical debt" or "code smell" Want to improve code quality Refactoring Principles Preserve Behavior : Refactoring must not change external behavior Small Steps : Make small, incremental changes Test Coverage : Ensure tests pass before and after ...
|
98 |
| 10883 | visual designer | daffy0208/ai-dev-standards |
Visual Designer Great design is invisible - users notice when it's bad, not when it's good. Core Principle Consistency over creativity. Visual design serves the user experience. Every color, font, and spacing decision should have a purpose. Phase 1: Color Systems Color Theory Basics Color Wheel: Complementary: Opposite colors (blue + orange) - high contrast Analogous: Adjacent colors (blue + green + teal) - harmonious Triadic: Three evenly spaced colors - balanced Monochromatic: Shades of one co...
|
98 |
| 10884 | second-brain | sean-esk/second-brain-gtd |
Second Brain — Onboarding Wizard Set up a new Obsidian knowledge base using the LLM Wiki pattern. The LLM acts as librarian — reading raw sources, compiling them into a structured interlinked wiki, and maintaining it over time. Wizard Flow Guide the user through these 5 steps. Ask ONE question at a time. Each step has a sensible default — the user can accept it or provide their own value. Step 1: Vault Name Ask: "What would you like to name your knowledge base? This will be the folder name." Def...
|
98 |
| 10885 | supabase-audit-auth-config | yoanbernabeu/supabase-pentest-skills |
Authentication Configuration Audit 🔴 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 setting analyzed Log to .sb-pentest-audit.log BEFORE and AFTER each test 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 anal...
|
98 |
| 10886 | modern-frontend-design | deveshpunjabi/modern-frontend-skill |
Modern Frontend Design You are not just writing code. You are a senior frontend developer, a UI/UX designer, a product designer, and a visual design strategist — all at once. Your mission is to transform any user prompt, idea, or product concept into a visually stunning, modern, premium-quality website or web application. Why this matters: most AI-generated frontends look generic, use dated patterns, and ignore the product context entirely. The result should resemble high-end SaaS products, mode...
|
98 |
| 10887 | seedance-video-creator | wwwzhouhui/skills_collection |
Seedance 2.0 分镜视频创作工具 将创意想法转化为专业分镜提示词,通过即梦 API 先生成参考图,再基于图片+提示词生成视频、自动下载。 前置条件 使用本技能前,确保以下服务可用: jimeng-free-api-all 服务运行中 (默认端口 8000) Docker 部署 docker run -it -d --init --name jimeng-free-api-all \ -p 8000 :8000 -e TZ = Asia/Shanghai \ wwwzhouhui569/jimeng-free-api-all:latest 获取 SessionID : 打开 https://jimeng.jianying.com 并登录 F12 → Application → Cookies → 复制 sessionid 值 环境变量 (可选,也可在交互中指定): JIMENG_API_URL :API 基础地址(默认 http://127.0.0.1:8000 ), 注意只填基础地址,不要包含路径部分 。如使用 duckcloud 服务则为 https://jimeng.d...
|
98 |
| 10888 | saas-platforms | miles990/claude-software-skills |
SaaS Platform Development Overview Building Software-as-a-Service applications with multi-tenancy, subscription billing, and user management. Multi-Tenancy Database Strategies // Strategy 1: Shared database with tenant_id column interface TenantEntity { tenantId: string; // ... other fields } // Middleware to inject tenant context function tenantMiddleware(req: Request, res: Response, next: NextFunction) { const tenantId = req.headers['x-tenant-id'] || req.user?.tenantId; if (!tenant...
|
98 |
| 10889 | reclaude | brianlovin/claude-config |
reclaude Refactor CLAUDE.md files to follow progressive disclosure principles. Prompt I want you to refactor my CLAUDE.md file to follow progressive disclosure principles. Follow these steps: Find contradictions: Identify any instructions that conflict with each other. For each contradiction, ask me which version I want to keep. Identify the essentials: Extract only what belongs in the root CLAUDE.md: One-sentence project description Package manager (if not npm) Non-standard build/typeche...
|
98 |
| 10890 | plugin-structure | aiskillstore/marketplace |
Plugin Structure for Claude Code Overview Claude Code plugins follow a standardized directory structure with automatic component discovery. Understanding this structure enables creating well-organized, maintainable plugins that integrate seamlessly with Claude Code. Key concepts: Conventional directory layout for automatic discovery Manifest-driven configuration in .claude-plugin/plugin.json Component-based organization (commands, agents, skills, hooks) Portable path references using ${CLAUDE_PL...
|
98 |
| 10891 | running-a-base-node | base/skills |
Running a Base Node For production apps requiring reliable, unlimited RPC access. Security Restrict RPC access — bind to 127.0.0.1 or a private interface, never expose RPC ports ( 8545 / 8546 ) to the public internet without authentication Firewall rules — only open ports 9222 (Discovery v5) and 30303 (P2P) to the public; block all other inbound traffic Run as a non-root user with minimal filesystem permissions Use TLS termination (reverse proxy with nginx/caddy) if exposing the RPC endpoint to ...
|
98 |
| 10892 | competitive-ads-extractor | skillcreatorai/ai-agent-skills |
Competitive Ads Extractor This skill extracts your competitors' ads from ad libraries and analyzes what's working—the problems they're highlighting, use cases they're targeting, and copy/creative that's resonating. When to Use This Skill Researching competitor ad strategies Finding inspiration for your own ads Understanding market positioning Identifying successful ad patterns Analyzing messaging that works Discovering new use cases or pain points Planning ad campaigns with proven concepts Wha...
|
97 |
| 10893 | stripe-best-practices | exceptionless/exceptionless |
Latest Stripe API version: 2026-02-25.clover . Always use the latest API version and SDK unless the user specifies otherwise. Integration routing Building... Recommended API Details One-time payments Checkout Sessions references/payments.md Custom payment form with embedded UI Checkout Sessions + Payment Element references/payments.md Saving a payment method for later Setup Intents references/payments.md Connect platform or marketplace Accounts v2 ( /v2/core/accounts ) references/connect.md Subs...
|
97 |
| 10894 | marketing-seo-complete | vasilyu1983/ai-agents-public |
SEO Technical and Marketing - Operational Skill This skill contains actionable, production-ready systems for traditional search engine optimization: Technical SEO auditing (Core Web Vitals, crawlability, structured data, mobile optimization) SEO marketing strategy (keyword research, content planning, competitive analysis, brand building) Operational workflows (cross-team collaboration, stakeholder alignment, SEO OKRs) Total Search Optimization (Google, YouTube, Reddit, TikTok, forums, social S...
|
97 |
| 10895 | embedding-strategies | sickn33/antigravity-awesome-skills |
Embedding Strategies Guide to selecting and optimizing embedding models for vector search applications. When to Use This Skill Choosing embedding models for RAG Optimizing chunking strategies Fine-tuning embeddings for domains Comparing embedding model performance Reducing embedding dimensions Handling multilingual content Core Concepts 1. Embedding Model Comparison (2026) Model Dimensions Max Tokens Best For voyage-3-large 1024 32000 Claude apps (Anthropic recommended) voyage-3 1024 32000 Claud...
|
97 |
| 10896 | canghe-post-to-wechat | freestylefly/canghe-skills |
Post to WeChat Official Account Language Match user's language : Respond in the same language the user uses. If user writes in Chinese, respond in Chinese. If user writes in English, respond in English. Script Directory Agent Execution : Determine this SKILL.md directory as SKILL_DIR , then use ${SKILL_DIR}/scripts/<name>.ts . Script Purpose scripts/wechat-browser.ts Image-text posts (图文) scripts/wechat-article.ts Article posting via browser (文章) scripts/wechat-api.ts Article posting via API (文章...
|
97 |
| 10897 | landing-page-design | omer-metin/skills-for-antigravity |
Landing Page Design Design high-converting landing pages with AI-generated visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Generate a hero image infsh app run falai/flux-dev-lora --input '{ "prompt": "professional person smiling while using a laptop showing a clean dashboard interface, bright modern office, natural lighting, warm and productive atmosphere, lifestyle marketing photography", "width": 1248, "height": 832 }' Research ...
|
97 |
| 10898 | websocket | martinholovsky/claude-skills-generator |
WebSocket Security Skill File Organization SKILL.md: Core principles, patterns, essential security (this file) references/security-examples.md: CSWSH examples and authentication patterns references/advanced-patterns.md: Connection management, scaling patterns references/threat-model.md: Attack scenarios including CSWSH Validation Gates Gate 0.2: PASSED (5+ vulnerabilities documented) - CVE-2024-23898, CVE-2024-26135, CVE-2023-0957 1. Overview Risk Level: HIGH Justification: WebSocket connect...
|
97 |
| 10899 | team-collaboration-issue | sickn33/antigravity-awesome-skills |
GitHub Issue Resolution Expert You are a GitHub issue resolution expert specializing in systematic bug investigation, feature implementation, and collaborative development workflows. Your expertise spans issue triage, root cause analysis, test-driven development, and pull request management. You excel at transforming vague bug reports into actionable fixes and feature requests into production-ready code. Use this skill when Working on github issue resolution expert tasks or workflows Needing gui...
|
97 |
| 10900 | employee-handbook | anthropics/knowledge-work-plugins |
Employee Handbook Answer employee questions about policies, benefits, and procedures by searching connected knowledge bases or using provided handbook content. Common Topics PTO and Leave : Vacation, sick leave, parental leave, bereavement, sabbatical Benefits : Health insurance, dental, vision, 401k, HSA/FSA, wellness Compensation : Pay schedule, bonus timing, equity vesting, expense reimbursement Remote Work : WFH policy, remote locations, equipment stipend, coworking Travel : Booking policy, ...
|
97 |