███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 401 | algorithmic-art | anthropics/skills |
Algorithmic philosophies are computational aesthetic movements that are then expressed through code. Output .md files (philosophy), .html files (interactive viewer), and .js files (generative algorithms). This happens in two steps: Algorithmic Philosophy Creation (.md file) Express by creating p5.js generative art (.html + .js files) First, undertake this task: ALGORITHMIC PHILOSOPHY CREATION To begin, create an ALGORITHMIC PHILOSOPHY (not static images or templates) that will be interpreted thr...
|
75.2K |
| 402 | wonda-cli | degausai/wonda |
Wonda CLI Wonda CLI is a content creation toolkit for terminal-based agents. Use it to generate images, videos, music, and audio; edit and compose media; publish to social platforms; and research/automate across LinkedIn, Reddit, and X/Twitter. Install If wonda is not found on PATH, install it first: npm npm i -g @degausai/wonda Homebrew brew tap degausai/tap && brew install wonda Setup Auth : wonda auth login (opens browser, recommended) or set WONDERCAT_API_KEY env var Verify : wonda auth ch...
|
74.6K |
| 403 | playwright-best-practices | currents-dev/playwright-best-practices-skill |
Playwright Best Practices This skill provides comprehensive guidance for all aspects of Playwright test development, from writing new tests to debugging and maintaining existing test suites. Activity-Based Reference Guide Consult these references based on what you're doing: Writing New Tests When to use : Creating new test files, writing test cases, implementing test scenarios Activity Reference Files Writing E2E tests test-suite-structure.md , locators.md , assertions-waiting.md Writing compone...
|
74.2K |
| 404 | css-animations | heygen-com/hyperframes |
CSS Animations for HyperFrames HyperFrames can seek CSS keyframe animations through its css runtime adapter. Use this for simple repeated motifs, background motion, shimmer, glow, masks, and non-sequenced decoration. For scene choreography, GSAP is usually clearer. CSS animations work best when the motion belongs to one element and has a fixed duration. Contract Put the animated element in the DOM before runtime initialization finishes. Give timed elements a data-start value so local animation t...
|
73.9K |
| 405 | find-animation-opportunities | emilkowalski/skills |
Finding Animation Opportunities A search skill. It does ONE thing: sweep an interface for moments that would genuinely benefit from motion, and propose a precise recipe for each. It does not review existing animations (that's review-animations ), audit and plan fixes for them (that's improve-animations ), or write the implementation itself. Operating Posture You are a senior design engineer whose defining trait is restraint . The premise of this skill is Emil Kowalski's "You Don't Need Animation...
|
73.2K |
| 406 | ai-image-generation | inferen-sh/skills |
AI Image Generation Generate and edit images with 11+ AI models via the RunComfy CLI — text-to-image and image-to-image, one auth, one command. This skill picks the right model for the user's intent and ships the documented prompt patterns + the exact runcomfy run invoke for each. runcomfy.com · Browse all models · CLI docs Powered by the RunComfy CLI 1. Install (one of — see runcomfy-cli skill for details) npm i -g @runcomfy/cli global install npx -y @runcomfy/cli --version zero-install 2. ...
|
72.6K |
| 407 | tailwind | heygen-com/hyperframes |
No SKILL.md available for this skill. View on GitHub
|
72.1K |
| 408 | gws-gmail | googleworkspace/cli |
gmail (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws gmail < resource > < method > [ flags ] Helper Commands Command Description +send Send an email +triage Show unread inbox summary (sender, subject, date) +reply Reply to a message (handles threading automatically) +reply-all Reply-all to a message (handles threading automatically) +forward Forward a message to new recipients +watch Watch for new e...
|
72K |
| 409 | ai-video-generation | inferen-sh/skills |
AI Video Generation Generate videos with the full RunComfy video-model catalog through one CLI — text-to-video, image-to-video, and Veo's video-extend. This skill picks the right model for the user's intent and ships the documented prompt patterns + the exact runcomfy run invoke for each. runcomfy.com · Video models · CLI docs Powered by the RunComfy CLI 1. Install (see runcomfy-cli skill for details) npm i -g @runcomfy/cli or: npx -y @runcomfy/cli --version 2. Sign in runcomfy login or in ...
|
71.7K |
| 410 | animejs | heygen-com/hyperframes |
Anime.js for HyperFrames HyperFrames can seek Anime.js instances through its animejs runtime adapter. The composition owns the animation objects; HyperFrames owns the clock. Contract Create animations or timelines synchronously during composition initialization. Set autoplay: false so Anime.js does not advance on its own clock. Register every returned animation or timeline on window.__hfAnime . Use finite durations and loop counts. Avoid callbacks that mutate DOM based on wall-clock time, networ...
|
71.5K |
| 411 | nano-banana-2 | inferen-sh/skills |
Nano Banana 2 — Pro Pack on RunComfy runcomfy.com · Model page · GitHub Google Nano Banana 2 — the flash-tier text-to-image model in the Gemini family — hosted on the RunComfy Model API . Optimized for ideation, social-thumbnail batches, and rapid drafts with strong in-image typography. npx skills add agentspace-so/runcomfy-skills --skill nano-banana-2 -g When to pick this model (vs siblings) Nano Banana 2 is the flash-tier of the Google image-gen line. Pick it when iteration speed and predictab...
|
71K |
| 412 | twitter-automation | inferen-sh/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Twitter/X Automation Automate Twitter/X via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Post a tweet belt app run x/post-tweet --input '{"text": "Hello from inference.sh!"}' Show more Installs 117.7K Repository skills-101/superpowers GitHub Stars 6 First Seen 6 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass
|
71K |
| 413 | agent-tools | inferen-sh/skills |
inference.sh Run 250+ AI apps in the cloud with a simple CLI. No GPU required. Install CLI curl -fsSL https://cli.inference.sh | sh belt login What does the installer do? The install script detects your OS and architecture, downloads the correct binary from dist.inference.sh , verifies its SHA-256 checksum, and places it in your PATH. That's it — no elevated permissions, no background processes, no telemetry. If you have cosign installed, the installer also verifies the Sigstore signature automa...
|
70.9K |
| 414 | remotion-render | inferen-sh/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Remotion Render Render videos from React/Remotion component code via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs 79.0K Repository magentosh/skills GitHub Stars 679 First Seen 12 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
|
70.8K |
| 415 | three | heygen-com/hyperframes |
Three.js for HyperFrames HyperFrames supports Three.js through its three runtime adapter. The adapter does not own your scene. It publishes HyperFrames time and dispatches a seek event so your composition can render the exact frame. Contract Create the scene, camera, renderer, materials, and assets synchronously when possible. Render from HyperFrames time, not wall-clock time. Listen for the hf-seek event and render exactly that time. Load models, textures, and HDRIs before render-critical seeki...
|
70.8K |
| 416 | qwen-image-2 | inferen-sh/skills |
Qwen-Image - Alibaba Image Generation Generate and edit images with Alibaba Qwen-Image-2.0 models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run alibaba/qwen-image-2 --input '{"prompt": "A serene mountain landscape at sunset"}' Models Model App ID Speed Text Rendering Best For Qwen-Image-2.0 alibaba/qwen-image-2 Fast Good General use Qwen-Image-2.0-Pro alibaba/qwen-imag...
|
70.7K |
| 417 | p-video | inferen-sh/skills |
Pruna P-Video Generation Generate videos with Pruna's optimized video models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run pruna/p-video --input '{"prompt": "drone shot flying over a forest at sunset"}' Pruna Video Models Pruna optimizes AI models for speed without sacrificing quality. Model App ID Best For P-Video pruna/p-video Text-to-video, image-to-video, with audi...
|
70.7K |
| 418 | qwen-image-2-pro | inferen-sh/skills |
Qwen-Image Pro - Professional Image Generation Generate images with Alibaba Qwen-Image-2.0-Pro via inference.sh CLI. Best for professional text rendering and complex designs. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run alibaba/qwen-image-2-pro --input '{"prompt": "Poster with title \"Welcome!\" in bold blue text"}' Pro Model Capabilities Professional Text Rendering : Multi-line and paragr...
|
70.7K |
| 419 | nano-banana | inferen-sh/skills |
Nano Banana - Gemini Native Image Generation Generate images with Google Gemini native image models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run google/gemini-3-pro-image-preview --input '{"prompt": "a banana in space, photorealistic"}' Models Model App ID Speed Quality Gemini 3 Pro Image google/gemini-3-pro-image-preview Slower Best Gemini 2.5 Flash Image google/gemi...
|
70.7K |
| 420 | p-image | inferen-sh/skills |
Pruna P-Image Generation Generate images with Pruna's optimized P-Image models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run pruna/p-image --input '{"prompt": "a futuristic cityscape at sunset"}' P-Image Models Pruna optimizes AI models for speed without sacrificing quality. Model App ID Best For P-Image pruna/p-image Fast text-to-image, multiple aspect ratios P-Image-...
|
70.6K |
| 421 | infsh-cli | inferen-sh/skills |
No SKILL.md available for this skill. View on GitHub
|
70.6K |
| 422 | lottie | heygen-com/hyperframes |
Lottie for HyperFrames HyperFrames can seek both lottie-web and dotLottie players through its lottie runtime adapter. Lottie is a strong fit because the animation timeline is already encoded in the asset; HyperFrames only needs a player object it can seek. Contract Load assets from local project files, usually under assets/ . Set autoplay: false . Prefer loop: false unless the user explicitly wants a loop. Register every returned animation or player on window.__hfLottie . Keep the Lottie contain...
|
70.5K |
| 423 | waapi | heygen-com/hyperframes |
Web Animations API for HyperFrames HyperFrames can seek Web Animations API animations through its waapi runtime adapter. WAAPI is useful when you want native browser keyframes with JavaScript-created timing and no GSAP dependency. Contract Create animations synchronously during composition initialization. Use element.animate(...) with finite duration and iterations . Use fill: "both" so seeked states persist. Pause animations after creation or let the adapter pause them on first seek. Avoid call...
|
70.2K |
| 424 | audit-website | squirrelscan/skills |
Website Audit Skill Audit websites for SEO, technical, content, performance and security issues using the squirrelscan cli. squirrelscan provides a cli tool squirrel - available for macos, windows and linux. It carries out extensive website auditing by emulating a browser, search crawler, and analyzing the website's structure and content against over 230+ rules. It will provide you a list of issues as well as suggestions on how to fix them. Links squirrelscan website is at https://squirrelscan.c...
|
69.1K |
| 425 | obsidian-cli | kepano/obsidian-skills |
Obsidian CLI Use the obsidian CLI to interact with a running Obsidian instance. Requires Obsidian to be open. Command reference Run obsidian help to see all available commands. This is always up to date. Full docs: https://help.obsidian.md/cli Syntax Parameters take a value with = . Quote values with spaces: obsidian create name = "My Note" content = "Hello world" Flags are boolean switches with no value: obsidian create name = "My Note" silent overwrite For multiline content use \n for newline ...
|
68.7K |
| 426 | reddit-automation | flowkit-labs/skills |
👽 Reddit Automation Built by the team at doany.ai . Find people on Reddit who genuinely need what you make — and reply with something actually useful, honestly disclosing who you are. Reddit rewards real contribution and punishes spam. The way to market here is not to hide — it's to genuinely help, disclose your affiliation, and only bring up your product when it truly answers the question. This skill runs two moves: find the few threads where you can actually help, then draft a reply worth post...
|
68.1K |
| 427 | notion-api | intellectronica/agent-skills |
This skill enables interaction with Notion workspaces through the Notion REST API. Use `curl` and `jq` for direct REST calls, or write ad-hoc scripts as appropriate for the task. Authentication API Key Handling - Environment Variable: Check if `NOTION_API_TOKEN` is available in the environment - User-Provided Key: If the user provides an API key in context, use that instead - No Key Available: If neither is available, use AskUserQuestion (or equivalent) to request the API key from the use...
|
67.9K |
| 428 | social-content | coreyhaines31/marketingskills |
Social Content You are an expert social media strategist. Your goal is to help create engaging content that builds audience, drives engagement, and supports business goals. Before Creating Content 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. Gather this context (ask if n...
|
67.7K |
| 429 | obsidian-bases | kepano/obsidian-skills |
Obsidian Bases Skill This skill enables skills-compatible agents to create and edit valid Obsidian Bases (.base files) including views, filters, formulas, and all related configurations. Overview Obsidian Bases are YAML-based files that define dynamic views of notes in an Obsidian vault. A Base file can contain multiple views, global filters, formulas, property configurations, and custom summaries. File Format Base files use the .base extension and contain valid YAML. They can also be embed...
|
67.7K |
| 430 | gws-gmail-send | googleworkspace/cli |
gmail +send PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Send an email Usage gws gmail +send --to < EMAIL > --subject < SUBJECT > --body < TEXT > Flags Flag Required Default Description --to ✓ — Recipient email address --subject ✓ — Email subject --body ✓ — Email body (plain text) --dry-run — — Show the request that would be sent without executing it Examples gws gmail +send --to alice@example.com --subjec...
|
67.6K |
| 431 | internal-comms | anthropics/skills |
When to use this skill To write internal communications, use this skill for: 3P updates (Progress, Plans, Problems) Company newsletters FAQ responses Status reports Leadership updates Project updates Incident reports How to use this skill To write any internal communication: Identify the communication type from the request Load the appropriate guideline file from the examples/ directory: examples/3p-updates.md - For Progress/Plans/Problems team updates examples/company-newsletter.md - For compan...
|
67.3K |
| 432 | azure-cloud-migrate | microsoft/github-copilot-for-azure |
Azure Cloud Migrate This skill handles assessment and code migration of existing cloud workloads to Azure. Rules Follow phases sequentially — do not skip Generate assessment before any code migration Load the scenario reference and follow its rules Use mcp_azure_mcp_get_bestpractices and mcp_azure_mcp_documentation MCP tools Use the latest supported runtime for the target service Destructive actions require ask_user — global-rules Migration Scenarios Source Target Reference AWS Lambda Azure Func...
|
66.6K |
| 433 | typeset | pbakaus/impeccable |
Assess and improve typography that feels generic, inconsistent, or poorly structured — turning default-looking text into intentional, well-crafted type. MANDATORY PREPARATION Invoke /impeccable — it contains design principles, anti-patterns, and the Context Gathering Protocol . Follow the protocol before proceeding — if no design context exists yet, you MUST run /impeccable teach first. Assess Current Typography Analyze what's weak or generic about the current type: Font choices : Are we using i...
|
66.1K |
| 434 | gws-drive | googleworkspace/cli |
drive (v3) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws drive < resource > < method > [ flags ] Helper Commands Command Description +upload Upload a file with automatic metadata API Resources about get — Gets information about the user, the user's Drive, and system capabilities. For more information, see Return user info . Required: The fields parameter must be set. To return the exact fields you need,...
|
65.5K |
| 435 | overdrive | pbakaus/impeccable |
Start your response with: ──────────── ⚡ OVERDRIVE ───────────── 》》》 Entering overdrive mode... Push an interface past conventional limits. This isn't just about visual effects — it's about using the full power of the browser to make any part of an interface feel extraordinary: a table that handles a million rows, a dialog that morphs from its trigger, a form that validates in real-time with streaming feedback, a page transition that feels cinematic. MANDATORY PREPARATION Invoke /impeccable — it...
|
64.2K |
| 436 | cloudflare | cloudflare/skills |
Cloudflare Platform Skill Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references. Your knowledge of Cloudflare APIs, types, limits, and pricing may be outdated. Prefer retrieval over pre-training — the references in this skill are starting points, not source of truth. Retrieval Sources Fetch the latest information before citing specific numbers, API signatures, or configuration options. Do not rely on baked-in...
|
64.2K |
| 437 | turborepo | vercel/turborepo |
Turborepo Skill Build system for JavaScript/TypeScript monorepos. Turborepo caches task outputs and runs tasks in parallel based on dependency graph. IMPORTANT: Package Tasks, Not Root Tasks DO NOT create Root Tasks. ALWAYS create package tasks. When creating tasks/scripts/pipelines, you MUST: Add the script to each relevant package's package.json Register the task in root turbo.json Root package.json only delegates via turbo run <task> DO NOT put task logic in root package.json . This defeats T...
|
64.1K |
| 438 | ai-avatar-video | infsh-skills/skills |
AI Avatar & Talking Head Video Put words in a face. This skill routes across RunComfy's audio-driven avatar models — OmniHuman, Wan 2-7 with audio_url, HappyHorse, Seedance v2 — picking the right path for the user's intent and shipping the documented prompts + the exact runcomfy run invoke for each. runcomfy.com · Lip-sync feature · CLI docs Powered by the RunComfy CLI 1. Install (see runcomfy-cli skill for details) npm i -g @runcomfy/cli or: npx -y @runcomfy/cli --version 2. Sign in runcomf...
|
63.9K |
| 439 | batch-grill-me | mattpocock/skills |
Interview me relentlessly until we reach a shared understanding. Map this as a design tree : every decision branches into the decisions that hang off it. Work the tree in rounds . The frontier is every decision whose prerequisites are already settled — the questions you can ask now without guessing at answers you haven't heard yet. Ask the whole frontier in one round: number each question and give your recommended answer. Then wait for my answers before the next round. Each round I answer reshap...
|
63.8K |
| 440 | slack-gif-creator | anthropics/skills |
Slack GIF Creator A toolkit providing utilities and knowledge for creating animated GIFs optimized for Slack. Slack Requirements Dimensions: Emoji GIFs: 128x128 (recommended) Message GIFs: 480x480 Parameters: FPS: 10-30 (lower is smaller file size) Colors: 48-128 (fewer = smaller file size) Duration: Keep under 3 seconds for emoji GIFs Core Workflow from core . gif_builder import GIFBuilder from PIL import Image , ImageDraw 1. Create builder builder = GIFBuilder ( width = 128 , height = 128 , f...
|
63.5K |
| 441 | typescript-advanced-types | wshobson/agents |
TypeScript Advanced Types Comprehensive guidance for mastering TypeScript's advanced type system including generics, conditional types, mapped types, template literal types, and utility types for building robust, type-safe applications. When to Use This Skill Building type-safe libraries or frameworks Creating reusable generic components Implementing complex type inference logic Designing type-safe API clients Building form validation systems Creating strongly-typed configuration objects Impleme...
|
63.5K |
| 442 | competitor-profiling | coreyhaines31/marketingskills |
Competitor Profiling You are an expert competitive intelligence analyst. Your goal is to take a list of competitor URLs and produce comprehensive, structured competitor profile documents by combining live site scraping with SEO and market data. 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 alre...
|
63.1K |
| 443 | json-canvas | kepano/obsidian-skills |
JSON Canvas Skill This skill enables skills-compatible agents to create and edit valid JSON Canvas files (.canvas) used in Obsidian and other applications. Overview JSON Canvas is an open file format for infinite canvas data. Canvas files use the .canvas extension and contain valid JSON following the JSON Canvas Spec 1.0. File Structure A canvas file contains two top-level arrays: { "nodes": [], "edges": [] } nodes (optional): Array of node objects edges (optional): Array of edge obje...
|
63.1K |
| 444 | developing-genkit-js | firebase/agent-skills |
Genkit JS Prerequisites Ensure the genkit CLI is available. Run genkit --version to verify. Minimum CLI version needed: 1.29.0 If not found or if an older version (1.x < 1.29.0) is present, install/upgrade it: npm install -g genkit-cli@^1.29.0 . New Projects : If you are setting up Genkit in a new codebase, follow the Setup Guide . Hello World import { z , genkit } from 'genkit' ; import { googleAI } from '@genkit-ai/google-genai' ; // Initialize Genkit with the Google AI plugin const ai = genki...
|
62.6K |
| 445 | firecrawl-interact | firecrawl/cli |
firecrawl interact Interact with scraped pages in a live browser session. Scrape a page first, then use natural language prompts or code to click, fill forms, navigate, and extract data. When to use Content requires interaction: clicks, form fills, pagination, login scrape failed because content is behind JavaScript interaction You need to navigate a multi-step flow Last resort in the workflow escalation pattern : search → scrape → map → crawl → interact Never use interact for web searches — use...
|
62.6K |
| 446 | developing-genkit-dart | firebase/agent-skills |
Genkit Dart Genkit Dart is an AI SDK for Dart that provides a unified interface for code generation, structured outputs, tools, flows, and AI agents. Core Features and Usage If you need help with initializing Genkit ( Genkit() ), Generation ( ai.generate ), Tooling ( ai.defineTool ), Flows ( ai.defineFlow ), Embeddings ( ai.embedMany ), streaming, or calling remote flow endpoints, please load the core framework reference: references/genkit.md Genkit CLI (recommended) The Genkit CLI provides a lo...
|
62.3K |
| 447 | defuddle | kepano/obsidian-skills |
Defuddle Use Defuddle CLI to extract clean readable content from web pages. Prefer over WebFetch for standard web pages — it removes navigation, ads, and clutter, reducing token usage. If not installed: npm install -g defuddle Usage Always use --md for markdown output: defuddle parse < url > --md Save to file: defuddle parse < url > --md -o content.md Extract specific metadata: defuddle parse < url > -p title defuddle parse < url > -p description defuddle parse < url > -p domain Output formats F...
|
62.3K |
| 448 | cross-border-ecommerce | nexscope-ai/ecommerce-skills |
Cross-Border E-Commerce ✈️ Your strategic advisor for international e-commerce expansion. This skill scores target markets, compares fulfillment models, navigates tax compliance, and builds a phased roadmap to take your business global — whether you're exploring your first international market or scaling to 10+ countries. This is the international expansion layer. It tells you where to expand, how to get there, and what it will cost , then connects you to specialized skills for execution in each...
|
62.2K |
| 449 | pricing-strategy | coreyhaines31/marketingskills |
Pricing Strategy You are an expert in SaaS pricing and monetization strategy. Your goal is to help design pricing that captures value, drives growth, and aligns with customer willingness to pay. 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 and only ask for information not already covered or specific to this task. Gather this con...
|
61.8K |
| 450 | product-marketing-context | coreyhaines31/marketingskills |
Product Marketing Context You help users create and maintain a product marketing context document. This captures foundational positioning and messaging information that other marketing skills reference, so users don't repeat themselves. The document is stored at .agents/product-marketing-context.md . Workflow Step 1: Check for Existing Context First, check if .agents/product-marketing-context.md already exists. Also check .claude/product-marketing-context.md for older setups — if found there but...
|
61.8K |