███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 1701 | playwriter | remorses/playwriter |
Quick Start Get a session ID first playwriter session new => 1 Execute code with your session playwriter -s 1 -e "await page.goto('https://example.com')" playwriter -s 1 -e "console.log(await accessibilitySnapshot({ page }))" playwriter -s 1 -e "await page.screenshot({ path: 'shot.png', scale: 'css' })" If playwriter is not found, use npx playwriter@latest or bunx playwriter@latest. Full Documentation Always run playwriter skill to get the complete, up-to-date skill instructions. The sk...
|
3.6K |
| 1702 | crawl | tavily-ai/skills |
Crawl Skill Crawl websites to extract content from multiple pages. Ideal for documentation, knowledge bases, and site-wide content extraction. Authentication The script uses OAuth via the Tavily MCP server. No manual setup required - on first run, it will: Check for existing tokens in ~/.mcp-auth/ If none found, automatically open your browser for OAuth authentication Note: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through th...
|
3.6K |
| 1703 | tavily-search | veithly/tavily-search |
tavily search Web search returning LLM-optimized results with content snippets and relevance scores. Before running any command If tvly is not found on PATH, install it first: curl -fsSL https://cli.tavily.com/install.sh | bash && tvly login Do not skip this step or fall back to other tools. See tavily-cli for alternative install methods and auth options. When to use You need to find information on any topic You don't have a specific URL yet First step in the workflow : search → extract → map → ...
|
3.6K |
| 1704 | meme-factory | softaworks/agent-toolkit |
Meme Factory Create memes using the free memegen.link API and textual meme formats. Triggers Trigger Description /meme-factory Manual invocation /meme-factory {template} {top} {bottom} Direct meme generation meme-factory: create a meme about X Natural language request Quick Reference Action Format Basic meme https://api.memegen.link/images/{template}/{top}/{bottom}.png With sizing ?width=1200&height=630 Custom background ?style=https://example.com/image.jpg All templates https://api.memegen.link...
|
3.6K |
| 1705 | image-taste-frontend | leonxlnx/taste-skill |
CORE DIRECTIVE: AWWWARDS-LEVEL IMAGE ART DIRECTION You are an elite frontend image art director. Your job is not to generate generic AI art. Your job is to generate highly creative, premium, frontend design reference images that feel like real high-end website concepts. Standard image generation tends to collapse into repetitive defaults: centered dark hero purple/blue AI glow floating meaningless blobs generic dashboard card spam weak typography hierarchy cloned sections "luxury" that is just b...
|
3.6K |
| 1706 | domain-name-brainstormer | softaworks/agent-toolkit |
Domain Name Brainstormer This skill helps you find the perfect domain name for your project by generating creative options and checking what's actually available to register. When to Use This Skill Starting a new project or company Launching a product or service Creating a personal brand or portfolio site Rebranding an existing project Registering a domain for a side project Finding available alternatives when your first choice is taken What This Skill Does Understands Your Project : Analyzes wh...
|
3.6K |
| 1707 | daily-meeting-update | softaworks/agent-toolkit |
Daily Meeting Update Generate a daily standup/meeting update through an interactive interview . Never assume tools are configured—ask first. Workflow START │ ▼ ┌─────────────────────────────────────────────────────┐ │ Phase 1: DETECT & OFFER INTEGRATIONS │ │ • Check: Claude Code history? gh CLI? jira CLI? │ │ • Claude Code → Pull yesterday's session digest │ │ → User selects relevant items via multiSelect │ │ • GitHub/Jira → Ask user, pull if approved │ │ • ...
|
3.6K |
| 1708 | feedback-mastery | softaworks/agent-toolkit |
Feedback Conversations Overview This skill provides frameworks for navigating difficult workplace conversations and delivering effective feedback. Whether you're addressing performance issues, resolving conflicts, or giving constructive feedback, these structured approaches lead to better outcomes. Core insight: Research shows that employees who approach difficult conversations with preparation and a clear framework are 60% more likely to reach a positive resolution than those who engage without...
|
3.6K |
| 1709 | plugin-forge | softaworks/agent-toolkit |
CC Plugin Forge Purpose Build and manage Claude Code plugins with correct structure, manifests, and marketplace integration. Includes workflows, automation scripts, and reference docs. When to Use Creating new plugins for a marketplace Adding/modifying plugin components (commands, skills, agents, hooks) Updating plugin versions Working with plugin or marketplace manifests Setting up local plugin testing Publishing plugins Getting Started Create New Plugin Use create_plugin.py to generate plugin ...
|
3.6K |
| 1710 | videoagent-audio-studio | pexoai/pexo-skills |
🎙️ VideoAgent Audio Studio Use when: User asks to generate speech, narrate text, create a voice-over, compose music, or produce a sound effect. VideoAgent Audio Studio is a smart audio dispatcher. It analyzes your request and routes it to the best available model — ElevenLabs for speech and music, fal.ai for fast SFX — and returns a ready-to-use audio URL. Quick Reference Request Type Best Model Latency Narrate text / Voice-over elevenlabs-tts-v3 ~3s Low-latency TTS (real-time) elevenlabs-tts-tu...
|
3.6K |
| 1711 | difficult-workplace-conversations | softaworks/agent-toolkit |
Difficult Conversations Skill A structured framework for approaching challenging workplace conversations including conflicts, performance issues, sensitive feedback, and emotionally charged discussions. When to Use This Skill Preparing for a challenging conversation with a colleague Addressing performance issues with a team member Delivering difficult feedback to a peer or manager Navigating conflict between team members Discussing sensitive topics (salary, promotion, termination) Handling emoti...
|
3.6K |
| 1712 | openapi-to-typescript | softaworks/agent-toolkit |
OpenAPI to TypeScript Converts OpenAPI 3.0 specifications to TypeScript interfaces and type guards. Input: OpenAPI file (JSON or YAML) Output: TypeScript file with interfaces and type guards When to Use "generate types from openapi" "convert openapi to typescript" "create API interfaces" "generate types from spec" Workflow Request the OpenAPI file path (if not provided) Read and validate the file (must be OpenAPI 3.0.x) Extract schemas from components/schemas Extract endpoints from paths (reques...
|
3.6K |
| 1713 | playground | anthropics/claude-plugins-official |
A playground is a self-contained HTML file with interactive controls on one side, a live preview on the other, and a prompt output at the bottom with a copy button. The user adjusts controls, explores visually, then copies the generated prompt back into Claude. When to use this skill When the user asks for an interactive playground, explorer, or visual tool for a topic — especially when the input space is large, visual, or structural and hard to express as plain text. How to use this skill ...
|
3.6K |
| 1714 | referrals | coreyhaines31/marketingskills |
Referral & Affiliate Programs You are an expert in viral growth and referral marketing. Your goal is to help design and optimize programs that turn customers into growth engines. Before Starting Check for product marketing context first: If .agents/product-marketing.md exists (or .claude/product-marketing.md , or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to thi...
|
3.5K |
| 1715 | dbs-xhs-title | dontbesilent2025/dbskill |
dbs-xhs-title:小红书标题公式工具 你是一个小红书标题公式工具。你的核心价值不是"帮人起标题"——任何 AI 都能起标题。你的核心价值是 帮用户从 75 个在小红书上验证过的爆款公式中,找到最适合他的场景的公式,生成定制标题,并解释为什么选这个公式。 你不是万能标题生成器。你是公式匹配器。 你生成的每一个标题都必须能追溯到公式库中的具体公式编号。 公式库速查表 75 个公式已内联在本文件末尾。按 12 类心理触发器分类: 类型 编号范围 核心机制 最适合 认知冲突 1-6 打破已有认知 观点输出、科普、打破误区 好奇缺口 7-12 信息不对称焦虑 揭秘类、行业内幕 恐惧/损失 13-20 不点就亏 避坑类、警告类 身份代入 21-25 "说的就是我" 垂直人群、精准获客 数字锚定 26-32 降低认知成本 方法论、清单类 结果承诺 33-40 具体结果+时间 教程类、变现类 社会证明 41-47 案例驱动 经验分享、逆袭故事 争议/挑衅 48-55 制造站队感 观点类、评论区互动 场景/条件 56-60 精准匹配状态 解决方案类 行动号召 61-66 推动行动 态度类、行动...
|
3.5K |
| 1716 | threejs-shaders | cloudai-x/threejs-skills |
Three.js Shaders Quick Start import * as THREE from "three"; const material = new THREE.ShaderMaterial({ uniforms: { time: { value: 0 }, color: { value: new THREE.Color(0xff0000) }, }, vertexShader: ` void main() { gl_Position = projectionMatrix * modelViewMatrix * vec4(position, 1.0); } `, fragmentShader: ` uniform vec3 color; void main() { gl_FragColor = vec4(color, 1.0); } `, }); // Update in animation loop material.uniforms.time.value = ...
|
3.5K |
| 1717 | use-railway | railwayapp/railway-skills |
Use Railway Railway resource model Railway organizes infrastructure in a hierarchy: Workspace is the billing and team scope. A user belongs to one or more workspaces. Project is a collection of services under one workspace. It maps to one deployable unit of work. Environment is an isolated configuration plane inside a project (for example, production , staging ). Each environment has its own variables, config, and deployment history. Service is a single deployable unit inside a project. It can b...
|
3.5K |
| 1718 | frontend-ui-engineering | addyosmani/agent-skills |
Frontend UI Engineering Overview Build production-quality user interfaces that are accessible, performant, and visually polished. The goal is UI that looks like it was built by a design-aware engineer at a top company — not like it was generated by an AI. This means real design system adherence, proper accessibility, thoughtful interaction patterns, and no generic "AI aesthetic." When to Use Building new UI components or pages Modifying existing user-facing interfaces Implementing responsive lay...
|
3.5K |
| 1719 | kotlin-patterns | affaan-m/everything-claude-code |
Kotlin Development Patterns Idiomatic Kotlin patterns and best practices for building robust, efficient, and maintainable applications. When to Use Writing new Kotlin code Reviewing Kotlin code Refactoring existing Kotlin code Designing Kotlin modules or libraries Configuring Gradle Kotlin DSL builds How It Works This skill enforces idiomatic Kotlin conventions across seven key areas: null safety using the type system and safe-call operators, immutability via val and copy() on data classes, seal...
|
3.5K |
| 1720 | gemini-interactions-api | google-gemini/gemini-skills |
Gemini Interactions API Skill The Interactions API is a unified interface for interacting with Gemini models and agents. It is an improved alternative to generateContent designed for agentic applications. Key capabilities include: Server-side state: Offload conversation history to the server via previous_interaction_id Background execution: Run long-running tasks (like Deep Research) asynchronously Streaming: Receive incremental responses via Server-Sent Events Tool orchestration: Function calli...
|
3.5K |
| 1721 | google-cloud-recipe-onboarding | google/skills |
Onboarding to Google Cloud This skill provides a streamlined "happy path" for a singleton developer to get started with Google Cloud . It covers everything from initial account setup to deploying your first cloud resource. Overview For an individual developer, onboarding to Google Cloud involves establishing a personal identity, setting up a billing method, and creating a workspace ( Project ) where resources can be managed. Google Cloud offers a Free Tier and Free Trial for multiple products. L...
|
3.5K |
| 1722 | skill-judge | softaworks/agent-toolkit |
Skill Judge Evaluate Agent Skills against official specifications and patterns derived from 17+ official examples. Core Philosophy What is a Skill? A Skill is NOT a tutorial. A Skill is a knowledge externalization mechanism . Traditional AI knowledge is locked in model parameters. To teach new capabilities: Traditional: Collect data → GPU cluster → Train → Deploy new version Cost: $10,000 - $1,000,000+ Timeline: Weeks to months Skills change this: Skill: Edit SKILL.md → Save → Takes effect on ne...
|
3.5K |
| 1723 | ship-learn-next | softaworks/agent-toolkit |
Ship-Learn-Next Action Planner This skill helps transform passive learning content into actionable Ship-Learn-Next cycles - turning advice and lessons into concrete, shippable iterations. When to Use This Skill Activate when the user: Has a transcript/article/tutorial and wants to "implement the advice" Asks to "turn this into a plan" or "make this actionable" Wants to extract implementation steps from educational content Needs help breaking down big ideas into small, shippable reps Says things ...
|
3.5K |
| 1724 | content-quality-auditor | aaron-he-zhu/seo-geo-claude-skills |
Content Quality Auditor Based on CORE-EEAT Content Benchmark . Full benchmark reference: references/core-eeat-benchmark.md SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking...
|
3.5K |
| 1725 | content-gap-analysis | aaron-he-zhu/seo-geo-claude-skills |
Content Gap Analysis This skill identifies content opportunities by analyzing gaps between your content and competitors'. Find topics you're missing, keywords you could target, and content formats you should create. When to Use This Skill Planning content strategy and editorial calendar Finding quick-win content opportunities Understanding where competitors outperform you Identifying underserved topics in your niche Expanding into adjacent topic areas Prioritizing content creation efforts Find...
|
3.5K |
| 1726 | customs-trade-compliance | affaan-m/everything-claude-code |
Customs & Trade Compliance Role and Context You are a senior trade compliance specialist with 15+ years managing customs operations across US, EU, UK, and Asia-Pacific jurisdictions. You sit at the intersection of importers, exporters, customs brokers, freight forwarders, government agencies, and legal counsel. Your systems include ACE (Automated Commercial Environment), CHIEF/CDS (UK), ATLAS (DE), customs broker portals, denied party screening platforms, and ERP trade management modules. Your j...
|
3.5K |
| 1727 | shopify-polaris-customer-account-extensions | shopify/shopify-ai-toolkit |
Required Tool Calls (do not skip) You have a bash tool. Every response must use it — in this order: Call bash with node scripts/search_docs.mjs "<component tag name>" — search before writing code Write the code using the search results Write code to a temp file, then validate with --file — do not use --code "..." inline (JSX attribute strings break shell quoting): cat > /tmp/extension.tsx << 'SHOPIFY_EOF' YOUR CODE HERE SHOPIFY_EOF node scripts/validate.mjs --file /tmp/extension.tsx --target "<t...
|
3.5K |
| 1728 | shopify-payments-apps | shopify/shopify-ai-toolkit |
Required Tool Calls (do not skip) You have a bash tool. Every response must use it — in this order: Call bash with node scripts/search_docs.mjs "<query>" — search before writing code Write the code using the search results Call bash with node scripts/validate.mjs --code '...' --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION --artifact-id YOUR_ARTIFACT_ID --revision REVISION_NUMBER — validate before returning (Always include these flags. Use your actual ...
|
3.5K |
| 1729 | shopify-hydrogen | shopify/shopify-ai-toolkit |
Required Tool Calls (do not skip) You have a bash tool. Every response must use it — in this order: Call bash with node scripts/search_docs.mjs "<component or hook name>" — search before writing code Write the code using the search results Write code to a temp file, then validate with --file — do not use --code "..." inline (JSX attribute strings break shell quoting): cat > /tmp/extension.tsx << 'SHOPIFY_EOF' YOUR CODE HERE SHOPIFY_EOF node scripts/validate.mjs --file /tmp/extension.tsx --target...
|
3.5K |
| 1730 | ralphinho-rfc-pipeline | affaan-m/everything-claude-code |
No SKILL.md available for this skill. View on GitHub
|
3.5K |
| 1731 | ai-regression-testing | affaan-m/everything-claude-code |
AI Regression Testing Testing patterns specifically designed for AI-assisted development, where the same model writes code and reviews it — creating systematic blind spots that only automated tests can catch. When to Activate AI agent (Claude Code, Cursor, Codex) has modified API routes or backend logic A bug was found and fixed — need to prevent re-introduction Project has a sandbox/mock mode that can be leveraged for DB-free testing Running /bug-check or similar review commands after code chan...
|
3.5K |
| 1732 | everything-claude-code-conventions | affaan-m/everything-claude-code |
Everything Claude Code Conventions Generated from affaan-m/everything-claude-code on 2026-03-20 Overview This skill teaches Claude the development patterns and conventions used in everything-claude-code. Tech Stack Primary Language : JavaScript Architecture : hybrid module organization Test Location : separate When to Use This Skill Activate this skill when: Making changes to this repository Adding new features following established patterns Writing tests that match project conventions Creating ...
|
3.5K |
| 1733 | bun-runtime | affaan-m/everything-claude-code |
Bun Runtime Bun is a fast all-in-one JavaScript runtime and toolkit: runtime, package manager, bundler, and test runner. When to Use Prefer Bun for: new JS/TS projects, scripts where install/run speed matters, Vercel deployments with Bun runtime, and when you want a single toolchain (run + install + test + build). Prefer Node for: maximum ecosystem compatibility, legacy tooling that assumes Node, or when a dependency has known Bun issues. Use when: adopting Bun, migrating from Node, writing or d...
|
3.5K |
| 1734 | square-post | binance/binance-skills-hub |
Square Post Skill Overview Post text content to Binance Square. API: Add Content Method: POST URL : https://www.binance.com/bapi/composite/v1/public/pgc/openApi/content/add Request Headers : Header Required Description X-Square-OpenAPI-Key Yes Square OpenAPI Key Content-Type Yes application/json clienttype Yes binanceSkill Request Body : Field Type Required Description bodyTextOnly string Yes Post content text (supports hashtags) Example Request curl -X POST 'https://www.binance.com/bapi/composi...
|
3.5K |
| 1735 | ctf-osint | ljagiello/ctf-skills |
CTF OSINT Quick reference for OSINT CTF challenges. Each technique has a one-liner here; see supporting files for full details. Additional Resources social-media.md - Twitter/X (user IDs, Snowflake timestamps, Nitter, memory.lol, Wayback CDX), Tumblr (blog checks, post JSON, avatars), BlueSky search + API, Unicode homoglyph steganography, Discord API, username OSINT (namechk, whatsmyname), platform false positives, multi-platform chains geolocation-and-media.md - Image analysis, reverse image se...
|
3.5K |
| 1736 | nanoclaw-repl | affaan-m/everything-claude-code |
NanoClaw REPL Use this skill when running or extending scripts/claw.js . Capabilities persistent markdown-backed sessions model switching with /model dynamic skill loading with /load session branching with /branch cross-session search with /search history compaction with /compact export to md/json/txt with /export session metrics with /metrics Operating Guidance Keep sessions task-focused. Branch before high-risk changes. Compact after major milestones. Export before sharing or archival. Extensi...
|
3.5K |
| 1737 | okx-x402-payment | okx/onchainos-skills |
Onchain OS x402 Payment Sign an x402 payment authorization and return the payment proof for accessing payment-gated resources. Supports TEE signing (via wallet session) or local signing (with user's own private key). Pre-flight Checks Read ../okx-agentic-wallet/_shared/preflight.md . If that file does not exist, read _shared/preflight.md instead. Skill Routing For querying authenticated wallet balance / send tokens / tx history → use okx-agentic-wallet For querying public wallet balance (by addr...
|
3.5K |
| 1738 | angular-new-app | angular/skills |
Angular New App You are an expert in TypeScript, Angular, and scalable web application development. You write functional, maintainable, performant, and accessible code following Angular and TypeScript best practices. You have access to tools to create new Angular apps. When creating a new Angular application for a user, always follow the following steps: Check for the Angular CLI : Confirm that the Angular CLI is present before continuing. Here are some ways to confirm: on *nix systems which ng ...
|
3.5K |
| 1739 | exa-search | affaan-m/everything-claude-code |
Exa Search Neural search for web content, code, companies, and people via the Exa MCP server. When to Activate User needs current web information or news Searching for code examples, API docs, or technical references Researching companies, competitors, or market players Finding professional profiles or people in a domain Running background research for any development task User says "search for", "look up", "find", or "what's the latest on" MCP Requirement Exa MCP server must be configured. Add ...
|
3.5K |
| 1740 | architecture-decision-records | affaan-m/everything-claude-code |
Architecture Decision Records Comprehensive patterns for creating, maintaining, and managing Architecture Decision Records (ADRs) that capture the context and rationale behind significant technical decisions. When to Use This Skill Making significant architectural decisions Documenting technology choices Recording design trade-offs Onboarding new team members Reviewing historical decisions Establishing decision-making processes Core Concepts 1. What is an ADR? An Architecture Decision Record cap...
|
3.5K |
| 1741 | planning-and-task-breakdown | addyosmani/agent-skills |
Planning and Task Breakdown Overview Decompose work into small, verifiable tasks with explicit acceptance criteria. Good task breakdown is the difference between an agent that completes work reliably and one that produces a tangled mess. Every task should be small enough to implement, test, and verify in a single focused session. When to Use You have a spec and need to break it into implementable units A task feels too large or vague to start Work needs to be parallelized across multiple agents ...
|
3.5K |
| 1742 | gemini | softaworks/agent-toolkit |
Gemini Skill Guide When to Use Gemini WHEN ASKED TO BE ACTIVATED Code Review : Comprehensive code reviews across multiple files Plan Review : Analyzing architectural plans, technical specifications, or project roadmaps Big Context Processing : Tasks requiring >200k tokens of context (entire codebases, documentation sets) Multi-file Analysis : Understanding relationships and patterns across many files ⚠️ Critical: Background/Non-Interactive Mode Warning NEVER use --approval-mode default in backgr...
|
3.5K |
| 1743 | command-creator | softaworks/agent-toolkit |
Command Creator This skill guides the creation of Claude Code slash commands - reusable workflows that can be invoked with /command-name in Claude Code conversations. About Slash Commands Slash commands are markdown files stored in .claude/commands/ (project-level) or ~/.claude/commands/ (global/user-level) that get expanded into prompts when invoked. They're ideal for: Repetitive workflows (code review, PR submission, CI fixing) Multi-step processes that need consistency Agent delegation patter...
|
3.5K |
| 1744 | react-useeffect | softaworks/agent-toolkit |
You Might Not Need an Effect Effects are an escape hatch from React. They let you synchronize with external systems. If there is no external system involved, you shouldn't need an Effect. Quick Reference Situation DON'T DO Derived state from props/state useState + useEffect Calculate during render Expensive calculations useEffect to cache useMemo Reset state on prop change useEffect with setState key prop User event responses useEffect watching state Event handler directly Notify parent of chang...
|
3.5K |
| 1745 | ctf-forensics | ljagiello/ctf-skills |
CTF Forensics & Blockchain Quick reference for forensics CTF challenges. Each technique has a one-liner here; see supporting files for full details. Additional Resources 3d-printing.md - 3D printing forensics (PrusaSlicer binary G-code, QOIF, heatshrink) windows.md - Windows forensics (registry, SAM, event logs, recycle bin, USN journal, PowerShell history, Defender MPLog, WMI persistence, Amcache) network.md - Network forensics (PCAP, SMB3, WordPress, credentials, NTLMv2 cracking, USB HID steno...
|
3.5K |
| 1746 | n8n-code-javascript | czlonkowski/n8n-skills |
JavaScript Code Node Expert guidance for writing JavaScript code in n8n Code nodes. Quick Start // Basic template for Code nodes const items = $input.all(); // Process data const processed = items.map(item => ({ json: { ...item.json, processed: true, timestamp: new Date().toISOString() } })); return processed; Essential Rules Choose "Run Once for All Items" mode (recommended for most use cases) Access data: $input.all(), $input.first(), or $input.item CRITICAL: Must return [...
|
3.5K |
| 1747 | inventory-demand-planning | affaan-m/everything-claude-code |
Inventory Demand Planning Role and Context You are a senior demand planner at a multi-location retailer operating 40–200 stores with regional distribution centers. You manage 300–800 active SKUs across categories including grocery, general merchandise, seasonal, and promotional assortments. Your systems include a demand planning suite (Blue Yonder, Oracle Demantra, or Kinaxis), an ERP (SAP, Oracle), a WMS for DC-level inventory, POS data feeds at the store level, and vendor portals for purchase ...
|
3.5K |
| 1748 | meta-tags-optimizer | aaron-he-zhu/seo-geo-claude-skills |
Meta Tags Optimizer SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher Monitor · rank-tracker · backlink-analyzer · performance-reporter · aler...
|
3.5K |
| 1749 | internal-linking-optimizer | aaron-he-zhu/seo-geo-claude-skills |
Internal Linking Optimizer This skill analyzes your site's internal link structure and provides recommendations to improve SEO through strategic internal linking. It helps distribute authority, establish topical relevance, and improve crawlability. When to Use This Skill Improving site architecture for SEO Distributing authority to important pages Fixing orphan pages with no internal links Creating topic cluster internal link strategies Optimizing anchor text for SEO Recovering pages that have l...
|
3.5K |
| 1750 | react-dev | softaworks/agent-toolkit |
React TypeScript Type-safe React = compile-time guarantees = confident refactoring. <when_to_use> Building typed React components Implementing generic components Typing event handlers, forms, refs Using React 19 features (Actions, Server Components, use()) Router integration (TanStack Router, React Router) Custom hooks with proper typing NOT for: non-React TypeScript, vanilla JS React </when_to_use> <react_19_changes> React 19 breaking changes require migration. Key patterns: ref as prop - forwa...
|
3.5K |