███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8401 | vibe | boshu2/agentops |
Vibe Skill Purpose: Is this code ready to ship? Three steps: Complexity analysis — Find hotspots (radon, gocyclo) Bug hunt audit — Systematic sweep for concrete bugs Council validation — Multi-model judgment Quick Start /vibe validates recent changes /vibe recent same as above /vibe src/auth/ validates specific path /vibe --quick recent fast inline check, no agent spawning /vibe --deep recent 3 judges instead of 2 /vibe --sweep recent deep audit: per-file explorers + council /vibe --mixed ...
|
851 |
| 8402 | malware-analysis-dragonflytomb-avast | aradotso/security-skills |
DragonflyTomb/Avast-Premium-Security-2026 Analysis Skill by ara.so — Security Skills collection ⚠️ WARNING: Malware Distribution Repository This repository is NOT legitimate Avast Premium Security software. It exhibits multiple red flags consistent with malware distribution disguised as cracked security software. Threat Indicators Repository Red Flags Unauthorized Distribution : Avast Corporation does not distribute software via GitHub repositories named "DragonflyTomb" Crack/Keygen Keywords : T...
|
851 |
| 8403 | north-star-vision | owl-listener/designer-skills |
North Star Vision You are an expert in articulating inspiring product visions that unite teams and guide direction. What You Do You help teams define a north-star vision — a compelling future state that inspires alignment and guides trade-offs. Vision Components Vision Statement — Who, what experience, why it matters (one sentence) Design Pillars — 3-5 strategic focus areas defining differentiators Vision Scenarios — Concrete narrative stories of the future experience Success Criteria — Qualitat...
|
851 |
| 8404 | critique | neolabhq/context-engineering-kit |
Conduct a holistic design critique, evaluating whether the interface actually works—not just technically, but as a designed experience. Think like a design director giving feedback. First : Use the frontend-design skill for design principles and anti-patterns. Design Critique Evaluate the interface across these dimensions: 1. AI Slop Detection (CRITICAL) This is the most important check. Does this look like every other AI-generated interface from 2024-2025? Review the design against ALL the DON'...
|
851 |
| 8405 | managing-astro-local-env | astronomer/agents |
Astro Local Environment This skill helps you manage your local Airflow environment using the Astro CLI. To set up a new project, see the setting-up-astro-project skill. When Airflow is running, use MCP tools from authoring-dags and testing-dags skills. Start / Stop / Restart Start local Airflow (webserver at http://localhost:8080) astro dev start Stop containers (preserves data) astro dev stop Kill and remove volumes (clean slate) astro dev kill Restart all containers astro dev restart...
|
851 |
| 8406 | pptx-posters | k-dense-ai/scientific-agent-skills |
PPTX Research Posters (HTML-Based) Overview ⚠️ USE THIS SKILL ONLY WHEN USER EXPLICITLY REQUESTS PPTX/POWERPOINT POSTER FORMAT. For standard research posters, use the latex-posters skill instead, which provides better typographic control and is the default for academic conferences. This skill creates research posters using HTML/CSS, which can then be exported to PDF or converted to PowerPoint format. The web-based approach offers: Modern, responsive layouts Easy integration of AI-generated visua...
|
851 |
| 8407 | transaction-correctness | tursodatabase/turso |
Turso uses WAL (Write-Ahead Logging) mode exclusively. Files: `.db`, `.db-wal` (no `.db-shm` - Turso uses in-memory WAL index) WAL Mechanics Write Path - Writer appends frames (page data) to WAL file (sequential I/O) - COMMIT = frame with non-zero db_size in header (marks transaction end) - Original DB unchanged until checkpoint Read Path - Reader acquires read mark (mxFrame = last valid commit frame) - For each page: check WAL up to mxFrame, fall back to main DB - Reader sees consi...
|
851 |
| 8408 | nextjs | vercel/vercel-plugin |
Next.js Best Practices Apply these rules when writing or reviewing Next.js code. File Conventions See file-conventions.md for: Project structure and special files Route segments (dynamic, catch-all, groups) Parallel and intercepting routes Middleware rename in v16 (middleware → proxy) RSC Boundaries Detect invalid React Server Component patterns. See rsc-boundaries.md for: Async client component detection (invalid) Non-serializable props detection Server Action exceptions Async Patterns Next.js ...
|
850 |
| 8409 | brave-search | steipete/agent-scripts |
Brave Search Headless web search and content extraction using Brave Search. No browser required. Setup Run once before first use: cd ~/Projects/agent-scripts/skills/brave-search npm ci Needs env: BRAVE_API_KEY . Search ./search.js "query" Basic search (5 results) ./search.js "query" -n 10 More results ./search.js "query" --content Include page content as markdown ./search.js "query" -n 3 --content Combined Extract Page Content ./content.js https://example.com/article Fetches a URL and extrac...
|
850 |
| 8410 | knowledge-site-creator | joeseesun/knowledge-site-creator |
Knowledge Site Creator - 通用知识学习网站生成器 AI理解主题,自动创作内容,生成网站,一键部署。 核心理念 设计系统优先 : 复用设计语言(极简主义、配色、布局、交互模式) 不复用具体页面代码 AI根据主题重新创作所有内容 通用学习模式 (核心功能): 闪卡(Flashcard) - 快速记忆 学习(Learn) - 渐进式学习 测试(Quiz) - 知识检验 索引(Index) - 快速查找 进度(Progress) - 学习追踪 零模板依赖 : 不再 cp -r 复制模板 AI参考设计系统,生成新页面 所有文案、统计、介绍都由AI创作 触发方式 "生成一个XXX学习网站" "创建XXX知识网站" "做个XXX学习工坊" 示例: "生成一个进化心理学概念学习网站" "创建量子力学基础概念网站" "做个中医经络穴位学习工坊" 工作流程 用户视角(一句话) 用户:"生成一个进化心理学学习网站" AI自动执行: ✓ 分析"进化心理学"特点和价值 ✓ 生成30个核心概念数据 ✓ 创作首页文案、统计、介绍 ✓ 参考设计系统生成页面 ✓ 部署到 Vercel ✓ 返回:...
|
850 |
| 8411 | blog-chart | agricidaniel/claude-blog |
Blog Chart: Built-In SVG Data Visualization Generates dark-mode-compatible inline SVG charts for blog posts. Invoked internally by blog-write and blog-rewrite when chart-worthy data is identified. Not a standalone user-facing command. Styling source of truth: references/visual-media.md Input Format The writer or researcher passes a chart request: Show more Installs 677 Repository agricidaniel/claude-blog GitHub Stars 1.3K First Seen Feb 26, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pa...
|
850 |
| 8412 | interview-script | owl-listener/designer-skills |
Customer Interview Script Create a structured interview script that surfaces real insights, not just opinions. Follows "The Mom Test" principles — ask about their life, not your idea. Domain Context Customer interviews are one source in Stage 1 (Explore) of continuous discovery. Other sources: stakeholder interviews, usage analytics, data analytics, surveys, market trends, SEO/SEM analysis. The PM needs direct access to users, stakeholders, engineers, and designers — "without proxies." The Produ...
|
850 |
| 8413 | jobs-to-be-done | owl-listener/designer-skills |
Jobs to Be Done Framework Framework for discovering innovation based on a fundamental truth: customers don't buy products - they "hire" them to do a specific job in their lives. Core Principle Job to Be Done = the progress a customer wants to make in specific circumstances. Key elements of the definition: Progress (not goal, not solution) - customer wants to move from current state to a better one Circumstances - context determines the job, not customer attributes (demographics are useless) Hiri...
|
850 |
| 8414 | llm-security | semgrep/skills |
Comprehensive security rules for building secure LLM applications. Based on the OWASP Top 10 for Large Language Model Applications 2025 - the authoritative guide to LLM security risks. How It Works - When building or reviewing LLM applications, reference these security guidelines - Each rule includes vulnerable patterns and secure implementations - Rules cover the complete LLM application lifecycle: training, deployment, and inference Categories Critical Impact - LLM01: Prompt Injectio...
|
850 |
| 8415 | vcp-screener | tradermonty/claude-trading-skills |
VCP Screener - Minervini Volatility Contraction Pattern Screen S&P 500 stocks for Mark Minervini's Volatility Contraction Pattern (VCP), identifying Stage 2 uptrend stocks with contracting volatility near breakout pivot points. When to Use User asks for VCP screening or Minervini-style setups User wants to find tight base / volatility contraction patterns User requests Stage 2 momentum stock scanning User asks for breakout candidates with defined risk Prerequisites FMP API key (set FMP_API_KEY e...
|
850 |
| 8416 | backend-dev-guidelines | langfuse/langfuse |
Backend Development Guidelines (Node.js · Express · TypeScript · Microservices) You are a senior backend engineer operating production-grade services under strict architectural and reliability constraints. Your goal is to build predictable, observable, and maintainable backend systems using: Layered architecture Explicit error boundaries Strong typing and validation Centralized configuration First-class observability This skill defines how backend code must be written, not merely suggestion...
|
850 |
| 8417 | environment | railwayapp/railway-skills |
Environment Configuration Query, stage, and apply configuration changes for Railway environments. Quick Actions When user asks "what's the config" or "show configuration": Run railway status --json to get the environment ID, then always query the full config: bash <<'SCRIPT' scripts/railway-api.sh \ 'query envConfig($envId: String!) { environment(id: $envId) { id config } }' \ '{"envId": "ENV_ID_FROM_STATUS"}' SCRIPT Present: source (repo/image), build settings, deploy settings,...
|
849 |
| 8418 | blog-calendar | agricidaniel/claude-blog |
Blog Calendar: Editorial Planning Generates editorial calendars with topic clusters, publishing cadence, freshness update schedules, content decay detection, template recommendations, distribution planning, and seasonal hooks. Optimized for building topical authority (Google) and maintaining citation freshness (AI platforms). Cross-reference This skill operates at the FLOW Find stage. Before selecting topics, run /blog flow find for keyword discovery, content prioritization, and audience avatar ...
|
849 |
| 8419 | diary-study-plan | owl-listener/designer-skills |
Diary Study Plan Design a longitudinal diary study to capture user behavior in context over time. Context You are a UX researcher designing a diary study for $ARGUMENTS. Instructions Define research goals : What longitudinal behaviors or experiences are you studying? Design the study : Duration : Recommended length (typically 1-4 weeks) Participants : 8-15 participants, screening criteria, compensation plan Entry prompts : Daily or event-triggered prompts (mix of structured and open-ended) Captu...
|
849 |
| 8420 | team-workflow | owl-listener/designer-skills |
Team Workflow You are an expert in designing efficient design team workflows and collaboration practices. What You Do You design workflows that help design teams collaborate effectively, manage work, and deliver quality. Workflow Components Task Management How work is tracked (boards, tickets, sprints) Status definitions (backlog, in progress, in review, done) Priority levels and how they are assigned Capacity planning and workload balancing Collaboration Rituals Standup (daily/async): What are ...
|
849 |
| 8421 | handoff-spec | owl-listener/designer-skills |
Handoff Spec You are an expert in creating clear, complete developer handoff specifications. What You Do You create handoff documents that give developers everything needed to implement a design accurately. Handoff Contents Visual Specifications Spacing and sizing (exact pixel values or token references) Color values (token names, not hex codes) Typography (style name, size, weight, line-height) Border radius, shadows, opacity values Responsive breakpoint behavior Interaction Specifications Stat...
|
849 |
| 8422 | clean-code | davila7/claude-code-templates |
Clean Code Skill This skill embodies the principles of "Clean Code" by Robert C. Martin (Uncle Bob). Use it to transform "code that works" into "code that is clean." 🧠 Core Philosophy "Code is clean if it can be read, and enhanced by a developer other than its original author." — Grady Booch When to Use Use this skill when: Writing new code : To ensure high quality from the start. Reviewing Pull Requests : To provide constructive, principle-based feedback. Refactoring legacy code : To identify a...
|
849 |
| 8423 | feedback-patterns | owl-listener/designer-skills |
Feedback Patterns You are an expert in designing system feedback that keeps users informed and confident. What You Do You design feedback mechanisms that confirm actions, communicate status, and guide next steps. Feedback Types Immediate Feedback Button state change on click Inline validation on input Toggle visual response Drag position update Confirmation Feedback Success toast/snackbar after action Checkmark animation on completion Summary of what was done Undo option for reversible actions S...
|
849 |
| 8424 | datapack-builder | anthropics/financial-services-plugins |
Financial Data Pack Builder Build professional, standardized financial data packs for private equity, investment banking, and asset management. Transform financial data from CIMs, offering memorandums, SEC filings, web search, or MCP server access into polished Excel workbooks ready for investment committee review. Important: Use the xlsx skill for all Excel file creation and manipulation throughout this workflow. CRITICAL SUCCESS FACTORS Every data pack must achieve these standards. Failure on ...
|
849 |
| 8425 | economic-calendar-fetcher | tradermonty/claude-trading-skills |
Economic Calendar Fetcher Overview Retrieve upcoming economic events and data releases from the Financial Modeling Prep (FMP) Economic Calendar API. This skill fetches scheduled economic indicators including central bank monetary policy decisions, employment reports, inflation data (CPI/PPI), GDP releases, retail sales, manufacturing data, and other market-moving events that impact financial markets. The skill uses a Python script to query the FMP API and returns raw JSON or text output. The ass...
|
849 |
| 8426 | stripe-payments | jezweb/claude-skills |
Stripe Payments Add Stripe payments to a web app. Covers the common patterns — one-time payments, subscriptions, webhooks, customer portal — with working code. No MCP server needed. Which Stripe API Do I Need? You want to... Use Complexity Accept a one-time payment Checkout Sessions Low — Stripe hosts the payment page Embed a payment form in your UI Payment Element + Payment Intents Medium — you build the form, Stripe handles the card Recurring billing / subscriptions Checkout Sessions (subscrip...
|
848 |
| 8427 | blog-strategy | agricidaniel/claude-blog |
Blog Strategy: Positioning & Content Architecture Develops comprehensive blog strategies that build topical authority for Google rankings while establishing brand presence for AI citation platforms. Includes topic cluster architecture, AI citation surface strategy, content scoring targets, and GEO-specific optimization plans. Research discipline references (v1.8.0) : skills/blog/references/research-quality.md - 5-dim rubric, pre-flight trap classes, cross-source clustering, freshness floors skil...
|
848 |
| 8428 | init | mcollina/skills |
Initialize Playwright Project Set up a production-ready Playwright testing environment. Detect the framework, generate config, folder structure, example test, and CI workflow. Steps 1. Analyze the Project Use the Explore subagent to scan the project: Check package.json for framework (React, Next.js, Vue, Angular, Svelte) Check for tsconfig.json → use TypeScript; otherwise JavaScript Check if Playwright is already installed ( @playwright/test in dependencies) Check for existing test directories (...
|
848 |
| 8429 | seo-audit | sickn33/antigravity-awesome-skills |
SEO Audit You are an expert in search engine optimization. Your goal is to identify SEO issues and provide actionable recommendations to improve organic search performance. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before auditing, understand: Site ...
|
848 |
| 8430 | netlify-database | netlify/context-and-tools |
Netlify Database Netlify Database is the managed Postgres product built into the Netlify platform. It is GA and is the default choice for any dynamic data in a Netlify project. Install @netlify/database and Netlify auto-provisions a Postgres database for the site at deploy time. Each deploy preview gets its own isolated branch forked from production data. No Neon account, connection-string wiring, or claim flow — the database is a first-class Netlify primitive. Database vs Blobs Use Netlify Data...
|
848 |
| 8431 | beads | boshu2/agentops |
Beads - Persistent Task Memory for AI Agents Graph-based issue tracker that survives conversation compaction. Provides persistent memory for multi-session work with complex dependencies. bd vs TodoWrite Decision test : "Will I need this context in 2 weeks?" YES = bd, NO = TodoWrite. bd (persistent) TodoWrite (ephemeral) Multi-session, dependencies, compaction survival Single-session linear tasks Dolt-backed team sync Conversation-scoped See BOUNDARIES.md for detailed comparison. Prerequisites bd...
|
847 |
| 8432 | digital-marketing-pro-claude-plugin | aradotso/marketing-skills |
Digital Marketing Pro Claude Plugin Skill by ara.so — Marketing Skills collection. Digital Marketing Pro is an end-to-end marketing engagement methodology that runs on Claude Code & Cowork. It provides 25 specialist marketing agents, 149 skills, and a canonical 12-part strategy flow that produces consistent, auditable marketing deliverables across brands. Designed for agencies managing 50-200 brands, in-house teams, and consultancies requiring structured, repeatable marketing processes. Installa...
|
847 |
| 8433 | hubspot | membranedev/application-skills |
HubSpot HubSpot is a CRM and marketing automation platform that helps businesses manage their sales, marketing, and customer service efforts. It's used by marketing and sales teams to attract leads, nurture them into customers, and provide customer support. Official docs: https://developers.hubspot.com/ HubSpot Overview Contact Email — associated with Contact Company Deal Ticket Use action names and parameters as needed. Working with HubSpot This skill uses the Membrane CLI to interact with HubS...
|
847 |
| 8434 | content-creator | alirezarezvani/claude-skills |
Content Creator You are an expert content creator who produces engaging, audience-focused content for blogs, social media, and marketing. When to Apply Use this skill when: Writing blog posts and articles Creating social media content (Twitter, LinkedIn, Instagram) Developing marketing copy Crafting compelling headlines and hooks Creating email newsletters Writing product descriptions Content Creation Framework 1. Know Your Audience Who are you writing for? What are their pain points? What level...
|
847 |
| 8435 | journey-map | owl-listener/designer-skills |
Journey Map Create a comprehensive user journey map for product design and UX analysis. Context You are a senior UX researcher helping a design team map the user journey for $ARGUMENTS. If the user provides files (research data, personas, analytics), read them first. Domain Context Journey Mapping (Jim Kalbach, Mapping Experiences): Visualizing the end-to-end experience across stages, touchpoints, channels, emotions, and pain points. Each stage should capture: user goals, actions, touchpoints, e...
|
847 |
| 8436 | affinity-diagram | owl-listener/designer-skills |
Affinity Diagram Organize qualitative research data into themed clusters and insight statements. Context You are a UX researcher synthesizing qualitative data for $ARGUMENTS. If the user provides files (interview notes, observation data, survey responses), read them first. Instructions Extract data points : Pull individual observations, quotes, and notes from the raw data. Bottom-up clustering : Group related data points into natural clusters (do not start with predefined categories). Name each ...
|
847 |
| 8437 | relational-database-mcp-cloudbase | tencentcloudbase/skills |
When to use this skill Use this skill when an agent needs to operate on CloudBase Relational Database via MCP tools , for example: Inspecting or querying data in tables Modifying data or schema (INSERT/UPDATE/DELETE/DDL) Reading or changing table security rules Do NOT use this skill for: Building Web or Node.js applications that talk to CloudBase Relational Database (use the Web/Node Relational Database skills) Auth flows or user identity (use the Auth skills) How to use this skill (for a coding...
|
847 |
| 8438 | skill-creator | himself65/finance-skills |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
847 |
| 8439 | brainstorming | jnmetacode/superpowers-zh |
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
|
847 |
| 8440 | backend-security-coder | sickn33/antigravity-awesome-skills |
Use this skill when Working on backend security coder tasks or workflows Needing guidance, best practices, or checklists for backend security coder Do not use this skill when The task is unrelated to backend 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/implementation...
|
847 |
| 8441 | nemoclaw-user-configure-security | nvidia/skills |
NemoClaw Security Best Practices: Controls, Risks, and Posture Profiles References Load references/best-practices.md when evaluating security posture, reviewing sandbox security defaults, or assessing control trade-offs. Presents a risk framework for every configurable security control in NemoClaw. Load references/openclaw-controls.md when reviewing the security boundary between NemoClaw and OpenClaw or assessing what NemoClaw does not cover. Lists OpenClaw security controls that operate indepen...
|
846 |
| 8442 | tech-stack-evaluator | alirezarezvani/claude-skills |
Technology Stack Evaluator A comprehensive evaluation framework for comparing technologies, frameworks, cloud providers, and complete technology stacks. Provides data-driven recommendations with TCO analysis, security assessment, ecosystem health scoring, and migration path analysis. Capabilities This skill provides eight comprehensive evaluation capabilities: Technology Comparison: Head-to-head comparisons of frameworks, languages, and tools (React vs Vue, PostgreSQL vs MongoDB, Node.js vs ...
|
846 |
| 8443 | gesture-patterns | owl-listener/designer-skills |
Gesture Patterns You are an expert in designing intuitive gesture-based interactions. What You Do You design gesture interactions that feel natural and discoverable across touch and pointer devices. Core Gestures Tap : Select, activate, toggle Double tap : Zoom, like/favorite Long press : Context menu, reorder mode, preview Swipe : Navigate, dismiss, reveal actions Pinch : Zoom in/out Rotate : Rotate content (maps, images) Drag : Move, reorder, adjust values Pull : Refresh content (pull-to-refre...
|
846 |
| 8444 | latex-posters | k-dense-ai/scientific-agent-skills |
LaTeX Research Posters Overview Research posters are a critical medium for scientific communication at conferences, symposia, and academic events. This skill provides comprehensive guidance for creating professional, visually appealing research posters using LaTeX packages. Generate publication-quality posters with proper layout, typography, color schemes, and visual hierarchy. When to Use This Skill This skill should be used when: Creating research posters for conferences, symposia, or poster s...
|
846 |
| 8445 | axiom-networking | charleswiltgen/axiom |
Network.framework Networking When to Use This Skill Use when: Implementing UDP/TCP connections for gaming, streaming, or messaging apps Migrating from BSD sockets, CFSocket, NSStream, or SCNetworkReachability Debugging connection timeouts or TLS handshake failures Supporting network transitions (WiFi ↔ cellular) gracefully Adopting structured concurrency networking patterns (iOS 26+) Implementing custom protocols over TLS/QUIC Requesting code review of networking implementation before shipping
|
846 |
| 8446 | quick-mockups | civitai/civitai |
Create multiple design mockups in parallel using the `design-mockup` agent. Usage When asked to create mockups for a feature: - Create the output directory if it doesn't exist: ``` docs/working/mockups/<feature-name>/ ``` - Launch 3-5 parallel mockup agents using the Task tool with `subagent_type: design-mockup` - Each agent creates a unique variation with different: Layout approaches (grid, list, masonry, cards) - Information hierarchy - Visual emphasis - Interaction patterns D...
|
846 |
| 8447 | quickstart | boshu2/agentops |
/quickstart One job: Tell a new user what AgentOps does and what to do first. Fast. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Execution Steps Step 1: Detect setup git rev-parse --is-inside-work-tree > /dev/null 2 > &1 && echo "GIT=true" || echo "GIT=false" command -v ao > /dev/null && echo "AO=true" || echo "AO=false" command -v bd > /dev/null && echo "BD=true" || echo "BD=false" [ -d .agents ] && echo "AGENTS=true" || echo "AGENTS=false" Step 2: Show what AgentOps does Output exa...
|
845 |
| 8448 | homepage-generator | kostja94/marketing-skills |
Pages: Homepage Guides homepage content, structure, and conversion optimization. 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, audience, and value prop...
|
845 |
| 8449 | auth-web-cloudbase | tencentcloudbase/skills |
Overview Prerequisites : CloudBase environment ID ( env ) Prerequisites : CloudBase environment Region ( region ) Core Capabilities Use Case : Web frontend projects using @cloudbase/js-sdk@2.24.0+ for user authentication Key Benefits : Compatible with supabase-js API, supports phone, email, anonymous, username/password, and third-party login methods @cloudbase/js-sdk cdn source : https://static.cloudbase.net/cloudbase-js-sdk/latest/cloudbase.full.js Prerequisites Automatically use auth-tool-clou...
|
845 |
| 8450 | magicstarfishboost-seo-content-marketing-skill-suite | aradotso/marketing-skills |
MagicStarfishBoost SEO & Content Marketing Skill Suite Skill by ara.so — Marketing Skills collection. A specialized command suite derived from shanraisshan/claude-code-best-practice that provides 10 SEO and content marketing commands plus 5 multi-step workflows. Every command outputs structured, actionable results with progress tracking and prioritized action plans. What This Skill Does Keyword Research — clustering, opportunity scoring, intent mapping Content Audits — quality scoring, duplicati...
|
845 |