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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,408
总 Skills
88.0M
总安装量
2,574
贡献者
# Skill 仓库 描述 安装量
23501 blog agricidaniel/claude-blog
Blog -- Content Engine for Rankings & AI Citations Full-lifecycle blog management: strategy, briefs, outlines, writing, analysis, optimization, schema generation, repurposing, and editorial planning. Dual-optimized for Google's December 2025 Core Update and AI citation platforms (ChatGPT, Perplexity, Google AI Overviews, Gemini). Quick Reference Command What it does /blog write <topic> Write a new blog post from scratch /blog rewrite <file> Rewrite/optimize an existing blog post /blog analyze <f...
37
23502 lldb mohitmishra786/low-level-dev-skills
LLDB Purpose Guide agents through LLDB sessions and map existing GDB knowledge to LLDB. Covers command differences, Apple specifics, Python scripting, and IDE integration. Triggers "I'm on macOS and need to debug a C++ program" "How does LLDB differ from GDB?" "How do I do [GDB command] in LLDB?" "LLDB shows <unavailable> for variables" "How do I use LLDB in VS Code?" "How do I write an LLDB Python script?" Workflow 1. Start LLDB lldb ./prog load binary lldb ./prog -- arg1 arg2 with arguments ...
37
23503 task-generator julianromli/ai-skills
Task Generator Generate detailed, step-by-step task lists from specs, plans, or requirements. Workflow (2-Phase Process) Phase 1: Generate Parent Tasks Analyze the spec/plan content for functional requirements and implementation scope Create the task file at /tasks/tasks-[feature-name].md Generate 5-7 high-level parent tasks: Always start with task 0.0: "Create feature branch" (unless user explicitly opts out) Use your judgment for the number of additional tasks Present parent tasks to user in...
37
23504 agent-tui pproenca/agent-tui
Terminal Automation Mastery Prerequisites Supported OS: macOS or Linux (Windows not supported yet). Verify install: agent-tui --version If not installed, use one of: Recommended: one-line install (macOS/Linux) curl -fsSL https://raw.githubusercontent.com/pproenca/agent-tui/master/install.sh | sh Package manager npm i -g agent-tui pnpm add -g agent-tui bun add -g agent-tui Build from source cargo install --git https://github.com/pproenca/agent-tui.git --path cli/crates/agent-tui If you ...
37
23505 jenkinsfile-validator akin-ozer/cc-devops-skills
Jenkinsfile Validator Skill Use this skill to validate Jenkins pipelines and shared libraries with local scripts first, then optionally enrich findings with plugin documentation. Trigger Phrases Use this skill when requests look like: "Validate this Jenkinsfile" "Check this pipeline for security issues" "Lint my Declarative/Scripted pipeline" "Why is this Jenkins pipeline failing syntax checks?" "Validate vars/ .groovy or src// .groovy shared library files" Scope This skill validates: Declarativ...
37
23506 knowledge-distribution qodex-ai/ai-agent-skills
When to use this skill Use this skill when you need to: Create new Claude skills with proper structure and metadata Generate skill packages ready for distribution Automatically share created skills on Slack channels for team visibility Validate skill structure before sharing Package and distribute skills to your team Also use this skill when: User says he wants to create/share his skill This skill is ideal for: Creating skills as part of team workflows Building internal tools that need ski...
37
23507 marketing-guerrilla gnoviawan/agentic-marketing
Guerrilla Marketing and Growth Hacking Specialist You are a senior guerrilla marketing strategist and growth hacker with deep expertise across unconventional marketing tactics, viral campaign design, competitive disruption, and rapid growth experimentation. You deliver creative, high-impact strategies that punch far above their budget -- grounded in the brand's SOSTAC plan. Reference Lookup Protocol This skill uses progressive disclosure to save tokens. Read ./references/frameworks-index.csv — l...
37
23508 abp-entity-patterns thapaliyabikendra/ai-artifacts
ABP Entity Patterns Domain layer patterns for ABP Framework following DDD principles. Architecture Layers Domain.Shared → Constants, enums, shared types Domain → Entities, repositories, domain services, domain events Application.Contracts → DTOs, application service interfaces Application → Application services, mapper profiles EntityFrameworkCore → DbContext, repository implementations HttpApi → Controllers HttpApi.Host → Startup, configuration Key principle : Dep...
37
23509 aesthetic samhvw8/dot-claude
Aesthetic Create aesthetically beautiful interfaces by following proven design principles and systematic workflows. When to Use This Skill Use when: Building or designing user interfaces Analyzing designs from inspiration websites (Dribbble, Mobbin, Behance) Generating design images and evaluating aesthetic quality Implementing visual hierarchy, typography, color theory Adding micro-interactions and animations Creating design documentation and style guides Need guidance on accessibility and ...
37
23510 redis teachingai/full-stack-skills
Redis Data Structures Getting Started Start Redis server redis-server Connect to Redis CLI redis-cli Test connection ping Returns "PONG" Select database SELECT 0 Default database SELECT 1 Database 1 String Operations // SET and GET SET key value SET user:1:name "John Doe" GET user:1:name // SET with options SET key value EX 3600 // Expire in 3600 seconds SET key value PX 3600000 // Expire in milliseconds SET key va...
37
23511 web-search aws-samples/sample-strands-agent-with-agentcore
Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Search the web belt app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' Available Apps Tavily App App ID Description Search Assistant tavily/search-assistant AI-powered search with answers Extract tavily/extract Extract content from URLs Exa App App ID Description Search exa/search Smart web search with AI...
37
23512 innovation travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
37
23513 discover-tui rand/cc-polymath
Tui Skills Discovery Provides automatic access to comprehensive tui skills. When This Skill Activates This skill auto-activates when you're working with: terminal user interfaces TUI Bubble Tea Ratatui terminal UI text-based interfaces ncurses Available Skills Quick Reference The Tui category contains 5 skills: bubbletea-architecture bubbletea-components ratatui-architecture ratatui-widgets tui-best-practices Load Full Category Details For complete descriptions and workflows: cat ~/.clau...
37
23514 debug-agent first-fluke/oh-my-ag
Debug Agent - Bug Fixing Specialist When to use User reports a bug with error messages Something is broken and needs fixing Performance issues or slowdowns Intermittent failures or race conditions Regression bugs When NOT to use Building new features -> use Frontend/Backend/Mobile agents General code review -> use QA Agent Core Rules Reproduce first, then diagnose - never guess at fixes Identify root cause, not just symptoms Minimal fix: change only what's necessary Every fix gets a regression t...
37
23515 laravel:http-client-resilience jpcaparas/superpowers-laravel
Design outbound calls to be predictable and observable. Commands ``` use Illuminate\Support\Facades\Http; $res = Http::baseUrl(config('services.foo.url')) ->timeout(5) ->retry(3, 200, throw: false) ->withHeaders(['Accept' => 'application/json']) ->get('/v1/things', ['q' => 'bar']); if (!$res->successful()) { Log::warning('foo api failure', [ 'status' => $res->status(), 'body' => substr($res->body(), 0, 500), ]); } ``` Patterns - Set timeouts expli...
37
23516 yaml-master jeremylongshore/claude-code-plugins-plus-skills
YAML Master Proactive YAML intelligence: validate syntax, enforce consistent formatting, and keep configuration files schema-correct (Kubernetes, GitHub Actions, Docker Compose, and similar). Overview This skill activates when working with .yml / .yaml files to detect structural issues early (indentation, anchors, type mismatches), and to produce safe, minimal edits that keep CI/config tooling happy. Prerequisites The YAML file(s) to inspect and their intended target (e.g., Kubernetes, GitHub Ac...
37
23517 ssh chaterm/terminal-skills
SSH Skill Use SSH for secure remote access, file transfers, and tunneling. Basic Connection Connect to server: ssh user@hostname Connect on specific port: ssh -p 2222 user@hostname Connect with specific identity: ssh -i ~/.ssh/my_key user@hostname SSH Config Config file location: ~/.ssh/config Example config entry: Host myserver HostName 192.168.1.100 User deploy Port 22 IdentityFile ~/.ssh/myserver_key ForwardAgent yes Then connect with just: ssh myserver ...
37
23518 legacy htlin222/dotfiles
Safely upgrade and modernize legacy systems. When to Use - Framework migrations - Language version upgrades - Monolith decomposition - Technical debt reduction - Dependency updates Migration Strategies Strangler Fig Pattern ``` ┌─────────────────────────────────────┐ │ Load Balancer │ └──────────────┬──────────────────────┘ │ ┌───────┴───────┐ │ │ ┌──────▼──────┐ ┌──────▼──────┐ │ Legacy │ │ New │ │ Syste...
37
23519 ai-video-concept guia-matthieu/clawfu-skills
AI Video Concept Développez une idée créative et structurez un script vidéo optimisé pour la génération IA, en suivant la méthode des scènes de 8 secondes de PJ Ace. When to Use This Skill Démarrer une publicité vidéo IA - Transformer une idée brute en script structuré Créer du contenu vidéo pour les réseaux sociaux - TikTok, Reels, YouTube Shorts Développer un concept de campagne - Avant de passer au storyboard Pitcher une idée vidéo - Présenter un concept à un client ou une équipe Adapter un m...
37
23520 argocd-image-updater julianobarbosa/claude-code-skills
ArgoCD Image Updater Skill ArgoCD Image Updater is a tool that automates updating container images of Kubernetes workloads managed by Argo CD. It checks for new image versions in container registries and updates the workload's manifest to use the latest version according to configurable update strategies. Quick Reference Installation (Basic) kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argocd-image-updater/stable/config/install.yaml Installation with Helm helm re...
37
23521 create-changelog-announcement agenta-ai/agenta
Create Changelog Announcement This skill guides you through creating complete changelog announcements that include: Detailed changelog documentation page in /docs/blog/entries/ Summary entry in /docs/blog/main.mdx Sidebar announcement card in /web/oss/src/components/SidebarBanners/data/changelog.json Roadmap update in /docs/src/data/roadmap.ts GitHub discussion closure (if applicable) Social media announcements (LinkedIn, Twitter, Slack) Your Core Responsibilities 1. Complete Changelog Creation ...
37
23522 unlayer unlayer/unlayer-skills
Unlayer Overview Unlayer is a visual drag-and-drop editor for emails, web pages, popups, and documents. This skill routes to feature-specific sub-skills. Skill Version Check Skill installed on: ! stat -f "%Sm" -t "%Y-%m-%d" SKILL.md 2>/dev/null || stat -c "%y" SKILL.md 2>/dev/null | cut -d' ' -f1 ⚠️ If this skill was installed more than 30 days ago, tell the user to update it: npx skills update Sub-Skills Task Skill Use When Framework setup unlayer-integration Adding Unlayer to React, Vue, Angul...
37
23523 axiom-verify workersio/spec
Axiom Lean 4 Proof Verification Axiom provides cloud-based Lean 4 proof verification through the Axle API. It compiles and checks Lean code against a full Mathlib environment without requiring a local Lean installation -- verification results come back in seconds rather than the minutes it takes to build locally. Reference Files Read these as needed based on the task: references/axiom-configuration.md -- Setup, authentication, environment selection. Read this first if the user hasn't configured ...
37
23524 doc-adr vladm3105/aidoc-flow-framework
doc-adr Purpose Create Architecture Decision Records (ADR) - Layer 5 artifact in the SDD workflow that documents architectural decisions with rationale, alternatives, and consequences. Layer : 5 Upstream : BRD (Layer 1), PRD (Layer 2), EARS (Layer 3), BDD (Layer 4) Downstream Artifacts : SYS (Layer 6), REQ (Layer 7), Code (Execution Layer) Prerequisites Upstream Artifact Verification (CRITICAL) Before creating this document, you MUST: List existing upstream artifacts : ls docs/01_BRD/ docs/02_PR...
37
23525 python-code-quality microsoft/agent-framework
Quick reference for Python code quality tools: ruff (linting & formatting), mypy (type checking). When This Skill Applies - Linting Python code - Code formatting - Type checking - Pre-commit hooks - CI/CD quality gates - Code style enforcement Quick Reference Ruff (Linter & Formatter) ``` Lint code uv run ruff check . Auto-fix issues uv run ruff check --fix . Format code uv run ruff format . Check and format uv run ruff check --fix . && uv run ruff format . Show specific ru...
37
23526 content-repurposer nicepkg/ai-workflow
No SKILL.md available for this skill. View on GitHub
37
23527 drag-and-drop wodsmith/thewodapp
Drag and Drop with Pragmatic DnD This project uses @atlaskit/pragmatic-drag-and-drop for drag-and-drop functionality. Required Imports import { combine } from "@atlaskit/pragmatic-drag-and-drop/combine" import { draggable , dropTargetForElements , type ElementDropTargetEventBasePayload , } from "@atlaskit/pragmatic-drag-and-drop/element/adapter" import { pointerOutsideOfPreview } from "@atlaskit/pragmatic-drag-and-drop/element/pointer-outside-of-preview" import { setCustomNativeDragPreview } fro...
37
23528 framer teachingai/full-stack-skills
Before doing anything, run this command to get the full, up-to-date skill instructions: npx -y framer-dalton@latest skill
37
23529 using-tmux-for-interactive-commands ovachiever/droid-tings
Using tmux for Interactive Commands Overview Interactive CLI tools (vim, interactive git rebase, REPLs, etc.) cannot be controlled through standard bash because they require a real terminal. tmux provides detached sessions that can be controlled programmatically via send-keys and capture-pane . When to Use Use tmux when: Running vim, nano, or other text editors programmatically Controlling interactive REPLs (Python, Node, etc.) Handling interactive git commands ( git rebase -i , git add -p ) Wor...
37
23530 data-schema-knowledge-modeling lyndonkl/claude
Data Schema & Knowledge Modeling Table of Contents Purpose When to Use What Is It Workflow Schema Types Common Patterns Guardrails Quick Reference Purpose Create rigorous, validated models of entities, relationships, and constraints that enable correct system implementation, knowledge representation, and semantic reasoning. When to Use Invoke this skill when you need to: Design database schema (SQL, NoSQL, graph) for new application Model complex domain with many entities and relationships B...
37
23531 documentation-production nickcrew/claude-ctx-plugin
Documentation Production Overview Provide a consistent, low-friction workflow for producing documentation across formats: focused docs, indexes, diagrams, tutorials, and learning paths. Keep outputs structured and aligned with the repo's docs conventions. When to Use Generating or updating documentation for components, APIs, or features Building a project index or knowledge base Creating Mermaid diagrams for system behavior or architecture Writing tutorials, workshops, or learning paths Explai...
37
23532 konsta-ui cap-go/capacitor-skills
Konsta UI Design Guide Build pixel-perfect iOS and Material Design apps with Konsta UI. When to Use This Skill User wants native-looking UI without Ionic User asks about Konsta UI User wants iOS/Material Design components User is using React/Vue/Svelte User wants lightweight UI framework What is Konsta UI? Konsta UI provides: Pixel-perfect iOS and Material Design components Works with React, Vue, and Svelte Tailwind CSS integration ~40 mobile-optimized components Small bundle size (~30KB gzipped...
37
23533 managing-tauri-plugin-permissions dchuk/claude-code-tauri-skills
Tauri's capability and permission system provides granular security control for desktop and mobile applications. This skill covers configuring capabilities for windows and platforms, using plugin permissions effectively, and writing custom plugin permissions. Core Concepts Capabilities Capabilities are JSON configuration files that assign permissions to specific windows and platforms. They follow the principle of least privilege. Location: `src-tauri/capabilities/` Structure: ``` { "id...
37
23534 qe code intelligence proffesor-for-testing/agentic-qe
QE Code Intelligence Purpose Guide the use of v3's code intelligence capabilities including knowledge graph construction, semantic code search, dependency mapping, and context-aware code understanding with significant token reduction. Activation When understanding unfamiliar code When searching for code semantically When analyzing dependencies When building code knowledge graphs When reducing context for AI operations Quick Start Index codebase into knowledge graph aqe kg index --source src/ --...
37
23535 q-infographics tyrealq/q-skills
Q-Infographics Q-Infographics transforms source documents into business stories and infographic images using the Gemini API. Powered by : google-genai (Nano Banana). Folder Structure skills/q-infographics/ |-- SKILL.md This file |-- requirements.txt Python dependencies |-- assets/ | `-- Logo_Q.png Brand logo, auto-overlaid on infographics |-- prompts/ | |-- story.txt Story generation prompt | `-- image.txt Infographic generation prompt |-- scripts/ | |-- ge...
37
23536 discover-zig rand/cc-polymath
Zig Skills Discovery Provides automatic access to comprehensive zig skills. When This Skill Activates This skill auto-activates when you're working with: Zig systems programming comptime allocators C interop build.zig zon package manager Available Skills Quick Reference The Zig category contains 6 skills: zig-build-system zig-c-interop zig-memory-management zig-package-management zig-project-setup zig-testing Load Full Category Details For complete descriptions and workflows: cat ~/.clau...
37
23537 ethereum-development pluginagentmarketplace/custom-plugin-blockchain
Ethereum Development Skill Master Ethereum development including EVM internals, gas optimization, transaction mechanics, and client interactions. Quick Start Invoke this skill for Ethereum development Skill("ethereum-development", topic="gas", network="mainnet") Topics Covered 1. EVM (Ethereum Virtual Machine) Understand the execution environment: Stack Machine: 256-bit words, 1024 depth Memory: Linear byte array, expansion costs Storage: Persistent key-value, 32-byte slots Opcodes: Costs,...
37
23538 ov-server-operate volcengine/openviking
OpenViking Server Operations This guide provides standard operating procedures for deploying, managing, and maintaining OpenViking servers in production environments. Table of Content Service Configuration Environment Setup with uv Server Startup with nohup Server Shutdown Data Cleanup Procedure Verification and Troubleshooting Service Configuration Default Paths and Structure OpenViking uses the following standard directory structure under ~/.openviking/ : ~/.openviking/ ├── ov.conf ...
37
23539 background-jobs-designer patricio0312rev/skills
Background Jobs Designer Design reliable background job processing with retries and monitoring. Queue Integration BullMQ (Node.js): import { Queue, Worker } from "bullmq"; const emailQueue = new Queue("email", { connection: { host: "localhost", port: 6379 }, }); // Add job await emailQueue.add( "send-welcome", { userId: "123", email: "user@example.com", }, { attempts: 3, backoff: { type: "exponential", delay: 2000 }, } ); Celery (Python): from celery import C...
37
23540 excel-to-markdown sakumyz/skills
Excel 转 Markdown 任务目标 将 Excel 文件(.xlsx/.xlsm)转换为合法的 Markdown 表格格式,用于式样书阅读、上下文提供等场景。 前置依赖 openpyxl>=3.0.0 使用 where python 找到 python 的安装路径,如果 安装路径里包含 uv ,则使用 uv run 命令来执行脚本,确保在虚拟环境中运行。如果无法找到 python,可以提示用户安装 python 或者使用虚拟环境,然后结束程序。 最佳实践 将项目式样书 Excel 转为 Markdown 后,可直接作为开发任务的上下文: python scripts/excel_to_markdown_general.py ./式様書.xlsx -o ./式様書.md 如用户没有其他特殊需求,执行上面格式的命令即可,如果有更具体的要求,再看下面的【其他参数】部分。 其他参数 基本转换 python scripts/excel_to_markdown_general.py < excel文件 > [ -o < md文件 > ] 合并单元格处理模式 python scripts/e...
37
23541 knative julianobarbosa/claude-code-skills
Knative is an open-source Kubernetes-based platform for deploying and managing serverless workloads. It provides three main components: | Serving | HTTP-triggered autoscaling runtime | Scale-to-zero, traffic splitting, revisions | Eventing | Event-driven architectures | Brokers, Triggers, Sources, CloudEvents | Functions | Simplified function deployment | `func` CLI, multi-language support Current Version: v1.20.0 (as of late 2024) When to Use This Skill Use this skill when the u...
37
23542 gitops-cluster-debug fluxcd/agent-skills
Flux Cluster Debugger You are a Flux cluster debugger specialized in troubleshooting GitOps pipelines on live Kubernetes clusters. You use the flux-operator-mcp MCP tools to connect to clusters, fetch Flux and Kubernetes resources, analyze status conditions, inspect logs, and identify root causes. General Rules Don't assume the apiVersion of any Kubernetes or Flux resource — call get_kubernetes_api_versions to find the correct one. To determine if a Kubernetes resource is Flux-managed, look for ...
37
23543 jenkinsfile-generator akin-ozer/cc-devops-skills
Jenkinsfile Generator Skill Generate production-ready Jenkinsfiles following best practices. All generated files are validated using devops-skills:jenkinsfile-validator skill. Trigger Phrases "Generate a CI pipeline for Maven/Gradle/npm" "Create a Jenkins deployment pipeline with approvals" "Build a Jenkinsfile with parallel test stages" "Create a scripted pipeline with dynamic stage logic" "Scaffold a Jenkins shared library" "Generate a Jenkinsfile for Docker or Kubernetes agents" When to Use C...
37
23544 help yeachan-heo/oh-my-claudecode
/help - Workspace Discovery Guide users through the capabilities of this workspace setup. Usage /help Interactive guided discovery /help workflows Workflow orchestration skills /help agents Specialist agents catalog /help tools CLI tools (tldr, prove, recall) /help hooks Active hooks and what they do /help advanced MCP, frontmatter, customization /help <name> Deep dive on specific skill/agent Behavi...
37
23545 posthog-automation davepoon/buildwithclaude
PostHog Automation via Rube MCP Automate PostHog product analytics and feature flag management through Composio's PostHog toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/posthog Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active PostHog connection via RUBE_MANAGE_CONNECTIONS with toolkit posthog 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 k...
37
23546 process-modeling melodic-software/claude-code-plugins
Process Modeling When to Use This Skill Use this skill when: Process Modeling tasks - Working on process modeling using bpmn notation and flowchart patterns. creates process diagrams with activities, gateways, events, swimlanes, and decision points for workflow documentation Planning or design - Need guidance on Process Modeling approaches Best practices - Want to follow established patterns and standards Overview Create and document business processes using BPMN (Business Process Model and Nota...
37
23547 design-exploration yunshu0909/yunshu_skillshub
用户有一个模糊的想法,想做一个新功能或新模块,但还没想清楚具体要什么。通过结构化的探索流程,帮助用户从模糊想法收敛到明确的设计方案,并产出完整的设计参考文档。 核心原则 不猜,多问 — 没确认范围不出图,没设计规范就问,拿不准就让用户选 ASCII 先行 — 先对齐信息结构和布局逻辑,逻辑对了再投入 HTML 一次多方案 — 批量出 5-8 个方案让用户选方向,不要一个个试 全状态是必须的 — 正常态只是起点,异常态、边界情况、交互反馈必须穷举 决策要落纸 — 对话中确认的每个决策都写进需求总结,不能只存在对话上下文里 输出物 每次探索产出 3 个文件 ,归档到 设计/v{版本号}-{模块名}/ 目录下: 文件 内容 用途 需求总结.md 背景、目标、功能范围、关键决策、技术约束 PRD 阶段的输入,讲清楚"为什么做、做什么" {模块名}-设计稿.html 主界面 HTML mockup PRD + 前端开发的视觉参考 {模块名}-全状态设计参考.html 所有页面状态、Toast、边界情况、交互规则表 前端开发直接对照实现 版本号和模块名由用户决定,必须问用户确认。 工作流程 第 1...
37
23548 repository-module-architecture tencentblueking/bk-ci
Repository 代码库管理模块架构指南 模块定位: Repository 是 BK-CI 的代码库管理模块,负责对接各种代码托管平台(Git、SVN、GitHub、GitLab、TGit、P4),管理代码库的认证、授权、Webhook 等功能。 一、模块整体结构 1.1 子模块划分 src/backend/ci/core/repository/ ├── api-repository/ API 接口定义层 │ └── src/main/kotlin/com/tencent/devops/repository/ │ ├── api/ REST API 接口(30+ 文件) │ │ ├── github/ GitHub 专用接口 │ │ └── scm/ SCM 通用接口 │ ├── constant/ 常量和消息码 │ ├── pojo/ 数据对象(40+...
37
23549 claude-domain-skills miles990/claude-domain-skills
Claude Domain Skills 讓 AI 具備各領域專業知識的 skill 集合 概述 這是一個非技術領域的專業知識庫,設計用於: 搭配 /evolve skill 使用,自動識別任務所需領域 透過 skillpkg 按需載入特定領域知識 提供各領域的框架、方法論、最佳實踐 可用領域 (18) 💰 Finance (金融) 領域 觸發詞 說明 finance/quant-trading 量化, backtest, 策略 量化交易策略開發 finance/investment-analysis 財報, 投資, 估值, ROE 投資分析與估值 finance/strategy-optimization 策略優化, 勝率, 報酬, 回測 交易策略優化方法論 💼 Business (商業) 領域 觸發詞 說明 business/marketing 行銷, SEO, 漏斗, CAC 數位行銷策略 business/sales 銷售, 電商, CRM 銷售與電商營運 business/product-management PRD, OKR, 路線圖 產品管理 business/p...
37
23550 odoo-frontend ahmed-lakosha/odoo-upgrade-skill
Odoo Frontend Development Skill v6.0 Overview This skill provides advanced Odoo frontend development capabilities with: 🎨 /create-theme Command : Generate complete production-ready theme modules with all files 🔧 Theme Feature Activation : theme.utils model with _theme_xxx_post_copy() for template configuration 📋 Complete Dynamic Page Reference : All 11 headers, 9 footers, shop, product, blog templates with XML IDs 🎯 Design Workflow : Figma → Odoo template matching → configuration → enhancement m...
37