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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
19151 codex cexll/myclaude
Codex Skill Guide Running a Task Default to gpt-5.2 model. Ask the user (via AskUserQuestion ) which reasoning effort to use ( xhigh , high , medium , or low ). User can override model if needed (see Model Options below). Select the sandbox mode required for the task; default to --sandbox read-only unless edits or network access are necessary. Assemble the command with the appropriate options: -m, --model <MODEL> --config model_reasoning_effort="<high|medium|low>" --sandbox <read-only|workspace-...
37
19152 intercom-automation davepoon/buildwithclaude
Intercom Automation via Rube MCP Automate Intercom operations through Composio's Intercom toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/intercom Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Intercom connection via RUBE_MANAGE_CONNECTIONS with toolkit intercom 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 keys needed — just add the end...
37
19153 local-tools netease-youdao/lobsterai
Local Tools Skill When to Use This Skill Use the local-tools skill when you need to: Calendar Management - View, create, update, or delete calendar events Examples of when to use: User: "Show me my schedule for tomorrow" User: "Create a meeting at 3 PM" User: "Search for calendar events containing 'project'" User: "Delete tomorrow's meeting" How It Works ┌──────────┐ Bash/PowerShell ┌─────────────────────────────────────────────────────────────┐ │ Claude │──────────────────────▶│ calend...
37
19154 busirocket-supabase busirocket/agents-skills
Service boundary patterns for Supabase projects. When to Use Use this skill only when: - Working in a project that uses Supabase - Creating or refactoring Supabase access code - Enforcing service boundaries for database access Non-Negotiables (MUST) - Never call Supabase directly from components, hooks, utils, or route handlers. - Centralize access in dedicated Supabase service wrappers (e.g. `services/supabase/*`). - Keep wrappers small, focused, and typed. - Never import `@supabase...
37
19155 pull-requests gannonh/skills
Pull Request Workflows This skill handles the complete PR lifecycle. Based on context and user intent, follow the appropriate workflow. Context Current git status: ! git status Current branch: ! git branch --show-current PR state (if exists): ! GH_PAGER= gh pr view --json number,title,state 2>/dev/null || echo "No PR for current branch" Arguments: $ARGUMENTS Workflow Selection Determine which workflow to use based on context: Use Creating Workflow when: User asks to "create a PR", "open a PR", "...
37
19156 get-shit-done shoootyou/get-shit-done-multi
Get Shit Done (GSD) Skill for Claude Code When to use Use this skill when the user asks for GSD or uses a {{COMMAND_PREFIX}}* command. Use it for structured planning, phase execution, verification, or roadmap work. How to run commands Claude Code supports custom slash commands. Commands starting with {{COMMAND_PREFIX}} are custom skills. Commands are installed as individual skills in {{PLATFORM_ROOT}}/skills/ . Load the corresponding skill: {{PLATFORM_ROOT}}/skills/gsd-<command>/SKILL.md Example...
37
19157 evaluation-harness patricio0312rev/skills
Evaluation Harness Build systematic evaluation frameworks for LLM applications. Golden Dataset Format [ { "id": "test_001", "category": "code_generation", "input": "Write a Python function to reverse a string", "expected_output": "def reverse_string(s: str) -> str:\n return s[::-1]", "rubric": { "correctness": 1.0, "style": 0.8, "documentation": 0.5 }, "metadata": { "difficulty": "easy", "tags": ["python", "strings"] } } ] S...
37
19158 qa-web-test delexw/claude-code-misc
QA Web Testing with PinchTab Uses Skill("pinchtab") for all browser interaction — navigation, screenshots, viewport emulation, and DOM inspection. Describe what you need and let pinchtab handle the details. Inputs Raw arguments: $ARGUMENTS Infer from the arguments: TARGET_URL: the URL to test OUT_DIR: output directory for QA report and screenshots, or ./qa-reports if not provided Output Location Creates or updates OUT_DIR/qa-report-{timestamp}.md Screenshots are saved to OUT_DIR/screenshots/ Run...
37
19159 vue-component-generator jeremylongshore/claude-code-plugins-plus-skills
Vue Component Generator Purpose This skill provides automated assistance for vue component generator tasks within the Frontend Development domain. When to Use This skill activates automatically when you: Mention "vue component generator" in your request Ask about vue component generator patterns or best practices Need help with frontend skills covering react, vue, css, accessibility, performance optimization, and modern web development patterns. Capabilities Provides step-by-step guidance for vu...
37
19160 playwright-bdd-gherkin-syntax thebushidocollective/han
No SKILL.md available for this skill. [View on GitHub ](https://github.com/thebushidocollective/han)
37
19161 writing-git-commits zenobi-us/dotfiles
You are mastering the art of semantic commit messages that communicate intent to both humans and machines. Follow the Conventional Commits specification to create commits that enable automated tooling, clear history, and effective collaboration. What is Conventional Commits? Conventional Commits is a lightweight specification for adding human and machine-readable meaning to commit messages. It provides a simple set of rules for creating an explicit commit history that: - Enables automated to...
36
19162 skill-creator insforge/agent-skills
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
36
19163 extract-openapi-from-code speakeasy-api/skills
extract-openapi-from-code Extract an OpenAPI specification from an existing API codebase. Covers eight major frameworks across Python, Java, JavaScript/TypeScript, Ruby, and PHP. Content Guides Framework Language Guide FastAPI Python content/frameworks/fastapi.md Flask Python content/frameworks/flask.md Django REST Framework Python content/frameworks/django.md Spring Boot Java content/frameworks/spring-boot.md NestJS TypeScript content/frameworks/nestjs.md Hono TypeScript content/frameworks/hono...
36
19164 save workersio/spec
Save Session as Agent Generate a reusable agent file from the current conversation and save it to .claude/agents/ . Instructions Step 1: Generate the agent file Analyze the entire conversation — the original task, every user correction, every tool call, and the final output — then distill it into a reusable agent file. The agent file is NOT a session log. It is a system prompt that a subagent will receive with no prior context. Key priorities: User corrections are the most important signal. Ever...
36
19165 meta-manuscript-assembly htlin222/dotfiles
Meta-Analysis Manuscript Assembly Complete systematic review and meta-analysis manuscripts for journal submission by creating publication-ready tables, figures, and references. When to Use Completing meta-analysis manuscript after analyses are done Creating tables from meta-analysis results Assembling multi-panel figures from forest/funnel plots Generating BibTeX references for systematic reviews Formatting manuscripts for high-impact journals (Lancet, JAMA, NEJM) Prerequisites Before using this...
36
19166 istio-service-mesh-config jeremylongshore/claude-code-plugins-plus-skills
Istio Service Mesh Config Purpose This skill provides automated assistance for istio service mesh config tasks within the DevOps Advanced domain. When to Use This skill activates automatically when you: Mention "istio service mesh config" in your request Ask about istio service mesh config patterns or best practices Need help with advanced devops skills covering kubernetes, terraform, advanced ci/cd, monitoring, and infrastructure as code. Capabilities Provides step-by-step guidance for istio se...
36
19167 plan duc01226/easyplatform
Plan Skill Quick Ref: Decompose goal into trackable issues with waves. Output: .agents/plans/*.md + bd issues. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. CLI dependencies: bd (issue creation). If bd is unavailable, write the plan to .agents/plans/ as markdown with issue descriptions, and use TaskList for tracking instead. The plan document is always created regardless of bd availability. Flags Flag Default Description --auto off Skip human approval gate. Used by /rpi --auto for ful...
36
19168 error-handling-standardizer patricio0312rev/skills
Error Handling Standardizer Build consistent, debuggable error handling across the application. Error Taxonomy export class AppError extends Error { constructor( public code: string, public message: string, public statusCode: number = 500, public isOperational: boolean = true, public details?: any ) { super(message); Error.captureStackTrace(this, this.constructor); } } export class ValidationError extends AppError { constructor(details: Record<string, strin...
36
19169 architecture-patterns romiluz13/cc10x
Architecture Patterns Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems. When to Use This Skill Designing new backend systems from scratch Refactoring monolithic applications for better maintainability Establishing architecture standards for your team Migrating from tightly coupled to loosely coupled architectures Implementing domain-driven design principles Creating t...
36
19170 https-certificate-checker jeremylongshore/claude-code-plugins-plus-skills
Https Certificate Checker Purpose This skill provides automated assistance for https certificate checker tasks within the Security Fundamentals domain. When to Use This skill activates automatically when you: Mention "https certificate checker" in your request Ask about https certificate checker patterns or best practices Need help with essential security skills covering authentication, input validation, secure coding practices, and basic vulnerability detection. Capabilities Provides step-by-st...
36
19171 ssh-key-manager jeremylongshore/claude-code-plugins-plus-skills
Ssh Key Manager Purpose This skill provides automated assistance for ssh key manager tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "ssh key manager" in your request Ask about ssh key 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 ssh key manager Follows industry best practi...
36
19172 zoom-automation davepoon/buildwithclaude
Zoom Automation via Rube MCP Automate Zoom operations including meeting scheduling, webinar management, cloud recording retrieval, participant tracking, and usage reporting through Composio's Zoom toolkit. Toolkit docs : composio.dev/toolkits/zoom Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Zoom connection via RUBE_MANAGE_CONNECTIONS with toolkit zoom Always call RUBE_SEARCH_TOOLS first to get current tool schemas Most features require a paid Zoom account (Pro p...
36
19173 angular teachingai/full-stack-skills
Angular You are an Angular, SASS, and TypeScript expert creating scalable, high-performance web applications with strict type safety and Angular's official style guide adherence. Core Principles Provide concise, precise examples with clear explanations Apply immutability and pure functions throughout services and state management Favor component composition over inheritance for enhanced modularity Use descriptive naming conventions (e.g., isUserLoggedIn, fetchData()) Enforce kebab-case file na...
36
19174 cloud-aws-rds teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
36
19175 near-intents near/agent-skills
NEAR Intents Integration Cross-chain token swaps via 1Click REST API. Get a quote, API provides deposit addresses, you build the deposit transaction and receive the resulting token automatically. Quick Start - Pick Your Path Use Case Start Here React App react-swap-widget.md - Example showing the pattern Node.js / Script server-example.md - Example showing the pattern API Reference api-quote.md → api-tokens.md → api-status.md Chain-specific Deposits deposit-{chain}.md Integration Flow GET /v0/to...
36
19176 openclaw-integrations picahq/skills
OpenClaw Integrations (powered by Pica) OpenClaw can interact with 200+ third-party platforms through Pica, a unified integration layer. Pica handles all OAuth, token refresh, rate limiting, and API normalization — you just connect your accounts once and OpenClaw can use them. Setup Users need two things to use integrations: A Pica account — Sign up free at https://app.picaos.com Connected platforms — In the Pica dashboard, connect the services you want OpenClaw to access (Gmail, Slack, HubSpot,...
36
19177 nostr soapbox-pub/nostr-skills
Nostr Protocol Nostr is a simple, open protocol that enables truly censorship-resistant and global social networks using cryptographic keys and signatures. Finding Nostr Documentation All Nostr protocol documentation is maintained in the NIPs (Nostr Implementation Possibilities) repository. To access this information: Reading Individual NIPs Individual NIPs can be fetched from: https://github.com/nostr-protocol/nips/blob/master/{NIP}.md For example, NIP-01 (the basic protocol specificati...
36
19178 skill-create sourman/skills
Instructions Use this skill to create new Agent Skills from templates. It generates a properly structured skill directory with a valid SKILL.md file and optional scripts/assets folders. When to Use Starting a new skill from scratch Ensuring proper skill structure and naming Quickly prototyping new skill ideas Teaching others how to structure skills How to Use Create a new skill with a name: Create a new skill called "pdf-tools" Create a skill with a specific template: Create a new skill called "...
36
19179 animation principles - expert dylantarre/animation-principles
Transcending the Principles Mastery means knowing when to break rules. The principles are training wheels for intuition. Here's how experts leverage, subvert, and transcend them. Intentional Violations Anti-Squash/Stretch Rigid motion creates uncanny, mechanical, or ethereal qualities. Spirited Away's gods move without squash - otherworldly presence. Perfect volume preservation can feel more alien than violations. Omitted Anticipation Into the Spider-Verse removes anticipation for snap cuts that...
36
19180 basecamp-automation davepoon/buildwithclaude
Basecamp Automation via Rube MCP Automate Basecamp operations including project management, to-do list creation, task management, message board posting, people management, and to-do group organization through Composio's Basecamp toolkit. Toolkit docs : composio.dev/toolkits/basecamp Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Basecamp connection via RUBE_MANAGE_CONNECTIONS with toolkit basecamp Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setu...
36
19181 signalr stuartf303/sorcha
SignalR Skill ASP.NET Core SignalR implementation for real-time client-server communication. Sorcha uses two hubs: ActionsHub (Blueprint Service) for workflow notifications and RegisterHub (Register Service) for ledger events. Both use group-based broadcasting with JWT authentication via query parameters. Quick Start Hub Implementation // Strongly-typed hub with client interface public class RegisterHub : Hub < IRegisterHubClient > { public async Task SubscribeToRegister ( string registerId ) { ...
36
19182 status-report-generator travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
36
19183 quarto-alt-text posit-dev/skills
Write Chart Alt Text Generate accessible alt text for data visualizations in this project. ARGUMENTS label: (optional) specific fig- label to generate alt text for file: (optional) specific .qmd file to process Instructions When invoked, analyze the figure(s) and generate alt text following these guidelines: Key Advantage: Source Code Access Unlike typical alt text scenarios where you only see an image, we have access to the code that generates each chart . Use this to extract precise details: F...
36
19184 analytics tracking eddiebe147/claude-settings
Analytics Tracking You are an expert in analytics implementation and measurement. Your goal is to help set up tracking that provides actionable insights for marketing and product decisions. Initial Assessment Before implementing tracking, understand: Business Context What decisions will this data inform? What are the key conversion actions? What questions need answering? Current State What tracking exists? What tools are in use (GA4, Mixpanel, Amplitude, etc.)? What's working/not working? Techni...
36
19185 azure-resource-manager-redis-dotnet sickn33/antigravity-awesome-skills
Azure.ResourceManager.Redis (.NET) Management plane SDK for provisioning and managing Azure Cache for Redis resources via Azure Resource Manager. ⚠️ Management vs Data Plane This SDK (Azure.ResourceManager.Redis) : Create caches, configure firewall rules, manage access keys, set up geo-replication Data Plane SDK (StackExchange.Redis) : Get/set keys, pub/sub, streams, Lua scripts Installation dotnet add package Azure.ResourceManager.Redis dotnet add package Azure.Identity Current Version : 1.5.1 ...
36
19186 python-scripting 89jobrien/steve
Creates self-contained Python scripts using uv and PEP 723 inline script metadata. What This Skill Does - Creates standalone Python scripts - Uses PEP 723 inline dependencies - Sets up argument parsing - Handles input/output - Configures reproducible builds When to Use - Standalone utility scripts - One-off automation tasks - Quick data processing - CLI tools - Scripts that need dependencies Reference Files - `references/UV_SCRIPT.template.py` - Python script template with PEP 7...
36
19187 devdocs-onboard ab300819/skills
项目上下文 生成项目上下文摘要,帮助 AI 工具或团队成员快速了解项目并接手工作。 运行模式 /devdocs-onboard → 智能检测(询问读或写) /devdocs-onboard --read → 只读取现有文档,不修改 /devdocs-onboard --update → 强制重新扫描更新 模式 读取文档 扫描项目 写入文件 适用场景 智能检测 ✅ 视情况 视情况 不确定时 --read ✅ ❌ ❌ 新 AI 接手项目 --update - ✅ ✅ 完成阶段性工作后 智能检测流程 检测 00-context.md 是否存在 │ ├── 不存在 → 自动进入更新模式 │ └── 存在 → 询问用户 ├── "读取现有内容" → 展示文档,不修改 └── "重新扫描更新" → 扫描项目,覆盖文件 语言规则 支持中英文提问 统一中文回复 使用中文生成文档 触发条件 用户切换 AI 工...
36
19188 sentry-backend-bugs getsentry/sentry
Sentry Backend Bug Pattern Review Find bugs in Sentry backend code by checking for the patterns that cause the most production errors. This skill encodes patterns from 638 real production issues (393 resolved, 220 unresolved, 25 ignored) generating over 27 million error events across 65,000+ affected users. These are not theoretical risks -- they are the actual bugs that ship most often, with known fixes from resolved issues. Scope You receive scoped code chunks from Warden's diff pipeline. Each...
36
19189 code-task-generator mikeyobrien/ralph-orchestrator
Code Task Generator Overview This sop generates structured code task files from rough descriptions, ideas, or PDD implementation plans. It automatically detects the input type and creates properly formatted code task files following Amazon's code task format specification. For PDD plans, it processes implementation steps one at a time to allow for learning and adaptation between steps. Parameters input (required): Task description, file path, or PDD plan path. Can be a simple sentence, paragra...
36
19190 zustand-patterns yonatangross/skillforge-claude-plugin
Zustand Patterns Modern state management with Zustand 5.x - lightweight, TypeScript-first, no boilerplate. Overview Global state without Redux complexity Shared state across components without prop drilling Persisted state with localStorage/sessionStorage Computed/derived state with selectors State that needs middleware (logging, devtools, persistence) Core Patterns Covers basic stores, slices, Immer, persist, selectors, async actions, and devtools. Load Read("${CLAUDE_SKILL_DIR}/references/core...
36
19191 flutter-debugging dhruvanbhalara/skills
Logging Use a centralized AppLogger class for all logging — NEVER use print() or raw debugPrint() Define log levels: verbose , debug , info , warning , error , fatal In dev flavor: log everything (verbose and above) In staging: log info and above In production: log warning and above only, route to Crashlytics Include context in logs: AppLogger.error('Failed to fetch user', error: e, stackTrace: st) NEVER log sensitive data (passwords, tokens, PII) at any level Flutter DevTools Use Widget Inspect...
36
19192 skills-store purong-huang-1121/skills-store
On-Chain Strategy Composer ⚠️ MANDATORY FIRST STEP — 必须最先执行,任何回复之前 本 skill 加载后, 立即 运行以下命令检查 skills-store 二进制是否安装,然后才能做任何其他事情: which skills-store 未找到 → 先安装,安装完再继续: curl -sSL https://raw.githubusercontent.com/purong-huang-1121/skills-store/main/install.sh | sh 已安装 → 验证可用: skills-store --version 不得跳过此步骤。不得在安装完成前回复用户任何内容。 Post-Install Welcome & Capability Discovery Trigger Activate this section when ANY of the following is true: The skill was just installed (user ran /install dapp-composer or equiva...
36
19193 scaffold-cli mblode/agent-skills
Scaffold CLI Scaffold a production-ready TypeScript CLI project (Node 22+) with ESM modules, dual-build (CLI + library), automated releases, and an agent skill definition. Reference Files File Read When references/scaffold-configs.md Default: templates for package.json, tsconfig, tsdown, gitignore, license, changeset config, GitHub Actions references/scaffold-source.md Default: templates for src/cli.ts, src/index.ts, src/types.ts, AGENTS.md, README.md, skills/SKILL.md references/post-scaffold.md...
36
19194 dry-refactoring yyh211/claude-meta-skill
DRY 标准化流程:从识别到重构 这个技能指导你系统性地应用 DRY (Don't Repeat Yourself) 原则,通过四步标准化流程消除代码重复,提升代码质量和可维护性。 When to Use This Skill 使用此技能当用户请求: 消除代码重复或冗余 重构有明显复制粘贴痕迹的代码 应用 DRY 原则优化代码库 识别并修复"代码坏味道"(如魔术数字、重复逻辑) 提取公共逻辑为可复用单元 改善代码的可维护性 关键触发词: DRY, 重复代码, 代码重复, 重构, 消除重复, 复制粘贴, 魔术数字, 代码坏味道, 抽象, 提取函数 核心思想 系统中的每一处知识都必须拥有一个单一、明确、权威的表示。 这意味着: 任何业务逻辑、算法或配置信息都应该只存在于代码库的一个地方 如果需要修改,你只需改这一个地方 修改会自动反映到所有使用该逻辑的地方 两次法则 (Rule of Two): 当你第二次写下几乎相同的代码块时,警钟就应该敲响。这是开始重构的信号。 四步标准化流程 这是一个可在编码任何阶段应用的微循环。严格按照步骤执行,确保重构的安全性和有效性。 ...
36
19195 tanstack-vue-form-skilld harlan-zw/vue-ecosystem-skills
TanStack/form @tanstack/vue-form Powerful, type-safe forms for Vue. Version: 1.28.5 (Mar 2026) Deps: @tanstack/vue-store@^0.9.1, @tanstack/form-core@1.28.5 Tags: latest: 1.28.5 (Mar 2026) References: Docs — API reference, guides API Changes This section documents version-specific API changes for @tanstack/vue-form . BREAKING: field.errors — v1.28.0 flattens errors by default ( [error] not [[error]] ), use disableErrorFlat: true to restore old nested behavior source DEPRECATED: field.getValue() —...
36
19196 mcp-builder letta-ai/skills
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...
36
19197 async-preact-signals rodydavis/skills
Async Preact Signals When working with signals in Javascript, it is very common to work with async data from Promises . Async vs Sync But unlike other state management libraries, signals do not have an asynchronous state graph and all values must be computed synchronously . When people first start using signals they want to simply add async to the function callback but this breaks how they work under the hood and leads to undefined behavior. ☹️ Async functions are a leaky abstraction and force y...
36
19198 planning-prompts scientiacapital/skills
<quick_start> Start a new project: Claude creates planning structure mkdir -p .planning/phases Creates: BRIEF.md, ROADMAP.md, phase plans Invoke via routing: "brief" / "new project" → Create BRIEF.md "roadmap" / "phases" → Create ROADMAP.md "plan phase" / "next phase" → Create phase PLAN.md "meta-prompt" / "research then plan" → Create prompt chain Plans ARE prompts - PLAN.md is directly executable by Claude. </quick_start> <essential_principles> When planning a phase, you are writing the prom...
36
19199 build-perf-diagnostics dotnet/skills
Performance Analysis Methodology Generate a binlog : dotnet build /bl:{} -m Replay to diagnostic log with performance summary : dotnet msbuild build.binlog -noconlog -fl -flp:v = diag ; logfile = full.log ; performancesummary Read the performance summary (at the end of full.log ): grep "Target Performance Summary\|Task Performance Summary" -A 50 full.log Find expensive targets and tasks : The PerformanceSummary section lists all targets/tasks sorted by cumulative time Check for node utilization ...
36
19200 blue-ocean-strategy scientiacapital/skills
Blue Ocean Strategy Framework Strategic framework for creating uncontested market space that makes the competition irrelevant, based on simultaneous pursuit of differentiation and low cost. Core Principle Don't compete in bloody red oceans. Create blue oceans of uncontested market space. Most companies fight for market share in existing industries (red oceans). Winners create new market space where competition is irrelevant (blue oceans) by delivering a leap in value for both buyers and themselv...
36