███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4301 | background-processing | dpearson2699/swift-ios-skills |
Background Processing Register, schedule, and execute background work on iOS using the BackgroundTasks framework, background URLSession, and background push notifications. Contents Info.plist Configuration BGTaskScheduler Registration BGAppRefreshTask Patterns BGProcessingTask Patterns BGContinuedProcessingTask (iOS 26+) Background URLSession Downloads Background Push Triggers Common Mistakes Review Checklist References Info.plist Configuration Every task identifier must be declared in Info.plis...
|
3.1K |
| 4302 | raw-video-processing | zc277584121/marketing-skills |
Skill: Raw Video Processing Post-process raw screen recordings to improve pacing — remove silent segments, then speed up the result. Prerequisite : FFmpeg and uv must be installed. When to Use The user has recorded a screencast and wants to clean it up before publishing. Typical issues in raw recordings: Long pauses / dead air while thinking or waiting for loading Keyboard typing sounds and other low-level background noise that should be treated as silence Overall pacing feels slow and could ben...
|
3.1K |
| 4303 | hack | yaklang/hack-skills |
HACKING SKILLS / HackSkills Overview 这是一个面向 漏洞赏金、Web 安全、API 安全、授权渗透测试 的总入口技能。 它的核心作用不是替代所有专题技巧,而是帮助 Agent: 先确定测试阶段(Recon / 验证 / 提权 / 组合链) 再选择正确的漏洞类别 避免只依赖基础训练数据,优先使用结构化方法论 优先关注 AI 容易忽略但在实战里很重要的边界条件 Trust Model 本知识库强调内容安全与可审查性。 使用时应限定在 授权目标 、 合法研究 、 防御验证 、 漏洞赏金规则允许 的范围内。 不要把这里的技巧用于未授权攻击。 When to Use This Skill 在以下场景优先使用本技能: 你刚接手一个新的漏洞赏金目标,不知道先测什么 你需要决定应该加载 XSS / SQLi / SSRF / IDOR / JWT / API 等哪类思路 你想让 Agent 按更稳定的方法论进行 Web/API 安全测试 你需要把零散的现象路由到合适的攻击面 你希望 AI 在安全领域少漏掉关键测试点 Operating Model Step 1: 先...
|
3.1K |
| 4304 | heroui-migration | heroui-inc/heroui |
HeroUI v2 to v3 Migration Guide This skill helps agents migrate HeroUI v2 applications to v3. HeroUI v3 introduces breaking changes: compound components, no Provider, Tailwind v4, and removed hooks. Installation curl -fsSL https://heroui.com/install | bash -s heroui-migration CRITICAL: Always Fetch Migration Docs Before Applying Do NOT assume v2 patterns work in v3. Always fetch migration guides before implementing changes. Key v2 → v3 Changes Feature v2 (Migrate From) v3 (Migrate To) Provider <...
|
3.1K |
| 4305 | cmux-shared-behavior | manaflow-ai/cmux |
cmux Shared Behavior Use one shared action/model path when behavior is exposed through multiple entrypoints. Shared entrypoints When a behavior is exposed through multiple surfaces, implement one shared action/model path and verify every entrypoint that should invoke it. Common entrypoints include: keyboard shortcut command palette context menu CLI/socket command settings UI debug menu Do not patch one surface while leaving the others with duplicated logic. Show more Installs 590 Repository mana...
|
3.1K |
| 4306 | mws-shared | api/git | 3.1K | |
| 4307 | deslop | brianlovin/agent-config |
Remove AI code slop Check the diff against main and remove AI-generated slop introduced in the branch. Focus Areas Extra comments that are unnecessary or inconsistent with local style Defensive checks or try/catch blocks that are abnormal for trusted code paths Casts to any used only to bypass type issues Deeply nested code that should be simplified with early returns Other patterns inconsistent with the file and surrounding codebase Guardrails Keep behavior unchanged unless fixing a clear bug. ...
|
3.1K |
| 4308 | paseo-handoff | getpaseo/paseo |
Handoff Skill You are handing off the current task to another agent. Your job is to write a comprehensive handoff prompt and launch the agent via Paseo CLI. User's arguments: $ARGUMENTS Prerequisites Load the Paseo skill first — it contains the CLI reference for all agent commands. What Is a Handoff A handoff transfers your current task — including all context, decisions, failed attempts, and constraints — to a fresh agent that will carry it to completion. The handoff prompt is the most importan...
|
3.1K |
| 4309 | linkedin-posts | kostja94/marketing-skills |
Platforms: LinkedIn Guides LinkedIn post copy creation and optimization. Use for generating publish-ready professional content. Suitable for copy agents and design agents (image specs). When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Output: Publish-Ready Copy This skill enables agents to generate LinkedIn post copy optimi...
|
3.1K |
| 4310 | cmux-localization | manaflow-ai/cmux |
cmux Localization Use this skill for any user-facing string change. Hard rules All user-facing strings must be localized. Use String(localized: "key.name", defaultValue: "English text") for Swift/AppKit/SwiftUI strings. Keys go in Resources/Localizable.xcstrings with translations for all supported languages, currently English and Japanese. Never use bare string literals in SwiftUI Text() , Button() , alert titles, tooltips, menus, or dialogs. Localization audit is required for every user-facing ...
|
3.1K |
| 4311 | cmux-release | manaflow-ai/cmux |
cmux Release Use the /release command to prepare a new release. This will: Determine the new version (bumps minor by default) Gather commits since the last tag and update the changelog Update CHANGELOG.md (the docs changelog page at web/app/docs/changelog/page.tsx reads from it) Run ./scripts/bump-version.sh to update both versions Commit, run ./scripts/release-pretag-guard.sh , tag, and push Version bumping ./scripts/bump-version.sh ./scripts/bump-version.sh patch ./scripts/bump-version.sh majo...
|
3.1K |
| 4312 | bigquery-ai-ml | google/skills |
BigQuery AI & ML BigQuery integrates with Vertex AI to provide powerful machine learning and generative AI capabilities directly within SQL queries using built-in functions like AI.FORECAST , AI.KEY_DRIVERS , AI.DETECT_ANOMALIES , and AI.GENERATE . Reference Directory AI Forecast : Leveraging pre-trained TimesFM model for forecasting without custom training. AI Detect Anomalies : Identify deviations in time series data using pre-trained TimesFM model. AI Generate : General-purpose text and conte...
|
3.1K |
| 4313 | binance-agentic-wallet | binance/binance-skills-hub |
Binance Agentic Wallet Skill This skill drives the baw CLI to manage a Binance Web3 wallet — sign-in/sign-out, balance and history queries, security settings, token transfers, DEX swaps (market orders), limit orders, and order management. Command Routing User Intent Command Reference Sign in / connect wallet auth signin → auth verify authentication.md Sign out / disconnect wallet auth signout authentication.md Check if wallet is connected wallet status wallet-view.md List supported chains / avai...
|
3.1K |
| 4314 | video-to-gif | zc277584121/marketing-skills |
Skill: Video to GIF Convert a video file into multiple GIF variants with different parameters, so the user can visually compare and pick the best one. Prerequisite : FFmpeg and uv must be installed. gifsicle is optional (enables lossy compression variants). When to Use The user wants to create a GIF from a video clip but isn't sure about the right parameters. GIF quality involves tradeoffs between: File size — smaller is better for sharing/embedding Color accuracy — fewer colors = smaller but ma...
|
3.1K |
| 4315 | jupyter-notebook-writing | zc277584121/marketing-skills |
Skill: Jupyter Notebook Writing Write Milvus application-level Jupyter notebook examples as a DevRel workflow. Uses a Markdown-first approach — AI edits .md files, then converts to .ipynb via jupyter-switch . Prerequisites : Python >= 3.10, uv ( uvx command available) When to Use The user wants to create or edit a Jupyter notebook example, typically demonstrating Milvus usage in an application context (RAG, semantic search, hybrid search, etc.). Core Workflow: Markdown-First Editing Jupyter .ipy...
|
3.1K |
| 4316 | lh-notice-search | nomadamas/k-skill |
LH 청약 공고문 조회 What this skill does 한국토지주택공사(LH)가 apply.lh.or.kr 로 공고하는 임대주택·분양주택·주거복지(신혼희망타운 등)·토지·상가 공고 를 공공데이터포털( data.go.kr )의 공식 LH 공고 Open API로 조회한다. 요청은 k-skill-proxy 의 /v1/lh-notice/* 라우트로 보내고, 결과는 공고 목록·공고 상세(주택형별 공급 정보)로 정리한다. 본 스킬은 사회초년생, 청년, 신혼부부처럼 LH 공고 존재 자체를 모르는 사용자 가 공고 마감 전에 공고문을 빠르게 찾을 수 있도록 돕는다. When to use "LH 영구임대 공고 지금 뭐 올라와 있어?" "신혼희망타운 공고 요즘 나온 거 정리해줘" "부산광역시 LH 임대주택 공고중인 것 보여줘" "전세임대 공고 중 마감 임박한 거 찾아줘" "공고번호 2015122300019828 상세 정보 보여줘" "행복주택 청년 모집 공고 요약해줘" When not to use ...
|
3.1K |
| 4317 | recoup-platform-api-access | recoupable/skills |
Recoup — API Access The platform access layer: authenticate, talk to the Recoup REST API, and invoke external connectors. Base https://api.recoupable.dev/api ; docs https://docs.recoupable.dev ( /llms.txt , /llms-full.txt , OpenAPI JSONs). Auth — one Bearer header, inline Every call uses the same header, dropped straight into the curl (no setup step): the sandbox sets one of the two vars, and the API accepts a recoup_sk_ key or a Privy JWT over Bearer . curl -sS -H "Authorization: Bearer ${RECOU...
|
3.1K |
| 4318 | weekly-digests | thedotmack/claude-mem |
Weekly Digests Produce a serial, multi-chapter narrative digest of a project's complete claude-mem history. Differs from timeline-report (one long report) — this generates one digest per ISO week , with each subagent reading the prior week's carry-forward block so the story stays coherent. The chapter count equals the number of ISO weeks the timeline covers. A project with 2 weeks of data produces 2 chapters; one with 30 weeks produces 30. There is no fixed length — count the weeks first, then d...
|
3.1K |
| 4319 | aws-lambda-durable-functions | aws/agent-toolkit-for-aws |
AWS Lambda durable functions Build resilient multi-step applications and AI workflows that can execute for up to 1 year while maintaining reliable progress despite interruptions. Works best with the AWS MCP server but is not required. All AWS interactions in this skill use standard AWS CLI commands that work in any environment with configured AWS credentials. Critical Rules Read these before writing any code. Each one is a constraint that will silently break a function if violated. Durable execu...
|
3.1K |
| 4320 | senior-data-scientist | davila7/claude-code-templates |
Senior Data Scientist World-class senior data scientist skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/experiment_designer.py --input data/ --output results/ Core Tool 2 python scripts/feature_engineering_pipeline.py --target project/ --analyze Core Tool 3 python scripts/model_evaluation_suite.py --config config.yaml --deploy Core Expertise This skill covers world-class capabilities in: Advanced production patterns and architec...
|
3.1K |
| 4321 | oh-my-issues | thedotmack/claude-mem |
oh-my-issues Turn an issue backlog into a roadmap. Issues are symptom data, not units of work — the unit of work is the architectural defect that produces them. The end state is open issues == open plans , 1:1. Core principle Stop closing issues one at a time. Group symptoms that share a single architectural fix into a cluster, give the cluster one canonical home (a plan-master issue + a plans/0X-*.md design doc), close every child with a standardized redirect, and ship one PR per cluster that c...
|
3.1K |
| 4322 | stripe-directory | stripe/ai |
Stripe Directory Search Turn a vague market need into a short, relevant shortlist with stripe directory search . Use this even when the user never says “Stripe Directory” — any request to find vendors, tools, partners, or providers for a vertical, workflow, pain point, or job-to-be-done. Most requests are discovery — find and compare services. That is the core job below. Some services are also MPP-supported (MPP = Machine Payment Protocol), meaning you (the agent) can pay their HTTP 402 (Payment...
|
3.1K |
| 4323 | korean-slang-writing | nomadamas/k-skill |
Korean Slang Writing What this skill does 사용자가 "유행어 섞어서", "요즘 말투로", "밈스럽게", "재치있게" 같은 요청을 했을 때, 검증된 한국 유행어 후보 를 먼저 뽑고 필요하면 나무위키 원문 요약을 확인해 한국어 문장·홍보문·SNS 게시글·댓글을 유행어 느낌으로 작성한다. 스킬은 데이터와 조회 도구 만 제공한다: 큐레이션된 시드 인덱스 검색 + 나무위키 best-effort 요약. 실제 문장 작성은 에이전트(LLM) 가 스킬이 돌려준 후보 중에서 사용자 의도에 맞는 표현을 골라 한다. 시드 인덱스 출처는 나무위키 분류:유행어 를 기준으로 수작업 큐레이션한다. risky 수준의 혐오·차별·집단 조롱 가능성이 있는 표현은 시드에 넣지 않는다. When to use "SNS 홍보 글 유행어 섞어서 써줘" "댓글을 요즘 말투로 바꿔줘" "밈스럽게 / MZ스럽게 / 재치있게 써줘" "이 유행어가 무슨 뜻이야?" (시드 인덱스 + 나무위키 lookup...
|
3.1K |
| 4324 | vision-framework | dpearson2699/swift-ios-skills |
Vision Framework Detect text, faces, barcodes, objects, and body poses in images and video using on-device computer vision. Patterns target iOS 26+ with Swift 6.2, backward-compatible where noted. See references/vision-requests.md for complete code patterns and references/visionkit-scanner.md for DataScannerViewController integration. Contents Two API Generations Request Pattern (Modern API) Text Recognition (OCR) Face Detection Barcode Detection Document Scanning (iOS 26+) Image Segmentation Ob...
|
3.1K |
| 4325 | longbridge-portfolio | longbridge/skills |
longbridge-portfolio Prompt-only skill for account-level analysis. Distinguished from longbridge-positions (snapshot lookup): this skill answers "how am I doing" , not "what do I hold" . Response language : match the user's input language — Simplified Chinese / Traditional Chinese / English. Privacy : returns the user's private P&L. Only render detailed numbers in direct conversation; if you suspect screen-sharing or third-party observation, ask before showing exact figures. Never echo amounts i...
|
3.1K |
| 4326 | wp-playground | wordpress/agent-skills |
WordPress Playground When to use Spin up a disposable WordPress to test a plugin/theme without full stack setup. Run or iterate on Playground Blueprints (JSON) locally. Build a reproducible snapshot of a site for sharing or CI. Switch WP/PHP versions quickly to reproduce issues. Debug plugin/theme code with Xdebug in an isolated Playground. Inputs required Host machine readiness: Node.js ≥ 20.18, npm / npx available. Project path to mount ( --auto-mount or explicit mount mapping). Desired WP ver...
|
3.1K |
| 4327 | transitions-polish | jakubantalik/transitions.dev |
Transitions Polish An add-on to the transitions-dev skill. Where transitions-dev installs whole transitions, this skill polishes motion that already exists : it scans the five motion-token dimensions — duration, distance, scale, blur, easing — and suggests the token each value should reference, plus the higher-order rules for when a value is right (open/close asymmetry, hover in/out, stagger, delay). Install it alongside transitions-dev , or on its own — the token values are restated below so th...
|
3.1K |
| 4328 | md-to-feishu | zc277584121/marketing-skills |
Markdown to Feishu Document Convert a local Markdown file into a Feishu document, with automatic image upload. User Input The user only needs to provide a Markdown file path . Title is optional — if not provided, extract it automatically (see below). Step 1: Determine the Document Title Read the Markdown file and look for the first heading — use that as the title. If no heading exists, scan the content and generate a concise, descriptive title based on the topic. If the user explicitly provide...
|
3.1K |
| 4329 | nano-banana-pro | intellectronica/agent-skills |
Nano Banana Pro Image Generation & Editing Generate new images or edit existing ones using Google's Nano Banana Pro API (Gemini 3 Pro Image). Usage Run the script using absolute path (do NOT cd to skill directory first): Generate new image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_image.py --prompt "your image description" --filename "output-name.png" [--resolution 1K|2K|4K] [--api-key KEY] Edit existing image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_imag...
|
3.1K |
| 4330 | mermaid-to-gif | zc277584121/marketing-skills |
Skill: Mermaid to GIF Convert Mermaid diagrams into animated GIFs with rich animation effects. Supports .mmd files and extracting ```mermaid code blocks from .md files. Prerequisites : FFmpeg, Python 3.8+, Playwright ( pip install playwright && playwright install chromium ) When to Use The user wants to convert Mermaid diagrams to animated GIFs The user has .mmd files or .md files containing mermaid code blocks The user needs animated visuals for presentations, documentation, or social media The...
|
3.1K |
| 4331 | wp-phpstan | wordpress/agent-skills |
WP PHPStan When to use Use this skill when working on PHPStan in a WordPress codebase, for example: setting up or updating phpstan.neon / phpstan.neon.dist generating or updating phpstan-baseline.neon fixing PHPStan errors via WordPress-friendly PHPDoc (REST requests, hooks, query results) handling third-party plugin/theme classes safely (stubs/autoload/targeted ignores) Inputs required wp-project-triage output (run first if you haven't) Whether adding/updating Composer dev dependencies is allow...
|
3.1K |
| 4332 | interface-review | jakubkrehel/skills |
Review the change, not just the code it left behind A diff is not a surface. The lines a change deletes matter as much as the lines it adds, and the file it touches is rarely the whole of what it affects. This skill owns change scope only: resolving the target, expanding changed files to affected surfaces, reading both sides of the diff, and classifying each finding. Domain rules belong to the six better-* skills. Mode, severity, consolidation, coverage, the cap, the output format, and the verdi...
|
3.1K |
| 4333 | gen-paylink-govilo | hau823823/gen-paylink-govilo |
Govilo To Go Turn any file into a paid unlock link — one command to package, upload, and collect crypto payments. The last mile of automation: from creation to monetization. Before Running Always ask the user for these values before executing the CLI — never guess or use placeholders: title — What is the product name? price — How much to charge (in USDC)? description — Short description of the product (optional, but always ask) CLI Command Requires uv . See references/setup-guide.md for install ...
|
3K |
| 4334 | image-generation | supercent-io/skills-template |
Image Generation Skill Overview I help you create effective prompts for AI image generation tools like DALL-E, Midjourney, and Stable Diffusion. I understand the nuances of different platforms and can help you achieve specific visual styles. What I can do: Write detailed image generation prompts Optimize prompts for specific AI tools Suggest style keywords and modifiers Create negative prompts to avoid unwanted elements Adapt prompts for different aspect ratios Generate variations and alternativ...
|
3K |
| 4335 | send-usdc | coinbase/agentic-wallet-skills |
Sending USDC Use the npx awal@2.0.3 send command to transfer USDC from the wallet to any Ethereum address or ENS name on Base. Confirm wallet is initialized and authed npx awal@2.0.3 status If the wallet is not authenticated, refer to the authenticate-wallet skill. Command Syntax npx awal@2.0.3 send < amount > < recipient > [ --chain < chain > ] [ --json ] Arguments Argument Description amount Amount to send: '$1.00', '1.00', or atomic units (1000000 = $1). Always single-quote amounts that use $...
|
3K |
| 4336 | pay-for-service | coinbase/agentic-wallet-skills |
Making Paid x402 Requests Use the npx awal@2.0.3 x402 pay command to call paid API endpoints with automatic USDC payment on Base. Confirm wallet is initialized and authed npx awal@2.0.3 status If the wallet is not authenticated, refer to the authenticate-wallet skill. Command Syntax npx awal@2.0.3 x402 pay < url > [ -X < method > ] [ -d < json > ] [ -q < params > ] [ -h < json > ] [ --max-amount < n > ] [ --json ] Options Option Description -X, --method <method> HTTP method (default: GET) -d, --...
|
3K |
| 4337 | super-search | supermemoryai/claude-supermemory |
Super Search Search Supermemory for past coding sessions, decisions, and saved information. How to Search Run the search script with the user's query: node " ${CLAUDE_PLUGIN_ROOT} /scripts/search-memory.cjs" "USER_QUERY_HERE" Replace USER_QUERY_HERE with what the user is searching for. Examples User asks "what did I work on yesterday": node " ${CLAUDE_PLUGIN_ROOT} /scripts/search-memory.cjs" "work yesterday recent activity" User asks "how did I implement auth": node " ${CLAUDE_PLUGIN_ROOT} /scri...
|
3K |
| 4338 | x402 | coinbase/agentic-wallet-skills |
x402 Payment Protocol Use the npx awal@2.0.3 x402 commands to discover, inspect, and call paid API endpoints using the X402 payment protocol. Payments are made in USDC on Base. Workflow The typical x402 workflow is: Find a service - Search the bazaar or get details for a known endpoint Check requirements - Inspect price, method, and input schema Make the request - Call the endpoint with automatic USDC payment Commands Search the Bazaar Find paid services by keyword using BM25 relevance search: n...
|
3K |
| 4339 | decision-helper | shubhamsaboo/awesome-llm-apps |
Decision Helper You are an expert at facilitating structured decision-making using proven frameworks. When to Apply Use this skill when: Evaluating multiple options Making complex decisions Weighing trade-offs Reducing decision paralysis Structuring choices systematically Decision Frameworks 1. Pros/Cons Analysis Simple comparison of advantages and disadvantages 2. Decision Matrix Weight criteria and score options 3. Cost-Benefit Analysis Quantify costs vs benefits 4. SWOT Analysis Strengths, We...
|
3K |
| 4340 | react-best-practices | 0xbigboss/claude-code |
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
|
3K |
| 4341 | okx-how-to-play | okx/onchainos-skills |
Onchain OS — How to Play (Entry Router) The first-time / "I don't know what to do" entry point. Routes the user from a blank prompt into a concrete DApp workflow in ≤ 3 turns. Instruction Priority Tagged blocks indicate rule severity (higher wins on conflict): <NEVER> — Absolute prohibition. <MUST> — Mandatory step. Skipping breaks the flow. <SHOULD> — Best practice. Pre-flight Checks Trigger Criteria Show more
|
3K |
| 4342 | office-automation | texiaoyao/office-automation-skill |
Office 自动化技能 使用 Python 脚本自动化处理 Word (.docx) 和 Excel (.xlsx/xlsm) 文件。 快速开始 1. 安装依赖 pip install python-docx openpyxl pandas 2. 基本用法 处理 Word 文档: python scripts/word_processor.py read document.docx python scripts/word_processor.py write output.docx --content "Hello World" python scripts/word_processor.py template fill.docx --data '{"name": "张三", "date": "2026-02-22"}' 处理 Excel 表格: python scripts/excel_processor.py read data.xlsx python scripts/excel_processor.py write output.xlsx --sheet "Sheet1" py...
|
3K |
| 4343 | typescript-best-practices | 0xbigboss/claude-code |
TypeScript Best Practices Follows type-first, functional, and error handling patterns from CLAUDE.md. This skill covers language-specific idioms only. Pair with React Best Practices When working with React components ( .tsx , .jsx files or @react imports), always load react-best-practices alongside this skill. This skill covers TypeScript fundamentals; React-specific patterns (effects, hooks, refs, component design) are in the dedicated React skill. Make Illegal States Unrepresentable Use the ty...
|
3K |
| 4344 | squirrelscan | squirrelscan/skills |
squirrelscan CLI squirrelscan is a website audit tool built for AI agents. It answers "what's wrong with this website and how do I fix it": it crawls a site like a search engine, analyzes every page against 249+ rules in 21 categories (SEO, performance, security, accessibility, content, structured data, agent readiness, and more), and returns a health score plus concrete, fixable issues. Use it whenever a user wants their site checked, ranked better, faster, or healthier, before/after a deploy, ...
|
3K |
| 4345 | vue-pinia-best-practices | hyf0/vue-skills |
Pinia best practices, common gotchas, and state management patterns. Store Setup Getting "getActivePinia was called" error at startup → See pinia-no-active-pinia-error Setup stores missing state in DevTools or SSR → See pinia-setup-store-return-all-state Reactivity Store destructuring stops updating UI reactively → See pinia-store-destructuring-breaks-reactivity Store methods lose context in template calls → See store-method-binding-parentheses State Patterns Filters reset on refresh or can't be...
|
3K |
| 4346 | architect | javascript-mastery-pro/skills |
Output style (plain words, no dashes, no hyphens) Write everything this skill produces, files and messages alike, in plain simple language. Talk to the reader as you , warm and direct like a colleague, and present every step as a recommendation they may run or skip, never an order. Keep technical terms that carry real meaning; explain each in plain words. Never use a dash or a hyphen as punctuation: no em dash, no en dash, and no hyphenated compounds. Write read only , not read-only . Say it in ...
|
3K |
| 4347 | docs-writer | google-gemini/gemini-cli |
docs-writer skill instructions As an expert technical writer for the Gemini CLI project, your goal is to produce documentation that is accurate, clear, and consistent with the project's standards. You must adhere to the documentation contribution process outlined in CONTRIBUTING.md and the style guidelines from the Google Developer Documentation Style Guide. Step 1: Understand the goal and create a plan Clarify the request: Fully understand the user's documentation request. Identify the core f...
|
3K |
| 4348 | hermes-imports | affaan-m/everything-claude-code |
Hermes Imports Use this skill when turning a repeated Hermes workflow into something safe to ship in ECC. Hermes is the operator shell. ECC is the reusable workflow layer. Imports should move stable patterns from Hermes into ECC without moving private state. When To Use A Hermes workflow has repeated enough times to become reusable. A local operator prompt should become a public ECC skill. A launch, content, research, or engineering workflow needs sanitized handoff docs. A workflow mentions loca...
|
3K |
| 4349 | network | markdown-viewer/skills |
Network Topology Diagram Generator Quick Start: Choose topology type → Add network devices (routers, switches, firewalls) → Connect with appropriate link types → Add labels and zones → Wrap in ```drawio fence. ⚠️ IMPORTANT: Always use ```drawio code fence. NEVER use ```xml — it will NOT render as a diagram. Critical Rules 🔗 This is a drawio-derived skill. All structure, layout, and edge routing rules inherit from drawio SKILL.md . Read the base rules first. Network-specific additions: Check sten...
|
3K |
| 4350 | data-analytics | markdown-viewer/skills |
Data Analytics Diagram Generator Quick Start: Define data sources → Declare ingestion/ETL icons → Connect to storage/warehouse → Add BI/visualization → 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 data pipelines (Source → Ingest → Transform → Store → Visualize) Use mxgraph.aws4.* stencil syntax for ...
|
3K |