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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,493
总 Skills
36.5M
总安装量
2,447
贡献者
# Skill 仓库 描述 安装量
11401 felo-search felo-inc/felo-skills
Felo Search Skill When to Use Trigger this skill for questions requiring current or real-time information: Current events & news: Recent developments, trending topics, breaking news Real-time data: Weather, stock prices, exchange rates, sports scores Information queries: "What is...", "Tell me about...", product reviews, comparisons, recommendations Location-based: Restaurants, travel destinations, local attractions, things to do How-to guides: Tutorials, step-by-step instructions, best practice...
86
11402 better-auth-authentication bobmatnyc/claude-mpm-skills
Better Auth Authentication Goals Enable email/password authentication and social providers. Implement sign-up, sign-in, sign-out, and verification flows. Handle redirects and errors consistently. Quick start Enable emailAndPassword and configure socialProviders. Create a client with createAuthClient. Use signUp.email, signIn.email, signIn.social, and signOut on the client. import { betterAuth } from "better-auth"; export const auth = betterAuth({ emailAndPassword: { enabled: true }, socialP...
86
11403 security-nextjs igorwarzocha/opencode-workflows
Security audit patterns for Next.js applications covering environment variable exposure, Server Actions, middleware auth, API routes, and App Router security. Environment Variable Exposure The NEXT_PUBLIC_ Footgun ``` NEXT_PUBLIC_* → Bundled into client JavaScript → Visible to everyone No prefix → Server-only → Safe for secrets ``` Audit steps: - `grep -r "NEXT_PUBLIC_" . -g "*.env*"` - For each var, ask: "Would I be OK if this was in view-source?" - Common mistakes: `NEXT_PUBLIC_...
86
11404 after-effects dylantarre/animation-principles
After Effects Animation Principles Implement all 12 Disney animation principles using After Effects' powerful animation tools. 1. Squash and Stretch // Expression for automatic squash/stretch s = transform.scale[1]; x = 100 + (100 - s) * 0.5; [x, s] Or manually: Keyframe Scale X and Y inversely When Y compresses, X expands Maintain volume (X * Y ≈ constant) 2. Anticipation Timeline structure: 0-10f: Wind-up (crouch, pull back) 10-12f: Transition 12-30f: Main action 30-40f: Settle Use Eas...
86
11405 wordpress-testing-qa bobmatnyc/claude-mpm-skills
WordPress Testing & Quality Assurance progressive_disclosure: entry_point: summary: "WordPress plugin and theme testing with PHPUnit, WP_Mock, PHPCS, and CI/CD for quality assurance" when_to_use: - "Testing WordPress plugins with PHPUnit integration tests" - "Unit testing without loading WordPress core (WP_Mock)" - "Enforcing coding standards with PHPCS" quick_start: - "Set up PHPUnit with WordPress test suite" - "Write unit tests with WP_Mock" - "Configure PHPCS with WPCS ruleset" Testing Strat...
86
11406 gemini-cli x-zero-l/agent-skills
Gemini CLI Skill Use Google’s gemini CLI as an external “second brain” when you need a very large context window, a second opinion, or safe sandbox execution. This skill does not use MCP; it runs the local CLI directly. When To Use Use this skill when the user asks to: “Ask Gemini” / “Use Gemini” Analyze or summarize large files or directories (especially with @path references) Brainstorm options with a specific framework (SCAMPER, design thinking, etc.) Generate structured edit suggestions (“ch...
86
11407 blog-writing-specialist manojbajaj95/claude-gtm-plugin
Blog Writing Specialist Comprehensive blog writing combining technical depth, personal voice transformation, and AEO optimization. Quick Decision Tree Input Type Use Section Technical tutorial, deep dive, benchmark Technical Blog Writing Brain dump → polished post Nick Nisi Voice Personal voice (Jarad style) Jarad's Voice Company/product/technology category post Lightfast Category System Not sure Start here, adapt as needed Part 1: Technical Blog Writing Write developer-focused technical blog po...
86
11408 table-extractor dkyazzentwatwa/chatgpt-skills
Table Extractor Skill Overview This skill enables precise extraction of tables from PDF documents using camelot - the gold standard for PDF table extraction. Handle complex tables with merged cells, borderless tables, and multi-page layouts with high accuracy. How to Use Provide the PDF containing tables Optionally specify pages or table detection method I'll extract tables as pandas DataFrames Example prompts: "Extract all tables from this PDF" "Get the table on page 5 of this report" "Extract ...
86
11409 slo-implementation sickn33/antigravity-awesome-skills
SLO Implementation Framework for defining and implementing Service Level Indicators (SLIs), Service Level Objectives (SLOs), and error budgets. Purpose Implement measurable reliability targets using SLIs, SLOs, and error budgets to balance reliability with innovation velocity. When to Use Define service reliability targets Measure user-perceived reliability Implement error budgets Create SLO-based alerts Track reliability goals SLI/SLO/SLA Hierarchy SLA (Service Level Agreement) ↓ Contract...
86
11410 julia-pro sickn33/antigravity-awesome-skills
Use this skill when Working on julia pro tasks or workflows Needing guidance, best practices, or checklists for julia pro Do not use this skill when The task is unrelated to julia pro 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 Julia expert s...
86
11411 cold-outreach gtmagents/gtm-agents
Cold Outreach Mastery When to Use Building outbound sequences for new personas or segments Personalizing cold email / LinkedIn outreach at scale Diagnosing low open or reply rates in existing sequences Designing follow-up cadences for SDR/XDR or founder-led sales Framework Core Principles – pattern interruption, value before ask, authentic personalization, mobile-first formatting, single CTA. SPARK Flow – Subject hook → Personalized opening → Agitate problem → Relevant value → Kick-off CTA. Chan...
86
11412 azure-infra-engineer 404kidwiz/claude-supercode-skills
Azure Infrastructure Engineer Purpose Provides Microsoft Azure cloud expertise specializing in Bicep/ARM templates, Enterprise Landing Zones, and Cloud Adoption Framework (CAF) implementations. Designs and deploys enterprise-grade Azure environments with governance, networking, and infrastructure as code. When to Use Deploying Azure resources using Bicep or ARM templates Designing Hub-and-Spoke network topologies (Virtual WAN, ExpressRoute) Implementing Azure Policy and Management Groups (Gove...
86
11413 google-drive sanjay3290/ai-skills
Google Drive Google Drive is a cloud-based file storage and synchronization service. It's used by individuals and teams to store, access, and share files online from any device. Think of it as a virtual hard drive in the cloud. Official docs: https://developers.google.com/drive Google Drive Overview Files Permissions Folders Permissions Shared Links Working with Google Drive This skill uses the Membrane CLI to interact with Google Drive. Membrane handles authentication and credentials refresh au...
86
11414 llm-architect 404kidwiz/claude-supercode-skills
LLM Architect Purpose Provides expert large language model system architecture for designing, deploying, and optimizing LLM applications at scale. Specializes in model selection, RAG (Retrieval Augmented Generation) pipelines, fine-tuning strategies, serving infrastructure, cost optimization, and safety guardrails for production LLM systems. When to Use Designing end-to-end LLM systems from requirements to production Selecting models and serving infrastructure for specific use cases Implementi...
86
11415 video summarizer martinopiaggi/summarize
Overview This skill transcribes and summarizes video content by running the python -m summarizer CLI tool. It handles YouTube (captions or audio), local files, Google Drive, and Dropbox. Transcripts are chunked, processed in parallel through an OpenAI-compatible LLM, and merged into a final summary. IMPORTANT: Always use the CLI command below. Never try to fetch, scrape, or download video URLs directly (e.g., with webfetch or curl). The CLI handles all downloading, transcription, and summarizati...
86
11416 google-ads-strategy majesticlabs-dev/majestic-marketplace
Google Ads Strategy Builder Conversation Starter Use AskUserQuestion to gather initial context. Begin by asking: "I'll help you create a Google Ads strategy that drives profitable customer acquisition. Please provide: Business Type : What do you sell? (Product, service, SaaS, e-commerce, lead gen) Target Customer : Who are you trying to reach? (B2B/B2C, demographics, job titles) Monthly Budget : What's your starting budget? ($1K, $5K, $10K+) Goal : What's the primary objective? (Leads, sales, si...
86
11417 frontend-development samhvw8/dotfiles
Frontend Development Guidelines Purpose Comprehensive guide for modern frontend development across React, Vue 3, Svelte 5, and Angular. Covers framework-specific patterns, common architectural principles, and cross-framework best practices. When to Use This Skill Creating components or pages in React, Vue, Svelte, or Angular Building new features with framework-specific patterns Implementing state management (Pinia, Zustand, stores, signals) Setting up routing (TanStack Router, Vue Router, Svelt...
86
11418 capacitor-security cap-go/capgo-skills
Capacitor Security with Capsec Zero-config security scanning for Capacitor and Ionic apps. When to Use This Skill User wants to secure their app User asks about security vulnerabilities User needs to run security audit User has hardcoded secrets User needs CI/CD security scanning User asks about OWASP mobile security Quick Start with Capsec Run Security Scan Scan current directory (no installation needed) bunx capsec scan Scan specific path bunx capsec scan ./my-app CI mode (exit code 1 o...
86
11419 content-creation-and-marketing manojbajaj95/claude-gtm-plugin
Content Creation & Marketing Unified skill for creating and distributing high-converting B2B content across channels. When to Use Writing blog posts, LinkedIn posts, case studies Creating video scripts or webinar content Developing email nurture sequences Repurposing content across formats Planning content distribution Part 1: LinkedIn Content Post Formats That Work The Hook + Story + Lesson [Provocative hook - 1 line] [Story - 3-5 lines] [Lesson/takeaway - 2-3 lines] [Call to action or question...
86
11420 n8n-code-python sickn33/antigravity-awesome-skills
Python Code Node (Beta) Expert guidance for writing Python code in n8n Code nodes. ⚠️ Important: JavaScript First Recommendation: Use JavaScript for 95% of use cases. Only use Python when: You need specific Python standard library functions You're significantly more comfortable with Python syntax You're doing data transformations better suited to Python Why JavaScript is preferred: Full n8n helper functions ($helpers.httpRequest, etc.) Luxon DateTime library for advanced date/time operatio...
86
11421 memory-search davila7/claude-code-templates
AI Maestro Memory Search Search your conversation history using semantic, keyword, and symbol matching. Recall past decisions, discussions, and context across sessions. Part of the AI Maestro suite. Prerequisites Requires AI Maestro running locally. Memory indexing uses CozoDB for vector search. Install memory tools git clone https://github.com/23blocks-OS/ai-maestro-plugins.git cd ai-maestro-plugins && ./install-memory-tools.sh Core Behavior Before starting any task, search memory for relevant...
86
11422 security-bluebook-builder sickn33/antigravity-awesome-skills
Security Bluebook Builder Overview Build a minimal but real security policy for sensitive apps. The output is a single, coherent Blue Book document using MUST/SHOULD/CAN language, with explicit assumptions, scope, and security gates. Workflow 1) Gather inputs (ask only if missing) Collect just enough context to fill the template. If the user has not provided details, ask up to 6 short questions: What data classes are handled (PII, PHI, financial, tokens, content)? What are the trust boundaries (...
86
11423 aws-strands hoodini/ai-agents-skills
Strands Agents SDK Build model-agnostic AI agents with the Strands framework. Installation pip install strands-agents strands-agents-tools Or with npm npm install @strands-agents/sdk Quick Start from strands import Agent from strands.tools import tool @tool def get_weather(city: str) -> str: """Get current weather for a city.""" Implementation return f"Weather in {city}: 72°F, Sunny" agent = Agent( model="anthropic.claude-3-sonnet", tools=[get_weather] ) response = ag...
86
11424 twitter-automation composiohq/awesome-claude-skills
Twitter/X Automation Automate Twitter/X via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Post a tweet infsh app run x/post-tweet --input '{"text": "Hello from inference.sh!"}' Available Apps App App ID Description Post Tweet x/post-tweet Post text tweets Create Post x/post-create Post with media Like Post x/post-like Like a tweet Retweet x/post-retweet Retweet a post Delete Post x/pos...
86
11425 saga-orchestration sickn33/antigravity-awesome-skills
Saga Orchestration Patterns for managing distributed transactions and long-running business processes. When to Use This Skill Coordinating multi-service transactions Implementing compensating transactions Managing long-running business workflows Handling failures in distributed systems Building order fulfillment processes Implementing approval workflows Core Concepts 1. Saga Types Choreography Orchestration ┌─────┐ ┌─────┐ ┌─────┐ ┌─────────────┐ │Svc A│─►│Svc B│─►│Svc...
86
11426 clawdhub elliottminns/dreamfox-skills
ClawdHub CLI Install npm i -g clawdhub Auth (publish) clawdhub login clawdhub whoami Search clawdhub search "postgres backups" Install clawdhub install my-skill clawdhub install my-skill --version 1.2 .3 Update (hash-based match + upgrade) clawdhub update my-skill clawdhub update my-skill --version 1.2 .3 clawdhub update --all clawdhub update my-skill --force clawdhub update --all --no-input --force List clawdhub list Publish clawdhub publish ./my-skill --slug my-skill --name "My Skill" --versio...
86
11427 skill-editor davidkiss/smart-ai-skills
Skills Editor Skill Description This skill enables the agent to create and maintain "Agent Skills" - modular capabilities that extend the agent's functionality. It ensures that all skills follow the standardized directory structure and file format required by the deepagents environment. When to Use When the user asks to "create a skill" or "add a capability". When the user wants to package a specific workflow (e.g., "teach the agent how to handle PDF invoices"). When modifying existing skills to...
86
11428 customer-feedback-analyzer daffy0208/ai-dev-standards
Customer Feedback Analyzer Collect, analyze, and prioritize user feedback to inform product decisions. Core Principle Never collect feedback you won't act on. Collecting feedback creates expectation of action. If you can't commit to reviewing and acting on it, don't ask for it. Destroys trust. Feedback Channels 1. In-App Feedback Widget Best for: Contextual feedback, low friction // Contextual feedback <FeedbackWidget context={{ page: 'dashboard', feature: 'export', user_acti...
86
11429 convex-backend cloudai-x/claude-workflow-v2
Convex Backend Guidelines Comprehensive guide for building Convex backends with TypeScript. Covers function syntax, validators, schemas, queries, mutations, actions, scheduling, and file storage. When to Apply Reference these guidelines when: Writing new Convex functions (queries, mutations, actions) Defining database schemas and validators Implementing real-time data fetching Setting up cron jobs or scheduled functions Working with file storage Designing API structure Rule Categories Catego...
86
11430 copywriting-core manojbajaj95/claude-gtm-plugin
Copywriting Core Check Context First If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md ), read it before writing or editing. Use brand voice and customer language from that context to guide all copy decisions. Identity & Principles You are a copywriter who has written for brands like Apple, Mailchimp, and Basecamp—crafting headlines that stopped scrolls, emails that drove millions in revenue, and product copy that turned features into feelings. You're also a...
86
11431 dbt-transformation-patterns sickn33/antigravity-awesome-skills
dbt Transformation Patterns Production-ready patterns for dbt (data build tool) including model organization, testing strategies, documentation, and incremental processing. When to Use This Skill Building data transformation pipelines with dbt Organizing models into staging, intermediate, and marts layers Implementing data quality tests Creating incremental models for large datasets Documenting data models and lineage Setting up dbt project structure Core Concepts 1. Model Layers (Medallion Ar...
86
11432 ascii-diagram-validator terrylica/cc-skills
ASCII Diagram Validator Validate and fix alignment issues in ASCII box-drawing diagrams commonly used in architecture documentation, README files, and code comments. Overview ASCII diagrams using box-drawing characters (─│┌┐└┘├┤┬┴┼ and double-line variants ═║╔╗╚╝╠╣╦╩╬) require precise column alignment. This skill provides: Validation script - Detects misaligned characters with file:line:column locations Actionable fixes - Specific suggestions for correcting each issue Multi-file support - Va...
86
11433 swagger-doc-creator jeremylongshore/claude-code-plugins-plus-skills
Swagger Doc Creator Purpose This skill provides automated assistance for swagger doc creator tasks within the API Development domain. When to Use This skill activates automatically when you: Mention "swagger doc creator" in your request Ask about swagger doc creator patterns or best practices Need help with api development skills covering rest, graphql, openapi, authentication, and api design patterns. Capabilities Provides step-by-step guidance for swagger doc creator Follows industry best prac...
86
11434 vercel-observability bobmatnyc/claude-mpm-skills
Vercel Observability Skill progressive_disclosure: entry_point: summary: "Vercel observability: analytics, Speed Insights, logs, tracing, alerts, and performance monitoring." when_to_use: - "When monitoring application performance" - "When debugging production issues" - "When setting alerts for availability and errors" quick_start: - "Enable Web Analytics" - "Enable Speed Insights" - "Review logs and tracing" - "Configure alerts" token_estimate: entry: 90-110 full: 3600-4700 Overview Vercel obs...
86
11435 laravel-multi-tenancy leeovery/claude-laravel
Multi-tenancy separates application logic into central (non-tenant) and tenanted (tenant-specific) contexts. Related guides: - [tenancy-testing.md](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-multi-tenancy/references/tenancy-testing.md) - Testing multi-tenant features - [Actions](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-multi-tenancy/../laravel-actions/SKILL.md) - Central vs Tenanted action organization - [Models](https://github.com/leeovery...
86
11436 aspire-configuration aaronontheweb/dotnet-skills
Aspire Configuration When to Use This Skill Use this skill when: Wiring AppHost resources to application configuration in Aspire-based repos Ensuring production configuration is transparent and portable outside of Aspire Avoiding Aspire client/service-discovery packages inside application code Designing feature toggles for dev/test without changing app code paths Core Principles AppHost owns Aspire infrastructure packages Aspire Hosting packages belong in AppHost only. App projects should not re...
86
11437 playwright-e2e-builder davila7/claude-code-templates
Playwright E2E Test Suite Builder When to use Use this skill when you need to: Set up Playwright from scratch in an existing project Build E2E tests for critical user flows (signup, checkout, dashboards) Implement Page Object Model for maintainable test architecture Configure authentication state persistence across tests Set up visual regression testing with screenshots Integrate Playwright into CI/CD with sharding and retries Phase 1: Explore (Plan Mode) Enter plan mode. Before writing any test...
86
11438 sql-expert questfortech-investments/claude-code-skills
SQL Expert Skill Expert guidance for writing, optimizing, and managing SQL databases across PostgreSQL, MySQL, SQLite, and SQL Server. Core Capabilities This skill enables you to: Write complex SQL queries with JOINs, subqueries, CTEs, and window functions Optimize slow queries using EXPLAIN plans and index recommendations Design database schemas with proper normalization (1NF, 2NF, 3NF, BCNF) Create effective indexes for query performance Write database migrations safely with rollback suppo...
86
11439 video-engineer 404kidwiz/claude-supercode-skills
Provides expertise in video processing, encoding, streaming, and infrastructure. Specializes in FFmpeg automation, adaptive streaming protocols, real-time communication, and building scalable video delivery systems. When to Use - Implementing video encoding and transcoding pipelines - Setting up HLS or DASH streaming infrastructure - Building WebRTC applications for real-time video - Automating video processing with FFmpeg - Optimizing video quality and compression - Creating video thumb...
86
11440 session-management alinaqi/claude-bootstrap
Session Management Overview Implement comprehensive session management systems with secure token handling, session persistence, token refresh mechanisms, proper logout procedures, and CSRF protection across different backend frameworks. When to Use Implementing user authentication systems Managing session state and user context Handling JWT token refresh cycles Implementing logout functionality Protecting against CSRF attacks Managing session expiration and cleanup Instructions 1. JWT Token Ge...
86
11441 lead-generation-and-demand manojbajaj95/claude-gtm-plugin
Lead Generation & Demand Comprehensive demand generation playbook for B2B SaaS companies focused on pipeline creation, CAC optimization, and multi-channel lead acquisition. Quick Start Define ICP — Identify ideal customer profile (firmographics, psychographics, technographics) Map Funnel — TOFU → MOFU → BOFU stages with clear goals Select Channels — Prioritize by CAC, lead quality, and timeline Create Assets — Lead magnets, landing pages, nurturing sequences Launch & Optimize — Track, measure, i...
86
11442 playwright-e2e-init shipshitdev/library
Playwright E2E Testing Initialization Sets up Playwright for end-to-end testing in Next.js and React applications. When to Use This skill should be used when: Adding E2E tests to a Next.js project Setting up browser automation testing Creating user flow tests for critical paths Integrating E2E tests with CI/CD pipeline What It Does Installs Playwright and browsers Creates configuration (playwright.config.ts) Sets up test directory (e2e/) Creates example tests for common flows Adds npm script...
86
11443 langgraph bobmatnyc/claude-mpm-skills
LangGraph Role: LangGraph Agent Architect You are an expert in building production-grade AI agents with LangGraph. You understand that agents need explicit structure - graphs make the flow visible and debuggable. You design state carefully, use reducers appropriately, and always consider persistence for production. You know when cycles are needed and how to prevent infinite loops. Capabilities Graph construction (StateGraph) State management and reducers Node and edge definitions Conditional ...
86
11444 appsec-expert martinholovsky/claude-skills-generator
Application Security Expert 0. Anti-Hallucination Protocol 🚨 MANDATORY: Read before implementing any code using this skill Verification Requirements When using this skill to implement security features, you MUST: Verify Before Implementing ✅ Check official documentation for all security APIs ✅ Confirm configuration options exist in target framework ✅ Validate OWASP guidance is current (2025 version) ❌ Never guess security method signatures ❌ Never invent configuration options ❌ Never assume...
86
11445 whatsapp-automation composiohq/awesome-claude-skills
WhatsApp Automation Automate WhatsApp Business communications including customer support, notifications, chatbots, and broadcast messaging. Based on n8n's WhatsApp integration templates. Overview This skill covers: WhatsApp Business API setup Automated chatbot flows Order/shipping notifications Customer support automation Broadcast messaging Setup & Configuration WhatsApp Business API setup_requirements : 1. meta_business_account : - Create at business.facebook.com - Verify business 2. whatsapp_...
86
11446 zabbix julianobarbosa/claude-code-skills
This skill provides guidance for automating Zabbix monitoring operations via the API and official Python library `zabbix_utils`. Quick Start Installation ``` pip install zabbix-utils --break-system-packages ``` Authentication ``` from zabbix_utils import ZabbixAPI Option 1: Username/password api = ZabbixAPI(url="https://zabbix.example.com") api.login(user="Admin", password="zabbix") Option 2: API token (Zabbix 5.4+, preferred) api = ZabbixAPI(url="https://zabbix.example.com") api.lo...
86
11447 spec-product-demo zixun-github/aisdlc
spec-product-demo(R4:基于原型生成可交互 Demo) 概览 R4 的目标是把 {FEATURE_DIR}/requirements/prototype.md 的页面清单与交互说明落地为 可运行、可交互 的 Demo,用于走查/验证/对齐: 唯一页面来源 :只能来自 prototype.md/页面/弹窗清单(P-xxx…) (禁止自创页面) 共享工程模式 :默认落到 {REPO_ROOT}/demo/prototypes/{CURRENT_BRANCH}/ 先骨架后细节 :先跑通路由/导航/跳转链路,再补字段/状态/校验/错误处理 数据可 Mock :后端未就绪允许 Mock,但要把“真实数据接入”当作明确替换点 开始时宣布: 「我正在使用 spec-product-demo 技能基于 prototype.md 生成可交互 Demo。」 R4 的核心价值是“把线框变成可点可跑”,不是替代设计稿,也不是在 Demo 里自由发挥新增需求。 何时使用 / 不使用 使用时机 已完成 R3,且存在 {FEATURE_DIR}/requirements/prototype.md ...
86
11448 spider johnlindquist/claude
Web Spider Crawl and analyze websites. Prerequisites curl for fetching curl --version Gemini for analysis pip install google-generativeai export GEMINI_API_KEY=your_api_key Optional: better HTML parsing npm install -g puppeteer pip install beautifulsoup4 Basic Crawling Fetch Page Simple fetch curl -s "https://example.com" With headers curl -s -H "User-Agent: Mozilla/5.0" "https://example.com" Follow redirects curl -sL "https://example.com" Save to file curl -s "https://example.com...
86
11449 pdf-parser jeremylongshore/claude-code-plugins-plus-skills
Pdf Parser Purpose This skill provides automated assistance for pdf parser tasks within the Business Automation domain. When to Use This skill activates automatically when you: Mention "pdf parser" in your request Ask about pdf parser patterns or best practices Need help with business automation skills covering workflow automation, email processing, spreadsheet operations, and business process optimization. Capabilities Provides step-by-step guidance for pdf parser Follows industry best prac...
86
11450 youtube-video-analyst manojbajaj95/claude-gtm-plugin
YouTube Video Analyst You are a Viral Content Forensic Analyst - a former YouTube algorithm engineer turned content strategist who obsessively reverse-engineers videos that explode past 10M views. You've mapped the neural patterns behind 5,000+ viral videos across every niche and discovered that virality follows predictable formulas hidden in plain sight. You see what others miss: the micro-pauses that create tension, the specific word patterns that trigger shares, the invisible architecture th...
86