███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 20201 | code-formatting | pollinations/pollinations |
Code Formatting Format JS/TS/JSON files changed on the current branch using Biome. Quick Usage .claude/skills/code-formatting/scripts/format-branch.sh This formats all .js , .ts , .jsx , .tsx , .json , .jsonc files changed compared to main . Custom Base Branch .claude/skills/code-formatting/scripts/format-branch.sh develop What It Does Finds files changed on current branch vs base branch Filters to JS/TS/JSON files only Runs npx biome check --write on those files Uses same settings as the biome-...
|
59 |
| 20202 | umbraco-manifest-picker | umbraco/umbraco-cms-backoffice-skills |
Umbraco Manifest Picker What is it? The <umb-input-manifest> component provides a picker UI for selecting registered extensions from the Umbraco extension registry. It allows users to pick from any extension type (workspaces, dashboards, property editors, etc.) and returns the selected manifest. This is useful for configuration UIs where users need to reference other extensions. Documentation Always fetch the latest docs before implementing: Extension Registry : https://docs.umbraco.com/umbraco-...
|
59 |
| 20203 | sales-negotiation | dengineproblem/agents-monorepo |
Sales Negotiation Expert Expertise in negotiation strategy, procurement navigation, and deal closing techniques. Negotiation Fundamentals core_concepts : batna : definition : "Best Alternative To Negotiated Agreement" importance : "Your walk-away power" develop : - "Identify all alternatives" - "Evaluate each option" - "Strengthen best alternative" - "Know when to walk away" zopa : definition : "Zone of Possible Agreement" components : seller_walk_away : "Minimum acceptable price" buyer_walk_awa...
|
59 |
| 20204 | crewai-multi-agent | orchestra-research/ai-research-skills |
CrewAI - Multi-Agent Orchestration Framework Build teams of autonomous AI agents that collaborate to solve complex tasks. When to use CrewAI Use CrewAI when: Building multi-agent systems with specialized roles Need autonomous collaboration between agents Want role-based task delegation (researcher, writer, analyst) Require sequential or hierarchical process execution Building production workflows with memory and observability Need simpler setup than LangChain/LangGraph Key features: Standa...
|
59 |
| 20205 | user researcher | daffy0208/ai-dev-standards |
User Researcher Understand user needs through systematic research before building products. Core Principle Users are not you. Validate assumptions with real user behavior, not opinions or what users say they'll do. 5-Phase User Research Process Phase 1: Research Planning Goal : Define what you need to learn and how Activities : Define research objectives (2-4 key questions to answer) Identify target user segments and recruitment criteria Select research methods (interviews, surveys, observation)...
|
59 |
| 20206 | parser-development | biomejs/biome |
Purpose Use this skill when creating or modifying Biome's parsers. Covers grammar authoring with ungrammar, lexer implementation, error recovery strategies, and list parsing patterns. Prerequisites Install required tools: just install-tools Understand the language syntax you're implementing Read crates/biome_parser/CONTRIBUTING.md for detailed concepts Common Workflows Create Grammar for New Language Create a .ungram file in xtask/codegen/ (e.g., html.ungram ): // html.ungram // Legend: // Nam...
|
59 |
| 20207 | inertia-rails-pages | inertia-rails/skills |
Inertia Rails Pages Page components, layouts, navigation, and client-side APIs. Before building a page, ask: Does this page need a layout? → Use persistent layout (React: Page.layout = ... ; Vue: defineOptions({ layout }) ; Svelte: module script export) — wrapping in JSX/template remounts on every navigation, losing scroll position, audio playback, and component state Does UI state come from the URL? → Change BOTH controller (read params , pass as prop) AND component (derive from prop, no useSta...
|
59 |
| 20208 | asciinema-player | terrylica/cc-skills |
asciinema-player Play terminal session recordings (.cast files) in a dedicated iTerm2 window with full playback controls. Opens a clean window (bypasses default arrangements) for distraction-free viewing. Platform: macOS only (requires iTerm2) Why iTerm2 Instead of Browser? Aspect Browser Player iTerm2 CLI Large files (>100MB) Crashes (memory limit) Streams from disk Memory usage 2-4GB for 700MB file Minimal Startup time Slow (download + parse) Instant Native feel Web-based True terminal Dec...
|
59 |
| 20209 | axiom-uikit-bridging | charleswiltgen/axiom |
UIKit-SwiftUI Bridging Systematic guidance for bridging UIKit and SwiftUI. Most production iOS apps need both — this skill teaches the bridging patterns themselves, not the domain-specific views being bridged. Decision Framework digraph bridge { start [ label = "What are you bridging?" shape = diamond ] ; start -> "UIViewRepresentable" [ label = "UIView subclass → SwiftUI" ] ; start -> "UIViewControllerRepresentable" [ label = "UIViewController → SwiftUI" ] ; start -> "UIGestureRecognizerReprese...
|
59 |
| 20210 | android-jetpack-compose-expert | sickn33/antigravity-awesome-skills |
Android Jetpack Compose Expert Overview A comprehensive guide for building production-quality Android applications using Jetpack Compose. This skill covers architectural patterns, state management with ViewModels, navigation type-safety, and performance optimization techniques. When to Use This Skill Use when starting a new Android project with Jetpack Compose. Use when migrating legacy XML layouts to Compose. Use when implementing complex UI state management and side effects. Use when optimizin...
|
59 |
| 20211 | authenticated-web-scraper | rysweet/amplihack |
No SKILL.md available for this skill. View on GitHub
|
59 |
| 20212 | vuetify-skilld | harlan-zw/vue-ecosystem-skills |
vuetifyjs/vuetify vuetify Vue Material Component Framework Version: 4.0.1 (Mar 2026) Tags: v1-stable: 1.5.24 (Mar 2020), v2-stable: 2.7.2 (Feb 2024), dev: 4.0.1 (Mar 2026), next: 4.0.1 (Mar 2026), latest: 4.0.2 (Mar 2026), v3-stable: 3.12.3 (Mar 2026) References: Docs — API reference, guides API Changes This section documents version-specific API changes — prioritize recent major/minor releases. BREAKING: VRow / VCol Grid — complete overhaul using CSS gap instead of negative margins. dense prop ...
|
59 |
| 20213 | ci-cd-pipeline-builder | eddiebe147/claude-settings |
CI/CD Pipeline Builder Tier: POWERFUL Category: Engineering Domain: DevOps / Automation Overview Use this skill to generate pragmatic CI/CD pipelines from detected project stack signals, not guesswork. It focuses on fast baseline generation, repeatable checks, and environment-aware deployment stages. Core Capabilities Detect language/runtime/tooling from repository files Recommend CI stages ( lint , test , build , deploy ) Generate GitHub Actions or GitLab CI starter pipelines Include caching an...
|
59 |
| 20214 | chart-implementation | sgcarstrends/sgcarstrends |
Chart Implementation Skill This skill helps you create and customize data visualization charts in apps/web/. When to Use This Skill Creating new chart visualizations for car/COE data Updating existing charts with new features Implementing interactive chart features Optimizing chart performance Debugging chart rendering issues Adding responsive chart layouts Chart Library The project likely uses one of these popular React chart libraries. Check package.json: Recharts - Built on D3, great for ...
|
59 |
| 20215 | umbraco-global-context | umbraco/umbraco-cms-backoffice-skills |
Umbraco Global Context What is it? Global contexts create a shared, type-safe layer of data and functions accessible throughout the backoffice. Unlike scoped contexts (like Workspace Contexts), global contexts persist for the entire backoffice session. Use them for sharing state between extensions, managing centralized services, or coordinating communication. Note: Prefer more specific context types when possible - Umbraco uses global contexts sparingly. Documentation Always fetch the latest doc...
|
59 |
| 20216 | threejs | secondsky/claude-skills |
threejs Curated from CloudAI-X. What it does Three.js skills for creating 3D elements and interactive experiences in the browser — scenes, materials, controls, and post-processing. Source Upstream: https://github.com/CloudAI-X/threejs-skills Category: 3d-shaders How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into your act...
|
59 |
| 20217 | umbraco-sorter | umbraco/umbraco-cms-backoffice-skills |
Umbraco Sorter What is it? The UmbSorterController provides drag-and-drop sorting functionality for lists of items in the Umbraco backoffice. It handles reordering items within a container, moving items between containers, and supports nested sorting scenarios. This is useful for block editors, content trees, and any UI that requires user-driven ordering. Documentation Always fetch the latest docs before implementing: Foundation : https://docs.umbraco.com/umbraco-cms/customizing/foundation Exten...
|
59 |
| 20218 | vmware-aiops | zw008/vmware-aiops |
No SKILL.md available for this skill. View on GitHub
|
59 |
| 20219 | ln-310-story-validator | levnikolaevich/claude-code-skills |
Validate and auto-fix Stories and Tasks against 2025 standards before execution. Purpose & Scope - Validate Story plus child Tasks against industry standards and project patterns - Calculate Penalty Points for violations, then auto-fix to reach 0 points - Delegate to ln-002-best-practices-researcher for creating documentation (guides, manuals, ADRs, research) - Support Plan Mode: show audit results, wait for approval, then fix - Approve Story after fixes (Backlog -> Todo) with tabular out...
|
59 |
| 20220 | supadata | vm0-ai/vm0-skills |
Supadata API Use the Supadata API via direct curl calls to extract video transcripts and scrape web content for AI applications. Official docs: https://docs.supadata.ai/ When to Use Use this skill when you need to: Extract transcripts from YouTube, TikTok, Instagram, X (Twitter), Facebook videos Scrape web pages to markdown format for AI processing Get video/channel metadata from social platforms Crawl websites to extract content from multiple pages Prerequisites Sign up at Supadata Dashboa...
|
59 |
| 20221 | research-synthesis | oimiragieo/agent-studio |
/research-synthesis If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Synthesize user research data into actionable insights. See the user-research skill for research methods, interview guides, and analysis frameworks. Usage /research-synthesis $ARGUMENTS What I Accept Interview transcripts or notes Survey results (CSV, pasted data) Usability test recordings or notes Support tickets or feedback NPS/CSAT responses App store reviews Output Research...
|
59 |
| 20222 | skill-creator | hotovo/aider-desk |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
59 |
| 20223 | command-creator | dagster-io/erk |
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...
|
59 |
| 20224 | code-review | mgd34msu/goodvibes-plugin |
Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process 1. Pin ...
|
59 |
| 20225 | brave-search | ratacat/claude-skills |
Brave Search Web search and content extraction using the official Brave Search API. No browser required. Setup Requires a Brave Search API account with a free subscription. A credit card is required to create the free subscription (you won't be charged). Show more Installs 856 Repository badlogic/pi-skills GitHub Stars 2.2K First Seen Jan 23, 2026 Security Audits Gen Agent Trust Hub Fail Socket Pass Snyk Warn
|
59 |
| 20226 | multi-ai-consultant | secondsky/claude-skills |
Multi-AI Consultant Consult external AIs for second opinions when Claude Code is stuck or making critical decisions. What This Skill Does This skill enables future Claude Code sessions to consult other AIs when: Stuck on a bug after one failed attempt Making architectural decisions Security concerns need validation Fresh perspective needed Key innovation : Uses existing CLI tools ( gemini , codex ) instead of building MCP servers - much simpler and more maintainable. When to Use This Skill Autom...
|
59 |
| 20227 | dojo-config | dojoengine/book |
Dojo Configuration Management Manage Dojo project configuration including Scarb.toml, deployment profiles, and world settings. When to Use This Skill "Configure Dojo for my project" "Update Scarb.toml dependencies" "Set up deployment profiles" "Configure world settings" What This Skill Does Manages configuration files: Scarb.toml - Package manifest and dependencies dojo_dev.toml - Local development profile dojo_<profile>.toml - Other environment profiles World configuration, namespaces, and perm...
|
59 |
| 20228 | agentic-quality-engineering | proffesor-for-testing/agentic-qe |
Agentic Quality Engineering <default_to_action> When implementing agentic QE or coordinating agents: SPAWN appropriate agent(s) for the task using Task tool with agent type CONFIGURE agent coordination (hierarchical/mesh/sequential) EXECUTE with PACT principles: Proactive analysis, Autonomous operation, Collaborative feedback, Targeted risk focus VALIDATE results through quality gates before deployment LEARN from outcomes - store patterns in aqe/learning/* namespace Quick Agent Selection: Te...
|
59 |
| 20229 | swain-update | cristoslc/swain |
Update Swain Update the local installation of swain skills to the latest version, then reconcile governance configuration. Step 1 — Detect current installation Check whether .claude/skills/ contains any swain-* directories: ls -d .claude/skills/swain-* 2 > /dev/null If no swain skill directories are found, inform the user this appears to be a fresh install rather than an update, then continue anyway — the steps below work for both cases. Step 2 — Backup local modifications Before overwriting ski...
|
59 |
| 20230 | mod-actions | civitai/civitai |
Take moderator actions on Civitai users including banning, muting, removing content, and managing leaderboard eligibility. This skill uses the Civitai tRPC API with API key authentication, ensuring all actions go through the proper service layer with full side effects (session invalidation, search index updates, activity tracking, etc.). Setup - Copy `.env-example` to `.env` in this skill directory - Add your Civitai API key (must belong to a moderator account) - Optionally set the API URL...
|
59 |
| 20231 | delayed-command | paulrberg/agent-skills |
Delayed Command Execution Wait for a specified duration, then execute a Bash command. Arguments duration : Time to wait before execution (e.g., 30s , 5m , 1h , 1h30m ) command : The Bash command to run after the delay Duration Format Format Example Meaning Xs 30s 30 seconds Xm 5m 5 minutes Xh 1h 1 hour XhYm 1h30m 1 hour 30 minutes XhYmZs 1h5m30s 1 hour 5 min 30 s Workflow 1. Parse Duration Convert the duration argument to seconds: Extract hours ( h ), minutes ( m ), and seconds ( s ) components ...
|
59 |
| 20232 | tdd | oimiragieo/agent-studio |
Test-Driven Development Philosophy Core principle : Tests should verify behavior through public interfaces, not implementation details. Code can change entirely; tests shouldn't. Good tests are integration-style: they exercise real code paths through public APIs. They describe what the system does, not how it does it. A good test reads like a specification - "user can checkout with valid cart" tells you exactly what capability exists. These tests survive refactors because they don't care about i...
|
59 |
| 20233 | webreel | vercel-labs/webreel |
webreel webreel records scripted browser demos as MP4, GIF, or WebM with cursor animation, keystroke overlays, and sound effects. You define steps in a JSON config, and webreel drives headless Chrome, captures frames, and encodes with ffmpeg. Installation Install webreel as a project dependency so the version is pinned in the lockfile. This ensures deterministic recordings across machines and CI. npm install webreel If the project already has webreel in its dependencies, skip this step. Prerequi...
|
59 |
| 20234 | wiki-researcher | sickn33/antigravity-awesome-skills |
Wiki Researcher You are an expert software engineer and systems analyst. Your job is to deeply understand codebases, tracing actual code paths and grounding every claim in evidence. When to Activate User asks "how does X work" with expectation of depth User wants to understand a complex system spanning many files User asks for architectural analysis or pattern investigation Core Invariants (NON-NEGOTIABLE) Depth Before Breadth TRACE ACTUAL CODE PATHS — not guess from file names or conventions RE...
|
59 |
| 20235 | dust-mcp-server | dust-tt/dust |
@runbooks/NEW_MCP_SERVER.md
|
59 |
| 20236 | umbraco-auth-provider | umbraco/umbraco-cms-backoffice-skills |
Umbraco Auth Provider What is it? An Auth Provider enables external login (OAuth/SSO) for the Umbraco backoffice. It provides the UI component (login button) that connects to a backend authentication provider. The backend must be configured separately in C - this extension type handles the frontend presentation and behavior. Common providers include Google, Microsoft, GitHub, and custom OAuth providers. Documentation Always fetch the latest docs before implementing: External Login Providers : ht...
|
59 |
| 20237 | dependency-analyzer | oimiragieo/agent-studio |
Dependency Analyzer Skill Step 1: Identify Dependency Files Locate dependency files: package.json (Node.js) requirements.txt (Python) go.mod (Go) Cargo.toml (Rust) pom.xml (Java/Maven) Step 2: Analyze Dependencies Examine dependencies: Read dependency files Check versions Identify outdated packages Note version constraints Step 3: Semantic Versioning Analysis Analyze version numbers using semantic versioning (semver): Parse version numbers: Extract major.minor.patch from version strings H...
|
59 |
| 20238 | dojo-deploy | dojoengine/book |
Dojo Deployment Deploy your Dojo world to local Katana sequencer, Sepolia testnet, or Starknet mainnet. When to Use This Skill "Deploy my world to Katana" "Start Katana sequencer" "Deploy to Sepolia testnet" "Deploy to mainnet" What This Skill Does Handles deployment workflows: Start and configure Katana sequencer Deploy worlds with sozo migrate Verify deployments Manage world addresses Configure network settings Quick Start Local development: "Start Katana and deploy my world" Testnet deploymen...
|
59 |
| 20239 | godot-navigation-pathfinding | thedivergentai/gd-agentic-skills |
Navigation & Pathfinding NavigationServer-powered pathfinding with avoidance and dynamic obstacles define robust AI movement. Available Scripts dynamic_nav_manager.gd Expert runtime navigation mesh updates for moving platforms. NEVER Do in Navigation & Pathfinding NEVER set target_position before awaiting physics frame — NavigationServer not ready in _ready() ? Path fails silently. MUST call_deferred() then await get_tree().physics_frame . NEVER use NavigationRegion2D.bake_navigation_polygon() a...
|
59 |
| 20240 | remotion-video-reviewer | ncklrs/startup-os-skills |
Remotion Video Reviewer Provides comprehensive, structured reviews of Remotion video implementations against motion design specifications. Identifies issues, assesses impact, and generates actionable revision lists. What This Skill Does Performs multi-layer review analysis: Spec compliance — Verifies implementation matches design spec Code quality — Checks patterns, performance, best practices Timing accuracy — Validates frame calculations and animation timing Visual fidelity — Confirms colors, ...
|
59 |
| 20241 | education-learning | dylantarre/animation-principles |
Education & Learning Animation Principles Apply Disney's 12 principles to create engaging, encouraging experiences that support comprehension and celebrate progress. The 12 Principles Applied 1. Squash & Stretch Answer Buttons: Friendly squash on selection Mascots/Characters: Personality through stretch Achievement Badges: Bounce with character 2. Anticipation Quiz Reveal: Build-up before showing results Next Lesson: Preparation for new content Submit Answer: Moment before feedback 3. Staging ...
|
59 |
| 20242 | controller-sessions | cartridge-gg/docs |
Controller Sessions & Policies Session policies define which contracts and methods your app can call. They are required for session-based transaction execution — without policies, execute() will fail with error code 130 ("Array length mismatch") because the Controller's on-chain session validation requires a merkle proof for each call. Without policies, Controller falls back to manual approval via the keychain modal. On local Katana, policies are required because new Controller accounts cannot b...
|
59 |
| 20243 | umbraco-tiptap-toolbar-extension | umbraco/umbraco-cms-backoffice-skills |
Umbraco Tiptap Toolbar Extension What is it? A Tiptap Toolbar Extension adds buttons or controls to the Rich Text Editor's toolbar. It provides an execute method that runs when clicked, and can indicate active/disabled states. Several "kinds" are available: button (simple toggle), colorPickerButton (color selection), menu (dropdown menu), and styleMenu (style selection dropdown). Documentation Always fetch the latest docs before implementing: Extension Types : https://docs.umbraco.com/umbraco-cm...
|
59 |
| 20244 | particle-systems | pluginagentmarketplace/custom-plugin-game-developer |
Particle Systems Particle System Architecture ┌─────────────────────────────────────────────────────────────┐ │ PARTICLE LIFECYCLE │ ├─────────────────────────────────────────────────────────────┤ │ EMISSION │ │ ├─ Spawn Rate (particles/second) │ │ ├─ Burst (instant spawn count) │ │ └─ Shape (point, sphere, cone, mesh) │ │ ...
|
59 |
| 20245 | robin-guide | autumnsgrove/groveengine |
Robin Guide 🐦 The robin knows every animal in the forest. It watches from its perch, tilts its head curiously, and chatters about what it sees. When a wanderer is lost, the robin presents the paths available and sings the way forward. The robin doesn't do the work—it shows you which animal does. When to Activate User asks "which skill should I use?" or "what animal does X?" User says "help me choose" or "what are my options?" User calls /robin-guide or mentions robin/guide Unclear which animal t...
|
59 |
| 20246 | magento-issue-debugger | maxnorm/magento2-agent-skills |
Magento 2 Issue Debugger Expert specialist in systematically investigating, diagnosing, and resolving complex technical problems across all layers of the Magento stack. When to Use Debugging production issues Investigating bugs and errors Analyzing performance problems Resolving system failures Troubleshooting integration issues Diagnosing cache or indexing problems Debugging Methodologies Systematic Investigation Problem Assessment : Establish consistent steps to reproduce the problem Environme...
|
59 |
| 20247 | slack | vm0-ai/vm0-skills |
Slack Automation Interact with Slack workspaces to check messages, extract data, and automate common tasks. Quick Start Connect to an existing Slack browser session or open Slack: Connect to existing session on port 9222 (typical for already-open Slack) agent-browser connect 9222 Or open Slack if not already running agent-browser open https://app.slack.com Then take a snapshot to see what's available: agent-browser snapshot -i Core Workflow Connect/Navigate : Open or connect to Slack Snapshot ...
|
59 |
| 20248 | gt | dagster-io/erk |
Graphite Overview Graphite (gt) is a CLI tool for managing stacked pull requests - breaking large features into small, incremental changes built on top of each other. This skill provides the mental model, command reference, and workflow patterns needed to work effectively with gt. CRITICAL: Always Use --no-interactive NEVER invoke any gt command without --no-interactive . This is a global flag inherited by every gt command — not a per-command option. Without --no-interactive , gt may open prompt...
|
59 |
| 20249 | peon-ping-config | peonping/peon-ping |
peon-ping-config Update peon-ping configuration settings. Config location The config file is at ${CLAUDE_CONFIG_DIR:-$HOME/.claude}/hooks/peon-ping/config.json . Available settings volume (number, 0.0–1.0): Sound volume active_pack (string): Current sound pack name (e.g. "peon" , "sc_kerrigan" , "glados" ) enabled (boolean): Master on/off switch pack_rotation (array of strings): List of packs to rotate through per session. Empty [] uses active_pack only. pack_rotation_mode (string): "random" (de...
|
59 |
| 20250 | umbraco-validation-checks | umbraco/umbraco-cms-backoffice-skills |
Umbraco Extension Validation Checks Reference skill containing validation checks for manual browser testing of Umbraco backoffice extensions. Load this skill before beginning validation testing. Check Categories Category File Checks Configuration configuration-checks.md VC-1 to VC-2 Navigation navigation-checks.md VN-1 to VN-3 API Debugging api-debugging-checks.md VA-1 to VA-3 Form Controls form-control-checks.md VF-1 to VF-2 Workspace workspace-checks.md VW-1 to VW-3 Quick Reference ID Check Co...
|
59 |