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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
5951 osint danielmiessler/personal_ai_infrastructure
Open Source Intelligence gathering for authorized investigations. Workflow Routing | People lookup | `Workflows/PeopleLookup.md` | `PeopleTools.md` | Company lookup | `Workflows/CompanyLookup.md` | `CompanyTools.md` | Investment due diligence | `Workflows/CompanyDueDiligence.md` | `CompanyTools.md` | Entity/threat intel | `Workflows/EntityLookup.md` | `EntityTools.md` Trigger Patterns People OSINT: - "do OSINT on [person]", "research [person]", "background check on [person]...
144
5952 database-monitoring aj-geddes/useful-ai-prompts
Database Monitoring Overview Implement comprehensive database monitoring for performance analysis, health checks, and proactive alerting. Covers metrics collection, analysis, and troubleshooting strategies. When to Use Performance baseline establishment Real-time health monitoring Capacity planning Query performance analysis Resource utilization tracking Alerting rule configuration Incident response and troubleshooting PostgreSQL Monitoring Connection Monitoring PostgreSQL - Active Connection...
144
5953 context-mate jezweb/claude-skills
Context Mate A toolkit that works with Claude Code's natural flow. Use what helps, ignore what doesn't. When This Skill Activates When context-mate is invoked, analyze the project first before recommending tools. Step 1: Quick Project Scan Check for these files (use Glob, don't read contents yet): File/Pattern Indicates SESSION.md Session tracking active IMPLEMENTATION_PHASES.md Phased planning in use PROJECT_BRIEF.md Project explored/planned CLAUDE.md or .claude/ AI context exists .claude/rules...
144
5954 csv-data-visualizer ailabs-393/ai-labs-claude-skills
CSV Data Visualizer Overview This skill enables comprehensive data visualization and analysis for CSV files. It provides three main capabilities: (1) creating individual interactive visualizations using Plotly, (2) automatic data profiling with statistical summaries, and (3) generating multi-plot dashboards. The skill is optimized for exploratory data analysis, statistical reporting, and creating presentation-ready visualizations. When to Use This Skill Invoke this skill when users request: ...
144
5955 presentation-design-enhancer onewave-ai/claude-skills
Presentation Design Enhancer Transform text-heavy slides into visual storytelling. Suggest layout improvements, icon usage, and data visualization. Instructions You are an expert at presentation design and visual communication. Transform dense content into engaging visuals using design principles and best practices. Output Format Presentation Design Enhancer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Pra...
144
5956 security-review zackkorman/skills
Security Review Skill This skill ensures all code follows security best practices and identifies potential vulnerabilities. When to Activate Implementing authentication or authorization Handling user input or file uploads Creating new API endpoints Working with secrets or credentials Implementing payment features Storing or transmitting sensitive data Integrating third-party APIs Security Checklist 1. Secrets Management ❌ NEVER Do This const apiKey = "sk-proj-xxxxx" // Hardcoded secret const dbP...
144
5957 indexnow kostja94/marketing-skills
SEO Technical: IndexNow Guides IndexNow protocol integration for faster search engine indexing (primarily Bing). 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. Scope (Technical SEO) IndexNow : Submit URLs to Bing/Yandex for faster indexing URL notification : Notify search engines of new or updated URLs Initial Assessment ...
144
5958 tooluniverse-pharmacovigilance mims-harvard/tooluniverse
Pharmacovigilance Safety Analyzer Systematic drug safety analysis using FAERS adverse event data, FDA labeling, PharmGKB pharmacogenomics, and clinical trial safety signals. KEY PRINCIPLES : Report-first approach - Create report file FIRST, update progressively Signal quantification - Use disproportionality measures (PRR, ROR) Severity stratification - Prioritize serious/fatal events Multi-source triangulation - FAERS, labels, trials, literature Pharmacogenomic context - Include genetic risk fac...
144
5959 eve-new-project-setup incept5/eve-skillpacks
Eve New Project Setup Use this after a developer has run eve init and needs to configure the project for Eve Horizon. Context The user has already run: npm install -g @eve-horizon/cli eve init my-project cd my-project This skill handles the remaining setup: profile, authentication, org/project registration, manifest customization, and git remote configuration. Step 1: Verify CLI eve --version If this fails, the CLI wasn't installed. Have them run: npm install -g @eve-horizon/cli Step 2: Profile ...
144
5960 wechat-publisher 0731coderlee-sudo/wechat-publisher
wechat-publisher 一键发布 Markdown 文章到微信公众号草稿箱 基于 wenyan-cli 封装的 OpenClaw skill。 功能 ✅ Markdown 自动转换为微信公众号格式 ✅ 自动上传图片到微信图床 ✅ 一键推送到草稿箱 ✅ 多主题支持(代码高亮、Mac 风格代码块) ✅ 支持本地和网络图片 快速开始 1. 安装 wenyan-cli wenyan-cli 需要全局安装: npm install -g @wenyan-md/cli 验证安装: wenyan --help 注意: publish.sh 脚本会自动检测并安装 wenyan-cli(如果未安装) 2. 配置 API 凭证 API 凭证已保存在 /Users/leebot/.openclaw/workspace/TOOLS.md 确保环境变量已设置: export WECHAT_APP_ID = your_wechat_app_id export WECHAT_APP_SECRET = your_wechat_app_secret 重要: 确保你的 IP 已添加到微信公众号后台的白名单! 配...
144
5961 context-manager sickn33/antigravity-awesome-skills
Use this skill when Working on context manager tasks or workflows Needing guidance, best practices, or checklists for context manager Do not use this skill when The task is unrelated to context manager 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 ar...
144
5962 feature engineering aj-geddes/useful-ai-prompts
Feature Engineering Overview Feature engineering creates and transforms features to improve model performance, interpretability, and generalization through domain knowledge and mathematical transformations. When to Use When you need to improve model performance beyond using raw features When dealing with categorical variables that need encoding for ML algorithms When features have different scales and require normalization When creating domain-specific features based on business knowledge When h...
144
5963 asc-workflow rudrankriyam/asc-skills
asc workflow Use this skill when you need lane-style automation inside the CLI using: asc workflow run asc workflow validate asc workflow list This feature is best for deterministic automation that lives in your repo, is reviewable in PRs, and can run the same way locally and in CI. Command discovery Always use --help to confirm flags and subcommands: asc workflow --help asc workflow run --help asc workflow validate --help asc workflow list --help End-to-end flow Author .asc/workflow.json Valida...
144
5964 django-access-review getsentry/skills
Django Access Control & IDOR Review Find access control vulnerabilities by investigating how the codebase answers one question: Can User A access, modify, or delete User B's data? Philosophy: Investigation Over Pattern Matching Do NOT scan for predefined vulnerable patterns. Instead: Understand how authorization works in THIS codebase Ask questions about specific data flows Trace code to find where (or if) access checks happen Report only what you've confirmed through investigation Every codebas...
144
5965 nsfc-justification-writer huangwb8/chineseresearchlatex
推荐:用脚本快速生成信息表(并可交互填写),见 `skills/nsfc-justification-writer/scripts/run.py init`。 工作流(按顺序执行) - 定位项目与目标文件:确认 `project_root`,读取并仅编辑 `extraTex/1.1.立项依据.tex`。 - 抽取现有骨架:若文件已有 `\subsubsection` 等小标题,优先保留骨架,仅替换正文段落(除非用户要求重构层级)。默认不强制标题精确匹配(`strict_title_match=false`),更关注“内容维度是否覆盖”。 - 渐进式写作引导(主推):先骨架→再段落→再修订→再润色→再验收(避免一步到位压力) 使用 `scripts/run.py coach --stage auto` 自动判断当前阶段并给出“本轮只做三件事 + 需要你补充的问题 + 可复制提示词” - 每轮只改一个 `\subsubsection` 的正文,配合 `apply-section` 安全写入并自动备份 - 生成“立项依据”主叙事(建议 4 段闭环,AI 会检查内容维度覆盖而非...
144
5966 marp-slide davila7/claude-code-templates
Marp Slide Creator Create professional, visually appealing Marp presentation slides with 7 pre-designed themes and built-in best practices. When to Use This Skill Use this skill when the user: Requests to create presentation slides or Marp documents Asks to "make slides look good" or "improve slide design" Provides vague instructions like "良い感じにして" (make it nice) or "かっこよく" (make it cool) Wants to create lecture or seminar materials Needs bullet-point focused slides with occasional images Quick ...
144
5967 sequelize mindrally/skills
Sequelize Development Guidelines You are an expert in Sequelize ORM, Node.js, and database design with a focus on model associations, migrations, and data integrity. Core Principles Sequelize is a promise-based ORM for Node.js and TypeScript Supports PostgreSQL, MySQL, MariaDB, SQLite, and Microsoft SQL Server Uses model definitions with DataTypes for schema declaration Provides comprehensive support for associations, transactions, and hooks Migrations should be used for all schema changes in ...
143
5968 node mcollina/skills
When to use Use this skill whenever you are dealing with Node.js code to obtain domain-specific knowledge for building robust, performant, and maintainable Node.js applications. TypeScript with Type Stripping When writing TypeScript for Node.js, use type stripping (Node.js 22.6+) instead of build tools like ts-node or tsx. Type stripping runs TypeScript directly by removing type annotations at runtime without transpilation. Key requirements for type stripping compatibility: Use import type for t...
143
5969 tanstack-query bobmatnyc/claude-mpm-skills
TanStack Query (React Query) v5 Last Updated: 2026-01-20 Versions: @tanstack/react-query@5.90.19, @tanstack/react-query-devtools@5.91.2 Requires: React 18.0+ (useSyncExternalStore), TypeScript 4.7+ (recommended) v5 New Features useMutationState - Cross-Component Mutation Tracking Access mutation state from anywhere without prop drilling: import { useMutationState } from '@tanstack/react-query' function GlobalLoadingIndicator() { // Get all pending mutations const pendingMutations = useM...
143
5970 frontend-accessibility aj-geddes/useful-ai-prompts
Frontend Accessibility Overview Build accessible web applications following WCAG guidelines with semantic HTML, ARIA attributes, keyboard navigation, and screen reader support for inclusive user experiences. When to Use Compliance with accessibility standards Inclusive design requirements Screen reader support Keyboard navigation Color contrast issues Implementation Examples 1. Semantic HTML and ARIA <!-- Good semantic structure --> <nav aria-label="Main navigation"> <ul> <li><a href="/"...
143
5971 openspec-implementation forztf/open-skilled-sdd
Systematically implements approved spec proposals by executing tasks sequentially with proper testing and validation. Quick Start Implementation follows a read → execute → test → validate cycle for each task: - Read the full proposal and task list - Execute tasks one at a time, in order - Test each completed task - Mark complete only after verification Critical rule: Use TodoWrite to track progress. Never skip tasks or mark incomplete work as done. Workflow Copy this checklist and tra...
143
5972 anndata davila7/claude-code-templates
AnnData Overview AnnData is a Python package for handling annotated data matrices, storing experimental measurements (X) alongside observation metadata (obs), variable metadata (var), and multi-dimensional annotations (obsm, varm, obsp, varp, uns). Originally designed for single-cell genomics through Scanpy, it now serves as a general-purpose framework for any annotated data requiring efficient storage, manipulation, and analysis. When to Use This Skill Use this skill when: Creating, reading...
143
5973 slack-gif-creator davila7/claude-code-templates
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...
143
5974 integrated-marketing kostja94/marketing-skills
Strategies: Integrated Marketing (IMC) Guides Integrated Marketing Communications (IMC) strategy. IMC coordinates all marketing channels to deliver a consistent message and unified customer experience. Companies using integrated approaches achieve ~25% higher marketing ROI; optimized channel mixes outperform by ~27% in acquisition efficiency. 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 subsequen...
143
5975 wecom-automation aaaaqwq/claude-code-skills
企业微信个人账号直连自动化 基于 Wechaty 框架连接企业微信个人账号,实现完整的 AI 助手功能。适用于企业微信机器人、自动化客服、个人助手等场景。 核心功能 1. 自动同意好友添加 监听好友请求事件 自动通过好友验证 发送个性化欢迎消息 标注用户信息和来源 2. 智能问答(基于知识库) 向量知识库存储企业知识 语义搜索匹配问题 LLM 生成专业回复 支持多轮对话上下文 3. 人工介入提醒 置信度阈值自动判断 通过 Telegram/飞书通知人工 记录未解决问题用于优化 平滑转接到人工客服 4. 消息类型支持 文本消息(问答、对话) 图片消息(OCR、识别) 文件消息(DOCX、PDF 等) 语音消息(转文字、语音交互) 链接消息(预览、摘要) 名片消息(保存、处理) 技术架构 ┌──────────────┐ │ 企业微信 │ │ 个人账号 │ └──────┬───────┘ │ ▼ ┌──────────────────┐ │ Wechaty │ │ (PadLocal) │ └──────┬───────────┘ │ ▼...
143
5976 testimonials-generator kostja94/marketing-skills
Components: Testimonials Guides testimonial design and placement for conversion. 92% of consumers read reviews before buying; testimonials can increase conversion by up to 67%. 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....
143
5977 database-admin sickn33/antigravity-awesome-skills
Use this skill when Working on database admin tasks or workflows Needing guidance, best practices, or checklists for database admin Do not use this skill when The task is unrelated to database admin 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 are a...
143
5978 version-release lobehub/lobehub
Version Release Workflow Overview The primary development branch is canary . All day-to-day development happens on canary. When releasing, canary is merged into main. After merge, auto-tag-release.yml automatically handles tagging, version bumping, creating a GitHub Release, and syncing back to the canary branch. Only two release types are used in practice (major releases are extremely rare and can be ignored): Type Use Case Frequency Source Branch PR Title Format Version Minor Feature iteration...
143
5979 bootstrap mindrally/skills
Bootstrap Development You are an expert in Bootstrap for building responsive, maintainable web interfaces. Core Principles Write clear, concise, and technical responses with precise Bootstrap examples Utilize Bootstrap's components and utilities for responsive, maintainable development Prioritize clean coding practices and descriptive class naming Minimize custom CSS by leveraging built-in components Grid System & Layout Leverage Bootstrap's grid system for responsive layouts Use container, ro...
143
5980 gcp-cloud-functions aj-geddes/useful-ai-prompts
GCP Cloud Functions Overview Google Cloud Functions enables event-driven serverless computing on Google Cloud Platform. Build functions with automatic scaling, integrated security, and seamless integration with Google Cloud services for rapid development. When to Use HTTP APIs and webhooks Pub/Sub message processing Storage bucket events Firestore database triggers Cloud Scheduler jobs Real-time data processing Image and video processing Data pipeline orchestration Implementation Examples 1. C...
143
5981 commit casper-studios/casper-marketplace
Sentry Commit Messages Follow these conventions when creating commits for Sentry projects. Prerequisites Before committing, always check the current branch: git branch --show-current If you're on main or master , you MUST create a feature branch first — unless the user explicitly asked to commit to main. Do not ask the user whether to create a branch; just proceed with branch creation. The create-branch skill will still propose a branch name for the user to confirm. Use the create-branch skill t...
143
5982 stripe-subscriptions andrelandgraf/fullstackrecipes
Stripe Subscriptions Complete subscription billing system with Stripe integration, feature flags for plan gating, webhook handling, and billing portal. Prerequisites Complete these recipes first (in order): Type-Safe Environment Configuration Type-safe environment variable validation using Zod with a Drizzle-like schema API. Supports server/public fields, feature flags, either-or constraints, and client-side protection. curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recip...
143
5983 ml-paper-writing davila7/claude-code-templates
ML Paper Writing for Top AI Conferences Expert-level guidance for writing publication-ready papers targeting NeurIPS, ICML, ICLR, ACL, AAAI, and COLM. This skill combines writing philosophy from top researchers (Nanda, Farquhar, Karpathy, Lipton, Steinhardt) with practical tools: LaTeX templates, citation verification APIs, and conference checklists. Core Philosophy: Collaborative Writing Paper writing is collaborative, but Claude should be proactive in delivering drafts. The typical workflo...
143
5984 mapbox-android-patterns mapbox/mapbox-agent-skills
Mapbox Android Integration Patterns Official integration patterns for Mapbox Maps SDK on Android. Covers Kotlin, Jetpack Compose, View system, proper lifecycle management, token handling, offline maps, and mobile-specific optimizations. Use this skill when: Setting up Mapbox Maps SDK for Android in a new or existing project Integrating maps with Jetpack Compose or View system Implementing proper lifecycle management and cleanup Managing tokens securely in Android apps Working with offline maps a...
143
5985 clean-code wondelai/skills
Clean Code - Pragmatic AI Coding Standards CRITICAL SKILL - Be concise, direct, and solution-focused . Core Principles Principle Rule SRP Single Responsibility - each function/class does ONE thing DRY Don't Repeat Yourself - extract duplicates, reuse KISS Keep It Simple - simplest solution that works YAGNI You Aren't Gonna Need It - don't build unused features Boy Scout Leave code cleaner than you found it Naming Rules Element Convention Variables Reveal intent: userCount not n Functions Verb + ...
143
5986 internal-links kostja94/marketing-skills
SEO On-Page: Internal Links Guides internal linking strategy for SEO: crawlability, link equity distribution, and user navigation. 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. Scope (On-Page SEO) Internal links : Contextual links; descriptive anchor text; related posts; hub pages Breadcrumbs : Implement for large sites ...
143
5987 ddgr ysm-dev/ddgr-skill
ddgr Web Search Search DuckDuckGo from the terminal using ddgr . When to Use User asks to search the web or look something up Need current/real-time information not in training data User wants to find documentation, tutorials, or resources DuckDuckGo Bang searches (Wikipedia, StackOverflow, GitHub, etc.) Prerequisites ddgr must be installed: brew install ddgr or pip install ddgr Basic Usage ddgr --noua --np --json "search query" Required flags: --noua : Disable user agent (always use this) --np ...
143
5988 remotion-best-practices davila7/claude-code-templates
When to use Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge. Captions When dealing with captions or subtitles, load the ./rules/subtitles.md file for more information. Using FFmpeg For some video operations, such as trimming videos or detecting silence, FFmpeg should be used. Load the ./rules/ffmpeg.md file for more information. Audio visualization When needing to visualize audio (spectrum bars, waveforms, bass-reactive effects), load the ./rul...
143
5989 sales-page-copywriting yashaiguy-dev/sales-page-copywriting-skill
SALES PAGE COPYWRITING - HOSTILE VALIDATION SYSTEM CRITICAL OUTPUT INSTRUCTION YOU MUST OUTPUT ONLY THE FINAL POLISHED WEBSITE COPY TO THE USER. Do NOT show the user your internal validation process Do NOT show hostile reviewer feedback to the user Do NOT show the before/after revision process Do ALL validation work internally ONLY output the final polished website copy document PHASE 1: INPUT CAPTURE & STRATEGIC FOUNDATION When user provides a product idea or business concept, silently extract ...
143
5990 patents-search yorkeccak/scientific-skills
Patents Search Search the complete global patent database using natural language queries powered by Valyu's semantic search API. Why This Skill is Powerful No API Parameter Parsing: Just pass natural language queries directly - no need to construct complex search parameters Semantic Search: Understands the meaning of your query, not just keyword matching Full-Text Access: Returns complete patent information including claims, descriptions, and technical details Image Links: Includes patent diag...
143
5991 devtu-create-tool mims-harvard/tooluniverse
ToolUniverse Tool Creator Create new scientific tools following established patterns. Top 7 Mistakes (90% of Failures) Missing default_config.py Entry — tools silently won't load Non-nullable Mutually Exclusive Parameters — validation errors (1 issue in 2026) Fake test_examples — tests fail, agents get bad examples Single-level Testing — misses registration bugs Skipping test_new_tools.py — misses schema/API issues Tool Names > 55 chars — breaks MCP compatibility Raising Exceptions — should retu...
143
5992 mindmap-generator jeremylongshore/claude-code-plugins-plus-skills
This skill provides automated assistance for mindmap generator tasks within the Visual Content domain. When to Use This skill activates automatically when you: - Mention "mindmap generator" in your request - Ask about mindmap generator patterns or best practices - Need help with visual content skills covering diagrams, charts, presentations, and visual documentation tools. Capabilities - Provides step-by-step guidance for mindmap generator - Follows industry best practices and patterns...
143
5993 backtesting-frameworks sickn33/antigravity-awesome-skills
Backtesting Frameworks Build robust, production-grade backtesting systems that avoid common pitfalls and produce reliable strategy performance estimates. Use this skill when Developing trading strategy backtests Building backtesting infrastructure Validating strategy performance and robustness Avoiding common backtesting biases Implementing walk-forward analysis Do not use this skill when You need live trading execution or investment advice Historical data quality is unknown or incomplete The ta...
143
5994 aws-ec2-setup aj-geddes/useful-ai-prompts
AWS EC2 Setup Overview Amazon EC2 provides resizable compute capacity in the cloud. Launch and configure virtual servers with complete control over networking, storage, and security settings. Scale automatically based on demand. When to Use Web application servers Application backends and APIs Batch processing and compute jobs Development and testing environments Containerized applications (ECS) Kubernetes clusters (EKS) Database servers VPN and proxy servers Implementation Examples 1. EC2 Ins...
143
5995 discord-bot-architect davila7/claude-code-templates
Discord Bot Architect Patterns Discord.js v14 Foundation Modern Discord bot setup with Discord.js v14 and slash commands When to use: ['Building Discord bots with JavaScript/TypeScript', 'Need full gateway connection with events', 'Building bots with complex interactions'] ```javascript // src/index.js const { Client, Collection, GatewayIntentBits, Events } = require('discord.js'); const fs = require('node:fs'); const path = require('node:path'); require('dotenv').config(); // Create client ...
143
5996 category-page-generator kostja94/marketing-skills
Pages: Category Pages Guides e-commerce category page structure, content, and SEO optimization. Category pages organize products by attributes and drive 3x more organic revenue than product pages by ranking for broad, high-volume keywords. 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...
143
5997 usage-based-billing dodopayments/skills
Reference: [docs.dodopayments.com/features/usage-based-billing](https://docs.dodopayments.com/features/usage-based-billing/introduction) Charge customers for what they actually use—API calls, storage, AI tokens, or any metric you define. Overview Usage-based billing is perfect for: - APIs: Charge per request or operation - AI Services: Bill per token, generation, or inference - Infrastructure: Charge for compute, storage, bandwidth - SaaS: Metered features alongside subscriptions Core ...
143
5998 docker-expert personamanagmentlayer/pcl
Docker Expert You are an advanced Docker containerization expert with comprehensive, practical knowledge of container optimization, security hardening, multi-stage builds, orchestration patterns, and production deployment strategies based on current industry best practices. When invoked: If the issue requires ultra-specific expertise outside Docker, recommend switching and stop: Kubernetes orchestration, pods, services, ingress → kubernetes-expert (future) GitHub Actions CI/CD with containers → ...
143
5999 startups-page-generator kostja94/marketing-skills
Pages: Startups / Education Guides startups and education program pages that offer special pricing or benefits. Targets founders, early-stage teams, students, and educators. Common for SaaS, dev tools, and productivity apps. 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 cont...
143
6000 creator-program kostja94/marketing-skills
Channels: Creator Program Guides creator program strategy for AI/SaaS products. Long-term partnerships with creators for content co-creation and brand building. Differs from affiliate (sales focus) and influencer (paid promotion focus). 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 ma...
143