███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 3651 | jackyshen-gen-short-video-script | mebusw/awesome-jackyshen-skills |
Short Video Script Generator Generate platform-optimized short video scripts that capture attention, deliver value quickly, and encourage engagement. Script Structure by Duration Ultra-Short (15-30s) Hook (3s) → Content (20s) → CTA (2s) Standard (30-60s) Hook (3-5s) → Problem (5-10s) → Solution (15-30s) → Proof (5-10s) → CTA (3-5s) Extended (1-3min) Hook (5s) → Problem (10s) → Solution (60-120s) → Proof (15s) → Application (20s) → CTA (5s) Hook Formulas Type Formula Example Provocative "You thin...
|
2.1K |
| 3652 | ce-ideate | everyinc/compound-engineering-plugin |
Generate Improvement Ideas Note: The current year is 2026. Use this when dating ideation documents and checking recent ideation artifacts. ce-ideate precedes ce-brainstorm . ce-ideate answers: "What are the strongest ideas worth exploring?" ce-brainstorm answers: "What exactly should one chosen idea mean?" ce-plan answers: "How should it be built?" This workflow produces a ranked ideation artifact in docs/ideation/ . It does not produce requirements, plans, or code. Interaction Method Use the pl...
|
2.1K |
| 3653 | analyzing-user-feedback | refoundai/lenny-skills |
Analyzing User Feedback Help the user extract actionable insights from customer feedback using techniques from 56 product leaders. How to Help When the user asks for help analyzing feedback: Understand their sources - Ask where feedback is coming from (NPS, support, sales, social, interviews) Help identify patterns - Assist in clustering feedback into themes and prioritizing by frequency and impact Challenge surface-level interpretations - Push them to find root causes, not just stated complaint...
|
2.1K |
| 3654 | mysql-best-practices | mindrally/skills |
MySQL Best Practices Core Principles Design schemas with appropriate storage engines (InnoDB for most use cases) Optimize queries using EXPLAIN and proper indexing Use proper data types to minimize storage and improve performance Implement connection pooling and query caching appropriately Follow MySQL-specific security hardening practices Schema Design Storage Engine Selection Use InnoDB as the default engine (ACID compliant, row-level locking) Consider MyISAM only for read-heavy, non-transacti...
|
2.1K |
| 3655 | ce-debug | everyinc/compound-engineering-plugin |
Debug and Fix Find root causes, then fix them. This skill investigates bugs systematically — tracing the full causal chain before proposing a fix — and optionally implements the fix with test-first discipline. <bug_description> $ARGUMENTS </bug_description> Core Principles Investigate before fixing. Do not propose a fix until you can explain the full causal chain from trigger to symptom with no gaps. "Somehow X leads to Y" is a gap. Predictions for uncertain links. When the causal chain has unce...
|
2.1K |
| 3656 | ce-doc-review | everyinc/compound-engineering-plugin |
Document Review Review requirements or plan documents through multi-persona analysis. Dispatches specialized reviewer agents in parallel, auto-applies safe_auto fixes, and routes remaining findings through a four-option interaction (per-finding walk-through, auto-resolve with best judgment, Append-to-Open-Questions, Report-only) for user decision. Interactive mode rules Pre-load the platform question tool before any question fires. In Claude Code, AskUserQuestion is a deferred tool — its schema ...
|
2.1K |
| 3657 | trigger-agents | triggerdotdev/skills |
Build production-ready AI agents using Trigger.dev's durable execution. Pattern Selection ``` Need to... → Use ───────────────────────────────────────────────────── Process items in parallel → Parallelization Route to different models/handlers → Routing Chain steps with validation gates → Prompt Chaining Coordinate multiple specialized tasks → Orchestrator-Workers Self-improve until quality threshold → Evaluator-Optimizer Pause for hu...
|
2.1K |
| 3658 | audit-support | anthropics/knowledge-work-plugins |
Audit Support Important : This skill assists with SOX compliance workflows but does not provide audit or legal advice. All testing workpapers and assessments should be reviewed by qualified financial professionals. While "significance" and "materiality" are context-specific concepts that are ultimately assessed by auditors, this skill is intended to assist professionals in the creation and evaluation of effective internal controls and documentation for audits. SOX 404 control testing methodology...
|
2.1K |
| 3659 | skill-installer | openai/skills |
Skill Installer Helps install skills. By default these are from https://github.com/openai/skills/tree/main/skills/.curated , but users can also provide other locations. Use the helper scripts based on the task: List skills when the user asks what is available, or if the user uses this skill without specifying what to do. Default listing is .curated , but you can pass --path skills/.experimental when they ask about experimental skills. Install from the curated list when the user provides a skill ...
|
2.1K |
| 3660 | figma-create-new-file | figma/mcp-server-guide |
create_new_file — Create a New Figma File Use the create_new_file MCP tool to create a new blank Figma file in the user's drafts folder. This is typically used before use_figma when you need a fresh file to work with. Skill Arguments This skill accepts optional arguments: /figma-create-new-file [editorType] [fileName] editorType : design (default) or figjam fileName : Name for the new file (defaults to "Untitled") Examples: /figma-create-new-file — creates a design file named "Untitled" /figma-c...
|
2.1K |
| 3661 | ios-device-automation | web-infra-dev/midscene-skills |
iOS Device Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time for ea...
|
2.1K |
| 3662 | streamdown | vercel/streamdown |
Streamdown Streaming-optimized React Markdown renderer. Drop-in replacement for react-markdown with built-in streaming support, security, and interactive controls. Quick Setup 1. Install npm install streamdown Optional plugins (install only what's needed): npm install @streamdown/code @streamdown/mermaid @streamdown/math @streamdown/cjk 2. Configure Tailwind CSS (Required) This is the most commonly missed step. Streamdown uses Tailwind for styling and the dist files must be scanned. Tailwind v4 ...
|
2.1K |
| 3663 | getting-datacloud-schema | forcedotcom/sf-skills |
No SKILL.md available for this skill. View on GitHub
|
2.1K |
| 3664 | ce-setup | everyinc/compound-engineering-plugin |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Compound Engineering Setup Interaction Method Ask the user each question below using the platform's blocking question tool: AskUserQuestion in Claude Code (call ToolSearch with select:AskUserQuestion first if its schema isn't loaded), request_user_input in Codex, ask_user in Gemini, ask_user in Pi (requires the pi-ask-user extension). Fall back...
|
2.1K |
| 3665 | competitor-analysis | phuryn/pm-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...
|
2.1K |
| 3666 | migrate-site | calm-north/seojuice-skills |
Migrate Site Guide a domain migration, CMS switch, or URL restructure without losing rankings — redirect mapping, monitoring plan, and rollback criteria. Migration Types Type Risk Level Example Domain change High olddomain.com → newdomain.com Protocol change Low HTTP → HTTPS CMS switch Medium-High WordPress → Next.js, Shopify → custom URL restructure Medium /blog/2024/post → /blog/post Subdomain migration Medium blog.example.com → example.com/blog Design/template change Low-Medium Same URLs, new...
|
2.1K |
| 3667 | process-optimization | anthropics/knowledge-work-plugins |
Process Optimization Analyze existing processes and recommend improvements. Analysis Framework 1. Map Current State Document every step, decision point, and handoff Identify who does what and how long each step takes Note manual steps, approvals, and waiting times 2. Identify Waste Waiting : Time spent in queues or waiting for approvals Rework : Steps that fail and need to be redone Handoffs : Each handoff is a potential point of failure or delay Over-processing : Steps that add no value Manual ...
|
2.1K |
| 3668 | asc-notarization | rudrankriyam/app-store-connect-cli-skills |
macOS Notarization Use this skill when you need to notarize a macOS app for distribution outside the App Store. Preconditions Xcode installed and command line tools configured. Auth is configured ( asc auth login or ASC_* env vars). A Developer ID Application certificate in the local keychain. The app's Xcode project builds for macOS. Preflight: Verify Signing Identity Before archiving, confirm a valid Developer ID Application identity exists: security find-identity -v -p codesigning | grep "Dev...
|
2.1K |
| 3669 | ai-product-strategy | refoundai/lenny-skills |
AI Product Strategy Help the user make strategic decisions about AI products using frameworks from 94 product leaders and AI practitioners. How to Help When the user asks for help with AI product strategy: Understand the context - Ask what they're building, what problem they're solving, and where they are in the AI journey Clarify the problem - Help distinguish between "AI for AI's sake" and genuine user problems that AI can solve Guide architecture decisions - Help them think through build vs b...
|
2.1K |
| 3670 | android-native-dev | minimax-ai/skills |
1. Project Scenario Assessment Before starting development, assess the current project state: Scenario Characteristics Approach Empty Directory No files present Full initialization required, including Gradle Wrapper Has Gradle Wrapper gradlew and gradle/wrapper/ exist Use ./gradlew directly for builds Android Studio Project Complete project structure, may lack wrapper Check wrapper, run gradle wrapper if needed Incomplete Project Partial files present Check missing files, complete configuration ...
|
2.1K |
| 3671 | nuxt-seo | onmax/nuxt-skills |
Nuxt SEO npx nuxi module add @nuxtjs/seo When to Use Working with: SEO configuration (site URL, name, indexability) Robots.txt and sitemap.xml generation Dynamic OG image generation JSON-LD structured data (schema.org) Breadcrumbs and canonical URLs Usage Pattern Progressive loading - only read what you need: Configuring site? → references/site-config.md Setting up robots/sitemap? → references/crawlability.md Generating OG images? → references/og-image.md Adding JSON-LD? → references/schema...
|
2.1K |
| 3672 | vibe-security | raroque/vibe-security-skill |
Audit code for security vulnerabilities commonly introduced by AI code generation. These issues are prevalent in "vibe-coded" apps — projects built rapidly with AI assistance where security fundamentals get skipped. AI assistants consistently get these patterns wrong, leading to real breaches, stolen API keys, and drained billing accounts. This skill exists to catch those mistakes before they ship. The Core Principle Never trust the client. Every price, user ID, role, subscription status, featur...
|
2.1K |
| 3673 | app-marketing-context | eronred/aso-skills |
App Marketing Context You are an expert mobile app marketing strategist. Your goal is to help the user create a comprehensive context document that all other ASO and app marketing skills will reference. Initial Assessment Check if app-marketing-context.md exists in the project root or .claude/ directory. If it exists: Read it and ask if the user wants to update any section. If it doesn't exist: Walk through each section below, asking questions to build the document. Context Document Structure Cr...
|
2.1K |
| 3674 | retention-optimization | eronred/aso-skills |
Retention Optimization You are an expert in mobile app retention and engagement strategy. Your goal is to diagnose retention issues and provide a prioritized plan to keep users coming back. Initial Assessment Check for app-marketing-context.md — read it for context Ask for current retention metrics (Day 1, Day 7, Day 30 if available) Ask for app category (benchmarks vary dramatically) Ask about monetization model (retention strategy differs for free vs subscription) Ask about current engagement ...
|
2.1K |
| 3675 | data-context-extractor | anthropics/knowledge-work-plugins |
Data Context Extractor A meta-skill that extracts company-specific data knowledge from analysts and generates tailored data analysis skills. How It Works This skill has two modes: Bootstrap Mode : Create a new data analysis skill from scratch Iteration Mode : Improve an existing skill by adding domain-specific reference files Bootstrap Mode Use when: User wants to create a new data context skill for their warehouse. Phase 1: Database Connection & Discovery Step 1: Identify the database type Ask:...
|
2.1K |
| 3676 | competitive-brief | anthropics/knowledge-work-plugins |
Competitive Brief If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Research competitors and generate a structured competitive analysis comparing positioning, messaging, content strategy, and market presence. Trigger User runs /competitive-brief or asks for a competitive analysis, competitor research, or market comparison. Inputs Gather the following from the user: Competitor name(s) — one or more competitors to analyze (required) Your company/pro...
|
2.1K |
| 3677 | notion-research-documentation | openai/skills |
Research & Documentation Pull relevant Notion pages, synthesize findings, and publish clear briefs or reports (with citations and links to sources). Quick start Find sources with Notion:notion-search using targeted queries; confirm scope with the user. Fetch pages via Notion:notion-fetch ; note key sections and capture citations ( reference/citations.md ). Choose output format (brief, summary, comparison, comprehensive report) using reference/format-selection-guide.md . Draft in Notion with Noti...
|
2.1K |
| 3678 | vue-testing-best-practices | hyf0/vue-skills |
Vue.js testing best practices, patterns, and common gotchas. Testing Setting up test infrastructure for Vue 3 projects → See testing-vitest-recommended-for-vue Tests keep breaking when refactoring component internals → See testing-component-blackbox-approach Tests fail intermittently with race conditions → See testing-async-await-flushpromises Composables using lifecycle hooks or inject fail to test → See testing-composables-helper-wrapper Getting "injection Symbol(pinia) not found" errors in te...
|
2.1K |
| 3679 | codex-history-ingest | ar9av/obsidian-wiki |
Codex History Ingest — Conversation Mining You are extracting knowledge from the user's past Codex sessions and distilling it into the Obsidian wiki. Session logs are rich but noisy: focus on durable knowledge, not operational telemetry. This skill can be invoked directly or via the wiki-history-ingest router ( /wiki-history-ingest codex ). Before You Start Read .env to get OBSIDIAN_VAULT_PATH and CODEX_HISTORY_PATH (default to ~/.codex if unset) Read .manifest.json at the vault root to check wh...
|
2.1K |
| 3680 | app-analytics | eronred/aso-skills |
App Analytics You are an expert in mobile app analytics and measurement strategy. Your goal is to help the user set up meaningful tracking, interpret their data, and make data-driven decisions. Initial Assessment Check for app-marketing-context.md — read it for context Ask: What analytics tools do you currently use? Ask: What are your top 3 questions about your app's performance? Ask: What decisions do you need data to make? Ask: Do you run paid acquisition? (attribution matters) Analytics Stack...
|
2.1K |
| 3681 | apollo-mcp-server | apollographql/skills |
Apollo MCP Server Guide Apollo MCP Server exposes GraphQL operations as MCP tools, enabling AI agents to interact with GraphQL APIs through the Model Context Protocol. Quick Start Step 1: Install Using npm npm install -g @apollo/mcp-server Or run directly with npx npx @apollo/mcp-server Step 2: Configure Create mcp.yaml in your project root: mcp.yaml endpoint: https://api.example.com/graphql schema: type: local path: ./schema.graphql operations: type: local paths: - ./operat...
|
2.1K |
| 3682 | draw-io-diagram-generator | github/awesome-copilot |
Draw.io Diagram Generator This skill enables you to generate, edit, and validate draw.io ( .drawio ) diagram files with correct mxGraph XML structure. All generated files open immediately in the Draw.io VS Code extension ( hediet.vscode-drawio ) without any manual fixes required. You can also open the files in the draw.io web app or desktop app if you prefer. 1. When to Use This Skill Trigger phrases (load this skill when you see these) "create a diagram", "draw a flowchart", "generate an archit...
|
2.1K |
| 3683 | customer-research | anthropics/knowledge-work-plugins |
Customer Research You are an expert customer researcher. Your goal is to help uncover what customers actually think, feel, say, and struggle with — so that everything from positioning to product to copy is grounded in reality rather than assumption. 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 to skip questions already answered....
|
2.1K |
| 3684 | compliance-check | anthropics/knowledge-work-plugins |
/compliance-check -- Compliance Review If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Run a compliance check on a proposed action, product feature, marketing campaign, or business initiative. Important : This command assists with legal workflows but does not provide legal advice. Compliance assessments should be reviewed by qualified legal professionals. Regulatory requirements change frequently; always verify current requirements with authorit...
|
2.1K |
| 3685 | blender | sfkislev/flue |
This skill lets a coding agent operate Blender on the desktop through Flue , a local shell-to-application bridge. The agent pipes Python into blender_bridge.py and gets structured JSON back. Flue is not an MCP server — it is a thinner, simpler shell contract that drives Blender's own bpy runtime directly. agent shell -> blender_bridge.py -> bpy -> JSON result When to use The human requests work performed inside Blender — inspect the open scene, collections, objects, meshes, materials, selection;...
|
2.1K |
| 3686 | ce-compound-refresh | everyinc/compound-engineering-plugin |
Compound Refresh Maintain the quality of docs/solutions/ over time. This workflow reviews existing learnings against the current codebase, then refreshes any derived pattern docs that depend on them. Mode Detection Check if $ARGUMENTS contains mode:headless . If present, strip it from arguments (use the remainder as a scope hint) and run in headless mode . Mode When Behavior Interactive (default) User is present and can answer questions Ask for decisions on ambiguous cases, confirm actions Headl...
|
2.1K |
| 3687 | campaign-plan | anthropics/knowledge-work-plugins |
Campaign Plan If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Generate a comprehensive marketing campaign brief with objectives, audience, messaging, channel strategy, content calendar, and success metrics. Trigger User runs /campaign-plan or asks to plan, design, or build a marketing campaign. Inputs Gather the following from the user. If not provided, ask before proceeding: Campaign goal — the primary objective (e.g., drive signups, increase a...
|
2.1K |
| 3688 | drizzle-orm-patterns | giuseppe-trisciuoglio/developer-kit |
Drizzle ORM Patterns Overview Expert guide for building type-safe database applications with Drizzle ORM. Covers schema definition, relations, queries, transactions, and migrations for all supported databases. When to Use Defining database schemas with tables, columns, and constraints Creating relations between tables (one-to-one, one-to-many, many-to-many) Writing type-safe CRUD queries Implementing complex joins and aggregations Managing database transactions with rollback Setting up migration...
|
2.1K |
| 3689 | wp-phpstan | wordpress/agent-skills |
WP PHPStan When to use Use this skill when working on PHPStan in a WordPress codebase, for example: setting up or updating phpstan.neon / phpstan.neon.dist generating or updating phpstan-baseline.neon fixing PHPStan errors via WordPress-friendly PHPDoc (REST requests, hooks, query results) handling third-party plugin/theme classes safely (stubs/autoload/targeted ignores) Inputs required wp-project-triage output (run first if you haven't) Whether adding/updating Composer dev dependencies is allow...
|
2.1K |
| 3690 | ce-commit | everyinc/compound-engineering-plugin |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Git Commit Create a single, well-crafted git commit from the current working tree changes. Context On platforms other than Claude Code , skip to the "Context fallback" section below and run the command there to gather context. In Claude Code , the five labeled sections below (Git status, Working tree diff, Current branch, Recent commits, Remote...
|
2.1K |
| 3691 | ghost-validate | ghostsecurity/skills |
Security Finding Validation Determine whether a security finding is a true positive or false positive. Produce a determination with supporting evidence. Input The user provides a finding as a file path or pasted text. If neither is provided, ask for one. Extract: vulnerability class, specific claim, affected endpoint, code location, and any existing validation evidence. Validation Workflow Step 1: Understand the Finding Identify: The vulnerability class (BFLA, BOLA, XSS, SQLi, SSRF, etc.) The sp...
|
2.1K |
| 3692 | public-restroom-nearby | nomadamas/k-skill |
Public Restroom Nearby What this skill does 유저가 알려준 현재 위치를 기준으로 근처 공중화장실 / 개방화장실 을 찾는다. 위치는 자동으로 추정하지 않는다. 반드시 먼저 현재 위치를 질문 한다. 화장실 데이터는 공식 공중화장실정보 표준데이터를 사용한다. 위치 문자열은 Kakao Map anchor 검색으로 좌표를 잡고, 가능한 경우 해당 시도 데이터만 좁혀서 조회한다. 좌표를 직접 받으면 바로 nearby 계산으로 들어간다. When to use "근처 화장실 찾아줘" "서울역 근처 공중화장실 있어?" "광화문 주변 개방화장실 몇 군데만 보여줘" "지금 여기서 가까운 화장실 지도 링크 줘" Mandatory first question 위치 정보 없이 바로 검색하지 말고 반드시 먼저 물어본다. 권장 질문: 현재 위치를 알려주세요. 동네/역명/랜드마크/위도·경도 중 편한 형식으로 보내주시면 근처 공중화장실을 찾아볼게요. 위치가 애매하면: 가까운 역명이나...
|
2.1K |
| 3693 | korean-scholarship-search | nomadamas/k-skill |
장학금 검색 및 조회 사용자에게는 장학금 검색 및 조회 라는 이름으로 안내하고, skill slug는 korean-scholarship-search 이다. What this skill does 한국장학재단, 대학, 재단, 기업, 지자체/공공기관의 공식 장학 공고 를 최신 기준으로 검색하고 아래 항목을 정리한다. 이 스킬은 공식 공고 우선 이다. 장학금명 운영기관명 / 기관 유형 ( school , foundation , government , company , local-government , other ) 지원 금액 / 등록금·생활비 구분 신청 기간 지원 조건 / 지원 자격 학자금 지원구간(소득구간) 조건 공식 공고 링크 / 신청 링크 특정 학교가 주어지면 그 학교의 본부, 학생지원처, 단과대, 학과/전공, 대학원 공지를 전수 탐색하려고 시도한다. 학교가 주어지지 않으면 *.ac.kr 전체를 기준으로 전국 대학 장학 공고를 넓게 찾는다. 필요하면 동봉된 helper( scripts...
|
2.1K |
| 3694 | jupyter-to-marimo | marimo-team/skills |
Converting Jupyter Notebooks to Marimo IMPORTANT : When asked to translate a notebook, ALWAYS run uvx marimo convert <notebook.ipynb> -o <notebook.py> FIRST before reading any files. This saves precious tokens - reading large notebooks can consume 30k+ tokens, while the converted .py file is much smaller and easier to work with. Steps Convert using the CLI Run the marimo convert command via uvx so no install is needed: uvx marimo convert < notebook.ipynb > -o < notebook.py > This generates a mar...
|
2.1K |
| 3695 | localization | eronred/aso-skills |
App Store Localization You are an expert in App Store internationalization and localization strategy. Your goal is to help the user expand to new markets by localizing their App Store presence effectively. Initial Assessment Check for app-marketing-context.md — read it for current markets and languages Ask for the App ID (to see current localizations) Ask: Is the app itself localized (UI, content) or just the store listing? Ask: Which markets are they considering? Ask: Budget — professional tran...
|
2.1K |
| 3696 | business-model | phuryn/pm-skills |
Business Model Canvas Metadata Name : business-model Description : Generate a Business Model Canvas with all 9 building blocks. Use when creating a business model, documenting how a business creates value, or analyzing an existing business model. Triggers : business model canvas, BMC, business model, how we make money Instructions You are a business model strategist designing a Business Model Canvas for $ARGUMENTS. Your task is to create a comprehensive Business Model Canvas that outlines how th...
|
2.1K |
| 3697 | beat-competitors | calm-north/seojuice-skills |
Beat Competitors Turn competitor keyword data into a prioritized attack plan: identify winnable gaps, defend threatened positions, and sequence content production. Before You Start Gather this context (ask if not provided): Your domain. The site you're optimizing. Known competitors. 3-5 domains competing for the same audience. If unknown, identify them by searching your primary keywords and noting which domains appear repeatedly. Your strengths. What does your site do well? (authority, content d...
|
2.1K |
| 3698 | hola-poke-yeoksam | nomadamas/k-skill |
Hola Poke Yeoksam What this skill does 올라포케 역삼점 전용 remote MCP server( https://hola-poke-yeoksam-skill.onrender.com/mcp )를 기준으로 아래 작업을 처리한다. get_menu() 로 포케·사이드·세트·토핑 메뉴를 안내한다. get_shop_info() 로 위치, 영업시간, 배달 반경, 단체주문 URL을 안내한다. enter_event(phone) 로 즉석 래플형 이벤트 참여를 돕는다. When to use "올라포케 메뉴 뭐 있어?" "역삼 포케 추천해줘" "올라포케 역삼점 어디야?" "올라포케 단체주문 링크 줘" "올라포케 이벤트 참여해줘" When not to use 역삼점이 아닌 다른 올라포케 지점 문의 주문/결제/배달앱 자동화는 하지 않는다. 단체주문 자동 예약 실행 사용자 동의 없는 번호 수집 또는 반복 응모 시도 Prerequisites remote MCP server 연결 메뉴/매...
|
2.1K |
| 3699 | consulting-analysis | bytedance/deer-flow |
Professional Research Report Skill Overview This skill produces professional, consulting-grade research reports in Markdown format, covering domains such as market analysis, consumer insights, brand strategy, financial analysis, industry research, competitive intelligence, investment research, and macroeconomic analysis . It operates across two distinct phases: Phase 1 — Analysis Framework Generation : Given a research subject, produce a rigorous analysis framework including chapter skeleton, pe...
|
2.1K |
| 3700 | wp-abilities-api | wordpress/agent-skills |
WP Abilities API When to use Use this skill when the task involves: registering abilities or ability categories in PHP, exposing abilities to clients via REST ( wp-abilities/v1 ), consuming abilities in JS (notably @wordpress/abilities ), diagnosing “ability doesn’t show up” / “client can’t see ability” / “REST returns empty”. Inputs required Repo root (run wp-project-triage first if you haven’t). Target WordPress version(s) and whether this is WP core or a plugin/theme. Where the change should ...
|
2.1K |