███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 9801 | engineer-analyst | rysweet/amplihack |
Engineer Analyst Skill Purpose Analyze technical systems, problems, and designs through the disciplinary lens of engineering, applying established frameworks (systems engineering, design thinking, optimization theory), multiple methodological approaches (first principles analysis, failure mode analysis, design of experiments), and evidence-based practices to understand how systems work, why they fail, and how to design reliable, efficient, and scalable solutions. When to Use This Skill System ...
|
205 |
| 9802 | yuque-personal-smart-search | yuque/yuque-plugin |
Smart Search — Yuque Personal Knowledge Base Search & Q&A Search across your personal Yuque knowledge bases using natural language, read relevant documents, and synthesize a clear answer with references. When to Use User asks a question that might be answered by their personal Yuque docs User wants to find specific information in their own knowledge base User says "搜一下我的文档", "search my Yuque", "我的知识库里有没有..." Required MCP Tools All tools are from the yuque-mcp server: yuque_search — Search docume...
|
205 |
| 9803 | ceo-advisor | alirezarezvani/claude-skills |
CEO Advisor Strategic frameworks and tools for chief executive leadership, organizational transformation, and stakeholder management. Keywords CEO, chief executive officer, executive leadership, strategic planning, board governance, investor relations, board meetings, board presentations, financial modeling, strategic decisions, organizational culture, company culture, leadership development, stakeholder management, executive strategy, crisis management, organizational transformation, investo...
|
205 |
| 9804 | content-creator | alirezarezvani/claude-skills |
Content Creator You are an expert content creator who produces engaging, audience-focused content for blogs, social media, and marketing. When to Apply Use this skill when: Writing blog posts and articles Creating social media content (Twitter, LinkedIn, Instagram) Developing marketing copy Crafting compelling headlines and hooks Creating email newsletters Writing product descriptions Content Creation Framework 1. Know Your Audience Who are you writing for? What are their pain points? What level...
|
205 |
| 9805 | deployment-validation-config-validate | sickn33/antigravity-awesome-skills |
Configuration Validation You are a configuration management expert specializing in validating, testing, and ensuring the correctness of application configurations. Create comprehensive validation schemas, implement configuration testing strategies, and ensure configurations are secure, consistent, and error-free across all environments. Use this skill when Working on configuration validation tasks or workflows Needing guidance, best practices, or checklists for configuration validation Do not us...
|
205 |
| 9806 | comprehensive-review-pr-enhance | sickn33/antigravity-awesome-skills |
Pull Request Enhancement You are a PR optimization expert specializing in creating high-quality pull requests that facilitate efficient code reviews. Generate comprehensive PR descriptions, automate review processes, and ensure PRs follow best practices for clarity, size, and reviewability. Use this skill when Writing or improving PR descriptions Summarizing changes for faster reviews Organizing tests, risks, and rollout notes Reducing PR size or improving reviewability Do not use this skill whe...
|
205 |
| 9807 | supabase-auth | nice-wolf-studio/claude-code-supabase-skills |
Supabase Authentication Overview This skill provides authentication and user management operations through the Supabase Auth API. Supports email/password authentication, session management, user metadata, and password recovery. Prerequisites Required environment variables: export SUPABASE_URL="https://your-project.supabase.co" export SUPABASE_KEY="your-anon-or-service-role-key" Helper script: This skill uses the shared Supabase API helper. Make sure to source it: source "$(dirname "${BASH...
|
205 |
| 9808 | protocolsio-integration | davila7/claude-code-templates |
Protocols.io Integration Overview Protocols.io is a comprehensive platform for developing, sharing, and managing scientific protocols. This skill provides complete integration with the protocols.io API v3, enabling programmatic access to protocols, workspaces, discussions, file management, and collaboration features. When to Use This Skill Use this skill when working with protocols.io in any of the following scenarios: Protocol Discovery: Searching for existing protocols by keywords, DOI, or...
|
205 |
| 9809 | cross-site scripting and html injection testing | davila7/claude-code-templates |
Cross-Site Scripting and HTML Injection Testing Purpose Execute comprehensive client-side injection vulnerability assessments on web applications to identify XSS and HTML injection flaws, demonstrate exploitation techniques for session hijacking and credential theft, and validate input sanitization and output encoding mechanisms. This skill enables systematic detection and exploitation across stored, reflected, and DOM-based attack vectors. Inputs / Prerequisites Required Access Target web appli...
|
205 |
| 9810 | pentest checklist | sickn33/antigravity-awesome-skills |
Pentest Checklist Purpose Provide a comprehensive checklist for planning, executing, and following up on penetration tests. Ensure thorough preparation, proper scoping, and effective remediation of discovered vulnerabilities. Inputs/Prerequisites Clear business objectives for testing Target environment information Budget and timeline constraints Stakeholder contacts and authorization Legal agreements and scope documents Outputs/Deliverables Defined pentest scope and objectives Prepared testing e...
|
204 |
| 9811 | create-agent-skills | everyinc/compound-engineering-plugin |
<essential_principles> How Skills Work Skills are modular, filesystem-based capabilities that provide domain expertise on demand. This skill teaches how to create effective skills. 1. Skills Are Prompts All prompting best practices apply. Be clear, be direct, use XML structure. Assume Claude is smart - only add context Claude doesn't have. 2. SKILL.md Is Always Loaded When a skill is invoked, Claude reads SKILL.md. Use this guarantee: Essential principles go in SKILL.md (can't be skipped) Workfl...
|
204 |
| 9812 | axiom-ios-accessibility | charleswiltgen/axiom |
iOS Accessibility Router You MUST use this skill for ANY accessibility work including VoiceOver, Dynamic Type, color contrast, and WCAG compliance. When to Use Use this router when: Fixing VoiceOver issues Implementing Dynamic Type Checking color contrast Ensuring touch target sizes Preparing for App Store accessibility review WCAG compliance auditing Routing Logic Accessibility Issues All accessibility work → /skill axiom-accessibility-diag VoiceOver labels and hints Dynamic Type scaling ...
|
204 |
| 9813 | vue | bobmatnyc/claude-mpm-skills |
Vue Based on Vue 3.5. Always use Composition API with <template> <div>{{ title }} - {{ doubled }}</div> </template> Key Imports // Reactivity import { ref , shallowRef , computed , reactive , readonly , toRef , toRefs , toValue } from 'vue' // Watchers import { watch , watchEffect , watchPostEffect , onWatcherCleanup } from 'vue' // Lifecycle import { onMounted , onUpdated , onUnmounted , onBeforeMount , onBeforeUpdate , onBeforeUnmount } from 'vue' // Utilities import { nextTick , defineCompon...
|
204 |
| 9814 | git-workflows | autumnsgrove/groveengine |
Git & GitHub Workflows (via Grove Wrap) All git and GitHub operations go through gw — never use raw git or gh commands directly. Grove Wrap adds safety tiers, Conventional Commits enforcement, protected branch guards, and agent-safe defaults. When to Activate Activate this skill when: Making git commits, pushing, pulling, branching, or stashing Creating, reviewing, or merging pull requests Creating, viewing, or closing GitHub issues Checking CI/workflow run status Reviewing git history, diffs, o...
|
204 |
| 9815 | gemini-peer-review | jezweb/claude-skills |
Gemini Peer Review Consult Gemini as a coding peer for a second opinion on code quality, architecture decisions, debugging, or security reviews. Setup API Key : Set GEMINI_API_KEY as an environment variable. Get a key from https://aistudio.google.com/apikey if you don't have one. export GEMINI_API_KEY = "your-key-here" Workflow Determine mode from user request (review, architect, debug, security, quick) Read target files into context Build prompt using the AI-to-AI template from references/promp...
|
204 |
| 9816 | feishu-image | zrong/skills |
Feishu Image Sender Send images to Feishu (Lark) conversations. This skill works both inside OpenClaw and as a standalone CLI tool. When to use this skill User asks to "截图发给我" (send me a screenshot) User wants to share any image file through Feishu Need to send visual content (charts, diagrams, photos) via Feishu OpenClaw's built-in message tool fails to send images Configuration For OpenClaw Users When running inside OpenClaw, this skill automatically reads credentials from OpenClaw's Feishu co...
|
204 |
| 9817 | legacy-to-ai-ready | nicepkg/ai-workflow |
Legacy to AI-Ready Transform legacy codebases into AI-ready projects by generating Claude Code configurations. Quick Start (5-Minute Setup) For most projects, start with just CLAUDE.md: Analyze: python scripts/analyze_codebase.py [path] Create CLAUDE.md with build commands, code style, architecture overview Done - Claude can now write code following your project's conventions Expand to full configuration only when needed. Interactive Discovery Before generating configs, ask these question...
|
204 |
| 9818 | burp suite web application testing | davila7/claude-code-templates |
Burp Suite Web Application Testing Purpose Execute comprehensive web application security testing using Burp Suite's integrated toolset, including HTTP traffic interception and modification, request analysis and replay, automated vulnerability scanning, and manual testing workflows. This skill enables systematic discovery and exploitation of web application vulnerabilities through proxy-based testing methodology. Inputs / Prerequisites Required Tools Burp Suite Community or Professional Edition ...
|
204 |
| 9819 | raffle-winner-picker | davila7/claude-code-templates |
Raffle Winner Picker This skill randomly selects winners from lists, spreadsheets, or Google Sheets for giveaways and contests. When to Use This Skill Running social media giveaways Picking raffle winners at events Randomly selecting participants for surveys or tests Choosing winners from contest submissions Fair distribution of limited spots or resources Random team assignments What This Skill Does Random Selection : Uses cryptographically random selection Multiple Sources : Works with CSV, Exc...
|
204 |
| 9820 | form-cro | davila7/claude-code-templates |
Form CRO You are an expert in form optimization. Your goal is to maximize form completion rates while capturing the data that matters. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before providing recommendations, identify: Form Type Lead capture (gate...
|
204 |
| 9821 | flowio | davila7/claude-code-templates |
FlowIO: Flow Cytometry Standard File Handler Overview FlowIO is a lightweight Python library for reading and writing Flow Cytometry Standard (FCS) files. Parse FCS metadata, extract event data, and create new FCS files with minimal dependencies. The library supports FCS versions 2.0, 3.0, and 3.1, making it ideal for backend services, data pipelines, and basic cytometry file operations. When to Use This Skill This skill should be used when: FCS files requiring parsing or metadata extraction ...
|
204 |
| 9822 | remotion-animation | ncklrs/startup-os-skills |
Remotion Animation Generates animation configuration documents that define spring behaviors, interpolation mappings, easing curves, and timing constants for Remotion videos. This skill focuses exclusively on animation parameters and does NOT generate component code. What This Skill Does Generates animation configurations for: Spring configs — Damping, stiffness, mass parameters for spring animations Interpolation mappings — Input/output ranges for value transformations Easing functions — Tim...
|
204 |
| 9823 | content-research-writer | skillcreatorai/ai-agent-skills |
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...
|
204 |
| 9824 | pdf-generation | glebis/claude-skills |
Generate professional PDFs from markdown files using Pandoc with Eisvogel template styling. Supports English and Russian documents with customizable themes, table of contents, and professional typography including EB Garamond font for Russian text. Quick Start Basic commands: ``` Desktop/Print PDF (A4 format) pandoc doc.md -o doc.pdf --pdf-engine=xelatex --toc --toc-depth=2 -V geometry:margin=2.5cm -V fontsize=11pt -V documentclass=article Mobile-friendly PDF (6x9 phone screen optimized) ...
|
204 |
| 9825 | sql injection testing | sickn33/antigravity-awesome-skills |
SQL Injection Testing Purpose Execute comprehensive SQL injection vulnerability assessments on web applications to identify database security flaws, demonstrate exploitation techniques, and validate input sanitization mechanisms. This skill enables systematic detection and exploitation of SQL injection vulnerabilities across in-band, blind, and out-of-band attack vectors to assess application security posture. Inputs / Prerequisites Required Access Target web application URL with injectable para...
|
203 |
| 9826 | startup-idea-validation | vasilyu1983/ai-agents-public |
Startup Idea Validation Systematic validation for testing ideas before building: define hypotheses, collect evidence, score the opportunity, and make a decision you can defend. Operating Principles (2026) Prefer decisions over inventories: each dimension ends with GO / CONDITIONAL / PIVOT / NO-GO and a next action. Separate evidence quality from confidence: weak evidence cannot justify a high score. Pre-register thresholds and stop rules before running experiments (avoid moving goalposts). Val...
|
203 |
| 9827 | deepwiki | johnlindquist/claude |
DeepWiki - Repository Documentation Query DeepWiki for AI-generated documentation about any public GitHub repository. Overview DeepWiki (deepwiki.com) provides AI-generated documentation for GitHub repositories, including: Repository structure and architecture API documentation Code explanations Interactive diagrams Quick Start URL Pattern: Replace github.com with deepwiki.com in any repo URL: github.com/vercel/next.js → deepwiki.com/vercel/next.js MCP Server Setup DeepWiki provides a fre...
|
203 |
| 9828 | axiom-swift-concurrency | charleswiltgen/axiom |
Swift 6 Concurrency Guide Purpose: Progressive journey from single-threaded to concurrent Swift code Swift Version: Swift 6.0+, Swift 6.2+ for @concurrent iOS Version: iOS 17+ (iOS 18.2+ for @concurrent) Xcode: Xcode 16+ (Xcode 16.2+ for @concurrent) Context: WWDC 2025-268 "Embracing Swift concurrency" - approachable path to data-race safety When to Use This Skill ✅ Use this skill when: Starting a new project and deciding concurrency strategy Debugging Swift 6 concurrency errors (actor isola...
|
203 |
| 9829 | powershell-7-expert | 404kidwiz/claude-supercode-skills |
PowerShell 7 Expert Purpose Provides expertise in modern PowerShell 7+ (PowerShell Core) for cross-platform automation. Specializes in parallel processing, REST API integration, modern scripting patterns, and leveraging new language features. When to Use Cross-platform automation (Windows, Linux, macOS) Parallel processing with ForEach-Object -Parallel REST API integrations Modern PowerShell scripting patterns Pipeline chain operators (&& ||) Ternary expressions and null coalescing SSH-based r...
|
203 |
| 9830 | axiom-apple-docs-research | charleswiltgen/axiom |
Apple Documentation Research When to Use This Skill ✅ Use this skill when: Researching Apple frameworks or APIs (WidgetKit, SwiftUI, etc.) Need full WWDC session transcripts with code samples Looking for Apple Developer documentation Want to extract code examples from WWDC presentations Building comprehensive skills based on Apple technologies ❌ Do NOT use this skill for: Third-party framework documentation General web research Questions already answered in existing skills Basic Swift langua...
|
203 |
| 9831 | analyze-logs | hugorcd/evlog |
Analyze application logs Read and analyze structured wide-event logs from the local .evlog/logs/ directory to debug errors, investigate performance issues, and understand application behavior. When to Use User asks to debug an error, investigate a bug, or understand why something failed User asks about request patterns, slow endpoints, or error rates User asks "what happened" or "what's going on" with their application User asks to analyze logs, check recent errors, or review application behavio...
|
203 |
| 9832 | pr-review-loop | xpepper/pr-review-agent-skill |
PR Review Loop Purpose Address all open PR review comments one at a time using an opinionated, resumable workflow. Works with comments from any reviewer (human or bot). Typical invocations Users trigger this skill with prompts like: "Address all open review comments on this PR" "Work through the code review feedback on PR 42" "Fix the review comments left by @alice on this pull request" "Use pr-review-loop on PR 123" Prerequisites gh CLI (preferred). If unavailable, fall back to any tool availab...
|
203 |
| 9833 | historian-analyst | rysweet/amplihack |
Analyze events through the disciplinary lens of history, applying rigorous historical methods (source criticism, comparative analysis, periodization), temporal frameworks (continuity/change, causation), and historiographical perspectives to understand how the past shapes the present, identify historical patterns and precedents, and contextualize contemporary events within long-term trajectories. When to Use This Skill - Historical Contextualization: Understanding how past events shape current...
|
203 |
| 9834 | ui/ux design review | rknall/claude-skills | 203 | |
| 9835 | duckdb | silvainfm/claude-skills |
DuckDB Overview DuckDB is a high-performance, in-process analytical database management system (often called "SQLite for analytics"). Execute complex SQL queries directly on CSV, Parquet, JSON files, and Python DataFrames (pandas, Polars) without importing data or running a separate database server. When to Use This Skill Activate when the user: Wants to run SQL queries on data files (CSV, Parquet, JSON) Needs to perform complex analytical queries (aggregations, joins, window functions) Asks...
|
203 |
| 9836 | pm-architect | rysweet/amplihack |
You are the project manager orchestrating four specialized sub-skills to coordinate software development projects. You delegate to specialists and synthesize their insights for comprehensive project management. When to Activate Activate when the user: - Mentions managing projects or coordinating work - Asks about project status or progress - Wants to organize multiple projects or features - Needs help with project planning or execution - Says "I'm losing track" or "What should I work on?...
|
203 |
| 9837 | encore-getting-started | encoredev/skills |
Getting Started with Encore.ts Instructions Install Encore CLI macOS brew install encoredev/tap/encore Linux/WSL curl -L https://encore.dev/install.sh | bash Windows (PowerShell) iwr https://encore.dev/install.ps1 | iex Create a New App Interactive - choose from templates encore app create my-app Or start with a blank app encore app create my-app --example=ts/hello-world Project Structure A minimal Encore.ts app: my-app/ ├── encore.app App configuration ├── package.json ...
|
203 |
| 9838 | humanize-ai-text | alphaonedev/openclaw-graph |
humanize-ai-text Purpose This skill humanizes AI-generated text by reducing detectable patterns, enhancing natural phrasing, and adjusting tone to make it indistinguishable from human writing. It processes input text through algorithms that analyze and rewrite content for subtlety and realism, primarily for content creators avoiding AI detection tools. When to Use Use this skill when you need to refine AI-produced text for blogs, articles, or social media to evade detection by tools like Origina...
|
203 |
| 9839 | aws penetration testing | sickn33/antigravity-awesome-skills |
AWS Penetration Testing Purpose Provide comprehensive techniques for penetration testing AWS cloud environments. Covers IAM enumeration, privilege escalation, SSRF to metadata endpoint, S3 bucket exploitation, Lambda code extraction, and persistence techniques for red team operations. Inputs/Prerequisites AWS CLI configured with credentials Valid AWS credentials (even low-privilege) Understanding of AWS IAM model Python 3, boto3 library Tools: Pacu, Prowler, ScoutSuite, SkyArk Outputs/Deliverabl...
|
202 |
| 9840 | axiom-swift-performance | charleswiltgen/axiom |
Swift Performance Optimization Purpose Core Principle: Optimize Swift code by understanding language-level performance characteristics—value semantics, ARC behavior, generic specialization, and memory layout—to write fast, efficient code without premature micro-optimization. Swift Version: Swift 6.2+ (for InlineArray, Span, @concurrent) Xcode: 16+ Platforms: iOS 18+, macOS 15+ Related Skills: axiom-performance-profiling — Use Instruments to measure (do this first!) axiom-swiftui-performance ...
|
202 |
| 9841 | axiom-ios-data | charleswiltgen/axiom |
iOS Data & Persistence Router You MUST use this skill for ANY data persistence, database, axiom-storage, CloudKit, or serialization work. When to Use Use this router when working with: Databases (SwiftData, Core Data, GRDB, SQLiteData) Schema migrations CloudKit sync File storage (iCloud Drive, local storage) Data serialization (Codable, JSON) Storage strategy decisions Routing Logic SwiftData Working with SwiftData → /skill axiom-swiftdata Schema migration → /skill axiom-swiftdata-migratio...
|
202 |
| 9842 | typescript-core | bobmatnyc/claude-mpm-skills |
TypeScript Core Patterns Modern TypeScript development patterns for type safety, runtime validation, and optimal configuration. Quick Start New Project: Use 2025 tsconfig → Enable strict + noUncheckedIndexedAccess → Choose Zod for validation Existing Project: Enable strict: false initially → Fix any with unknown → Add noUncheckedIndexedAccess API Development: Zod schemas at boundaries → z.infer<typeof Schema> for types → satisfies for routes Library Development: Enable declaration: true → ...
|
202 |
| 9843 | secondme | mindverse/second-me-skills |
SecondMe 一站式项目创建 将 secondme-init → secondme-prd → secondme-nextjs 三个步骤合并为一个完整流程。 工具使用: 收集用户输入时使用 AskUserQuestion 工具。 参数说明 参数 说明 (无参数) 完整流程:初始化 → PRD → 生成项目 --quick 快速流程:初始化 → 跳过 PRD → 生成项目 执行流程 环境检查(首次执行前) 重要提醒: 当前目录将作为项目根目录,Next.js 项目会直接在此目录中初始化。 显示当前工作目录路径,让用户确认: 📂 当前工作目录: /path/to/current/dir ⚠️ Next.js 项目将直接在此目录中初始化,请确保你已在一个新建的空文件夹中运行。 检查当前目录内容(除 .secondme/ 、 .git/ 、 CLAUDE.md 、 .claude/ 等配置文件外): 如果目录为空或仅有配置文件 :继续 如果存在其他文件 :发出警告并使用 AskUserQuestion 让用户确认是否继续 阶段 0:检测当前状态 检查 .secondme/state.js...
|
202 |
| 9844 | wix-cli-dashboard-menu-plugin | wix/skills |
Wix Dashboard Menu Plugin Builder Creates dashboard menu plugin extensions for Wix CLI applications. Dashboard menu plugins are menu items that integrate into predefined menu slots on dashboard pages managed by Wix first-party business apps (Wix Stores, Wix Bookings, Wix Blog, Wix eCommerce, Wix Events, Wix CRM, Wix Restaurants). When clicked, a dashboard menu plugin either navigates to a dashboard page or opens a dashboard modal . Dashboard menu plugins are configuration-only extensions — they ...
|
202 |
| 9845 | urban-planner-analyst | rysweet/amplihack |
Analyze urban development and spatial organization through the disciplinary lens of urban planning, applying established frameworks (comprehensive planning, zoning, transit-oriented development), multiple theoretical approaches (modernist, new urbanist, smart growth, equity planning), and evidence-based practices to understand how cities function, grow, and can be shaped to meet community needs for sustainability, livability, and equity. When to Use This Skill - Development Project Evaluation...
|
202 |
| 9846 | nsfc-justification-writer | huangwb8/chineseresearchlatex |
推荐:用脚本快速生成信息表(并可交互填写),见 `skills/nsfc-justification-writer/scripts/run.py init`。 工作流(按顺序执行) - 定位项目与目标文件:确认 `project_root`,读取并仅编辑 `extraTex/1.1.立项依据.tex`。 - 抽取现有骨架:若文件已有 `\subsubsection` 等小标题,优先保留骨架,仅替换正文段落(除非用户要求重构层级)。默认不强制标题精确匹配(`strict_title_match=false`),更关注“内容维度是否覆盖”。 - 渐进式写作引导(主推):先骨架→再段落→再修订→再润色→再验收(避免一步到位压力) 使用 `scripts/run.py coach --stage auto` 自动判断当前阶段并给出“本轮只做三件事 + 需要你补充的问题 + 可复制提示词” - 每轮只改一个 `\subsubsection` 的正文,配合 `apply-section` 安全写入并自动备份 - 生成“立项依据”主叙事(建议 4 段闭环,AI 会检查内容维度覆盖而非...
|
202 |
| 9847 | odoo-upgrade | ahmed-lakosha/odoo-upgrade-skill |
Odoo Upgrade Assistant A comprehensive skill for upgrading Odoo modules between versions, with extensive pattern recognition and automated fixes for common migration issues. When to Use This Skill Activate this skill when: User requests upgrading Odoo modules between versions (14→19) Fixing Odoo version compatibility errors Migrating themes or custom modules Resolving RPC service errors in frontend components Converting XML views for newer Odoo versions Updating SCSS variables for Odoo 19 th...
|
202 |
| 9848 | twilio-communications | davila7/claude-code-templates |
Twilio Communications Patterns SMS Sending Pattern Basic pattern for sending SMS messages with Twilio. Handles the fundamentals: phone number formatting, message delivery, and delivery status callbacks. Key considerations: Phone numbers must be in E.164 format (+1234567890) Default rate limit: 80 messages per second (MPS) Messages over 160 characters are split (and cost more) Carrier filtering can block messages (especially to US numbers) When to use: ['Sending notifications to users', 'Tran...
|
202 |
| 9849 | slack-bot-builder | davila7/claude-code-templates |
Slack Bot Builder Patterns Bolt App Foundation Pattern The Bolt framework is Slack's recommended approach for building apps. It handles authentication, event routing, request verification, and HTTP request processing so you can focus on app logic. Key benefits: Event handling in a few lines of code Security checks and payload validation built-in Organized, consistent patterns Works for experiments and production Available in: Python, JavaScript (Node.js), Java When to use: ['Starting any ne...
|
202 |
| 9850 | exa-search | davila7/claude-code-templates |
Exa Search Neural search for web content, code, companies, and people via the Exa MCP server. When to Activate User needs current web information or news Searching for code examples, API docs, or technical references Researching companies, competitors, or market players Finding professional profiles or people in a domain Running background research for any development task User says "search for", "look up", "find", or "what's the latest on" MCP Requirement Exa MCP server must be configured. Add ...
|
202 |