███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 3001 | ml-pipeline | jeffallan/claude-skills |
Senior ML pipeline engineer specializing in production-grade machine learning infrastructure, orchestration systems, and automated training workflows. Role Definition You are a senior ML pipeline expert specializing in end-to-end machine learning workflows. You design and implement scalable feature engineering pipelines, orchestrate distributed training jobs, manage experiment tracking, and automate the complete model lifecycle from data ingestion to production deployment. You build robust, r...
|
2.2K |
| 3002 | improve-retention | wondelai/skills |
Behavior Design Framework Framework for designing products that reliably change behavior. Based on a fundamental truth: behavior is not about willpower or motivation—it is a design problem with a predictable equation. Core Principle The Fogg Behavior Model = B=MAP. Behavior happens when Motivation, Ability, and a Prompt converge at the same moment. HIGH ┃ ┃ ★ Behavior happens ┃ (above the Action Line) ┃ Motivation ┃━━━━━━━━━━━━━━━━━━━━━━━ ← Action Line ┃ ┃ ✗ Behavior fails ┃ (below the...
|
2.2K |
| 3003 | sentry-workflow | getsentry/sentry-for-ai |
All Skills Sentry Workflows Debug production issues and maintain code quality with Sentry context. This page helps you find the right workflow skill for your task. How to Fetch Skills Use curl to download skills — they are 10–20 KB files that fetch tools often summarize, losing critical details. curl -sL https://skills.sentry.gg/sentry-fix-issues/SKILL.md Append the path from the Path column in the table below to https://skills.sentry.gg/ . Do not guess or shorten URLs. Start Here — Read This Be...
|
2.2K |
| 3004 | spark-engineer | jeffallan/claude-skills |
Spark Engineer Senior Apache Spark engineer specializing in high-performance distributed data processing, optimizing large-scale ETL pipelines, and building production-grade Spark applications. Role Definition You are a senior Apache Spark engineer with deep big data experience. You specialize in building scalable data processing pipelines using DataFrame API, Spark SQL, and RDD operations. You optimize Spark applications for performance through partitioning strategies, caching, and cluster t...
|
2.2K |
| 3005 | swiftui-patterns | dpearson2699/swift-ios-skills |
SwiftUI Patterns Modern SwiftUI patterns for building declarative, performant user interfaces on Apple platforms. Covers the Observation framework, view composition, type-safe navigation, and performance optimization. When to Activate Building SwiftUI views and managing state ( @State , @Observable , @Binding ) Designing navigation flows with NavigationStack Structuring view models and data flow Optimizing rendering performance for lists and complex layouts Working with environment values and de...
|
2.2K |
| 3006 | aso-audit | eronred/aso-skills |
ASO Audit Analyze App Store and Google Play listings against ASO best practices. Fetches live listing data, scores metadata, visuals, and ratings, then produces a prioritized action plan. When to Use User shares an App Store or Google Play URL User asks to audit or optimize an app listing User wants to compare their app against competitors User asks about app store ranking, visibility, or download conversion Before Auditing Check for product marketing context first: If .agents/product-marketing-...
|
2.2K |
| 3007 | frontend-dev | minimax-ai/skills |
Frontend Studio Build complete, production-ready frontend pages by orchestrating 5 specialized capabilities: design engineering, motion systems, AI-generated assets, persuasive copy, and generative art. Invocation /frontend-dev <request> The user provides their request as natural language (e.g. "build a landing page for a music streaming app"). Skill Structure frontend-dev/ ├── SKILL.md Core skill (this file) ├── scripts/ Asset generation scripts │ ├...
|
2.2K |
| 3008 | session-logs | steipete/clawdis |
session-logs Search your complete conversation history stored in session JSONL files. Use this when a user references older/parent conversations or asks what was said before. Trigger Use this skill when the user asks about prior chats, parent conversations, or historical context that isn't in memory files. Location Session logs live at: ~/.openclaw/agents/<agentId>/sessions/ (use the agent=<id> value from the system prompt Runtime line). sessions.json - Index mapping session keys to session IDs ...
|
2.2K |
| 3009 | seo-audit | agricidaniel/claude-seo |
SEO Audit You are an expert in search engine optimization. Your goal is to identify SEO issues and provide actionable recommendations to improve organic search performance. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before auditing, understand: Site ...
|
2.2K |
| 3010 | seo-page | agricidaniel/claude-seo |
Single Page Analysis What to Analyze On-Page SEO Title tag: 50-60 characters, includes primary keyword, unique Meta description: 150-160 characters, compelling, includes keyword H1: exactly one, matches page intent, includes keyword H2-H6: logical hierarchy (no skipped levels), descriptive URL: short, descriptive, hyphenated, no parameters Internal links: sufficient, relevant anchor text, no orphan pages External links: to authoritative sources, reasonable count Content Quality Word count vs pag...
|
2.2K |
| 3011 | streaming | assistant-ui/skills |
assistant-ui Streaming Always consult assistant-ui.com/llms.txt for latest API. The assistant-stream package handles streaming from AI backends. References ./references/data-stream.md -- AI SDK data stream format ./references/assistant-transport.md -- Native assistant-ui format ./references/encoders.md -- Encoders and decoders When to Use Using Vercel AI SDK? ├─ Yes → toUIMessageStreamResponse() (no assistant-stream needed) └─ No → assistant-stream for custom backends Installation npm instal...
|
2.2K |
| 3012 | vega | markdown-viewer/skills |
Vega / Vega-Lite Visualizer Quick Start: Structure data as array of objects → Choose mark type (bar/line/point/area/arc/rect) → Map encodings (x, y, color, size) to fields → Set data types (quantitative/nominal/ordinal/temporal) → Wrap in ```vega-lite or ```vega fence. Always include $schema , use valid JSON with double quotes, field names are case-sensitive. Use Vega-Lite for 90% of charts; Vega only for radar, word cloud, force-directed. Critical Syntax Rules Rule 1: Always Include Schema "$sc...
|
2.2K |
| 3013 | email-drafter | shubhamsaboo/awesome-llm-apps |
Email Drafter Overview This skill helps you draft professional emails for various business scenarios. It understands context, maintains appropriate tone, and follows email best practices for different situations. Use Cases: Responding to client inquiries Following up on meetings Requesting information or approvals Delivering difficult news professionally Cold outreach and introductions Thank you and appreciation emails How to Use Show more
|
2.2K |
| 3014 | context7-mcp | upstash/context7 |
When the user asks about libraries, frameworks, or needs code examples, use Context7 to fetch current documentation instead of relying on training data. When to Use This Skill Activate this skill when the user: Asks setup or configuration questions ("How do I configure Next.js middleware?") Requests code involving libraries ("Write a Prisma query for...") Needs API references ("What are the Supabase auth methods?") Mentions specific frameworks (React, Vue, Svelte, Express, Tailwind, etc.) How to...
|
2.2K |
| 3015 | seo-competitor-pages | agricidaniel/claude-seo |
Competitor Comparison & Alternatives Pages Create high-converting comparison and alternatives pages that target competitive intent keywords with accurate, structured content. Page Types 1. "X vs Y" Comparison Pages Direct head-to-head comparison between two products/services Balanced feature-by-feature analysis Clear verdict or recommendation with justification Target keyword: [Product A] vs [Product B] 2. "Alternatives to X" Pages List of alternatives to a specific product/service Each alternat...
|
2.2K |
| 3016 | seo-technical | agricidaniel/claude-seo |
Technical SEO Audit Categories 1. Crawlability robots.txt: exists, valid, not blocking important resources XML sitemap: exists, referenced in robots.txt, valid format Noindex tags: intentional vs accidental Crawl depth: important pages within 3 clicks of homepage JavaScript rendering: check if critical content requires JS execution Crawl budget: for large sites (>10k pages), efficiency matters AI Crawler Management As of 2025-2026, AI companies actively crawl the web to train models and power AI...
|
2.2K |
| 3017 | seo-schema | agricidaniel/claude-seo |
Schema Markup Analysis & Generation Detection Scan page source for JSON-LD <script type="application/ld+json"> Check for Microdata ( itemscope , itemprop ) Check for RDFa ( typeof , property ) Always recommend JSON-LD as primary format (Google's stated preference) Validation Check required properties per schema type Validate against Google's supported rich result types Test for common errors: Missing @context Invalid @type Wrong data types Placeholder text Relative URLs (should be absolute) Inva...
|
2.2K |
| 3018 | lean-ux | wondelai/skills |
Lean UX Framework A practice-driven approach to user experience design that replaces heavy deliverables with rapid experimentation, cross-functional collaboration, and continuous learning. Based on a fundamental truth: teams that obsess over pixel-perfect specs before testing with real users waste months building the wrong thing. Lean UX shifts the question from "What should we design?" to "What do we need to learn?" Core Principle Outcomes over outputs. The value of a design is not measured by ...
|
2.2K |
| 3019 | seo-plan | agricidaniel/claude-seo |
Strategic SEO Planning Process 1. Discovery Business type, target audience, competitors, goals Current site assessment (if exists) Budget and timeline constraints Key performance indicators (KPIs) 2. Competitive Analysis Identify top 5 competitors Analyze their content strategy, schema usage, technical setup Identify keyword gaps and content opportunities Assess their E-E-A-T signals Estimate their domain authority 3. Architecture Design Load industry template from assets/ directory Design URL h...
|
2.2K |
| 3020 | vue-router-best-practices | hyf0/vue-skills |
Vue Router best practices, common gotchas, and navigation patterns. Navigation Guards Navigating between same route with different params → See router-beforeenter-no-param-trigger Accessing component instance in beforeRouteEnter guard → See router-beforerouteenter-no-this Navigation guard making API calls without awaiting → See router-guard-async-await-pattern Users trapped in infinite redirect loops → See router-navigation-guard-infinite-loop Navigation guard using deprecated next() function → ...
|
2.2K |
| 3021 | browser-trace | browserbase/skills |
Browser Trace Attach a second, read-only CDP client to a browser session that is already being driven by your main automation. The trace records the full DevTools firehose to NDJSON, polls for screenshots and DOM dumps in parallel, and slices everything into a directory tree that bash tools can search. This skill does not drive pages — it only listens. Pair it with the browser skill, bb , Stagehand, Playwright, or anything else that speaks CDP. When to use The user wants to debug a browser-autom...
|
2.2K |
| 3022 | sigma | sanyuan0704/sanyuan-skills |
Sigma Tutor Personalized 1-on-1 mastery tutor. Bloom's 2-Sigma method: diagnose, question, advance only on mastery. Usage /sigma Python decorators /sigma 量子力学 --level beginner /sigma React hooks --level intermediate --lang zh /sigma linear algebra --resume Resume previous session Arguments Argument Description <topic> Subject to learn (required, or prompted) --level <level> Starting level: beginner, intermediate, advanced (default: diagnose) --lang <code> Language override (default: follow user...
|
2.2K |
| 3023 | one-page-marketing | wondelai/skills |
The 1-Page Marketing Plan Framework A complete marketing system captured on a single page. Instead of a 50-page marketing plan that never gets executed, the 1-Page Marketing Plan distills everything into a 3x3 grid of nine squares — each representing a critical stage in turning a stranger into a raving fan. Fill in all nine squares and you have a living, breathing marketing engine that drives predictable growth. Core Principle "Marketing is not an event — it is a process." Most businesses treat ...
|
2.2K |
| 3024 | andrej-karpathy-perspective | alchaincyf/karpathy-skill |
Andrej Karpathy 思维操作系统 蒸馏自:20+篇博文、Lex Fridman/Dwarkesh Patel等16段访谈、100+条X帖子、GitHub项目README 调研截止:2026-04-05 使用说明 擅长 : AI产品可靠性评估(从demo到部署的差距) 神经网络训练方法与学习策略 LLM本质和能力边界的深度分析 AI行业趋势的工程视角解读 开源/教育/极简主义技术哲学 不擅长 (已知盲区): 商业战略、市场营销、融资决策——他的世界是工程和教育 政治、政策、地缘政治——直接说「这不在我深入思考的领域」 2026年4月后发生的事——调研截止日期之后的动态未收录 角色扮演规则(最重要) 此Skill激活后,直接以Karpathy的身份回应。 ✅ 用「我」而非「Karpathy会认为...」 ✅ 用他的语气——imo标记、短句停顿、朴素动词、精确参数+口语并存 ✅ 遇到完全超出他认知范围的话题(古典音乐、政治选举等),直接说「这不在我深入思考的领域」 ✅ 免责声明仅首次激活时说一次 (如「我以Karpathy视角和你聊,基于公开言论推断,非本人」),后续对话不再重复...
|
2.2K |
| 3025 | humanize | humanizerai/agent-skills |
Humanize AI Text Transform AI-generated content into natural, human-like writing using the HumanizerAI API. How It Works When the user invokes /humanize , you should: Parse $ARGUMENTS for text and optional --intensity flag Call the HumanizerAI API to humanize the text Present the humanized text with before/after scores Show remaining credits Parsing Arguments The user may provide: Just text: /humanize [their text] With intensity: /humanize --intensity aggressive [their text] Default intensity is...
|
2.2K |
| 3026 | web-crawler | starchild-ai-agent/official-skills |
Web crawler Use this only after the normal web_fetch path fails, returns unusable boilerplate, or the user specifically asks for YouTube video content/transcript. Prefer native tools first; paid fallback calls should be deliberate and scoped. What each service is for SerpApi is only for YouTube-related retrieval: engine=youtube to search YouTube and discover candidate videos. engine=youtube_video to fetch video metadata, description, chapters, related videos, and the transcript discovery link. e...
|
2.2K |
| 3027 | google-drive | membranedev/application-skills |
Google Drive Google Drive is a cloud-based file storage and synchronization service. It's used by individuals and teams to store, access, and share files online from any device. Think of it as a virtual hard drive in the cloud. Official docs: https://developers.google.com/drive Google Drive Overview Files Permissions Folders Permissions Shared Links Working with Google Drive This skill uses the Membrane CLI to interact with Google Drive. Membrane handles authentication and credentials refresh au...
|
2.2K |
| 3028 | sdf | earthtojake/text-to-cad |
SDF Use this skill for SDFormat/SDF outputs that must describe simulation or visualization semantics: models, worlds, links, joints, frames, poses, inertials, collision/visual geometry, sensors, lights, physics, plugins, and simulator metadata. SDF correctness is primarily a pose, frame, unit, and simulator-compatibility problem. Well-formed XML is not enough. Because language models are weak at spatial reasoning, never generate or edit SDF poses, joint axes, mesh scales, inertials, or plugin pa...
|
2.2K |
| 3029 | contacts | joelhooks/joelclaw |
Contacts Manage contacts in ~/Vault/Contacts/ . Each contact is a markdown file with YAML frontmatter. Contact File Location ~/Vault/Contacts/<Name>.md Index file: ~/Vault/Contacts/index.md — wikilink list of all contacts. Frontmatter Schema Show more Installs 416 Repository joelhooks/joelclaw GitHub Stars 57 First Seen Feb 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
|
2.2K |
| 3030 | urdf | earthtojake/text-to-cad |
URDF Use this skill for URDF robot-description outputs. Treat URDF work as constrained kinematic modeling, not just XML writing. The main correctness risks are frame placement, joint-axis semantics, unit consistency, mesh scale, inertial data, and generated-artifact drift. Core Rules Treat the Python source that defines gen_urdf() as the source of truth. Treat configured .urdf files as generated artifacts. Generate only explicit URDF targets. Do not regenerate unrelated CAD, mesh, render, SRDF, ...
|
2.2K |
| 3031 | predictable-revenue | wondelai/skills |
Predictable Revenue Framework A systematic approach to building a scalable, predictable B2B sales machine. Pioneered the outbound prospecting system that helped Salesforce add $100M in recurring revenue. Core Principle Predictable lead generation drives predictable revenue. The biggest mistake in sales is having the same people prospect AND close. Specialization creates a repeatable, scalable machine. The foundation: Cold calling is dead. Cold Calling 2.0 — mass, personalized cold emails that ge...
|
2.2K |
| 3032 | seo-content | agricidaniel/claude-seo |
Content Quality & E-E-A-T Analysis E-E-A-T Framework (updated Sept 2025 QRG) Read seo/references/eeat-framework.md for full criteria. Experience (first-hand signals) Original research, case studies, before/after results Personal anecdotes, process documentation Unique data, proprietary insights Photos/videos from direct experience Expertise Author credentials, certifications, bio Professional background relevant to topic Technical depth appropriate for audience Accurate, well-sourced claims Auth...
|
2.2K |
| 3033 | shannon | unicodeveloper/shannon |
Shannon: Autonomous AI Pentester for Web Apps & APIs Permissions overview: This skill orchestrates Shannon, a Docker-based pentesting tool that actively executes attacks against a target application. It clones/updates the Shannon repo locally, runs Docker containers, and reads pentest reports. Shannon performs real exploits — only run against apps you own or have explicit written authorization to test. Never run against production systems. Shannon analyzes your source code, identifies attack vec...
|
2.2K |
| 3034 | brand-storytelling | refoundai/lenny-skills |
Brand Storytelling Help the user craft compelling narratives that make their brand memorable using techniques from 30 product leaders and storytelling experts. How to Help When the user asks for help with brand storytelling: Understand the context - Ask who the audience is (investors, customers, employees) and what action they want to inspire Find the core story - Help identify the transformation, movement, or unique insight at the heart of the brand Structure the narrative - Apply proven framew...
|
2.2K |
| 3035 | cloud | markdown-viewer/skills |
Cloud Architecture Diagram Generator Quick Start: Choose cloud provider → Declare stencil icons → Group into VPC/region zones → Connect with arrow syntax → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for typical cloud architectures (data flows left→right) Use mxgraph.* stencil syntax for cloud service ...
|
2.2K |
| 3036 | fetch | browserbase/skills |
Browserbase Fetch API Fetch a page and return its content, headers, and metadata — no browser session required. Prerequisites Get your API key from: https://browserbase.com/settings export BROWSERBASE_API_KEY = "your_api_key" When to Use Fetch vs Browser Use Case Fetch API Browser Skill Static page content Yes Overkill Check HTTP status/headers Yes No JavaScript-rendered pages No Yes Form interactions No Yes Page behind bot detection Possible (with proxies) Yes (stealth mode) Simple scraping Yes...
|
2.2K |
| 3037 | trading-analysis | gracefullight/stock-checker |
Trading Analysis & Investment Report Generator This skill generates comprehensive investment reports combining real-time market data, technical analysis, Claude AI insights, and professional visualizations. What This Skill Does Downloads real-time market data from Yahoo Finance Calculates 10+ technical indicators (RSI, MACD, Moving Averages, Bollinger Bands, etc.) Analyzes market conditions using Claude AI Generates 4 types of professional charts (price, indicators, volatility, dashboard) Crea...
|
2.2K |
| 3038 | healthcheck | steipete/clawdis |
OpenClaw Host Hardening Overview Assess and harden the host running OpenClaw, then align it to a user-defined risk tolerance without breaking access. Use OpenClaw security tooling as a first-class signal, but treat OS hardening as a separate, explicit set of steps. Core rules Recommend running this skill with a state-of-the-art model (e.g., Opus 4.5, GPT 5.2+). The agent should self-check the current model and suggest switching if below that level; do not block execution. Require explicit approv...
|
2.2K |
| 3039 | frontend-design | bytedance/deer-flow |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
2.2K |
| 3040 | swiftui-performance | dpearson2699/swift-ios-skills |
SwiftUI Performance Contents Overview Workflow Decision Tree 1. Code-First Review 2. Guide the User to Profile 3. Analyze and Diagnose 4. Remediate Common Code Smells (and Fixes) 5. Verify Outputs MCP Tool Notes Instruments Profiling Identity and Lifetime Lazy Loading Patterns State and Observation Optimization Common Mistakes Review Checklist References Overview Audit SwiftUI view performance end-to-end, from instrumentation and baselining to root-cause analysis and concrete remediation steps. ...
|
2.2K |
| 3041 | web-design-engineer | conardli/garden-skills |
Web Design Engineer This skill positions the Agent as a top-tier design engineer who crafts elegant, refined Web artifacts using HTML/CSS/JavaScript/React. The output medium is always HTML, but the professional identity shifts with each task: UX designer, motion designer, slide designer, prototype engineer, data-visualization specialist. Core philosophy: The bar is "stunning," not "functional." Every pixel is intentional, every interaction is deliberate. Respect design systems and brand consiste...
|
2.2K |
| 3042 | allium | juxt/allium |
Allium Allium is a formal language for capturing software behaviour at the domain level. It sits between informal feature descriptions and implementation, providing a precise way to specify what software does without prescribing how it's built. The name comes from the botanical family containing onions and shallots, continuing a tradition in behaviour specification tooling established by Cucumber and Gherkin. Key principles: Describes observable behaviour, not implementation Captures domain logi...
|
2.2K |
| 3043 | okx-dapp-discovery | okx/onchainos-skills |
OKX DApp Discovery DApp discovery and direct plugin routing for third-party DeFi protocols. When the user names a specific DApp or asks what's available, this skill applies a confidence framework to identify the matching plugin, installs it on demand, and routes the user's original prompt into the installed plugin's quickstart — making the bootstrap transparent. This skill does not enumerate DApp specifics or duplicate the plugin's own routing logic. Each installed DApp plugin owns its own quick...
|
2.2K |
| 3044 | srdf | earthtojake/text-to-cad |
SRDF Use this skill for MoveIt semantic robot descriptions on top of an existing valid URDF. SRDF defines planning semantics; it does not define physical robot structure. SRDF correctness is a planning semantics problem. The common failure is not invalid XML; it is a plausible SRDF that gives MoveIt the wrong planning group, wrong tool link, wrong default state, unsafe disabled-collision matrix, or wrong joint units. Because language models are weak at spatial and kinematic reasoning, derive pla...
|
2.2K |
| 3045 | sendcutsend | earthtojake/text-to-cad |
SendCutSend Use this skill to produce conservative, evidence-backed SendCutSend preflight reports for DXF and STEP/STP files. Treat SendCutSend's ordering guide, catalog JSON, and specs JSON as evidence feeds, not stable APIs. Field names, types, and coverage may vary. Do not turn missing, unparsable, N/A , or conflicting source data into a pass or fail. Use scripts only to fetch source files or measure specific file facts; write the final report from explicit comparisons. Geometry Inspection Us...
|
2.2K |
| 3046 | writing-prds | refoundai/lenny-skills |
Writing PRDs Help the user write effective product requirements documents using frameworks and insights from 11 product leaders. How to Help When the user asks for help with PRDs: Start with the why - Ask about the problem being solved and why it matters now, before features Define success upfront - Help them articulate how they'll know the feature succeeded Choose the right format - Discuss whether they need a traditional doc, a prototype, or executable evals Keep it actionable - Ensure the doc...
|
2.2K |
| 3047 | scorecard-marketing | wondelai/skills |
A proven 4-step system for generating qualified leads through interactive assessments. This approach generates warm leads with rich data about each prospect. Core Philosophy Everything is downstream from lead generation. People buy to resolve psychological tension between their current reality and desired reality. A scorecard awakens dormant desires by asking revealing questions. Key insight: While people actively searching are harder to sell to (already decided, set budget), those with dorm...
|
2.2K |
| 3048 | blue-ocean-strategy | wondelai/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...
|
2.2K |
| 3049 | doubt-driven-development | addyosmani/agent-skills |
Doubt-Driven Development Overview A confident answer is not a correct one. Long sessions accumulate context that quietly turns assumptions into "facts" without anyone noticing. Doubt-driven development is the discipline of materializing a fresh-context reviewer — biased to disprove , not approve — before any non-trivial output stands. This is not /review . /review is a verdict on a finished artifact. This is an in-flight posture: non-trivial decisions get cross-examined while course-correction i...
|
2.2K |
| 3050 | wechat-article-publisher | iamzifei/wechat-article-publisher-skill |
WeChat Article Publisher Publish Markdown or HTML content to WeChat Official Account drafts via API, with automatic format conversion. Prerequisites WECHAT_API_KEY environment variable set (from .env file) Python 3.9+ Authorized WeChat Official Account on wx.limyai.com Scripts Located in ~/.claude/skills/wechat-article-publisher/scripts/: wechat_api.py WeChat API client for listing accounts and publishing articles: List authorized accounts python wechat_api.py list-accounts Publish from...
|
2.2K |