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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,447
总 Skills
35.6M
总安装量
2,441
贡献者
# Skill 仓库 描述 安装量
12751 technical writer eddiebe147/claude-settings
Technical Writer Transform complex technical concepts into clear, accessible documentation that helps users succeed. This skill specializes in creating API documentation, user guides, README files, tutorials, and reference materials that balance technical accuracy with readability. Whether you're documenting code libraries, software products, system architectures, or processes, this skill ensures your documentation is comprehensive, well-organized, and genuinely helpful. It follows industry best...
71
12752 final-release-review openai/openai-agents-python
Final Release Review Purpose Use this skill when validating the latest release candidate commit (default tip of origin/main) for release. It guides you to fetch remote tags, pick the previous release tag, and thoroughly inspect the BASE_TAG...TARGET diff for breaking changes, introduced bugs/regressions, improvement opportunities, and release risks. Quick start Ensure repository root: pwd → path-to-workspace/openai-agents-python. Sync tags and pick base (default v*): BASE_TAG="$(.codex/skills/...
71
12753 image-optimization secondsky/claude-skills
SEO On-Page: Image Optimization Guides image optimization for Google Search (text results, Image Pack, Google Images, Discover), Core Web Vitals (LCP), and accessibility. Consolidates image-related best practices from components (hero, trust-badges) and pages (landing-page). References: Google Image SEO , Semrush Image SEO . When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the ...
71
12754 digitalocean-teams bobmatnyc/claude-mpm-skills
DigitalOcean Teams Skill progressive_disclosure: entry_point: summary: "Teams and Organizations on DigitalOcean: membership, roles, permissions, and consolidated billing." when_to_use: - "When setting up teams or organizations" - "When managing roles and access permissions" - "When configuring billing and ownership" quick_start: - "Create a team and invite members" - "Assign roles and permissions" - "Configure security settings" - "Use organizations for consolidated billing" token_estimate: entr...
70
12755 table-filters shipshitdev/library
Table Filters When the user is building a table that needs filters, analyze the columns and design the filtering UX. Step 1: Analyze Each Column For each column in the table, determine the filter type: Data Pattern Filter Type Example Columns Free text, names, descriptions Contains Product Name, Notes, Customer Fixed set of values (<20 options) Checkboxes Status, Category, Priority, Type Numeric values Range Price, Quantity, Age, Score Dates Date Range Created, Updated, Due Date Boolean Togg...
70
12756 capacitor-ci-cd cap-go/capgo-skills
CI/CD for Capacitor Applications Automate building, testing, and deploying Capacitor apps. When to Use This Skill User wants to automate builds User needs CI/CD pipeline User asks about GitHub Actions User needs app signing automation User wants automated releases GitHub Actions Complete Workflow .github/workflows/build.yml name : Build and Deploy on : push : branches : [ main , develop ] pull_request : branches : [ main ] env : NODE_VERSION : '20' jobs : Run tests and linting test : runs-on :...
70
12757 joel-writing-style joelhooks/joelclaw
Joel's Writing Style Guide Joel writes like he talks — direct, warm, profane when it serves the point, and always in service of helping someone. His blog is a digital garden, not a content marketing operation. Posts range from 50-word observations to 4,000-word deep dives. Not everything is polished. That's by design. This guide is derived from analyzing 127 posts across joelhooks.com (2012–2026). For curated voice examples from the corpus, see references/voice-examples.md . Core Voice Rules 1. ...
70
12758 agent-creator erichowens/some_claude_skills
Agent Creator Meta-agent specializing in creating new custom agents, skills, and MCP integrations. Transform requirements into fully-functional, well-documented agent systems. Quick Start User: "Create an agent for database optimization" Agent Creator: 1. Analyze requirements (domain, users, problems, scope) 2. Design persona (Senior DBA, 20 years experience) 3. Map capabilities (EXPLAIN analysis, indexing, query rewriting) 4. Select template (Technical Expert) 5. Encode knowledge (anti-patterns...
70
12759 calendly-automation sickn33/antigravity-awesome-skills
Calendly Automation via Rube MCP Automate Calendly operations including event listing, invitee management, scheduling link creation, availability queries, and organization administration through Composio's Calendly toolkit. Toolkit docs : composio.dev/toolkits/calendly Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Calendly connection via RUBE_MANAGE_CONNECTIONS with toolkit calendly Always call RUBE_SEARCH_TOOLS first to get current tool schemas Many operations re...
70
12760 helpdesk-automation composiohq/awesome-claude-skills
HelpDesk Automation via Rube MCP Automate HelpDesk ticketing operations through Composio's HelpDesk toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/helpdesk Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active HelpDesk connection via RUBE_MANAGE_CONNECTIONS with toolkit helpdesk Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just a...
70
12761 error-coordinator 404kidwiz/claude-supercode-skills
Error Coordinator Purpose Provides expertise in building resilient multi-agent systems with robust error handling, failure detection, and recovery mechanisms. Covers loop detection, hallucination mitigation, and self-healing agent workflows. When to Use Designing error handling for agent systems Implementing retry and recovery strategies Building self-healing AI workflows Detecting agent loops and infinite recursion Mitigating hallucinations in agent outputs Implementing circuit breakers for a...
70
12762 alicloud-solution-content-article-illustrator cinience/alicloud-skills
Category: solution Content Article Illustrator Preserve the article-illustration workflow model while recommending Alibaba Cloud skills as the default execution backends. Two Dimensions Dimension Controls Examples Type Information structure infographic, scene, flowchart, comparison, framework, timeline Style Visual aesthetics notion, warm, minimal, blueprint, watercolor, editorial Validation mkdir -p output/alicloud-solution-content-article-illustrator python3 tests/common/compile_skill_scripts....
70
12763 hindsight-self-hosted vectorize-io/hindsight
You have persistent memory via a self-hosted Hindsight server. This memory bank can be shared with the team, so knowledge stored here benefits everyone working on this codebase. Proactively store team knowledge and recall context to provide better assistance. Setup Check (First-Time Only) Before using memory commands, verify the Hindsight CLI is configured: ``` cat ~/.hindsight/config ``` If the file doesn't exist or is missing credentials, help the user set it up: - Install the CLI (if...
70
12764 salesforce-development mindrally/skills
Salesforce Development Patterns Lightning Web Component with Wire Service Use @wire decorator for reactive data binding with Lightning Data Service or Apex methods. @wire fits LWC's reactive architecture and enables Salesforce performance optimizations. Bulkified Apex Trigger with Handler Pattern Apex triggers must be bulkified to handle 200+ records per transaction. Use handler pattern for separation of concerns, testability, and recursion prevention. Queueable Apex for Async Processing Us...
70
12765 square-automation composiohq/awesome-claude-skills
Square Automation via Rube MCP Automate Square payment processing, order management, and invoicing through Composio's Square toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/square Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Square connection via RUBE_MANAGE_CONNECTIONS with toolkit square Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API k...
70
12766 llm-context brave/brave-search-skills
LLM Context Requires API Key : Get one at https://api.search.brave.com Plan : Included in the Search plan. See https://api-dashboard.search.brave.com/app/subscriptions/subscribe Brave LLM Context API delivers pre-extracted, relevance-ranked web content optimized for grounding LLM responses in real-time search results. Unlike traditional web search APIs that return links and snippets, LLM Context extracts the actual page content—text chunks, tables, code blocks, and structured data—so your LLM or...
70
12767 godot-state-machine-advanced thedivergentai/gd-agentic-skills
Advanced State Machines Hierarchical states, state stacks, and context passing define complex behavior management. Available Scripts hsm_logic_state.gd Expert HSM base class with state stack management and validation. pushdown_automaton.gd Stack-based state machine for interrupt-resume behavior (pause menus, cutscenes). MANDATORY : Read hsm_logic_state.gd before implementing hierarchical AI behaviors. NEVER Do in Advanced State Machines NEVER forget to call exit() before enter() — Transition wit...
70
12768 software-frontend vasilyu1983/ai-agents-public
Frontend Engineering Production-ready patterns for modern web applications. Modern Best Practices (January 2026): Next.js 16 + Turbopack, React 19.x + Server Components, TypeScript 5.9+ (strict), Tailwind CSS v4, TanStack Query, Zustand, Vitest (browser mode). Breaking Changes: Next.js 16 Upgrade Guide Shared release gates: ../software-clean-code-standard/assets/checklists/frontend-performance-a11y-checklist.md If you use React Server Components (RSC), treat security advisories as blocking:...
70
12769 mental-health-analyzer huifer/wellally-health
心理健康分析技能提供全面的心理健康数据分析功能,帮助用户追踪心理状态、识别情绪模式、监测危机风险和优化应对策略。 主要功能模块: - 心理健康评估分析 - PHQ-9/GAD-7等量表评分趋势分析 - 情绪模式识别 - 识别常见情绪、触发因素和应对方式效果 - 心理治疗进展追踪 - 治疗目标达成和症状改善评估 - 危机风险评估 - 多级危机风险检测(高/中/低)和预警 - 睡眠-心理关联分析 - 睡眠质量与心理状态的关联性分析 - 运动-情绪关联分析 - 运动与情绪改善的关系分析 - 营养-心理关联分析 - 饮食对情绪和焦虑的影响分析 - 慢性病-心理关联分析 - 慢性疾病与心理健康的关系分析 触发条件 技能在以下情况下自动触发: - 用户使用 `/mental trend` 查看心理状况趋势 - 用户使用 `/mental pattern` 分析情绪模式 - 用户使用 `/mental therapy progress` 查看治疗进展 - 用户使用 `/crisis assessment` 进行危机风险评估 - 用户使用 `/mental repor...
70
12770 cloudflare-deployment autumnsgrove/groveengine
Cloudflare Deployment Skill When to Activate Activate this skill when: Setting up Cloudflare Workers or Pages Working with KV, R2, or D1 storage Deploying applications to Cloudflare Configuring wrangler.toml Managing Cloudflare resources Quick Commands Install wrangler pnpm add -g wrangler Login wrangler login Initialize new Worker wrangler init my-worker Local development wrangler dev Deploy to Cloudflare wrangler deploy View logs wrangler tail my-worker Service Overview Service Purpose U...
70
12771 context-fundamentals shipshitdev/library
Context Engineering Fundamentals Context is the complete state available to a language model at inference time. It includes everything the model can attend to when generating responses: system instructions, tool definitions, retrieved documents, message history, and tool outputs. Understanding context fundamentals is prerequisite to effective context engineering. When to Activate Activate this skill when: Designing new agent systems or modifying existing architectures Debugging unexpected agent ...
70
12772 todo-tracker sundial-org/awesome-openclaw-skills
TODO Tracker Maintain a persistent TODO.md scratch pad in the workspace. File Location TODO.md in workspace root (e.g., /Users/nuthome/nuri-bot/TODO.md ) Commands View TODO When user asks: "what's on the TODO?", "show TODO", "pending tasks?" cat TODO.md Then summarize the items by priority. Add Item When user says: "add X to TODO", "TODO: X", "remember to X" bash skills/todo-tracker/scripts/todo.sh add "<priority>" "<item>" Priorities: high , medium , low (default: medium) Examples: bash skills/...
70
12773 track-management sickn33/antigravity-awesome-skills
Track Management Guide for creating, managing, and completing Conductor tracks - the logical work units that organize features, bugs, and refactors through specification, planning, and implementation phases. When to Use This Skill Creating new feature, bug, or refactor tracks Writing or reviewing spec.md files Creating or updating plan.md files Managing track lifecycle from creation to completion Understanding track status markers and conventions Working with the tracks.md registry Interpretin...
70
12774 electron-dev jamditis/claude-skills-journalism
Electron desktop development Patterns and practices for building production-quality Electron applications with React and TypeScript. Architecture patterns Project structure app/ ├── electron/ │ ├── main.cjs Main process (CommonJS required) │ ├── preload.cjs Context bridge for secure IPC │ └── server.cjs Optional: WebSocket/HTTP server ├── src/ │ ├── components/ React components │ ├── services/ Business logic (API clients, F...
70
12775 vibe-prd khazp/vibe-coding-prompt-template
Vibe-Coding PRD Generator You are helping the user create a Product Requirements Document (PRD). This is Step 2 of the vibe-coding workflow. Your Role Guide the user through defining WHAT they're building, WHO it's for, and WHY it matters. Ask questions one at a time. Step 1: Check for Research First, check if research exists: Look for docs/research-*.txt in the project If found, read it and reference insights during Q&A If not found, proceed without it Ask the user: Do you have research...
70
12776 game-engines pluginagentmarketplace/custom-plugin-game-developer
Game Engines & Frameworks Engine Comparison ┌─────────────────────────────────────────────────────────────┐ │ ENGINE COMPARISON │ ├─────────────────────────────────────────────────────────────┤ │ UNITY (C): │ │ ├─ Best for: 2D/3D, Mobile, Indie, VR/AR │ │ ├─ Learning: Moderate │ │ ├─ Performance: Good (IL2CPP for native) │ │ └─ Mar...
70
12777 clean-codejs-objects damianwrooby/javascript-clean-code-skills
Clean Code JavaScript – Object & Class Patterns Table of Contents Encapsulation Immutability Cohesion Encapsulation // ❌ Bad user . name = 'John' ; // ✅ Good user . rename ( 'John' ) ; Immutability // ❌ Bad user . age ++ ; // ✅ Good const updatedUser = user . withAge ( user . age + 1 ) ; Cohesion // ❌ Bad class User { calculateTax ( ) { } } // ✅ Good class TaxCalculator { calculate ( user ) { } }
70
12778 debugging-troubleshooting-2025 josiahsiegel/claude-plugin-marketplace
🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new documentation files unless ...
70
12779 transcript zeropointrepo/youtube-skills
Transcript Fetch video transcripts via TranscriptAPI.com . Setup If $TRANSCRIPT_API_KEY is not set, help the user create an account (100 free credits, no card): Step 1 — Register: Ask user for their email. node ./scripts/tapi-auth.js register --email USER_EMAIL → OTP sent to email. Ask user: "Check your email for a 6-digit verification code." Step 2 — Verify: Once user provides the OTP: node ./scripts/tapi-auth.js verify --token TOKEN_FROM_STEP_1 --otp CODE API key saved to your shell profile an...
70
12780 typography-system sanky369/vibe-building-skills
Typography System Overview Typography is the voice of your interface. It communicates hierarchy, establishes tone, and guides users through your content. Great typography is invisible—users don't notice it because it works so well. This skill teaches you to think about typography systematically: choosing fonts with intention, creating scales that feel natural, establishing clear hierarchy, and ensuring readability and accessibility across all contexts. Core Methodology: Type Scales and Hierar...
70
12781 personalization-at-scale onewave-ai/claude-skills
Personalization at Scale Generate hundreds of unique, researched first lines in minutes instead of hours. Instructions You are an expert sales development researcher who specializes in finding personalization angles for outbound prospecting at scale. Your mission is to take a list of prospects and generate unique, relevant, authentic personalization that makes cold outreach feel warm. Core Capabilities Research Sources : Company news and press releases LinkedIn activity (posts, comments, job cha...
70
12782 landing page optimizer eddiebe147/claude-settings
Landing Page Optimizer Transform underperforming landing pages into conversion machines. This skill combines copywriting expertise, UX best practices, and conversion psychology to systematically improve every element of your landing pages. Most landing pages leave massive value on the table. Small changes to headlines, CTAs, social proof placement, and form design can dramatically increase conversion rates. This skill provides a systematic audit framework, prioritized optimization recommendation...
70
12783 docusign-automation sickn33/antigravity-awesome-skills
DocuSign Automation via Rube MCP Automate DocuSign e-signature workflows through Composio's DocuSign toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/docusign Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active DocuSign connection via RUBE_MANAGE_CONNECTIONS with toolkit docusign Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just ...
70
12784 mf-docs module-federation/core
Module Federation Docs Assistant Answer Module Federation questions by fetching only the relevant documentation pages — not the entire docs. Steps 1. Fetch the documentation index Fetch the index to discover available pages and their descriptions: https://module-federation.io/llms.txt The index is in this format: Section Name - [Page Title](/path/to/page.md): brief description of the page content 2. Identify the relevant page(s) Read the page descriptions in the index and select the 1–3 pages m...
70
12785 coingecko sendaifun/skills
CoinGecko CoinGecko provides comprehensive crypto market data including spot prices, OHLC candles, market cap, trending coins, sector performance, and global stats. When to Use CoinGecko Use CoinGecko for: Price queries - Current prices, historical prices, OHLC data Market overview - Market cap, volume, trending coins, top gainers/losers Coin information - Detailed coin data, tickers, trading pairs Exchange data - Exchange listings, volumes, trading pairs NFT data - NFT collections, floor prices...
70
12786 spotify-api fabioc-aloha/spotify-skill
Spotify API Skill Version: 0.9.1 | Release Date: October 22, 2025 Overview This skill directly interacts with the Spotify Web API to manage music and playlists. ⚡ Unique Capability: Image Generation 🎨 This skill can GENERATE IMAGES - something Claude cannot do natively! It creates custom SVG-based cover art for Spotify playlists with large, readable typography optimized for thumbnail viewing. Each cover art is dynamically generated with theme-appropriate colors, gradients, and text layouts....
70
12787 php-symfony pluginagentmarketplace/custom-plugin-php
Symfony Framework Skill Atomic skill for mastering enterprise-grade Symfony applications Overview Comprehensive skill for building robust Symfony applications. Covers Symfony 6.4 LTS and 7.x with focus on Doctrine ORM, dependency injection, and API Platform. Skill Parameters Input Validation interface SkillParams { topic: | "doctrine" // ORM, DBAL, migrations | "di-container" // Services, autowiring, tags | "routing" // Routes, controllers | "security" ...
70
12788 behavioral-modes vudovn/antigravity-kit
Behavioral Modes - Adaptive AI Operating Modes Purpose This skill defines distinct behavioral modes that optimize AI performance for specific tasks. Modes change how the AI approaches problems, communicates, and prioritizes. Available Modes 1. 🧠 BRAINSTORM Mode When to use: Early project planning, feature ideation, architecture decisions Behavior: Ask clarifying questions before assumptions Offer multiple alternatives (at least 3) Think divergently - explore unconventional solutions No code...
70
12789 gemini-review alinaqi/claude-bootstrap
*Load with: base.md + code-review.md* Use Google's Gemini CLI for code review with Gemini 2.5 Pro - featuring a massive 1M token context window that can analyze entire repositories at once. Sources: [Gemini CLI](https://github.com/google-gemini/gemini-cli) | [Code Review Extension](https://github.com/gemini-cli-extensions/code-review) | [Gemini Code Assist](https://codeassist.google/) | [GitHub Action](https://github.com/google-github-actions/run-gemini-cli) Why Gemini for Code Review? | Ge...
70
12790 document-writer 404kidwiz/claude-supercode-skills
Documentation Writer for Nuxt Ecosystem Writing guidance for blog posts and documentation following patterns from official Nuxt websites. When to Use Writing blog posts for Nuxt ecosystem projects Creating or editing documentation pages Ensuring consistent writing style across content Writing Standard Override: When writing documentation, maintain proper grammar and complete sentences. The "sacrifice grammar for brevity" rule does NOT apply here. Documentation must be: Grammatically correct...
70
12791 swiftui-development mindrally/skills
SwiftUI Development You are an expert AI programming assistant that primarily focuses on producing clear, readable SwiftUI code. Key Principles Follow the user's requirements carefully and to the letter First think step-by-step - describe your plan for what to build in pseudocode, written out in great detail Confirm your understanding, then write code Write correct, up-to-date, bug-free, fully functional, working, secure, performant, and efficient code Focus on readability over being performan...
70
12792 responsive-web-design secondsky/claude-skills
Responsive Web Design Overview Build mobile-first responsive interfaces using modern CSS techniques including Flexbox, Grid, and media queries to create adaptable user experiences. When to Use Multi-device applications Mobile-first development Accessible layouts Flexible UI systems Cross-browser compatibility Implementation Examples 1. Mobile-First Media Query Strategy /* Mobile styles (default) */ .container { display: flex; flex-direction: column; padding: 16px; gap: 16px; } .card {...
70
12793 git-workflow yonatangross/orchestkit
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
70
12794 clap bobmatnyc/claude-mpm-skills
Clap (Rust) - Production CLI Patterns Overview Clap provides declarative command-line parsing with strong help output, validation, and subcommand support. Use it to build CLIs with predictable UX and testable execution paths. Quick Start Minimal CLI ✅ Correct: derive Parser use clap::Parser; [derive(Parser, Debug)] [command(name = "mytool", version, about = "Example CLI")] struct Args { /// Enable verbose output [arg(long)] verbose: bool, /// Input file path [arg(value_...
70
12795 meeting-intelligence-system onewave-ai/claude-skills
Meeting Intelligence System Transform meeting transcripts into actionable insights, decisions, and follow-ups. When to Use This Skill Activate when the user: Provides a meeting transcript or recording Asks to "analyze this meeting" Needs action items extracted from notes Wants to generate meeting minutes Asks for decisions made in a meeting Needs a follow-up email created Mentions meeting notes or transcripts Instructions Extract Meeting Metadata Identify meeting title/topic Note participa...
70
12796 project-discover-products-ops-dod zixun-github/aisdlc
project-discover-products-ops-dod(Step5+6+7+11:Products + Ops + DoD + 增量维护) 概览 这一阶段把 Discover 从“能写出来”升级到“能治理、能持续可用”: Products :把业务模块地图收敛到可治理数量(默认 <= 6),为需求阶段提供稳定语义锚点 Ops :固定“能跑、能验、能回滚、能排障”的入口(高 ROI) DoD :用门禁规则决定是否允许索引打勾(索引勾选只是反映事实) Delta Discover / stale :让知识库能随代码变化增量更新,不快速过期 开始时宣布: 「我正在使用 project-discover-products-ops-dod 技能收敛 Products、建立 Ops 入口并执行 DoD 与增量维护门禁。」 Products(业务模块聚合与收敛 <= 6) 核心原则 Products 是 业务地图 ,不是功能清单大全 优先用“数据主责 + 对外能力 + 组织边界”来聚类 默认目标:<= 6;如果无法收敛,必须写明原因与治理建议入口 从代码反推 Products 的高信号线...
70
12797 native-app-performance steipete/agent-scripts
Native App Performance (CLI-only) Goal: record Time Profiler via xctrace, extract samples, symbolicate, and propose hotspots without opening Instruments. Quick start (CLI) Record Time Profiler (attach): Start app yourself, then attach xcrun xctrace record --template 'Time Profiler' --time-limit 90s --output /tmp/App.trace --attach <pid> Record Time Profiler (launch): xcrun xctrace record --template 'Time Profiler' --time-limit 90s --output /tmp/App.trace --launch -- /path/App.app/Contents/Ma...
70
12798 viral-content majesticlabs-dev/majestic-marketplace
Viral Content Blueprint Build a platform-specific viral content playbook with psychological hooks, posting schedules, and replicable frameworks based on current algorithm behavior. For zero-budget organic reach. Conversation Starter Use AskUserQuestion to gather initial context. Begin by asking: "I'll help you create a viral content playbook that generates massive organic reach. Please provide: Business Type : What industry/niche are you in? Target Audience : Who are you trying to reach? (demogr...
70
12799 bitbucket-automation sickn33/antigravity-awesome-skills
Bitbucket Automation via Rube MCP Automate Bitbucket operations including repository management, pull request workflows, branch operations, issue tracking, and workspace administration through Composio's Bitbucket toolkit. Toolkit docs : composio.dev/toolkits/bitbucket Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Bitbucket connection via RUBE_MANAGE_CONNECTIONS with toolkit bitbucket Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube M...
70
12800 ubuntu-desktop-control lommaj/ubuntu-desktop-control
Desktop Control Skill Control the desktop GUI using semantic element targeting. Find and click UI elements by name instead of coordinates. Key Features: AT-SPI - Primary method using accessibility tree (knows element roles, states, actions) OCR Fallback - Tesseract-based text finding when AT-SPI can't find the element Wait Utilities - Poll for elements to appear with exponential backoff Click Verification - Optional pre-click screenshot verification Prerequisites Install dependencies: bash insta...
70