███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 19951 | systemd | chaterm/terminal-skills |
Systemd 服务单元编写、依赖管理、日志查看等技能。 服务管理 基础命令 ``` 启停服务 systemctl start service-name systemctl stop service-name systemctl restart service-name systemctl reload service-name 重载配置(不中断服务) 开机启动 systemctl enable service-name systemctl disable service-name systemctl enable --now service-name 启用并立即启动 查看状态 systemctl status service-name systemctl is-active service-name systemctl is-enabled service-name systemctl is-failed service-name ``` 服务列表 ``` 列出所有服务 systemctl list-units --type=servic...
|
61 |
| 19952 | learned-docs | dagster-io/erk |
Learned Documentation Guide Overview: docs/learned/ contains agent-focused documentation with: YAML frontmatter for routing and discovery Hierarchical category organization (categories listed in index below) Index files for category navigation Routing tables in AGENTS.md Core Knowledge (ALWAYS Loaded) @learned-docs-core.md Document Registry (Auto-Generated) @docs/learned/index.md Frontmatter Requirements Every markdown file (except index.md) MUST have: --- title : Document Title read_when : - "f...
|
61 |
| 19953 | imgur | vm0-ai/vm0-skills |
Imgur Image Hosting Imgur is a free image hosting service. Upload images and get URLs for sharing, embedding in articles, or using in documentation. When to Use Upload images to get shareable URLs Host images for blog posts or documentation Get image URLs for use in Markdown content Anonymous image uploads (no account needed) Prerequisites Set the following environment variable: export IMGUR_CLIENT_ID = your_client_id Get your Client ID from: https://api.imgur.com/oauth2/addclient When registeri...
|
61 |
| 19954 | document-management | groeimetai/snow-flow |
Document Management for ServiceNow Document Management handles attachments, templates, and document generation. Document Architecture Record ├── Attachments (sys_attachment) │ └── Attachment Data (sys_attachment_doc) ├── Generated Documents └── Document Templates Key Tables Table Purpose sys_attachment Attachment metadata sys_attachment_doc Attachment content sys_report_template Report templates dms_document Document records Attachments (ES5) Upload Attachment // Attach file...
|
61 |
| 19955 | umbraco-property-value-preset | umbraco/umbraco-cms-backoffice-skills |
Umbraco Property Value Preset What is it? Property Value Presets provide default values when users create new content. They use an API to supply preset values for specific property editors, enabling streamlined content creation with sensible defaults. Multiple presets can work together using the weight property to progressively modify values. Documentation Always fetch the latest docs before implementing: Main docs : https://docs.umbraco.com/umbraco-cms/customizing/extending-overview/extension-t...
|
61 |
| 19956 | styling-expert | oimiragieo/agent-studio |
Styling Expert When reviewing or writing code, apply these guidelines: You are a Senior Frontend Developer and an Expert in CSS and TailwindCSS. Always write correct, best practice, bug free, fully functional and working code. Focus on easy and readability code. Always use Tailwind classes for styling HTML elements; avoid using CSS or tags. styled components attrs method When reviewing or writing code, apply these guidelines: Utilize styled-components' attrs method for frequently used props....
|
61 |
| 19957 | wiki-architect | sickn33/antigravity-awesome-skills |
Wiki Architect You are a documentation architect that produces structured wiki catalogues and onboarding guides from codebases. When to Activate User asks to "create a wiki", "document this repo", "generate docs" User wants to understand project structure or architecture User asks for a table of contents or documentation plan User asks for an onboarding guide or "zero to hero" path Procedure Scan the repository file tree and README Detect project type, languages, frameworks, architectural patter...
|
61 |
| 19958 | planning-validate | drillan/speckit-gates |
Validates planning artifacts for quality and consistency after `/speckit.plan` completes. Purpose This skill automatically validates your planning artifacts to catch specification gaps before task generation. It checks: - spec.md completeness: All mandatory sections present with content - plan.md executability: Technical context, project structure, and constitution check completed - data-model.md consistency: Entities align with spec requirements (if exists) - Contract coverage: API contr...
|
61 |
| 19959 | python-formatter-advisor | jorgealves/agent_skills |
Python Code Formatter Advisor Purpose and Intent Enforce Pythonic standards using Black, Isort, and Flake8. Use to ensure consistency across large Python codebases and team environments. When to Use Project Setup : When initializing a new Python project. Continuous Integration : As part of automated build and test pipelines. Legacy Refactoring : When updating older Python codebases to modern standards. When NOT to Use Non-Python Projects : This tool is specialized for the Python ecosystem. Error...
|
61 |
| 19960 | browser-automation | civitai/civitai |
Browser Automation Browser automation powers web testing, scraping, and AI agent interactions. The difference between a flaky script and a reliable system comes down to understanding selectors, waiting strategies, and anti-detection patterns. This skill covers Playwright (recommended) and Puppeteer, with patterns for testing, scraping, and agentic browser control. Key insight: Playwright won the framework war. Unless you need Puppeteer's stealth ecosystem or are Chrome-only, Playwright is the be...
|
61 |
| 19961 | context preserver | daffy0208/ai-dev-standards |
Context Preserver Never lose your place. Resume in 5 minutes. Eliminate "Where was I?" moments. Core Principle ADHD brains have high context-switching costs and limited working memory. Every interruption means 15-30 minutes of "getting back into it." The solution: Automatically capture and restore mental state so you can resume work in under 5 minutes. Key Insight: The act of saving context is therapeutic - it signals "I can stop safely." The Context Problem Problem 1: High Context-Switching Cos...
|
61 |
| 19962 | ui-review | srbhr/resume-matcher |
UI Review Agent Use to verify frontend changes comply with Swiss International Style before committing. Review Process Step 1: Run automated checks Check for forbidden rounded corners rg 'rounded-(sm|md|lg|xl|2xl|3xl|full)' apps/frontend/ --glob '*.{tsx,jsx,css}' --no-heading -n Check for gradient usage (forbidden) rg '(bg-gradient|from-|via-|to-)' apps/frontend/ --glob '*.{tsx,jsx,css}' --no-heading -n Check for soft shadows (should be hard only) rg 'shadow-(sm|md|lg|xl|2xl|inner)' apps/fron...
|
61 |
| 19963 | asciinema-cast-format | terrylica/cc-skills |
asciinema-cast-format Reference documentation for the asciinema v3 .cast file format (asciicast v2 specification). Platform: All platforms (documentation only) Format Overview Asciinema v3 uses NDJSON (Newline Delimited JSON) format: Line 1: Header object with recording metadata Lines 2+: Event arrays with timestamp, type, and data Header Specification The first line is a JSON object with these fields: Field Type Required Description version int Yes Format version (always 2 for v3 recordi...
|
61 |
| 19964 | cron | volcengine/openviking |
Cron 定时任务配置、日志监控、故障排查等技能。 Crontab 基础 管理命令 ``` 编辑当前用户的 crontab crontab -e 查看当前用户的 crontab crontab -l 删除当前用户的 crontab crontab -r 管理其他用户的 crontab(需要 root) crontab -u username -e crontab -u username -l ``` 时间格式 ``` ┌───────────── 分钟 (0-59) │ ┌───────────── 小时 (0-23) │ │ ┌───────────── 日 (1-31) │ │ │ ┌───────────── 月 (1-12) │ │ │ │ ┌───────────── 星期 (0-7, 0和7都是周日) │ │ │ │ │ * * * * * command ``` 特殊字符 ``` * 任意值 , 列表 (1,3,5) - 范围 (1-5) / 步长 (*/5 每5分钟) 示...
|
61 |
| 19965 | expert-validator | shipshitdev/library |
Expert Validator - Expert Secrets Scorecard Assess positioning, authority, and messaging against Expert Secrets principles. Expose weak positioning that makes people look like everyone else. Brunson's Principle: "You don't need to be the most qualified—you need to be the most positioned." When This Activates User asks "validate my positioning" User asks "is my messaging right" User says "I sound like everyone else" User asks "how do I build authority" User asks "what's my angle" The Framework...
|
61 |
| 19966 | hig-platforms | raintree-technology/apple-hig-skills |
Apple HIG: Platform Design Check for .claude/apple-design-context.md before asking questions. Use existing context and only ask for information not already covered. Key Principles Each platform has a distinct identity. Do not port designs between platforms. Respect each platform's conventions, interaction models, and user expectations. iOS: touch-first. Direct manipulation on a handheld screen. Optimize for one-handed use. Navigation uses tab bars and push/pop stacks. iPadOS: expanded canvas. Su...
|
61 |
| 19967 | web-design-guidelines | vercel-labs/vercel-skills |
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
|
61 |
| 19968 | agent-browser | arize-ai/phoenix |
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
|
61 |
| 19969 | frontend-design | steipete/agent-scripts |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
61 |
| 19970 | pdf generator | eddiebe147/claude-settings |
PDF Generator The PDF Generator skill enables creation of professional PDF documents from various sources including Markdown, HTML, plain text, and structured data. It handles formatting, images, metadata, watermarks, and multi-page layouts. This skill leverages Node.js libraries like puppeteer , pdfkit , or jsPDF for comprehensive PDF generation capabilities. Whether you need to convert documentation to PDF, generate reports with charts, create printable forms, or produce client deliverables, t...
|
61 |
| 19971 | logo ideator | eddiebe147/claude-settings |
Logo Ideator A creative director specializing in logo concept development and brand mark ideation. This skill combines brand strategy, visual metaphor, and design principles to generate diverse, meaningful logo concepts that capture brand essence and stand the test of time. From initial brainstorming through refined concepts with Midjourney prompts, this skill guides you through the logo design process with multiple creative directions, strategic rationale, and implementation guidelines. Core Wo...
|
61 |
| 19972 | ai-artist | binhmuc/autobot-review |
AI Artist - Prompt Engineering Craft effective prompts for AI text and image generation models. Core Principles Clarity - Be specific, avoid ambiguity Context - Set scene, role, constraints upfront Structure - Use consistent formatting (markdown, XML tags, delimiters) Iteration - Refine based on outputs, A/B test variations Quick Patterns LLM Prompts (Claude/GPT/Gemini) [Role] You are a {expert type} specializing in {domain}. [Context] {Background information and constraints} [Task] {Specific ...
|
61 |
| 19973 | discord-bot | openclaudia/openclaudia-skills |
Discord Bot Build Discord bots for community management, moderation, notifications, and AI integration. Based on n8n's Discord workflow templates. Overview This skill covers: Bot setup and configuration Slash commands and interactions Moderation automation Notification workflows AI-powered features Bot Setup Creating a Discord Bot setup_steps : 1. create_application : url : https : //discord.com/developers/applications action : "New Application" 2. create_bot : section : "Bot" action : "Add Bot"...
|
61 |
| 19974 | update-graft-inventory | autumnsgrove/groveengine |
Update Graft Inventory Skill When to Activate Activate this skill when: Adding new feature flags via SQL migrations Removing or deprecating grafts The graft-inventory CI check fails You want to verify inventory matches production D1 After applying migrations that add grafts Files Involved File Purpose .github/graft-inventory.json Source of truth for graft counts and metadata libs/engine/migrations/*.sql Migration files that define grafts libs/engine/src/lib/feature-flags/grafts.ts Type definitio...
|
61 |
| 19975 | sentry-python-sdk | getsentry/sentry-agent-skills |
All Skills > SDK Setup > Python SDK Sentry Python SDK Opinionated wizard that scans your Python project and guides you through complete Sentry setup. Invoke This Skill When User asks to "add Sentry to Python" or "setup Sentry" in a Python app User wants error monitoring, tracing, profiling, logging, metrics, or crons in Python User mentions sentry-sdk , sentry_sdk , or Sentry + any Python framework User wants to monitor Django views, Flask routes, FastAPI endpoints, Celery tasks, or scheduled jo...
|
61 |
| 19976 | nextjs-expert | oimiragieo/agent-studio |
Nextjs Expert next js When reviewing or writing code, apply these guidelines: Follow Next.js docs for Data Fetching, Rendering, and Routing when Next JS is used instead of React Remix. next js 14 general rules When reviewing or writing code, apply these guidelines: Use the App Router: All components should be created within the app directory, following Next.js 14 conventions. Implement Server Components by default: Only use Client Components when absolutely necessary for interactivity or client-...
|
61 |
| 19977 | markdown-doc-writer | yennanliu/cs_basics |
Use this Skill when: - Writing README files - Creating algorithm explanations - Documenting system design solutions - Writing interview preparation guides - Creating cheat sheets and reference materials - Adding code documentation Documentation Standards 1. Structure Guidelines Every document should have: - Clear title (H1) - Brief description - Table of contents (for long docs) - Well-organized sections (H2, H3) - Code examples - Complexity analysis (for algorithms) - Referenc...
|
61 |
| 19978 | culture-index | sickn33/antigravity-awesome-skills |
Culture Index Overview Index and search culture documentation to help teams understand organizational values, practices, and guidelines. When to Use This Skill Use this skill when you need to index and search culture documentation. Use this skill when: You need to search through organizational culture documentation You want to index culture-related documents for easy retrieval You need to understand team values, practices, or guidelines You're building a knowledge base for culture documentation ...
|
61 |
| 19979 | elephant-build | autumnsgrove/groveengine |
Elephant Build 🐘 The elephant doesn't hesitate. It sees where the path needs to go, gathers what it needs, and builds with unstoppable momentum. File by file, system by system, the elephant creates what others think too complex to attempt. When a feature spans boundaries — frontend to backend, API to database, config to deployment — the elephant carries it through. When to Activate User asks to "implement this feature" or "build this system" User says "create" something that needs multiple files...
|
61 |
| 19980 | rbac-authorization-patterns | linehaul-ai/linehaulai-claude-marketplace |
Expert guidance for implementing Role-Based Access Control (RBAC) and multi-tenant authorization in a Go/Echo backend with Supabase/PostgreSQL. When to Use This Skill Use when: - Defining user roles and permissions for freight brokerage operations - Implementing Echo middleware for role/permission checks - Setting up multi-tenant isolation with account-based access - Designing JWT claims structure for authorization - Writing RLS policies for tenant-isolated data access - Choosing approp...
|
61 |
| 19981 | sales-operations | dengineproblem/agents-monorepo |
Sales Operations Expert-level sales operations for revenue optimization. Core Competencies CRM administration Sales analytics Territory planning Quota setting Compensation design Process optimization Forecasting Sales enablement Sales Analytics Key Metrics Dashboard ┌─────────────────────────────────────────────────────────────┐ │ Sales Performance - [Period] │ ├─────────────────────────────────────────────────────────────┤ │ Revenue Pipeline W...
|
61 |
| 19982 | dev-workflow-planning | vasilyu1983/ai-agents-public |
Workflow Planning Skill - Quick Reference This skill enables structured, systematic development workflows. The assistant should apply these patterns when users need to break down complex projects, create implementation plans, or execute multi-step development tasks with clear checkpoints. Inspired by: Obra Superpowers patterns for structured agent workflows. Quick Reference Command Purpose When to Use /brainstorm Generate ideas and approaches Starting new features, exploring solutions /write-...
|
61 |
| 19983 | business plan writer | eddiebe147/claude-settings |
Business Plan Writer Expert business plan creation system that helps you develop comprehensive business plans, financial projections, market analysis, and strategic documents for fundraising, partnerships, or internal planning. This skill provides structured frameworks for business planning based on proven methodologies that satisfy investors, lenders, and strategic stakeholders. A strong business plan is your roadmap and your pitch. This skill helps you think through your business model, valida...
|
61 |
| 19984 | python-async-advisor | jorgealves/agent_skills |
Python Async/Await Advisor Purpose and Intent Review asynchronous Python code to identify race conditions, deadlocks, and inefficient patterns. Use when working with asyncio, aiohttp, or FastAPI. When to Use Project Setup : When initializing a new Python project. Continuous Integration : As part of automated build and test pipelines. Legacy Refactoring : When updating older Python codebases to modern standards. When NOT to Use Non-Python Projects : This tool is specialized for the Python ecosyst...
|
61 |
| 19985 | npm-package | jwynia/agent-skills |
npm Package Development (Bun-First) Build and publish npm packages using Bun as the primary runtime and toolchain, producing output that works everywhere npm packages are consumed. When to Use This Skill Use when: Creating a new npm library package from scratch Setting up build/test/lint tooling for an existing package Fixing CJS/ESM interop, exports map, or TypeScript declaration issues Publishing a package to npm Reviewing or improving package configuration Do NOT use when: Building an npx-exe...
|
61 |
| 19986 | appium | teachingai/full-stack-skills |
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
|
61 |
| 19987 | citation-verifier | willoscar/research-units-pipeline-skills |
Citation Verifier Generate citations/ref.bib and ensure every entry has a traceable verification record in citations/verified.jsonl. When network access is restricted, prefer a “record now, verify later” workflow: keep URLs/titles consistent and leave a clear verification note. Input papers/paper_notes.jsonl Outputs citations/ref.bib citations/verified.jsonl Workflow (heuristic) Collect bibkey, title, url, year, authors from papers/paper_notes.jsonl. Write/refresh citations/ref.bib: Prefer ar...
|
61 |
| 19988 | styling | epicenterhq/epicenter |
Styling Guidelines Minimize Wrapper Elements Avoid creating unnecessary wrapper divs. If classes can be applied directly to an existing semantic element with the same outcome, prefer that approach. Good (Direct Application) <main class="flex-1 mx-auto max-w-7xl"> {@render children()} </main> Avoid (Unnecessary Wrapper) <main class="flex-1"> <div class="mx-auto max-w-7xl"> {@render children()} </div> </main> This principle applies to all elements where the styling doesn't conflict with ...
|
61 |
| 19989 | b2c-business-manager-extensions | salesforcecommercecloud/b2c-developer-tooling |
Business Manager Extensions Skill This skill guides you through creating Business Manager (BM) extension cartridges to customize the admin interface. Overview BM extensions allow you to add custom functionality to Business Manager: Extension Type Purpose Menu Items Add top-level menu sections Menu Actions Add functional links under menus Dialog Actions Add buttons to existing BM pages Form Extensions Add fields to existing forms File Structure /bm_my_extension /cartridge bm_extensions.xml ...
|
61 |
| 19990 | beaver-build | autumnsgrove/groveengine |
Beaver Build 🦫 The beaver doesn't build blindly. First, it surveys the stream, understanding the flow. Then it gathers only the best materials — not every twig belongs in the dam. It builds with purpose, each piece placed carefully. It reinforces with mud and care, creating something that withstands the current. When the dam holds, the forest is safe. When to Activate User asks to "write tests" or "add tests" User says "test this" or "make sure this works" User calls /beaver-build or mentions be...
|
61 |
| 19991 | skogai-argc | skogai/lore |
Argc CLI Framework Purpose This skill enables working with the argc framework - a bash-based system that transforms comment annotations into full-featured command-line interfaces with automatic argument parsing, validation, help generation, and shell completions. Argc has two components: argc framework - The parser/engine that reads comment tags and generates CLI functionality argc-completions - 1000+ pre-built completion scripts for common commands, using argc as the engine When to Use Trigger ...
|
61 |
| 19992 | business-competitor-analysis | kenneth-liao/ai-launchpad-marketplace |
Competitor Analysis Skill Perform data-grounded competitor analysis producing an executive-summary markdown document with cited sources. Workflow Overview Extract business information from provided details or website Define target customer profile (required) Identify top 5 competitors via web search Research each competitor across key dimensions Identify market gaps and opportunities Synthesize findings into structured report with citations Step 1: Extract Business Information If user provide...
|
61 |
| 19993 | adr-graph-easy-architect | terrylica/cc-skills |
ADR Graph-Easy Architect Create comprehensive ASCII architecture diagrams for Architecture Decision Records (ADRs) using graph-easy. Pure text output with automatic layout - no image rendering required. When to Use This Skill Writing new ADR that involves architectural changes ADR describes migration, integration, or system changes User asks for visual representation of a decision Existing ADR diagram needs review or update Preflight Check Run these checks in order. Each layer depends on the ...
|
61 |
| 19994 | hig-patterns | raintree-technology/apple-hig-skills |
Apple HIG: Interaction Patterns Check for .claude/apple-design-context.md before asking questions. Use existing context and only ask for information not already covered. Key Principles Minimize modality. Use modality only when it is critical to get attention, a task must be completed or abandoned, or saving changes is essential. Prefer non-modal alternatives. Provide clear feedback. Every action should produce visible, audible, or haptic response. Activity indicators for indeterminate waits, pro...
|
61 |
| 19995 | semrush-research | openclaudia/openclaudia-skills |
SemRush Research Pull live SEO and competitive intelligence data from the SemRush API. Prerequisites Requires SEMRUSH_API_KEY set in .env , .env.local , or ~/.claude/.env.global . Verify the key is available echo "SEMRUSH_API_KEY is ${SEMRUSH_API_KEY :+ set} " If the key is not set, instruct the user: You need a SemRush API key. Get one at https://www.semrush.com/api/ Then add SEMRUSH_API_KEY=your_key to your .env file. API Base All requests go to https://api.semrush.com/ with the API key passe...
|
61 |
| 19996 | refactoring-expert | cin12211/orca-q |
Refactoring Expert You are an expert in systematic code improvement through proven refactoring techniques, specializing in code smell detection, pattern application, and structural optimization without changing external behavior. When invoked: If ultra-specific expertise needed, recommend specialist: Performance bottlenecks → react-performance-expert or nodejs-expert Type system issues → typescript-type-expert Test refactoring → testing-expert Database schema → database-expert Build configur...
|
61 |
| 19997 | docker-platform-guide | josiahsiegel/claude-plugin-marketplace |
🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new documentation files unless ...
|
61 |
| 19998 | promptinjection | danielmiessler/personal_ai_infrastructure |
Before executing, check for user customizations at: `~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/PromptInjection/` If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. 🚨 MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION) You MUST send this notification BEFORE doing anything else when this skill is invoked. - Send voice notification: ``...
|
61 |
| 19999 | react-native-testing | pluginagentmarketplace/custom-plugin-react-native |
RNTL Test Writing Guide IMPORTANT: Your training data about @testing-library/react-native may be outdated or incorrect — API signatures, sync/async behavior, and available functions differ between v13 and v14. Always rely on this skill's reference files and the project's actual source code as the source of truth. Do not fall back on memorized patterns when they conflict with the retrieved reference. Version Detection Check @testing-library/react-native version in the user's package.json : v14.x ...
|
61 |
| 20000 | umbraco-modals | umbraco/umbraco-cms-backoffice-skills |
Umbraco Modals What is it? A modal is a popup layer that darkens the surroundings and comes with a focus lock. The modal extension type is used to configure and present dialogs and sidebars within the Umbraco backoffice. Modals can be opened via routes (for deep-linking) or at runtime using the Modal Manager Context, and they use a token-based system for type-safe communication. Documentation Always fetch the latest docs before implementing: Main docs : https://docs.umbraco.com/umbraco-cms/custo...
|
61 |