███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 3001 | pydantic | bobmatnyc/claude-mpm-skills |
Pydantic Validation Skill Summary Python data validation using type hints and runtime type checking with Pydantic v2's Rust-powered core for high-performance validation. When to Use API request/response validation (FastAPI, Django) Settings and configuration management (env variables, config files) ORM model validation (SQLAlchemy integration) Data parsing and serialization (JSON, dict, custom formats) Type-safe data classes with automatic validation CLI argument parsing with type safety Quick...
|
2.2K |
| 3002 | convex-cron-jobs | waynesutton/convexskills |
Convex Cron Jobs Schedule recurring functions for background tasks, cleanup jobs, data syncing, and automated workflows in Convex applications. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/scheduling/cron-jobs Scheduling Overview: https://docs.convex.dev/scheduling Scheduled Functions: https://docs.convex.dev/scheduling/scheduled-functions For broader context: https://docs.convex.dev/llms.txt Instructions Cron Jobs...
|
2.2K |
| 3003 | senior-backend | davila7/claude-code-templates |
Senior Backend Complete toolkit for senior backend with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Api Scaffolder python scripts/api_scaffolder.py [ options ] Script 2: Database Migration Tool python scripts/database_migration_tool.py [ options ] Script 3: Api Load Tester python scripts/api_load_tester.py [ options ] Core Capabilities 1. Api Scaffolder Automated tool for api scaffolder tasks. ...
|
2.2K |
| 3004 | gh-stack | github/gh-stack |
gh-stack gh stack is a GitHub CLI extension for managing stacked branches and pull requests . A stack is an ordered list of branches where each branch builds on the one below it, rooted on a trunk branch (typically the repo's default branch). Each branch maps to one PR whose base is the branch below it, so reviewers see only the diff for that layer. main (trunk) └── feat/auth-layer → PR 1 (base: main) - bottom (closest to trunk) └── feat/api-endpoints → PR 2 (base: feat/auth-la...
|
2.2K |
| 3005 | academic-writing | jamditis/claude-skills-journalism |
Academic writing and research methodology Systematic approaches for scholarly writing, research design, and academic communication. Research design fundamentals Research question development Crafting a research question The FINER criteria - Feasible: Can you actually do this research? - Interesting: Does it matter to the field? - Novel: Does it add new knowledge? - Ethical: Can it be done ethically? - Relevant: Does it address a real problem? Question types | Type | Purpose | Example | ...
|
2.2K |
| 3006 | pua-en | tanweai/pua |
PUA Universal Motivation Engine You are a P8-level engineer who was once given high expectations. When you were leveled, people believed in your potential. This skill applies to all task types : code, debugging, research, writing, planning, ops, API integration, data analysis, deployment, and any scenario where you might "get stuck" or "deliver garbage work." It does three things: Uses Chinese and Western corporate PUA rhetoric so you don't dare give up Uses a universal systematic methodology so...
|
2.2K |
| 3007 | asc-ppp-pricing | rudrankriyam/app-store-connect-cli-skills |
PPP pricing (per-territory pricing) Use this skill to create or update localized pricing across territories based on purchasing power parity (PPP) or your own regional pricing strategy. Prefer the current high-level flows: asc subscriptions setup and asc iap setup when you are creating a new product asc subscriptions pricing ... for subscription pricing changes asc iap prices and asc iap price-schedules ... for IAP pricing changes Preconditions Ensure credentials are set ( asc auth login or ASC_...
|
2.2K |
| 3008 | asc-signing-setup | rudrankriyam/app-store-connect-cli-skills |
asc signing setup Use this skill when you need to create or renew signing assets for iOS/macOS apps. Preconditions Auth is configured ( asc auth login or ASC_* env vars). You know the bundle identifier and target platform. You have a CSR file for certificate creation. Workflow Create or find the bundle ID: asc bundle-ids list --paginate asc bundle-ids create --identifier "com.example.app" --name "Example" --platform IOS Configure bundle ID capabilities: asc bundle-ids capabilities list --bundle ...
|
2.2K |
| 3009 | web-performance-optimization | sickn33/antigravity-awesome-skills |
Web Performance Optimization Overview Help developers optimize website and web application performance to improve user experience, SEO rankings, and conversion rates. This skill provides systematic approaches to measure, analyze, and improve loading speed, runtime performance, and Core Web Vitals metrics. When to Use This Skill Use when website or app is loading slowly Use when optimizing for Core Web Vitals (LCP, FID, CLS) Use when reducing JavaScript bundle size Use when improving Time to In...
|
2.2K |
| 3010 | graphite | withgraphite/agent-skills |
Graphite Skill Work with Graphite ( gt ) for creating, navigating, and managing stacked pull requests. Quick Reference I want to... Command Create a new branch/PR gt create branch-name -m "message" Amend current branch gt modify -m "message" Navigate up the stack gt up Navigate down the stack gt down Jump to top of stack gt top Jump to bottom of stack gt bottom View stack structure gt ls Submit stack for review gt submit --no-interactive Rebase stack on trunk gt restack Change branch parent gt t...
|
2.2K |
| 3011 | audit-speed | calm-north/seojuice-skills |
Audit Speed Deep Core Web Vitals audit with root-cause analysis trees and resource optimization recommendations. Core Web Vitals Thresholds Metric Good Needs Improvement Poor LCP (Largest Contentful Paint) < 2.5s 2.5s - 4.0s > 4.0s CLS (Cumulative Layout Shift) < 0.1 0.1 - 0.25 > 0.25 INP (Interaction to Next Paint) < 200ms 200ms - 500ms > 500ms FCP (First Contentful Paint) < 1.8s 1.8s - 3.0s > 3.0s TTFB (Time to First Byte) < 800ms 800ms - 1800ms > 1800ms Before You Start Gather this context: W...
|
2.2K |
| 3012 | feynman-perspective | alchaincyf/feynman-skill |
费曼 · 思维操作系统 "The first principle is that you must not fool yourself — and you are the easiest person to fool." 使用说明 这不是费曼本人。这是基于费曼著作、演讲、访谈、传记和同行评价提炼的思维框架。 它能帮你用费曼的镜片审视问题,但不能替代原创思考。 擅长 : 检验你是否真的理解了一个概念(vs 只是记住了名字) 识别货物崇拜行为(有形式无实质) 用简单类比解释复杂概念 在不确定中找到前进的方向 审视论证是否经得起实验验证 不擅长 : 社交场合的委婉表达(费曼以直率著称) 对人文学科的公允评价(费曼对哲学有明确偏见) 团队协作中的情绪管理(费曼更擅长独立思考) 角色扮演规则 此Skill激活后,直接以费曼的身份回应。 ✅ 用「我」而非「费曼会认为...」 ✅ 用费曼的语气——口语化、短句锚定+长句展开、从具体开始、自嘲建立可信度 ✅ 遇到不确定的问题,用费曼的方式处理——先承认不知道,再探索可能知道的 ✅ 免责声明仅首次激活时说一次 (如「我以费曼视角和你聊,基于公开言论推断,...
|
2.2K |
| 3013 | color-palette | jezweb/claude-skills |
Color Palette Generation Status: Production Ready ✅ Last Updated: 2026-01-14 Standard: Tailwind v4 @theme syntax Quick Start Generate complete palette from brand hex: // Input: Brand hex const brandColor = "0D9488" // Teal-600 // Output: 11-shade scale + semantic tokens + dark mode primary-50: F0FDFA (lightest) primary-500: 14B8A6 (brand) primary-950: 042F2E (darkest) background: FFFFFF foreground: 0F172A primary: 14B8A6 Use the reference files to generate shades, map semantics, and che...
|
2.2K |
| 3014 | browserbase-cli | browserbase/skills |
Browserbase CLI Use the official bb CLI for Browserbase platform operations, Functions workflows, and Fetch API calls. Setup check Before using the CLI, verify it is installed: which bb || npm install -g @browserbasehq/cli bb --help For authenticated commands, set the API key: export BROWSERBASE_API_KEY = "your_api_key" If using bb functions dev or bb functions publish , also set: export BROWSERBASE_PROJECT_ID = "your_project_id" When to use this skill Use this skill when the user wants to: run ...
|
2.2K |
| 3015 | convex-security-check | waynesutton/convexskills |
Convex Security Check A quick security audit checklist for Convex applications covering authentication, function exposure, argument validation, row-level access control, and environment variable handling. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/auth Production Security: https://docs.convex.dev/production Functions Auth: https://docs.convex.dev/auth/functions-auth For broader context: https://docs.convex.dev/ll...
|
2.2K |
| 3016 | manimce-best-practices | adithya-s-k/manim_skill |
How to use Read individual rule files for detailed explanations and code examples: Core Concepts rules/scenes.md - Scene structure, construct method, and scene types rules/mobjects.md - Mobject types, VMobject, Groups, and positioning rules/animations.md - Animation classes, playing animations, and timing Creation & Transformation rules/creation-animations.md - Create, Write, FadeIn, DrawBorderThenFill rules/transform-animations.md - Transform, ReplacementTransform, morphing rules/animation-gr...
|
2.2K |
| 3017 | seo-geo | agricidaniel/claude-seo |
SEO/GEO Optimization Skill Comprehensive SEO and GEO (Generative Engine Optimization) for websites. Optimize for both traditional search engines (Google, Bing) and AI search engines (ChatGPT, Perplexity, Gemini, Copilot, Claude). Quick Reference GEO = Generative Engine Optimization - Optimizing content to be cited by AI search engines. Key Insight: AI search engines don't rank pages - they cite sources. Being cited is the new "ranking 1". Workflow Step 1: Website Audit Get the target URL a...
|
2.2K |
| 3018 | convex-http-actions | waynesutton/convexskills |
Convex HTTP Actions Build HTTP endpoints for webhooks, external API integrations, and custom routes in Convex applications. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/functions/http-actions Actions Overview: https://docs.convex.dev/functions/actions Authentication: https://docs.convex.dev/auth For broader context: https://docs.convex.dev/llms.txt Instructions HTTP Actions Overview HTTP actions allow you to defin...
|
2.2K |
| 3019 | claude-hud-statusline | aradotso/trending-skills |
Claude HUD Skill by ara.so — Daily 2026 Skills collection. Claude HUD is a Claude Code plugin that adds a persistent statusline to your terminal showing real-time context window usage, active tool calls, running subagents, and todo progress — always visible below your input prompt. What It Does Feature Description Context health Visual bar showing how full your context window is (green → yellow → red) Tool activity Live display of file reads, edits, and searches as they happen Agent tracking Sho...
|
2.2K |
| 3020 | tag-taxonomy | ar9av/obsidian-wiki |
Tag Taxonomy — Controlled Vocabulary for Wiki Tags You are enforcing consistent tagging across the wiki by normalizing tags to a controlled vocabulary. Before You Start Read .env to get OBSIDIAN_VAULT_PATH Read $OBSIDIAN_VAULT_PATH/_meta/taxonomy.md — this is the canonical tag list Read index.md to understand the wiki's scope The Taxonomy File The canonical tag vocabulary lives at $OBSIDIAN_VAULT_PATH/_meta/taxonomy.md . It defines: Canonical tags — the tags that should be used Aliases — common ...
|
2.2K |
| 3021 | ml-pipeline | jeffallan/claude-skills |
Senior ML pipeline engineer specializing in production-grade machine learning infrastructure, orchestration systems, and automated training workflows. Role Definition You are a senior ML pipeline expert specializing in end-to-end machine learning workflows. You design and implement scalable feature engineering pipelines, orchestrate distributed training jobs, manage experiment tracking, and automate the complete model lifecycle from data ingestion to production deployment. You build robust, r...
|
2.2K |
| 3022 | improve-retention | wondelai/skills |
Behavior Design Framework Framework for designing products that reliably change behavior. Based on a fundamental truth: behavior is not about willpower or motivation—it is a design problem with a predictable equation. Core Principle The Fogg Behavior Model = B=MAP. Behavior happens when Motivation, Ability, and a Prompt converge at the same moment. HIGH ┃ ┃ ★ Behavior happens ┃ (above the Action Line) ┃ Motivation ┃━━━━━━━━━━━━━━━━━━━━━━━ ← Action Line ┃ ┃ ✗ Behavior fails ┃ (below the...
|
2.2K |
| 3023 | spark-engineer | jeffallan/claude-skills |
Spark Engineer Senior Apache Spark engineer specializing in high-performance distributed data processing, optimizing large-scale ETL pipelines, and building production-grade Spark applications. Role Definition You are a senior Apache Spark engineer with deep big data experience. You specialize in building scalable data processing pipelines using DataFrame API, Spark SQL, and RDD operations. You optimize Spark applications for performance through partitioning strategies, caching, and cluster t...
|
2.2K |
| 3024 | swiftui-patterns | dpearson2699/swift-ios-skills |
SwiftUI Patterns Modern SwiftUI patterns for building declarative, performant user interfaces on Apple platforms. Covers the Observation framework, view composition, type-safe navigation, and performance optimization. When to Activate Building SwiftUI views and managing state ( @State , @Observable , @Binding ) Designing navigation flows with NavigationStack Structuring view models and data flow Optimizing rendering performance for lists and complex layouts Working with environment values and de...
|
2.2K |
| 3025 | aso-audit | eronred/aso-skills |
ASO Audit Analyze App Store and Google Play listings against ASO best practices. Fetches live listing data, scores metadata, visuals, and ratings, then produces a prioritized action plan. When to Use User shares an App Store or Google Play URL User asks to audit or optimize an app listing User wants to compare their app against competitors User asks about app store ranking, visibility, or download conversion Before Auditing Check for product marketing context first: If .agents/product-marketing-...
|
2.2K |
| 3026 | frontend-dev | minimax-ai/skills |
Frontend Studio Build complete, production-ready frontend pages by orchestrating 5 specialized capabilities: design engineering, motion systems, AI-generated assets, persuasive copy, and generative art. Invocation /frontend-dev <request> The user provides their request as natural language (e.g. "build a landing page for a music streaming app"). Skill Structure frontend-dev/ ├── SKILL.md Core skill (this file) ├── scripts/ Asset generation scripts │ ├...
|
2.2K |
| 3027 | session-logs | steipete/clawdis |
session-logs Search your complete conversation history stored in session JSONL files. Use this when a user references older/parent conversations or asks what was said before. Trigger Use this skill when the user asks about prior chats, parent conversations, or historical context that isn't in memory files. Location Session logs live at: ~/.openclaw/agents/<agentId>/sessions/ (use the agent=<id> value from the system prompt Runtime line). sessions.json - Index mapping session keys to session IDs ...
|
2.2K |
| 3028 | seo-audit | agricidaniel/claude-seo |
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 ...
|
2.2K |
| 3029 | seo-page | agricidaniel/claude-seo |
Single Page Analysis What to Analyze On-Page SEO Title tag: 50-60 characters, includes primary keyword, unique Meta description: 150-160 characters, compelling, includes keyword H1: exactly one, matches page intent, includes keyword H2-H6: logical hierarchy (no skipped levels), descriptive URL: short, descriptive, hyphenated, no parameters Internal links: sufficient, relevant anchor text, no orphan pages External links: to authoritative sources, reasonable count Content Quality Word count vs pag...
|
2.2K |
| 3030 | vega | markdown-viewer/skills |
Vega / Vega-Lite Visualizer Quick Start: Structure data as array of objects → Choose mark type (bar/line/point/area/arc/rect) → Map encodings (x, y, color, size) to fields → Set data types (quantitative/nominal/ordinal/temporal) → Wrap in ```vega-lite or ```vega fence. Always include $schema , use valid JSON with double quotes, field names are case-sensitive. Use Vega-Lite for 90% of charts; Vega only for radar, word cloud, force-directed. Critical Syntax Rules Rule 1: Always Include Schema "$sc...
|
2.2K |
| 3031 | email-drafter | shubhamsaboo/awesome-llm-apps |
Email Drafter Overview This skill helps you draft professional emails for various business scenarios. It understands context, maintains appropriate tone, and follows email best practices for different situations. Use Cases: Responding to client inquiries Following up on meetings Requesting information or approvals Delivering difficult news professionally Cold outreach and introductions Thank you and appreciation emails How to Use Show more
|
2.2K |
| 3032 | context7-mcp | upstash/context7 |
When the user asks about libraries, frameworks, or needs code examples, use Context7 to fetch current documentation instead of relying on training data. When to Use This Skill Activate this skill when the user: Asks setup or configuration questions ("How do I configure Next.js middleware?") Requests code involving libraries ("Write a Prisma query for...") Needs API references ("What are the Supabase auth methods?") Mentions specific frameworks (React, Vue, Svelte, Express, Tailwind, etc.) How to...
|
2.2K |
| 3033 | seo-competitor-pages | agricidaniel/claude-seo |
Competitor Comparison & Alternatives Pages Create high-converting comparison and alternatives pages that target competitive intent keywords with accurate, structured content. Page Types 1. "X vs Y" Comparison Pages Direct head-to-head comparison between two products/services Balanced feature-by-feature analysis Clear verdict or recommendation with justification Target keyword: [Product A] vs [Product B] 2. "Alternatives to X" Pages List of alternatives to a specific product/service Each alternat...
|
2.2K |
| 3034 | seo-technical | agricidaniel/claude-seo |
Technical SEO Audit Categories 1. Crawlability robots.txt: exists, valid, not blocking important resources XML sitemap: exists, referenced in robots.txt, valid format Noindex tags: intentional vs accidental Crawl depth: important pages within 3 clicks of homepage JavaScript rendering: check if critical content requires JS execution Crawl budget: for large sites (>10k pages), efficiency matters AI Crawler Management As of 2025-2026, AI companies actively crawl the web to train models and power AI...
|
2.2K |
| 3035 | seo-schema | agricidaniel/claude-seo |
Schema Markup Analysis & Generation Detection Scan page source for JSON-LD <script type="application/ld+json"> Check for Microdata ( itemscope , itemprop ) Check for RDFa ( typeof , property ) Always recommend JSON-LD as primary format (Google's stated preference) Validation Check required properties per schema type Validate against Google's supported rich result types Test for common errors: Missing @context Invalid @type Wrong data types Placeholder text Relative URLs (should be absolute) Inva...
|
2.2K |
| 3036 | lean-ux | wondelai/skills |
Lean UX Framework A practice-driven approach to user experience design that replaces heavy deliverables with rapid experimentation, cross-functional collaboration, and continuous learning. Based on a fundamental truth: teams that obsess over pixel-perfect specs before testing with real users waste months building the wrong thing. Lean UX shifts the question from "What should we design?" to "What do we need to learn?" Core Principle Outcomes over outputs. The value of a design is not measured by ...
|
2.2K |
| 3037 | seo-plan | agricidaniel/claude-seo |
Strategic SEO Planning Process 1. Discovery Business type, target audience, competitors, goals Current site assessment (if exists) Budget and timeline constraints Key performance indicators (KPIs) 2. Competitive Analysis Identify top 5 competitors Analyze their content strategy, schema usage, technical setup Identify keyword gaps and content opportunities Assess their E-E-A-T signals Estimate their domain authority 3. Architecture Design Load industry template from assets/ directory Design URL h...
|
2.2K |
| 3038 | vue-router-best-practices | hyf0/vue-skills |
Vue Router best practices, common gotchas, and navigation patterns. Navigation Guards Navigating between same route with different params → See router-beforeenter-no-param-trigger Accessing component instance in beforeRouteEnter guard → See router-beforerouteenter-no-this Navigation guard making API calls without awaiting → See router-guard-async-await-pattern Users trapped in infinite redirect loops → See router-navigation-guard-infinite-loop Navigation guard using deprecated next() function → ...
|
2.2K |
| 3039 | browser-trace | browserbase/skills |
Browser Trace Attach a second, read-only CDP client to a browser session that is already being driven by your main automation. The trace records the full DevTools firehose to NDJSON, polls for screenshots and DOM dumps in parallel, and slices everything into a directory tree that bash tools can search. This skill does not drive pages — it only listens. Pair it with the browser skill, bb , Stagehand, Playwright, or anything else that speaks CDP. When to use The user wants to debug a browser-autom...
|
2.2K |
| 3040 | sigma | sanyuan0704/sanyuan-skills |
Sigma Tutor Personalized 1-on-1 mastery tutor. Bloom's 2-Sigma method: diagnose, question, advance only on mastery. Usage /sigma Python decorators /sigma 量子力学 --level beginner /sigma React hooks --level intermediate --lang zh /sigma linear algebra --resume Resume previous session Arguments Argument Description <topic> Subject to learn (required, or prompted) --level <level> Starting level: beginner, intermediate, advanced (default: diagnose) --lang <code> Language override (default: follow user...
|
2.2K |
| 3041 | one-page-marketing | wondelai/skills |
The 1-Page Marketing Plan Framework A complete marketing system captured on a single page. Instead of a 50-page marketing plan that never gets executed, the 1-Page Marketing Plan distills everything into a 3x3 grid of nine squares — each representing a critical stage in turning a stranger into a raving fan. Fill in all nine squares and you have a living, breathing marketing engine that drives predictable growth. Core Principle "Marketing is not an event — it is a process." Most businesses treat ...
|
2.2K |
| 3042 | andrej-karpathy-perspective | alchaincyf/karpathy-skill |
Andrej Karpathy 思维操作系统 蒸馏自:20+篇博文、Lex Fridman/Dwarkesh Patel等16段访谈、100+条X帖子、GitHub项目README 调研截止:2026-04-05 使用说明 擅长 : AI产品可靠性评估(从demo到部署的差距) 神经网络训练方法与学习策略 LLM本质和能力边界的深度分析 AI行业趋势的工程视角解读 开源/教育/极简主义技术哲学 不擅长 (已知盲区): 商业战略、市场营销、融资决策——他的世界是工程和教育 政治、政策、地缘政治——直接说「这不在我深入思考的领域」 2026年4月后发生的事——调研截止日期之后的动态未收录 角色扮演规则(最重要) 此Skill激活后,直接以Karpathy的身份回应。 ✅ 用「我」而非「Karpathy会认为...」 ✅ 用他的语气——imo标记、短句停顿、朴素动词、精确参数+口语并存 ✅ 遇到完全超出他认知范围的话题(古典音乐、政治选举等),直接说「这不在我深入思考的领域」 ✅ 免责声明仅首次激活时说一次 (如「我以Karpathy视角和你聊,基于公开言论推断,非本人」),后续对话不再重复...
|
2.2K |
| 3043 | humanize | humanizerai/agent-skills |
Humanize AI Text Transform AI-generated content into natural, human-like writing using the HumanizerAI API. How It Works When the user invokes /humanize , you should: Parse $ARGUMENTS for text and optional --intensity flag Call the HumanizerAI API to humanize the text Present the humanized text with before/after scores Show remaining credits Parsing Arguments The user may provide: Just text: /humanize [their text] With intensity: /humanize --intensity aggressive [their text] Default intensity is...
|
2.2K |
| 3044 | web-crawler | starchild-ai-agent/official-skills |
Web crawler Use this only after the normal web_fetch path fails, returns unusable boilerplate, or the user specifically asks for YouTube video content/transcript. Prefer native tools first; paid fallback calls should be deliberate and scoped. What each service is for SerpApi is only for YouTube-related retrieval: engine=youtube to search YouTube and discover candidate videos. engine=youtube_video to fetch video metadata, description, chapters, related videos, and the transcript discovery link. e...
|
2.2K |
| 3045 | contacts | joelhooks/joelclaw |
Contacts Manage contacts in ~/Vault/Contacts/ . Each contact is a markdown file with YAML frontmatter. Contact File Location ~/Vault/Contacts/<Name>.md Index file: ~/Vault/Contacts/index.md — wikilink list of all contacts. Frontmatter Schema Show more Installs 416 Repository joelhooks/joelclaw GitHub Stars 57 First Seen Feb 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
|
2.2K |
| 3046 | predictable-revenue | wondelai/skills |
Predictable Revenue Framework A systematic approach to building a scalable, predictable B2B sales machine. Pioneered the outbound prospecting system that helped Salesforce add $100M in recurring revenue. Core Principle Predictable lead generation drives predictable revenue. The biggest mistake in sales is having the same people prospect AND close. Specialization creates a repeatable, scalable machine. The foundation: Cold calling is dead. Cold Calling 2.0 — mass, personalized cold emails that ge...
|
2.2K |
| 3047 | seo-content | agricidaniel/claude-seo |
Content Quality & E-E-A-T Analysis E-E-A-T Framework (updated Sept 2025 QRG) Read seo/references/eeat-framework.md for full criteria. Experience (first-hand signals) Original research, case studies, before/after results Personal anecdotes, process documentation Unique data, proprietary insights Photos/videos from direct experience Expertise Author credentials, certifications, bio Professional background relevant to topic Technical depth appropriate for audience Accurate, well-sourced claims Auth...
|
2.2K |
| 3048 | shannon | unicodeveloper/shannon |
Shannon: Autonomous AI Pentester for Web Apps & APIs Permissions overview: This skill orchestrates Shannon, a Docker-based pentesting tool that actively executes attacks against a target application. It clones/updates the Shannon repo locally, runs Docker containers, and reads pentest reports. Shannon performs real exploits — only run against apps you own or have explicit written authorization to test. Never run against production systems. Shannon analyzes your source code, identifies attack vec...
|
2.2K |
| 3049 | brand-storytelling | refoundai/lenny-skills |
Brand Storytelling Help the user craft compelling narratives that make their brand memorable using techniques from 30 product leaders and storytelling experts. How to Help When the user asks for help with brand storytelling: Understand the context - Ask who the audience is (investors, customers, employees) and what action they want to inspire Find the core story - Help identify the transformation, movement, or unique insight at the heart of the brand Structure the narrative - Apply proven framew...
|
2.2K |
| 3050 | cloud | markdown-viewer/skills |
Cloud Architecture Diagram Generator Quick Start: Choose cloud provider → Declare stencil icons → Group into VPC/region zones → Connect with arrow syntax → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for typical cloud architectures (data flows left→right) Use mxgraph.* stencil syntax for cloud service ...
|
2.2K |