███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6051 | glossary-page-generator | kostja94/marketing-skills |
Pages: Glossary Guides glossary page structure, content, and internal linking for SEO. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for industry terms and customer...
|
142 |
| 6052 | terminaluse | terminaluse/agent-skills |
TerminalUse Build, deploy, interact with agents. Flow: init → deploy → create task → send messages. Full docs: https://docs.terminaluse.com/llms-full.txt Default Rule For New Agents When creating a new agent, use tu init by default. Only skip tu init if the user explicitly instructs another approach (for example, modifying an existing agent template or a pre-scaffolded repository). CLI Setup The tu CLI is provided by the terminaluse Python package. Before running any tu commands: Verify tu is av...
|
142 |
| 6053 | employee-generated-content | kostja94/marketing-skills |
Channels: EGC (Employee-Generated Content) Guides EGC and employee advocacy strategy for AI/SaaS products. EGC is content created by employees (social posts, videos, blogs, testimonials) that reflects authentic workplace and product insights. Employee-shared content generates ~8x more engagement than brand posts; LinkedIn employee posts reach ~561% more than brand content. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provid...
|
142 |
| 6054 | error-handling-patterns | sickn33/antigravity-awesome-skills |
Error Handling Patterns Build resilient applications with robust error handling strategies that gracefully handle failures and provide excellent debugging experiences. When to Use This Skill Implementing error handling in new features Designing error-resilient APIs Debugging production issues Improving application reliability Creating better error messages for users and developers Implementing retry and circuit breaker patterns Handling async/concurrent errors Building fault-tolerant distribut...
|
142 |
| 6055 | sidebar-generator | kostja94/marketing-skills |
Components: Sidebar Guides sidebar design for content sites (blogs, docs). ~80% of users focus on the left; sidebars influence flow but can hurt conversion if overused. Posts without sidebars show 3.1x higher conversion; bottom-right sticky CTAs outperform sidebars (5.62% vs 0.58% CTR). When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the m...
|
141 |
| 6056 | docs-page-generator | kostja94/marketing-skills |
Pages: Documentation Site Guides documentation site structure, navigation, and content organization. Typically hosted on docs.* or help.* subdomain. Includes Getting Started, guides, tutorials, API Reference (endpoint docs), and troubleshooting. Distinct from API introduction page (api-page-generator). When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go d...
|
141 |
| 6057 | controlling-costs | axiomhq/skills |
Axiom Cost Control Dashboards, monitors, and waste identification for Axiom usage optimization. Before You Start Load required skills: skill: axiom-sre skill: building-dashboards Building-dashboards provides: dashboard-list, dashboard-get, dashboard-create, dashboard-update, dashboard-delete Find the audit dataset. Try axiom-audit first: ['axiom-audit'] | where _time > ago(1h) | summarize count() by action | where action in ('usageCalculated', 'runAPLQueryCost') If not found → ask user....
|
141 |
| 6058 | create-tooluniverse-skill | mims-harvard/tooluniverse |
Create ToolUniverse Skill Systematic workflow for creating production-ready ToolUniverse skills. Core Principles Build on the 10 pillars from devtu-optimize-skills : TEST FIRST - never document untested tools Verify tool contracts - don't trust function names Handle SOAP tools - add operation parameter Implementation-agnostic docs - no Python/MCP code in SKILL.md Foundation first - query aggregators before specialized tools Disambiguate carefully - resolve IDs properly Implement fallbacks - Prim...
|
141 |
| 6059 | onchain-pay-open-api | binance/binance-skills-hub |
Binance Onchain-Pay Open API Skill Call Binance Onchain-Pay Open API endpoints with automatic RSA SHA256 request signing. Quick Reference Endpoint API Path Required Params Optional Params Payment Method List (v1) papi/v1/ramp/connect/buy/payment-method-list fiatCurrency, cryptoCurrency, totalAmount, amountType network, contractAddress Payment Method List (v2) papi/v2/ramp/connect/buy/payment-method-list (none) lang Trading Pairs papi/v1/ramp/connect/buy/trading-pairs (none) (none) Estimated Quot...
|
141 |
| 6060 | csv-data-wrangler | 404kidwiz/claude-supercode-skills |
CSV Data Wrangler Purpose Provides expertise in efficient CSV file processing, data cleaning, and transformation. Handles large files, encoding issues, malformed data, and performance optimization for tabular data workflows. When to Use Processing large CSV files efficiently Cleaning and validating CSV data Transforming and reshaping datasets Handling encoding and delimiter issues Merging or splitting CSV files Converting between tabular formats Querying CSV with SQL (DuckDB) Quick Start Invo...
|
141 |
| 6061 | simpy | davila7/claude-code-templates |
SimPy - Discrete-Event Simulation Overview SimPy is a process-based discrete-event simulation framework based on standard Python. Use SimPy to model systems where entities (customers, vehicles, packets, etc.) interact with each other and compete for shared resources (servers, machines, bandwidth, etc.) over time. Core capabilities: Process modeling using Python generator functions Shared resource management (servers, containers, stores) Event-driven scheduling and synchronization Real-time si...
|
141 |
| 6062 | tanstack-form | tanstack-skills/tanstack-skills |
Overview TanStack Form is a headless form library with deep TypeScript integration. It provides field-level and form-level validation (sync/async), array fields, linked/dependent fields, fine-grained reactivity, and schema validation adapter support (Zod, Valibot, Yup). Package: @tanstack/react-form Adapters: @tanstack/zod-form-adapter , @tanstack/valibot-form-adapter Status: Stable (v1) Installation npm install @tanstack/react-form Optional schema adapters: npm install @tanstack/zod-form-adapt...
|
141 |
| 6063 | applescript | martinholovsky/claude-skills-generator |
1. Overview Risk Level: HIGH - Shell command execution, application control, file system access You are an expert in AppleScript automation with deep expertise in: AppleScript Language: Script composition, application scripting dictionaries JavaScript for Automation (JXA): Modern alternative with JavaScript syntax osascript Execution: Command-line script execution and security Sandboxing Considerations: App sandbox restrictions and automation permissions Core Expertise Areas Script Compositio...
|
141 |
| 6064 | competitor-teardown | inference-sh/skills |
Competitor Teardown Structured competitive analysis with research and screenshots via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Research competitor landscape infsh app run tavily/search-assistant --input '{ "query": "top project management tools comparison 2024 market share" }' Screenshot competitor's website infsh app run infsh/agent-browser --input '{ "url": "https://competitor....
|
141 |
| 6065 | landing-page-design | inference-sh/skills |
Landing Page Design Design high-converting landing pages with AI-generated visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a hero image infsh app run falai/flux-dev-lora --input '{ "prompt": "professional person smiling while using a laptop showing a clean dashboard interface, bright modern office, natural lighting, warm and productive atmosphere, lifestyle marketing...
|
141 |
| 6066 | git-advanced-workflows | sickn33/antigravity-awesome-skills |
Git Advanced Workflows Master advanced Git techniques to maintain clean history, collaborate effectively, and recover from any situation with confidence. Do not use this skill when The task is unrelated to git advanced workflows You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implemen...
|
141 |
| 6067 | test-fixing | davila7/claude-code-templates |
Test Fixing Systematically identify and fix all failing tests using smart grouping strategies. When to Use Explicitly asks to fix tests ("fix these tests", "make tests pass") Reports test failures ("tests are failing", "test suite is broken") Completes implementation and wants tests passing Mentions CI/CD failures due to tests Systematic Approach 1. Initial Test Run Run make test to identify all failing tests. Analyze output for: Total number of failures Error types and patterns Affected mo...
|
141 |
| 6068 | webapp-testing | skillcreatorai/ai-agent-skills |
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
|
141 |
| 6069 | social-media-carousel | inference-sh/skills |
Social Media Carousel Design high-engagement carousel posts via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a carousel slide infsh app run infsh/html-to-image --input '{ "html": "<div style=\"width:1080px;height:1080px;background:0f172a;display:flex;align-items:center;justify-content:center;padding:80px;font-family:system-ui;color:white;text-align:center\"><div><p style=\"fo...
|
141 |
| 6070 | seo-meta-optimizer | sickn33/antigravity-awesome-skills |
Use this skill when Working on seo meta optimizer tasks or workflows Needing guidance, best practices, or checklists for seo meta optimizer Do not use this skill when The task is unrelated to seo meta optimizer You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md...
|
141 |
| 6071 | sdd:create-ideas | neolabhq/context-engineering-kit |
Generate Ideas You are a helpful assistant. For each query, please generate a set of 6 possible responses, each as separate list item. Responses should each include a text and a numeric probability. Please sample responses at random from the [full distribution / tails of the distribution], in such way that: For first 3 responses aim for high probability, over 0.80 For last 3 responses aim for diversity - explore different regions of the solution space, such that the probability of each response ...
|
141 |
| 6072 | case-study-writing | inference-sh/skills |
Case Study Writing Create compelling B2B case studies with research and visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Research the customer's industry infsh app run tavily/search-assistant --input '{ "query": "SaaS customer onboarding challenges 2024 statistics" }' The STAR Framework Every case study follows: Situation -> Task -> Action -> Result Section Length Content Purp...
|
141 |
| 6073 | ui-web | alinaqi/claude-bootstrap |
UI Design Skill (Web) Load with: base.md + react-web.md MANDATORY: WCAG 2.1 AA Compliance These rules are NON-NEGOTIABLE. Every UI element must pass these checks. 1. Color Contrast (CRITICAL) Text Contrast Requirements: ├── Normal text (<18px): 4.5:1 minimum ├── Large text (≥18px bold or ≥24px): 3:1 minimum ├── UI components (buttons, inputs): 3:1 minimum └── Focus indicators: 3:1 minimum FORBIDDEN COLOR COMBINATIONS: ✗ gray-400 on white (9CA3AF on FFFFFF = 2.6:1) - FAILS ✗ gray-500 on whit...
|
141 |
| 6074 | institutional-flow-tracker | tradermonty/claude-trading-skills |
Institutional Flow Tracker Overview This skill tracks institutional investor activity through 13F SEC filings to identify "smart money" flows into and out of stocks. By analyzing quarterly changes in institutional ownership, you can discover stocks that sophisticated investors are accumulating before major price moves, or identify potential risks when institutions are reducing positions. Key Insight: Institutional investors (hedge funds, pension funds, mutual funds) manage trillions of dollars a...
|
141 |
| 6075 | customer-stories-page-generator | kostja94/marketing-skills |
Pages: Customer Stories Guides customer story and case study page content, structure, and conversion. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for product, pro...
|
141 |
| 6076 | angular-rxjs-patterns | thebushidocollective/han |
Angular RxJS Patterns Master RxJS in Angular for handling async operations, data streams, and reactive programming patterns. Observable Creation Basic Observable Creation import { Observable, of, from, interval, fromEvent } from 'rxjs'; // of - emit values in sequence const numbers$ = of(1, 2, 3, 4, 5); // from - convert array, promise, or iterable const fromArray$ = from([1, 2, 3]); const fromPromise$ = from(fetch('/api/data')); // interval - emit numbers at intervals const timer$ = interv...
|
141 |
| 6077 | gpui-context | longbridge/gpui-component |
Overview GPUI uses different context types for different scenarios: Context Types: App: Global app state, entity creation Window: Window-specific operations, painting, layout Context<T>: Entity-specific context for component T AsyncApp: Async context for foreground tasks AsyncWindowContext: Async context with window access Quick Start Context - Component Context impl MyComponent { fn update_state(&mut self, cx: &mut Context<Self>) { self.value = 42; cx.notify(); // Trigger...
|
141 |
| 6078 | java-spring-development | mindrally/skills |
Java Spring Development Best Practices Core Principles Write clean, efficient, and well-documented Java code with accurate Spring Boot examples Use Spring Boot 3.x with Java 17+ features (records, sealed classes, pattern matching) Prefer constructor injection over field injection for better testability Follow SOLID principles and RESTful API design patterns Design for microservices architecture suitability Project Structure Organize code using the standard layered pattern: project/ ├── control...
|
141 |
| 6079 | tooluniverse-protein-therapeutic-design | mims-harvard/tooluniverse |
Therapeutic Protein Designer AI-guided de novo protein design using RFdiffusion backbone generation, ProteinMPNN sequence optimization, and structure validation for therapeutic protein development. KEY PRINCIPLES : Structure-first design - Generate backbone geometry before sequence Target-guided - Design binders with target structure in mind Iterative validation - Predict structure to validate designs Developability-aware - Consider aggregation, immunogenicity, expression Evidence-graded - Grade...
|
141 |
| 6080 | changelog-maintenance | aj-geddes/useful-ai-prompts |
Changelog Maintenance When to use this skill Before release : organize changes before shipping a version Continuous : update whenever significant changes occur Migration guide : document breaking changes Instructions Step 1: Keep a Changelog format CHANGELOG.md : Changelog All notable changes to this project will be documented in this file. The format is based on [ Keep a Changelog ]( https://keepachangelog.com/en/1.0.0/ ) , and this project adheres to [ Semantic Versioning ]( https://semver.or...
|
141 |
| 6081 | store-data-structures | lobehub/lobehub |
LobeHub Store Data Structures This guide covers how to structure data in Zustand stores for optimal performance and user experience. Core Principles ✅ DO Separate List and Detail - Use different structures for list pages and detail pages Use Map for Details - Cache multiple detail pages with Record<string, Detail> Use Array for Lists - Simple arrays for list display Types from @lobechat/types - Never use @lobechat/database types in stores Distinguish List and Detail types - List types may have c...
|
141 |
| 6082 | recover-branch-context | casper-studios/casper-marketplace |
Recover Branch Context You are tasked with understanding the intent and current state of an existing branch so you can resume or continue work effectively. The code state is your primary source of truth - it may have drifted from any associated Linear ticket. Initial Response When this command is invoked, respond with: I'll help you understand the context of this branch. Let me analyze the commits and changes. Do you have a Linear ticket ID or URL for this work? (optional - I can proceed without...
|
141 |
| 6083 | browser | iamzhihuix/happy-claude-skills |
Browser Automation Automate browser interactions using the browse CLI with Claude. Setup check Before running any browser commands, verify the CLI is available: which browse || npm install -g @browserbasehq/browse-cli Environment Selection (Local vs Remote) The CLI automatically selects between local and remote browser environments based on available configuration: Local mode (default) Uses local Chrome — no API keys needed Best for: development, simple pages, trusted sites with no bot protectio...
|
141 |
| 6084 | vue | uni-helper/skills |
Vue Based on Vue 3.5. Always use Composition API with <template> <div>{{ title }} - {{ doubled }}</div> </template> Key Imports // Reactivity import { ref , shallowRef , computed , reactive , readonly , toRef , toRefs , toValue } from 'vue' // Watchers import { watch , watchEffect , watchPostEffect , onWatcherCleanup } from 'vue' // Lifecycle import { onMounted , onUpdated , onUnmounted , onBeforeMount , onBeforeUpdate , onBeforeUnmount } from 'vue' // Utilities import { nextTick , defineCompon...
|
141 |
| 6085 | footer-generator | kostja94/marketing-skills |
Components: Footer Guides footer design for SEO, UX, and conversion. Footers provide secondary navigation, support crawlability, and engage users below the fold (66% of engagement happens there). When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product...
|
141 |
| 6086 | process-mapping | aj-geddes/useful-ai-prompts |
Process Mapping Overview Process mapping creates visual representations of workflows, helping teams understand current operations, identify bottlenecks, and design improvements. When to Use Documenting existing workflows Identifying process improvements Onboarding new team members Discovering inefficiencies and bottlenecks Planning system implementations Analyzing customer journeys Automating manual processes Training and documentation Instructions 1. Process Mapping Techniques Mapping Approac...
|
141 |
| 6087 | eve-plan-implementation | incept5/eve-skillpacks |
Eve Plan Implementation (Jobs) Translate a plan document into Eve jobs, parallelize work, and drive review/verification through job phases and dependencies. Orchestration model : The root epic is the orchestrator — it plans, delegates, and coordinates but does not execute heavy work itself. Phase jobs are sub-orchestrators that break a phase into tasks. Task jobs are workers — each one receives a self-contained description and executes independently with no access to the parent's context. When t...
|
141 |
| 6088 | docx-to-markdown | duc01226/easyplatform |
docx-to-markdown Convert Microsoft Word (.docx) documents to Markdown format. Installation Required cd .claude/skills/docx-to-markdown npm install Dependencies: mammoth, turndown, @truto/turndown-plugin-gfm Quick Start Basic conversion node .claude/skills/docx-to-markdown/scripts/convert.cjs \ --file ./document.docx Custom output path node .claude/skills/docx-to-markdown/scripts/convert.cjs \ --file ./doc.docx \ --output ./output/doc.md Extract images to directory node .claude/sk...
|
141 |
| 6089 | discount-marketing-strategy | kostja94/marketing-skills |
Strategies: Discount Marketing Guides discount and promotional pricing strategy for SaaS, e-commerce, and tools. Covers discount structures, lifetime deals (LTD), redeem codes, Black Friday / Cyber Monday, and campaign design. Aligns with pricing-strategy (base price structure); discounts apply on top of base pricing. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user as...
|
141 |
| 6090 | navigation-menu-generator | kostja94/marketing-skills |
Components: Navigation Menu Guides navigation menu design for SEO, UX, and accessibility. Navigation helps users find content and signals site structure to search engines. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or...
|
141 |
| 6091 | technical-blog-writing | inference-sh/skills |
Technical Blog Writing Write developer-focused technical blog posts via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Research topic depth infsh app run exa/search --input '{ "query": "building REST API Node.js best practices 2024 tutorial" }' Generate header image infsh app run infsh/html-to-image --input '{ "html": "<div style=\"width:1200px;height:630px;background:linear-gradient(1...
|
141 |
| 6092 | devtu-optimize-descriptions | mims-harvard/tooluniverse |
ToolUniverse Tool Description Optimization Optimize tool descriptions in ToolUniverse JSON configuration files to ensure they are clear, complete, and user-friendly. When to Apply This Skill Use when: Reviewing newly created tool descriptions User asks "are these tools easy to understand?" Improving existing tool documentation Adding new tools to ToolUniverse User mentions tool usability, clarity, or documentation Quick Optimization Checklist Tool Description Review: - [ ] Prerequisites stated (...
|
141 |
| 6093 | deep-research-pro | parags/deep-research-pro |
Deep Research Pro 🔬 A powerful, self-contained deep research skill that produces thorough, cited reports from multiple web sources. No paid APIs required — uses DuckDuckGo search. How It Works When the user asks for research on any topic, follow this workflow: Step 1: Understand the Goal (30 seconds) Ask 1-2 quick clarifying questions: "What's your goal — learning, making a decision, or writing something?" "Any specific angle or depth you want?" If the user says "just research it" — skip ahead w...
|
141 |
| 6094 | content-repurposing | inference-sh/skills |
Content Repurposing Turn one piece of content into many formats via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a quote card from a blog pull-quote infsh app run falai/flux-dev-lora --input '{ "prompt": "minimal quote card design, dark navy background, large white quotation marks, clean sans-serif typography space, modern professional design, social media post format", "widt...
|
141 |
| 6095 | database-performance-debugging | aj-geddes/useful-ai-prompts |
Database Performance Debugging Overview Database performance issues directly impact application responsiveness. Debugging focuses on identifying slow queries and optimizing execution plans. When to Use Slow application response times High database CPU Slow queries identified Performance regression Under load stress Instructions 1. Identify Slow Queries -- Enable slow query log (MySQL) SET GLOBAL slow_query_log = 'ON'; SET GLOBAL long_query_time = 0.5; -- View slow queries SHOW GLOBAL STATUS L...
|
141 |
| 6096 | skill-install | cexll/myclaude |
Skill Install Overview Install Claude skills from GitHub repositories with built-in security scanning to protect against malicious code, backdoors, and vulnerabilities. When to Use Trigger this skill when the user: Provides a GitHub repository URL and wants to install skills Asks to "install skills from GitHub" Wants to browse and select skills from a repository Needs to add new skills to their Claude environment Workflow Step 1: Parse GitHub URL Accept a GitHub repository URL from the user...
|
141 |
| 6097 | quality-manager-qms-iso13485 | davila7/claude-code-templates |
Quality Manager - QMS ISO 13485 Specialist ISO 13485:2016 Quality Management System implementation, maintenance, and certification support for medical device organizations. Table of Contents QMS Implementation Workflow Document Control Workflow Internal Audit Workflow Process Validation Workflow Supplier Qualification Workflow QMS Process Reference Decision Frameworks Tools and References QMS Implementation Workflow Implement ISO 13485:2016 compliant quality management system from gap analysis t...
|
141 |
| 6098 | 404-page-generator | kostja94/marketing-skills |
Pages: 404 Error Page Guides 404 error page design for UX, conversion recovery, and brand consistency. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for brand voice...
|
141 |
| 6099 | product-discovery | majiayu000/claude-arsenal |
Product Discovery Core Principles Continuous Discovery — Weekly user conversations, not episodic research Outcome-Driven — Start with outcomes to achieve, not solutions to build Assumption Testing — Validate risky assumptions before committing resources Co-Creation — Build with customers, not just for them Data-Driven — Use evidence over intuition and stakeholder opinions Problem-First — Deeply understand the problem space before ideating solutions Hard Rules (Must Follow) These rules are manda...
|
141 |
| 6100 | contest-page-generator | kostja94/marketing-skills |
Pages: Giveaway / Contest Guides giveaway and contest pages for promotional campaigns. Drives signups, engagement, and viral sharing. Often uses Gleam, Woobox, Viralsweep, or similar. Common for e-commerce, SaaS launches, and community growth. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for pro...
|
141 |