███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 11551 | pump-analyzer-solana | aradotso/trending-skills |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. PumpAnalyzer — Solana Token Monitoring Platform Skill by ara.so — Daily 2026 Skills collection. PumpAnalyzer is a static front-end platform (pure HTML/CSS/JS, no build tools) that provides real-time monitoring, analytics, and alerts for tokens launched on Pump.fun on the Solana blockchain. It connects to Pump.fun's WebSocket API for sub-second ...
|
801 |
| 11552 | codex-plugin-cc | aradotso/trending-skills |
Codex Plugin for Claude Code Skill by ara.so — Daily 2026 Skills collection. A Claude Code plugin that lets you run OpenAI Codex code reviews and delegate background tasks to Codex directly from your Claude Code session. Use it for read-only code reviews, adversarial design challenges, and handing off investigative or fix tasks to Codex as a subagent. What It Does /codex:review — Standard read-only Codex code review of uncommitted changes or a branch diff /codex:adversarial-review — Steerable re...
|
800 |
| 11553 | flutter-environment-setup-linux | flutter/skills |
flutter-linux-setup Goal Configures a Linux environment (Debian/Ubuntu or ChromeOS) for Flutter desktop application development by installing required system prerequisites, managing OS-specific configurations, and validating the toolchain. Decision Logic If OS is ChromeOS: Require manual enablement of Linux support before proceeding to package installation. If OS is Debian/Ubuntu: Proceed directly to apt-get package updates and installations. If OS is non-Debian (e.g., Fedora, Arch): Halt and in...
|
800 |
| 11554 | reference-design | diodeinc/pcb |
Component Package Design Grow component packages beyond a generated wrapper when the part benefits from reusable surrounding circuitry. A good component package captures the support circuitry, default mode, key equations, layout-sensitive notes, and evidence needed to use the part confidently. Hard Rules Reuse before create. Search existing registry/workspace packages first. Do not create a separate reference/ package. This work belongs in the relevant components/... package. The .kicad_sym file...
|
799 |
| 11555 | pymc-marketing-mmm-clv | aradotso/marketing-skills |
PyMC-Marketing: Bayesian Marketing Analytics Skill by ara.so — Marketing Skills collection. PyMC-Marketing is a Bayesian marketing analytics toolbox built on PyMC. It provides production-ready implementations for Media Mix Modeling (MMM), Customer Lifetime Value (CLV), and Buy-Till-You-Die (BTYD) models with full probabilistic inference capabilities. Installation Basic Installation Using conda (recommended) conda create -c conda-forge -n marketing_env pymc-marketing conda activate marketing_env...
|
799 |
| 11556 | m05-type-driven | zhanghandong/rust-skills |
Type-Driven Design Layer 1: Language Mechanics Core Question How can the type system prevent invalid states? Before reaching for runtime checks: Can the compiler catch this error? Can invalid states be unrepresentable? Can the type encode the invariant? Error → Design Question Show more
|
799 |
| 11557 | senior-ml-engineer | davila7/claude-code-templates |
No SKILL.md available for this skill. View on GitHub Installs 678 Repository alirezarezvani/…e-skills GitHub Stars 16.3K First Seen Jan 20, 2026
|
799 |
| 11558 | awesome-marketing-science-guide | aradotso/marketing-skills |
Awesome Marketing Science Guide Skill by ara.so — Marketing Skills collection. This skill provides guidance on the Awesome Marketing Science resource collection — a curated list of open-source libraries, papers, and methodologies for marketing measurement, including Media Mix Models (MMM), geo incrementality testing, multi-touch attribution (MTA), causal inference, and Bayesian approaches. Overview Awesome Marketing Science is a comprehensive resource hub covering: Media Mix Modeling (MMM) : Mea...
|
798 |
| 11559 | skill-router | charon-fan/agent-playbook |
An intelligent router that analyzes user requests and recommends the most appropriate Claude Code skill for the task. When This Skill Activates This skill activates when you: - Ask "which skill should I use?" or "what skill can help with...?" - Say "use a skill" without specifying which one - Express a need but aren't sure which skill fits - Mention "skill router" or "help me find a skill" Available Skills Catalog Core Development | `commit-helper` | Writing Git commit messages, for...
|
798 |
| 11560 | claude-marketing-skills | aradotso/marketing-skills |
claude-marketing-skills Skill by ara.so — Marketing Skills collection. claude-marketing is a collection of 56 open-source Claude Code skills, specialized agents, and autonomous workflows that give AI coding agents real marketing expertise. Each skill ships with diagnostic frameworks, industry benchmarks, audit checklists, and platform-specific reference data across paid media, SEO, e-commerce, content, CRO, analytics, and strategy. Works with Claude Code, Cursor, Aider, Windsurf, GitHub Copilot,...
|
797 |
| 11561 | github-trending | majiayu000/claude-arsenal |
GitHub Trending Data Access GitHub trending repositories and developers data. Important Note GitHub does NOT provide an official trending API. The trending page at github.com/trending must be scraped directly or use the GitHub Search API as an alternative. Approach 1: Direct Web Scraping (Recommended) Scrape github.com/trending directly using Cheerio: import * as cheerio from 'cheerio' ; interface TrendingRepo { owner : string ; name : string ; fullName : string ; url : string ; description : st...
|
796 |
| 11562 | using-agentops | boshu2/agentops |
RPI Workflow You have access to workflow skills for structured development. The RPI Workflow Research → Plan → Implement → Validate ↑ │ └──── Knowledge Flywheel ────┘ Research Phase /research < topic > Deep codebase exploration ao search "<query>" Search existing knowledge ao lookup < id > Pull full content of specific learning ao lookup --query "x" Search knowledge by relevance Output: .agents/research/<topic>.md Plan Phase /pre-mortem < spec > Simulate failures ...
|
794 |
| 11563 | m02-resource | zhanghandong/rust-skills |
Resource Management Layer 1: Language Mechanics Core Question What ownership pattern does this resource need? Before choosing a smart pointer, understand: Is ownership single or shared? Is access single-threaded or multi-threaded? Are there potential cycles? Error → Design Question Show more
|
794 |
| 11564 | excalidraw | davila7/claude-code-templates |
Excalidraw Diagrams Overview Generate .excalidraw JSON files and export to PNG/SVG. Two export options: Kroki API ( curl ) — zero install, SVG output only excalidraw-brute-export-cli — local Firefox-based, PNG + SVG Supported formats: PNG (local CLI only), SVG (both options). PDF is NOT supported. When to Use Explicit triggers: user says "画图", "diagram", "visualize", "flowchart", "draw", "架构图", "流程图" Show more Installs 652 Repository agents365-ai/365-skills GitHub Stars 8 First Seen May 6, 2026 ...
|
794 |
| 11565 | write-api-reference | vercel/next.js |
Writing API Reference Pages Goal Produce an API reference page that documents a single API surface (function, component, file convention, directive, or config option). The page should be concise, scannable, and example-driven. Each page documents one API . If the API has sub-methods (like cookies.set() ), document them on the same page. If two APIs are independent, they get separate pages. Structure Identify which category the API belongs to, then follow the corresponding template. Categories Fu...
|
793 |
| 11566 | cx-incident-management | coralogix/cx-cli |
Incident Management Skill Use this skill as the gateway for incident triage, SLO monitoring, and notification verification. It orchestrates the full triage workflow - from detection through resolution - and cross-references cx-alerts for deep alert management and cx-telemetry-querying for root cause investigation. CLI Commands Command Subcommands Purpose cx incidents list , get , acknowledge , resolve , close , assign , unassign , events , aggregations Manage and triage incidents cx slos list , ...
|
793 |
| 11567 | content-marketer | sickn33/antigravity-awesome-skills |
Use this skill when Working on content marketer tasks or workflows Needing guidance, best practices, or checklists for content marketer Do not use this skill when The task is unrelated to content marketer 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 . You...
|
793 |
| 11568 | build-feature | signerlabs/shipswift-skills |
Build Feature with ShipSwift Build production-ready iOS features by combining ShipSwift recipes -- copy-paste-ready SwiftUI implementations covering animations, charts, UI components, and full-stack modules. Prerequisites Check Before starting, verify the ShipSwift recipe server is available by calling listRecipes . If the tools are not available, guide the user to visit shipswift.app for setup instructions, or run npx skills add signerlabs/shipswift-skills to install. Workflow Analyze the reque...
|
793 |
| 11569 | openclaw-marketing-skills | aradotso/marketing-skills |
OpenClaw Marketing Skills Skill by ara.so — Marketing Skills collection. 36 battle-tested marketing skills for OpenClaw agents with real data connectors for Google Ads, Search Console, and Meta Ads. This library turns your AI coding agent into a full-stack marketing brain that reads your codebase, pulls live data, and produces shippable work. What This Is A comprehensive skill library that gives OpenClaw agents expertise in: CRO — Conversion rate optimization across signup flows, landing pages, ...
|
792 |
| 11570 | caveman-token-optimizer | aradotso/trending-skills |
Caveman Token Optimizer Skill by ara.so — Daily 2026 Skills collection. A Claude Code skill and Codex plugin that makes AI agents respond in compressed caveman-speak — cutting ~65% of output tokens on average (up to 87%) while keeping full technical accuracy. No pleasantries. No filler. Just answer. What It Does Caveman mode strips: Pleasantries: "Sure, I'd be happy to help!" → gone Hedging: "It might be worth considering" → gone Articles (a, an, the) → gone Verbose transitions → gone Caveman ke...
|
792 |
| 11571 | file-uploads | sickn33/antigravity-awesome-skills |
File Uploads & Storage Role: File Upload Specialist Careful about security and performance. Never trusts file extensions. Knows that large uploads need special handling. Prefers presigned URLs over server proxying. ⚠️ Sharp Edges Issue Severity Solution Trusting client-provided file type critical CHECK MAGIC BYTES No upload size restrictions high SET SIZE LIMITS User-controlled filename allows path traversal critical SANITIZE FILENAMES Presigned URL shared or cached incorrectly medium CON...
|
792 |
| 11572 | machine-learning-engineer | 404kidwiz/claude-supercode-skills |
Machine Learning Engineer Purpose Provides ML engineering expertise specializing in model deployment, production serving infrastructure, and real-time inference systems. Designs scalable ML platforms with model optimization, auto-scaling, and monitoring for reliable production machine learning workloads. When to Use ML model deployment to production Real-time inference API development Model optimization and compression Batch prediction systems Auto-scaling and load balancing Edge deployment fo...
|
791 |
| 11573 | motion | jezweb/claude-skills |
Motion Vue (motion-v) Animation library for Vue 3 and Nuxt. Production-ready, hardware-accelerated animations with minimal bundle size. Current stable: motion-v 1.x - Vue port of Motion (formerly Framer Motion) Overview Progressive reference for Motion Vue animations. Load only files relevant to current task (~200 tokens base, 500-1500 per sub-file). When to Use Use Motion Vue for: Simple declarative animations (fade, slide, scale) Gesture-based interactions (hover, tap, drag) Scroll-linked anim...
|
791 |
| 11574 | weather-query | vikiboss/60s-skills |
Weather Query Skill This skill enables AI agents to fetch real-time weather information and forecasts for locations in China using the 60s API. When to Use This Skill Use this skill when users: Ask about current weather conditions Want weather forecasts Need temperature, humidity, wind information Request air quality data Plan outdoor activities and need weather info API Endpoints 1. Real-time Weather URL: https://60s.viki.moe/v2/weather/realtime Method: GET 2. Weather Forecast URL: https://60s....
|
791 |
| 11575 | marketing-psychology | sickn33/antigravity-awesome-skills |
Marketing Psychology & Mental Models You are an expert in applying psychological principles and mental models to marketing. Your goal is to help users understand why people buy, how to influence behavior ethically, and how to make better marketing decisions. How to Use This Skill 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 applying mental models. Use that context to tailor reco...
|
791 |
| 11576 | stitch-ui-design | sickn33/antigravity-awesome-skills |
Stitch UI Design Prompting Expert guidance for crafting effective prompts in Google Stitch, the AI-powered UI design tool by Google Labs. This skill helps create precise, actionable prompts that generate high-quality UI designs for web and mobile applications. What is Google Stitch? Google Stitch is an experimental AI UI generator powered by Gemini 2.5 Flash that transforms text prompts and visual references into functional UI designs. It supports: Text-to-UI generation from natural language pro...
|
791 |
| 11577 | capa-officer | alirezarezvani/claude-skills |
CAPA Officer Corrective and Preventive Action (CAPA) management within Quality Management Systems, focusing on systematic root cause analysis, action implementation, and effectiveness verification. Table of Contents CAPA Investigation Workflow Root Cause Analysis Corrective Action Planning Effectiveness Verification CAPA Metrics and Reporting Reference Documentation Tools CAPA Investigation Workflow Conduct systematic CAPA investigation from initiation through closure: Document trigger event wit...
|
791 |
| 11578 | domain | railwayapp/railway-skills |
Domain Management Add, view, or remove domains for Railway services. When to Use User asks to "add a domain", "generate a domain", "get a URL" User wants to add a custom domain User asks "what's the URL for my service" User wants to remove a domain Add Railway Domain Generate a railway-provided domain (max 1 per service): railway domain --json For a specific service: railway domain --json --service backend Response Returns the generated domain URL. Service must have a deployment. Add C...
|
790 |
| 11579 | explore-recipes | signerlabs/shipswift-skills |
Explore ShipSwift Recipes Browse the full catalog of ShipSwift recipes -- production-ready SwiftUI implementations covering animations, charts, UI components, and full-stack modules. Prerequisites Check Before starting, verify the ShipSwift recipe server is available by calling listRecipes . If the tools are not available, guide the user to visit shipswift.app for setup instructions, or run npx skills add signerlabs/shipswift-skills to install. Workflow List available recipes : Use listRecipes t...
|
790 |
| 11580 | quality-documentation-manager | alirezarezvani/claude-skills |
Senior Quality Documentation Manager Expert-level quality documentation management with comprehensive document control system design, regulatory documentation oversight, change management, and configuration control for medical device organizations. Core Documentation Management Competencies 1. Document Control System Design (ISO 13485 Clause 4.2.3) Design and implement comprehensive document control systems ensuring systematic document management and regulatory compliance. Document Control S...
|
790 |
| 11581 | accounting | whawkinsiv/claude-code-skills |
Accounting & Bookkeeping Messy books cost you money in taxes, missed deductions, and accountant fees. This skill helps you set up clean financial tracking from day one — 30 minutes a week keeps you legal, informed, and out of trouble. Core Principles Bookkeeping is not optional. Messy books cost you money in taxes, missed deductions, and accountant fees. Separate business and personal finances completely. Day one. No exceptions. SaaS revenue recognition has rules. Stripe payments are not the sam...
|
790 |
| 11582 | ratchet | boshu2/agentops |
Ratchet Skill Track progress through the RPI workflow with permanent gates. Note: /ratchet tracks and locks progress. It does not “run the loop” by itself—pair it with /crank (epic loop) or /swarm (Ralph loop) to actually execute work. The Brownian Ratchet Progress = Chaos × Filter → Ratchet Phase What Happens Chaos Multiple attempts (exploration, implementation) Filter Validation gates (tests, /vibe, review) Ratchet Lock progress permanently (merged, closed, stored) Key insight: Progress is per...
|
789 |
| 11583 | regulatory-affairs-head | alirezarezvani/claude-skills |
Head of Regulatory Affairs Regulatory strategy development, submission management, and global market access for medical device organizations. Table of Contents Regulatory Strategy Workflow FDA Submission Workflow EU MDR Submission Workflow Global Market Access Workflow Regulatory Intelligence Workflow Decision Frameworks Tools and References Regulatory Strategy Workflow Develop regulatory strategy aligned with business objectives and product characteristics. Workflow: New Product Regulatory Stra...
|
789 |
| 11584 | frontend-security-coder | sickn33/antigravity-awesome-skills |
Use this skill when Working on frontend security coder tasks or workflows Needing guidance, best practices, or checklists for frontend security coder Do not use this skill when The task is unrelated to frontend security coder 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/implementat...
|
789 |
| 11585 | component-search | diodeinc/pcb |
Component Search Find and add components and reusable subcircuits to a Zener project. Use this workflow any time you need a part or subcircuit that isn't already in the workspace or covered by stdlib generics. Hard Stop Before Manual Creation If pcb search and pcb new component do not produce a usable part, do not manually create the component, symbol, or footprint by default. Briefly say what failed, say you can try making it manually, and get explicit user confirmation first. In interactive mo...
|
788 |
| 11586 | writing-plans | sickn33/antigravity-awesome-skills |
Writing Plans Overview Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. TDD. Frequent commits. Assume they are a skilled developer, but know almost nothing about our toolset or problem domain. Assume they don't know good test design ...
|
788 |
| 11587 | swarm orchestration | ruvnet/ruflo |
Swarm Orchestration Skill Purpose Multi-agent swarm coordination for complex tasks. Uses hierarchical topology with specialized agents to break down and execute complex work across multiple files and modules. When to Trigger 3+ files need changes new feature implementation cross-module refactoring API changes with tests security-related changes performance optimization across codebase database schema changes When to Skip single file edits simple bug fixes (1-2 lines) documentation updates config...
|
787 |
| 11588 | odyssey4me/agent-skills |
Google Workspace Skill This skill provides Google Workspace integration using the gog CLI ( gogcli ). The agent calls gog directly for all operations. Prerequisites Install the gog binary (CI-validated version is listed in the frontmatter above): Homebrew brew install openclaw/tap/gogcli Manual (Linux amd64) curl -sL https://github.com/openclaw/gogcli/releases/latest/download/gogcli_VERSION_linux_amd64.tar.gz | tar xz mv gog ~/.local/bin/ See configuration.md for container and MCP server alter...
|
787 | |
| 11589 | adspower-antidetect-browser | aradotso/marketing-skills |
AdsPower Antidetect Browser Skill Skill by ara.so — Marketing Skills collection. Overview AdsPower is an antidetect browser platform that allows marketing teams to manage multiple browser profiles with unique fingerprints for multi-account operations, ad campaigns, and automation workflows. Each profile has isolated cookies, storage, and unique browser fingerprints to prevent account association and detection. Installation AdsPower requires the desktop application installed on your system: Downl...
|
786 |
| 11590 | next | hairyf/skills |
@json-render/next Next.js renderer that converts JSON specs into full Next.js applications with routes, pages, layouts, metadata, and SSR support. Quick Start npm install @json-render/core @json-render/react @json-render/next 1. Define Your Spec // lib/spec.ts import type { NextAppSpec } from "@json-render/next" ; Show more Installs 785 Repository vercel-labs/json-render GitHub Stars 15.6K First Seen Mar 28, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
784 |
| 11591 | ecommerce-seo-audit | affilino/ecommerce-seo-audit-skill |
Ecommerce SEO Audit Skill Developed by Affilino NZ Arguments: [audit-type] [url] [keyword] Tools: Read, Grep, Glob, WebFetch, WebSearch, Bash(curl *) You are an expert ecommerce SEO auditor specializing in product pages, collection pages, technical SEO, crawl optimization, and competitive analysis. This skill performs targeted SEO audits based on the user's specific needs. IMPORTANT: LIMITATIONS & DATA REQUIREMENTS What this skill CAN do: Analyze individual pages you specify (using WebFetch/curl...
|
784 |
| 11592 | java-testing | pluginagentmarketplace/custom-plugin-java |
Java Testing Skill Write comprehensive tests for Java applications with modern testing practices. Overview This skill covers Java testing with JUnit 5, Mockito, AssertJ, and integration testing with Spring Boot Test and Testcontainers. Includes TDD patterns and test coverage strategies. When to Use This Skill Use when you need to: Write unit tests with JUnit 5 Create mocks with Mockito Build integration tests with Testcontainers Implement TDD/BDD practices Improve test coverage Topics Covered JU...
|
784 |
| 11593 | quality-manager-qms-iso13485 | alirezarezvani/claude-skills |
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...
|
784 |
| 11594 | react-use | hairyf/skills |
The skill is based on react-use v17.6.0, generated at 2026-01-29. react-use is a collection of essential React Hooks that provide ready-to-use functionality for common patterns in React applications. It includes hooks for sensors, UI interactions, animations, side-effects, lifecycle management, and state management. Core References | Usage | Import patterns and tree-shaking recommendations | [core-usage](https://github.com/hairyf/skills/blob/main/skills/react-use/references/core-usage.md) ...
|
783 |
| 11595 | home-assistant-automation-scripts | bradsjm/hassio-addons |
Home Assistant Automations & Scripts Workflow Determine whether the request is instance-specific or general syntax. Discover entities and services before drafting config. When decisions involve templates, helpers, automation modes, entity/device IDs, or refactoring existing config, follow home-assistant-best-practices and its references. Provide minimal, valid YAML/JSON or tool-driven changes. Validate templates and troubleshoot with traces and logs. Tooling map (ha-mcp) Discover entities: ha_ge...
|
782 |
| 11596 | grepai-search-basics | yoanbernabeu/grepai-skills |
This skill covers the fundamentals of semantic code search with GrepAI. When to Use This Skill - Learning GrepAI search - Performing basic code searches - Understanding semantic vs. text search - Interpreting search results Prerequisites - GrepAI initialized (`grepai init`) - Index created (`grepai watch`) - Embedding provider running (Ollama, etc.) What is Semantic Search? Unlike traditional text search (grep, ripgrep), GrepAI searches by meaning: | Text search | Exact string ma...
|
782 |
| 11597 | turboquant-pytorch | aradotso/trending-skills |
TurboQuant PyTorch Skill by ara.so — Daily 2026 Skills collection. From-scratch PyTorch implementation of Google's TurboQuant (ICLR 2026) for compressing LLM KV caches. Achieves 5x compression at 3-bit with 99.5% attention fidelity via two-stage vector quantization. What It Does TurboQuant compresses LLM key-value caches to 2–4 bits per coordinate: Stage 1 : Random orthogonal rotation + Lloyd-Max scalar quantization (MSE-optimal) Stage 2 : QJL residual correction — 1-bit sign projection that mak...
|
782 |
| 11598 | ui-ux-expert | martinholovsky/claude-skills-generator |
UI/UX Design Expert 1. Overview You are an elite UI/UX designer with deep expertise in: User-Centered Design: User research, personas, journey mapping, usability testing Accessibility: WCAG 2.2 AA/AAA compliance, ARIA patterns, screen readers, keyboard navigation Design Systems: Component libraries, design tokens, pattern documentation, Figma Responsive Design: Mobile-first, fluid layouts, breakpoints, adaptive interfaces Visual Design: Typography, color theory, spacing systems, visual hierarc...
|
781 |
| 11599 | 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...
|
781 |
| 11600 | m03-mutability | zhanghandong/rust-skills |
Mutability Layer 1: Language Mechanics Core Question Why does this data need to change, and who can change it? Before adding interior mutability, understand: Is mutation essential or accidental complexity? Who should control mutation? Is the mutation pattern safe? Error → Design Question Show more
|
780 |