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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,502
总 Skills
163.2M
总安装量
2,744
贡献者
# Skill 仓库 描述 安装量
22351 mcp-builder project-n-e-k-o/n.e.k.o
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
50
22352 data-validation cosmix/loom
Data Validation Skill Pre-delivery QA checklist, common data analysis pitfalls, result sanity checking, and documentation standards for reproducibility. Pre-Delivery QA Checklist Run through this checklist before sharing any analysis with stakeholders. Data Quality Checks Source verification : Confirmed which tables/data sources were used. Are they the right ones for this question? Freshness : Data is current enough for the analysis. Noted the "as of" date. Completeness : No unexpected gaps in t...
50
22353 nanobanana-skill feiskyer/codex-settings
Nanobanana Image Generation Skill Generate or edit images using Google Gemini API through the nanobanana tool. Requirements GEMINI_API_KEY : Must be configured in ~/.nanobanana.env or export GEMINI_API_KEY=<your-api-key> Python3 with dependent packages installed : google-genai, Pillow, python-dotenv. They could be installed via python3 -m pip install -r ${CLAUDE_PLUGIN_ROOT}/skills/nanobanana-skill/requirements.txt if not installed yet. Executable : ${CLAUDE_PLUGIN_ROOT}/skills/nanobanana-skill/...
50
22354 competitor-analysis openclaudia/openclaudia-skills
Competitor Analysis SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher Monitor · rank-tracker · backlink-analyzer · performance-reporter · aler...
50
22355 hwp pitzcarraldo/skills
HWP What this skill does kordoc 으로 .hwp / .hwpx / .hwpml 문서를 AI가 읽기 좋은 Markdown 또는 JSON으로 바꾸고, 필요하면 문서 비교, 양식 필드 추출, Markdown→HWPX 역변환까지 수행한다. 이 스킬의 기본 엔진은 항상 kordoc 이다. 문서 변환, 비교, 필드 추출, 역변환까지 같은 도구로 일관되게 처리한다. When to use "이 HWP 파일을 Markdown으로 바꿔줘" "공문서를 JSON 구조로 뽑아서 AI가 읽게 해줘" "두 버전 문서 차이점을 보고 싶어" "신청서 HWPX 안에 어떤 양식 필드가 있는지 뽑아줘" "AI가 만든 Markdown을 다시 HWPX로 저장해줘" "폴더 안 문서를 한 번에 변환해줘" When not to use OCR이 필수인데 OCR provider 연결이 전혀 없는 이미지 기반 PDF만 있는 경우 .docx , .xlsx , .pdf 만 다루더라도 문서 파싱 자체가 아니라 편집...
50
22356 api-documentation-writer eddiebe147/claude-settings
API Documentation Writer Create comprehensive, developer-friendly API documentation. Instructions When a user needs API documentation: Gather API Information : API type (REST, GraphQL, WebSocket, gRPC)? Authentication method (API key, OAuth, JWT)? Base URL and versioning strategy? Available endpoints and their purposes? Request/response formats? Rate limiting or usage restrictions? Generate Complete Documentation Structure : Overview Section : What the API does (1-2 sentences) Key capabilities G...
50
22357 project-discovery laurigates/claude-plugins
Systematic project orientation to understand codebase state before making changes. Prevents working on incorrect assumptions by establishing clear context about git state, project structure, and development tooling. Core Expertise Automatic Activation Detection: - Detects uncertainty in Claude's reasoning or responses - Activates on manual user requests for orientation - Focuses on git repositories only Discovery Capabilities: - Git state analysis (branch, changes, remote sync, commit hi...
50
22358 azure-ai-document-intelligence-ts sickn33/antigravity-awesome-skills
Azure Document Intelligence REST SDK for TypeScript Extract text, tables, and structured data from documents using prebuilt and custom models. Installation npm install @azure-rest/ai-document-intelligence @azure/identity Environment Variables DOCUMENT_INTELLIGENCE_ENDPOINT = https:// < resource > .cognitiveservices.azure.com DOCUMENT_INTELLIGENCE_API_KEY = < api-key > Authentication Important : This is a REST client. DocumentIntelligence is a function , not a class. DefaultAzureCredential import...
50
22359 using-superpowers guanyang/antigravity-skills
IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT. This is not negotiable. This is not optional. You cannot rationalize your way out of this. Instruction Priority Superpowers skills override default system prompt behavior, but user instructions always take precedence : User's explicit instructions (CLAUDE.md, GEMINI.md, AGENTS.md, direct requests) — highest priority Superpowers skills — override default system behavior where they conflict Default system prompt — lowest p...
50
22360 docs-review cloudflare/cloudflare-docs
Documentation Review Skill @./../_shared/metabase-style-guide.md Review mode detection IMPORTANT: Before starting the review, determine which mode to use: PR review mode: If the mcp__github__create_pending_pull_request_review tool is available, you are reviewing a GitHub PR Use the pending review workflow to post all issues as one cohesive review Follow the workflow steps in "PR review mode format" below Local review mode: If the MCP tool is NOT available, output issues in the conversation...
50
22361 freshsales membranedev/application-skills
Freshsales Freshsales is a CRM and sales automation platform that helps businesses manage leads, contacts, and deals. Sales teams use it to streamline their sales processes, track customer interactions, and close more deals efficiently. Official docs: https://developers.freshsales.io/ Freshsales Overview Account Contact Deal Sales Sequence User Email Product Sales Activity Appointment Task Note Call SMS Territory Email Template Custom Field Role Team Integration Email Configuration Phone Number ...
50
22362 spring-ai-alibaba teachingai/full-stack-skills
Spring AI Alibaba 提供了与阿里云 DashScope(通义千问)的集成,支持使用阿里云的大语言模型服务。 核心功能 1. 项目创建 依赖: ``` <dependency> <groupId>com.alibaba.cloud.ai</groupId> <artifactId>spring-ai-starter-model-aliyun-dashscope</artifactId> </dependency> ``` 或使用 Gradle: ``` dependencies { implementation 'com.alibaba.cloud.ai:spring-ai-starter-model-aliyun-dashscope' } ``` 2. 配置 application.yml: ``` spring: ai: alibaba: dashscope: api-key: ${DASHSCOPE_API_KEY} chat: optio...
50
22363 reddit-insights brianrwagner/ai-marketing-skills
Reddit Insights MCP Semantic search across millions of Reddit posts. Unlike keyword search, this understands intent and meaning. Mode Detect from context or ask: "Quick pulse, full research, or strategic intelligence report?" Mode What you get Best for quick 1 query, top 5 insights, no synthesis Fast pain point check, content spark standard 3–5 queries, full synthesis with themes and patterns Product validation, content research deep Multi-angle research + sentiment analysis + content angles + c...
50
22364 agentic-jujutsu ruvnet/claude-flow
Agentic Jujutsu - AI Agent Version Control Quantum-ready, self-learning version control designed for multiple AI agents working simultaneously without conflicts. When to Use This Skill Use agentic-jujutsu when you need: ✅ Multiple AI agents modifying code simultaneously ✅ Lock-free version control (23x faster than Git) ✅ Self-learning AI that improves from experience ✅ Quantum-resistant security for future-proof protection ✅ Automatic conflict resolution (87% success rate) ✅ Pattern recognition ...
50
22365 cloudflare-agents secondsky/claude-skills
Cloudflare Agents SDK Status: Production Ready ✅ Last Updated: 2026-01-09 Dependencies: cloudflare-worker-base (recommended) Latest Versions: agents@0.3.3, @modelcontextprotocol/sdk@latest Production Tested: Cloudflare's own MCP servers (https://github.com/cloudflare/mcp-server-cloudflare) Recent Updates (2025-2026): Jan 2026: Agents SDK v0.3.6 with callable methods fix, protocol version support updates Nov 2025: Agents SDK v0.2.24+ with resumable streaming (streams persist across disconnects...
50
22366 bluesky openclaudia/openclaudia-skills
Bluesky Social Media Skill You are a Bluesky content and engagement specialist. Help create, schedule, and strategize content for the Bluesky social network (AT Protocol). Platform Overview Bluesky is a decentralized social network built on the AT Protocol. Key differences from Twitter/X: 300 character limit per post (vs. 280 on X) Algorithmic choice — Users pick their own feed algorithms Custom feeds — Anyone can create topic-based feeds No ads — Organic reach is the only reach Open API — Full ...
50
22367 azure-keyvault-keys-ts sickn33/antigravity-awesome-skills
Azure Key Vault Keys SDK for TypeScript Manage cryptographic keys with Azure Key Vault. Installation Keys SDK npm install @azure/keyvault-keys @azure/identity Environment Variables KEY_VAULT_URL = https:// < vault-name > .vault.azure.net Or AZURE_KEYVAULT_NAME = < vault-name > Authentication import { DefaultAzureCredential } from "@azure/identity" ; import { KeyClient , CryptographyClient } from "@azure/keyvault-keys" ; const credential = new DefaultAzureCredential ( ) ; const vaultUrl = ` htt...
50
22368 vue-router-v4 teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: Set up routing in a Vue 3 application Configure routes, nested routes, and named routes Implement navigation guards (global, per-route, in-component) Use programmatic navigation with router.push(), router.replace(), etc. Handle dynamic route matching and route parameters Work with route meta fields and route records Implement lazy loading and code splitting for routes Use Vue Router with Composition API (useRouter, useRoute) Con...
50
22369 marimo connorads/dotfiles
Contents Editing and Verification Enforcement Key Concepts Cell Structure Editing Rules Core CLI Commands Export Commands Data and Visualization Debugging Workflow Common Issues Additional Resources Marimo Reactive Notebooks Marimo is a reactive Python notebook where cells form a DAG and auto-execute on dependency changes. Notebooks are stored as pure .py files. Editing and Verification Enforcement IRON LAW 1: NEVER MODIFY CELL DECORATORS OR SIGNATURES Only edit code INSIDE @app.cell function bo...
50
22370 hwc-navigation-content thehotwireclub/hotwire_club-skills
Navigation & Content Display Implement navigation and content-discovery behavior with Turbo Drive and Turbo Frames. Core Workflow Classify navigation mode: tabs, pagination, lazy frame loading, faceted search, or custom render/cache lifecycle. Decide URL and history ownership first ( data-turbo-action , frame src , query params, back/forward behavior). Use frame lifecycle and visit events to update active state, request params, and scroll restoration. Clean transient UI state before Turbo cache ...
50
22371 client-scripts groeimetai/snow-flow
Client Script Patterns for ServiceNow Client Scripts run in the user's browser and control form behavior. Unlike server-side scripts, client scripts can use modern JavaScript (ES6+) in modern browsers. Client Script Types Type When it Runs Use Case onLoad Form loads Set defaults, hide/show fields, initial setup onChange Field value changes React to user input, cascading updates onSubmit Form submitted Validation before save onCellEdit List cell edited Validate inline edits The g_form API Getti...
50
22372 tailwindcss blencorp/claude-code-kit
Tailwind CSS The skill is based on Tailwind CSS v4.1.18, generated at 2026-01-28. Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces. Instead of writing custom CSS, you compose designs using utility classes directly in your markup. Tailwind v4 introduces CSS-first configuration with theme variables, making it easier to customize your design system. Core References Topic Description Reference Installation Vite, PostCSS, CLI, and CDN setup core-installation U...
50
22373 dotnet-exception-handling rysweet/amplihack
No SKILL.md available for this skill. View on GitHub
50
22374 design-engineer darasoba/design-engineer-plugin
Design Engineer Skill You are a design engineer — a practitioner at the intersection of design and engineering who obsesses over the invisible details that make interfaces feel alive. You don't just build UIs; you craft experiences where every interaction feels intentional, every transition is considered, and every detail serves a purpose. Design engineering is a state of mind: you think in both pixels and code simultaneously. You care about how a button feels when pressed, how content flows int...
50
22375 pyth sendaifun/skills
Pyth Network Development Guide Pyth Network is a decentralized oracle providing real-time price feeds for cryptocurrencies, equities, forex, and commodities. This guide covers integrating Pyth price feeds into Solana applications. Overview Pyth Network provides: Real-Time Price Feeds - 400ms update frequency with pull oracle model Confidence Intervals - Statistical uncertainty bounds for each price EMA Prices - Exponential moving average prices (~1 hour window) Multi-Asset Support - Crypto, equi...
50
22376 react-expert personamanagmentlayer/pcl
React Expert Senior React specialist with deep expertise in React 19, Server Components, and production-grade application architecture. When to Use This Skill Building new React components or features Implementing state management (local, Context, Redux, Zustand) Optimizing React performance Setting up React project architecture Working with React 19 Server Components Implementing forms with React 19 actions Data fetching patterns with TanStack Query or use() Core Workflow Analyze requirements -...
50
22377 dotenv-manager jeremylongshore/claude-code-plugins-plus-skills
Dotenv Manager Purpose This skill provides automated assistance for dotenv manager tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "dotenv manager" in your request Ask about dotenv manager patterns or best practices Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals. Capabilities Provides step-by-step guidance for dotenv manager Follows industry best practic...
50
22378 secure-headers-csp-builder patricio0312rev/skills
Secure Headers & CSP Builder Add security headers safely without breaking functionality. Essential Security Headers // middleware/security-headers.ts import { Request, Response, NextFunction } from "express"; export function securityHeaders( req: Request, res: Response, next: NextFunction ) { // Prevent clickjacking res.setHeader("X-Frame-Options", "DENY"); // Prevent MIME sniffing res.setHeader("X-Content-Type-Options", "nosniff"); // XSS Protection (legacy browsers) res....
50
22379 create-hooks glittercowboy/taches-cc-resources
Hooks provide programmatic control over Claude's behavior without modifying core code, enabling project-specific automation, safety checks, and workflow customization. <quick_start> Create hooks config file: Project: .claude/hooks.json User: ~/.claude/hooks.json Choose hook event (when it fires) Choose hook type (command or prompt) Configure matcher (which tools trigger it) Test with claude --debug .claude/hooks.json: { "hooks": { "PreToolUse": [ { "matcher": "Bash", ...
50
22380 vision simota/agent-skills
Vision (delegated image understanding) You do not have native vision, but you can still "see" an image by running the bundled script, which sends the image to a configurable OpenAI-compatible vision model and returns a text answer. When to use Use this skill whenever a task requires understanding image content and you cannot view it directly, for example: The user uploads or points to an image / screenshot / photo and asks what's in it. You need to read text inside an image (OCR). You need to di...
50
22381 maven-dependency-management thebushidocollective/han
No SKILL.md available for this skill. [View on GitHub ](https://github.com/thebushidocollective/han)
50
22382 trash-talk-generator onewave-ai/claude-skills
Trash Talk Generator Create clever, non-offensive trash talk. Rivalry-specific references, historical callbacks, memes. Fun, not mean. Instructions You are an expert at sports banter and friendly competition. Generate witty, clever trash talk that's fun and respectful. Output Format Trash Talk Generator Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on concrete, actionable output...
50
22383 econ-visualization meleantonio/awesome-econ-ai-stuff
Econ Visualization Purpose This skill creates publication-quality figures for economics papers, using clean styling, consistent scales, and export-ready formats. When to Use Building figures for empirical results and descriptive analysis Standardizing chart style across a paper or presentation Exporting figures to PDF or PNG at journal quality Instructions Follow these steps to complete the task: Step 1: Understand the Context Before generating any code, ask the user: What is the dataset and key...
50
22384 planning-with-files guanyang/antigravity-skills
Planning with Files Work like Manus: Use persistent markdown files as your "working memory on disk." FIRST: Check for Previous Session (v2.2.0) Before starting work , check for unsynced context from a previous session: Linux/macOS $( command -v python3 || command -v python ) ${CLAUDE_PLUGIN_ROOT} /scripts/session-catchup.py " $( pwd ) " Windows PowerShell & ( Get-Command python - ErrorAction SilentlyContinue ) . Source " $env :USERPROFILE\.claude\skills\planning-with-files\scripts\session-catc...
50
22385 piglet psiace/skills
piglet Concise guidance for writing and reviewing Python code using patterns from One Python Craftsman. Purpose and Triggers Use for Python (.py) code creation, refactoring, or code review. Use when code quality issues involve naming, control flow, data handling, error handling, loops, decorators, imports, file I/O, edge cases, or the walrus operator. Prefer clarity and maintainability. Optimize performance only when it is a real constraint. If $friendly-python is available, suggest pairing it f...
50
22386 backlog-refinement-guide dengineproblem/agents-monorepo
Backlog Refinement Guide Эксперт в рефайнменте бэклога, продуктовом менеджменте и agile методологиях. Фреймворк DEEP для бэклога Detailed Appropriately : Ближайшие элементы детализированы, долгосрочные — на высоком уровне Emergent : Постоянно эволюционирует на основе обучения Estimated : Относительное размерование с помощью story points Prioritized : Четкая сортировка на основе ценности и рисков Definition of Ready Перед попаданием в спринт убедитесь: Четко определены критерии принятия Зависимос...
50
22387 1k-performance onekeyhq/app-monorepo
OneKey Performance Optimization Performance optimization patterns and best practices for React/React Native applications in the OneKey monorepo. Quick Reference Category Key Optimization When to Use Concurrent Requests Limit to 3-5, use executeBatched Multiple API calls, network-heavy operations Bridge Optimization Minimize crossings, batch data React Native bridge overhead, iOS/Android List Rendering FlashList, windowSize={5}, content-visibility Lists with 100+ items Memoization memo, useMemo, ...
50
22388 agent-browser connorads/dotfiles
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
50
22389 code-antipatterns laurigates/claude-plugins
Context Analysis path: $1 (defaults to current directory if not specified) JS/TS files: ! find . -type f \( -name "*.js" -o -name "*.ts" -o -name "*.jsx" -o -name "*.tsx" \) Vue files: ! find . -name "*.vue" Python files: ! find . -name "*.py" Your Task Perform comprehensive anti-pattern analysis using ast-grep and parallel agent delegation. Analysis Categories Based on the detected languages, analyze for these categories: JavaScript/TypeScript Anti-patterns Callbacks, magic values, empty catch ...
50
22390 configure-readme laurigates/claude-plugins
When to Use This Skill Use this skill when... Use another approach when... Creating a README.md for a new project from scratch Editing specific README content — use direct file editing Auditing an existing README for missing sections (badges, install, structure) Writing detailed API documentation — use /configure:docs Standardizing README format across multiple projects Creating GitHub Pages documentation site — use /configure:github-pages Adding shields.io badges, tech stack table, or project s...
50
22391 ads-agent dengineproblem/agents-monorepo
Facebook Ads Agent Ты - AI-агент для управления Facebook рекламой. Работаешь автономно, используя MCP сервер meta-ads и конфигурацию из MD файлов. Твои возможности Анализ и оптимизация рекламных кампаний Создание и управление кампаниями, ad sets, ads Формирование отчетов по метрикам Анализ эффективности креативов Настройка таргетинга и аудиторий Как работать При любом запросе о рекламе: Определи аккаунт - прочитай .claude/ads-agent/config/ad_accounts.md чтобы понять какие аккаунты доступны Изучи...
50
22392 referral-program kimny1143/claude-code-template
Referral & Affiliate Programs You are an expert in viral growth and referral marketing. Your goal is to help design and optimize programs that turn customers into growth engines. Before Starting 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. Gather this context (ask if not...
50
22393 kpi dashboard builder eddiebe147/claude-settings
KPI Dashboard Builder Expert KPI and performance dashboard design system that helps you define meaningful metrics, build actionable dashboards, track progress, and drive data-driven decision-making. This skill provides structured workflows for metric selection, dashboard design, and performance management based on business intelligence and analytics best practices. What gets measured gets managed. This skill helps you cut through vanity metrics to identify KPIs that truly drive business outcomes...
50
22394 app-store-optimization alirezarezvani/claude-code-aso-skill
App Store Optimization (ASO) Search visibility and conversion optimization for App Store product pages. This skill covers strategic metadata decisions -- which keywords to target, how to structure descriptions for conversion, and how to use Custom Product Pages and in-app events for discoverability. For metadata compliance rules (character limits, screenshot device requirements, rejection triggers), see the app-store-review skill. Contents Show more Installs 1.7K Repository dpearson2699/sw…s-ski...
50
22395 wordpress-woocommerce-development sickn33/antigravity-awesome-skills
WordPress WooCommerce Development Workflow Overview Specialized workflow for building WooCommerce stores including setup, payment gateway integration, shipping configuration, custom product types, and store optimization. When to Use This Workflow Use this workflow when: Setting up WooCommerce stores Integrating payment gateways Configuring shipping methods Creating custom product types Building subscription products Workflow Phases Phase 1: Store Setup Skills to Invoke app-builder - Project scaf...
50
22396 sap-api-style secondsky/sap-skills
This skill provides comprehensive guidance for documenting SAP APIs according to official SAP API Style Guide standards. It covers all major API types and documentation approaches used across the SAP ecosystem. Documentation Source: [https://github.com/SAP-docs/api-style-guide](https://github.com/SAP-docs/api-style-guide) (76 files extracted) Last Verified: 2025-11-21 When to Use This Skill Use this skill when: - Creating API documentation for REST, OData, Java, JavaScript, .NET, or C/C++ ...
50
22397 test-reporting-analytics proffesor-for-testing/agentic-qe
<default_to_action> When building test reports: - DEFINE audience (dev team vs executives) - CHOOSE key metrics (max 5-7) - SHOW trends (not just snapshots) - HIGHLIGHT actions (what to do about it) - AUTOMATE generation Dashboard Quick Setup: ``` +------------------+------------------+------------------+ | Tests Passed | Code Coverage | Flaky Tests | | 1,247/1,250 ✅ | 82.3% ⬆️ +2.1% | 1.2% ⬇️ -0.3% | +------------------+------------------+------------------+ | Critical B...
50
22398 invoice-generator dkyazzentwatwa/chatgpt-skills
Invoice Generator Skill Overview I help freelancers and small businesses create professional invoices quickly. Just tell me the details, and I'll generate a complete, properly formatted invoice. What I can do: Create professional invoices in multiple formats Calculate taxes (VAT, GST, sales tax) Handle multiple currencies Support various payment terms Generate in English or Chinese What I cannot do: File taxes for you Guarantee compliance with all local regulations Process actual payments How to...
50
22399 i18n iofficeai/aionui
LobeHub Internationalization Guide Default language: Chinese (zh-CN) Framework: react-i18next Only edit files in src/locales/default/ - Never edit JSON files in locales/ Run pnpm i18n to generate translations (or manually translate zh-CN/en-US for dev preview) Key Naming Convention Flat keys with dot notation (not nested objects): // ✅ Correct export default { 'alert.cloud.action' : '立即体验' , 'sync.actions.sync' : '立即同步' , 'sync.status.ready' : '已连接' , } ; // ❌ Avoid nested objects export default...
50
22400 db johnlindquist/claude
Oracle Database Skills This domain contains Oracle Database skills for administration, SQL and PL/SQL development, performance tuning, security, ORDS, SQLcl, migrations, frameworks, OCR container guidance, and agent-safe database workflows. How to Use This Domain Start with the routing table below. Read only the specific file or category you need. Directory Structure Show more
50