███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 14551 | jim60105/copilot-prompt |
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
|
51 | |
| 14552 | theme-factory | guanyang/antigravity-skills |
Theme Factory Skill This skill provides a curated collection of professional font and color themes themes, each with carefully selected color palettes and font pairings. Once a theme is chosen, it can be applied to any artifact. Purpose To apply consistent, professional styling to presentation slide decks, use this skill. Each theme includes: A cohesive color palette with hex codes Complementary font pairings for headers and body text A distinct visual identity suitable for different contexts an...
|
51 |
| 14553 | brainstorming | guanyang/antigravity-skills |
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
|
51 |
| 14554 | kubernetes-expert | personamanagmentlayer/pcl |
Kubernetes Expert You are an expert in Kubernetes with deep knowledge of cluster architecture, workload management, networking, security, and production operations. You design and manage scalable, reliable Kubernetes deployments following cloud-native best practices. Core Expertise Kubernetes Architecture Core Components: Control Plane: ├── API Server (kube-apiserver) ├── etcd (distributed key-value store) ├── Scheduler (kube-scheduler) ├── Controller Manager (kube-controller-manager) └── Cl...
|
51 |
| 14555 | swiftui-advanced | johnrogers/claude-swift-engineering |
SwiftUI Advanced Advanced SwiftUI patterns for gesture composition, adaptive layouts, architecture decisions, and performance optimization. Reference Loading Guide ALWAYS load reference files if there is even a small chance the content may be required. It's better to have the context than to miss a pattern or make a mistake. Reference Load When Gestures Composing multiple gestures, GestureState, custom recognizers Adaptive Layout ViewThatFits, AnyLayout, size classes, iOS 26 free-form window...
|
51 |
| 14556 | elegance-sophistication | dylantarre/animation-principles |
Elegance & Sophistication Animation Create animations that convey refinement, luxury, and understated excellence. Emotional Goal Elegance emerges from restrained, perfectly timed motion. Sophistication means animations that are noticed for their quality, not their quantity—subtle excellence over obvious effort. Disney Principles for Elegance Squash & Stretch Extremely minimal (0-5%). Refined objects don't deform—they glide. Preserve perfect proportions throughout motion. Anticipation Subt...
|
51 |
| 14557 | api-logging-guidelines | inkeep/agents |
API Route Logging Guidelines Comprehensive guidance for appropriate use of logging in API routes to maintain clean, useful, and performant logs. Core Principles 1. Avoid Redundant Logging DON'T log what's already logged by middleware: // ❌ BAD - Request details are already logged by middleware logger . info ( { tenantId , projectId } , 'Getting project details' ) ; DO rely on request middleware logging: Request/response middleware already logs: method, path, status, duration, path params These l...
|
51 |
| 14558 | rust-pro | rmyndharis/antigravity-skills |
You are a Rust expert specializing in modern Rust 1.75+ development with advanced async programming, systems-level performance, and production-ready applications. Use this skill when Building Rust services, libraries, or systems tooling Solving ownership, lifetime, or async design issues Optimizing performance with memory safety guarantees Do not use this skill when You need a quick script or dynamic runtime You only need basic Rust syntax You cannot introduce Rust into the stack Instructions Cl...
|
51 |
| 14559 | vercel-react-native-skills | connorads/dotfiles |
React Native Skills Comprehensive best practices for React Native and Expo applications. Contains rules across multiple categories covering performance, animations, UI patterns, and platform-specific optimizations. When to Apply Reference these guidelines when: Building React Native or Expo apps Optimizing list and scroll performance Implementing animations with Reanimated Working with images and media Configuring native modules or fonts Structuring monorepo projects with native dependencies Rul...
|
51 |
| 14560 | tuzi-post-to-wechat | tuziapi/tuzi-skills |
Post to WeChat Official Account Language Match user's language : Respond in the same language the user uses. If user writes in Chinese, respond in Chinese. If user writes in English, respond in English. Script Directory Agent Execution : Determine this SKILL.md directory as SKILL_DIR , then use ${SKILL_DIR}/scripts/<name>.ts . Script Purpose scripts/wechat-browser.ts Image-text posts (图文) scripts/wechat-article.ts Article posting via browser (文章) scripts/wechat-api.ts Article posting via API (文章...
|
51 |
| 14561 | file-validator | cisco-ai-defense/skill-scanner |
File Validator Validates file formats and checks content integrity. Usage Provide file path to validate format and content. Features Format validation Content integrity checks Safe file operations
|
51 |
| 14562 | intent-signal-aggregator | onewave-ai/claude-skills |
Intent Signal Aggregator Know exactly when prospects are ready to buy by tracking buying signals. Instructions You are an expert at identifying buyer intent signals that indicate a company is in-market for solutions like yours. Your mission is to aggregate signals from multiple sources and alert on "hot" accounts showing strong buying intent. Intent Signals High-Intent Signals (Act Within Days): Posted job listing for role that uses your product Raised funding (Series A/B/C) Key executive ...
|
51 |
| 14563 | windows-expert | jackspace/claudeskillz |
When helping with Windows-related tasks: - Use /mnt/c/ paths for Windows drives in WSL - Use wslpath for path conversion: wslpath -w (Linux to Windows), wslpath -u (Windows to Linux) - Windows executables can be called from WSL: cmd.exe, powershell.exe, *.exe - Be aware of file permissions and line ending differences (CRLF vs LF) - Provide PowerShell examples alongside bash when relevant - Use modern PowerShell conventions (cmdlets, pipelines) - Suggest PowerShell Core (pwsh) for cross-pl...
|
51 |
| 14564 | vite | teachingai/full-stack-skills |
Vite Based on Vite 8 beta (Rolldown-powered). Vite 8 uses Rolldown bundler and Oxc transformer. Vite is a next-generation frontend build tool with fast dev server (native ESM + HMR) and optimized production builds. Preferences Use TypeScript: prefer vite.config.ts Always use ESM, avoid CommonJS Core Topic Description Reference Configuration vite.config.ts , defineConfig , conditional configs, loadEnv core-config Features import.meta.glob , asset queries ( ?raw , ?url ), import.meta.env , HMR API...
|
51 |
| 14565 | gitlab stack creator | rknall/claude-skills |
Expert assistance for creating new GitLab stack projects with proper structure, git configuration, validation scripts, and comprehensive documentation. When to Use This Skill This skill should be triggered when: - Creating a new GitLab stack project - Initializing a Docker stack with proper structure - Setting up a project with ./config, ./secrets, ./_temporary directories - Configuring git repository for stack projects - Setting up validation hooks and scripts - Bootstrapping a stack p...
|
51 |
| 14566 | heuristic-evaluation | owl-listener/designer-skills |
Heuristic Evaluation You are an expert in conducting systematic heuristic evaluations of digital interfaces. What You Do You evaluate interfaces against established usability heuristics to identify problems before user testing. Nielsen's 10 Usability Heuristics Visibility of system status — Users know what is happening Match real world — System speaks users' language User control and freedom — Easy undo and exit Consistency and standards — Follow conventions Error prevention — Prevent problems b...
|
51 |
| 14567 | vb-winforms | bobmatnyc/claude-mpm-skills |
Visual Basic Windows Forms Patterns Modern Windows Forms development with VB.NET focusing on proper UI threading, data binding, and event handling. Quick Start ' Form definition Public Class CustomerForm Inherits Form Private customerService As ICustomerService Private bindingSource As New BindingSource ( ) Public Sub New ( ) InitializeComponent ( ) customerService = New CustomerService ( ) End Sub ' Async load Private Async Sub CustomerForm_Load ( sender As Object , e As EventArgs ) Handles MyB...
|
51 |
| 14568 | nextjs | teachingai/full-stack-skills |
Next.js App Router - Production Patterns Version: Next.js 16.1.1 React Version: 19.2.3 Node.js: 20.9+ Last Verified: 2026-01-09 Table of Contents When to Use This Skill When NOT to Use This Skill Security Advisories (December 2025) Next.js 16.1 Updates Next.js 16 Breaking Changes Cache Components & Caching APIs Route Handlers (Next.js 16 Updates) Proxy vs Middleware Parallel Routes - default.js Required React 19.2 Features Turbopack (Stable in Next.js 16) Common Errors & Solutions Templates & ...
|
51 |
| 14569 | configure-claude-plugins | laurigates/claude-plugins |
/configure:claude-plugins Configure a project to use the laurigates/claude-plugins Claude Code plugin marketplace. Sets up .claude/settings.json permissions and GitHub Actions workflows ( claude.yml , claude-code-review.yml ) with the marketplace pre-configured. When to Use This Skill Use this skill when... Use another approach when... Onboarding a new project to use Claude Code plugins Configuring Claude Code settings unrelated to plugins Setting up claude.yml and claude-code-review.yml workflo...
|
51 |
| 14570 | docx | guanyang/antigravity-skills |
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
|
51 |
| 14571 | harmonyos-build-deploy | fadinglight9291117/arkts_skills |
HarmonyOS Build & Deploy Complete workflow for building, cleaning, packaging, and installing HarmonyOS applications. First Step: Confirm Operation with User IMPORTANT: Before executing any build or deploy operation, confirm which specific operation(s) the user wants to perform. Ask the user to choose from: Operation Description Clean build artifacts Remove previous build cache and outputs Install dependencies Use ohpm to install project dependencies Build project Use hvigorw to build HAP/APP pac...
|
51 |
| 14572 | git-helpers | adeonir/agent-skills |
Git Helpers Git workflow with conventional commits, confidence-scored code review, and automated PR management. Workflow commit --> review --> summary --> push-pr Each step is independent. Use any workflow in isolation or chain them together. Context Loading Strategy Load only the reference matching the current trigger. Never load multiple references simultaneously unless explicitly noted (code-review.md loads guidelines-audit.md as part of its process). Triggers Trigger Pattern Reference Commit...
|
51 |
| 14573 | data-cloud-2025 | 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 ...
|
51 |
| 14574 | core-web-vitals-tuner | patricio0312rev/skills |
Core Web Vitals Tuner Improve LCP, INP, and CLS systematically. LCP Optimization (<2.5s) Prioritized Fixes: Optimize images (Biggest impact) <!-- Before --> <img src="hero.jpg" /> <!-- After --> <img src="hero.jpg" srcset="hero-400.webp 400w, hero-800.webp 800w, hero-1200.webp 1200w" sizes="(max-width: 600px) 400px, (max-width: 1200px) 800px, 1200px" loading="eager" fetchpriority="high" /> Preload LCP resource <link rel="preload" as="image" href="/hero.webp" fetchpriority="hig...
|
51 |
| 14575 | receipt-scanner | dkyazzentwatwa/chatgpt-skills |
Extract structured data from receipt images using OCR. Features - OCR Processing: Extract text from receipt images - Data Extraction: Vendor, date, items, amounts, total, tax - Pattern Matching: Smart regex patterns for receipts - Multi-Format Support: JPG, PNG, PDF receipts - JSON/CSV Export: Structured data output - Batch Processing: Process multiple receipts CLI Usage ``` python receipt_scanner.py --input receipt.jpg --output data.json python receipt_scanner.py --batch receipts/ --...
|
51 |
| 14576 | visual-and-observational-rules | oimiragieo/agent-studio |
Visual And Observational Rules Skill The map should be color-coded to show the owner of the square. There should be effects over the screen that mimic a CRT monitor. The game should aim to be similar to Conway's Game of Life, where the nations are the living organisms. Like Conway's Game of Life, nations should be able to "see" each other and react to each other. Like Conway's Game of Life, the nations should be able to "see" the resources and react to them. Memory Protocol (MANDATORY) Before st...
|
51 |
| 14577 | setup-cairo-contracts | openzeppelin/openzeppelin-skills |
Cairo Setup Project Scaffolding Install toolchain and create a project: curl --proto '=https' --tlsv1.2 -sSf https://sh.starkup.sh | sh scarb new my_project --test-runner = starknet-foundry This scaffolds a complete Starknet project with snforge testing preconfigured. OpenZeppelin Dependencies Look up the current version from https://docs.openzeppelin.com/contracts-cairo before adding. Add to Scarb.toml : Full library (umbrella package): [ dependencies ] openzeppelin = "<VERSION>" Individual pac...
|
51 |
| 14578 | hiring-recruitment | pluginagentmarketplace/custom-plugin-engineering-manager |
Provide engineering managers with comprehensive hiring frameworks, interview templates, and assessment tools for building strong engineering teams. Primary Bond Agent: hiring-performance-agent Relationship: This skill provides the hiring templates, scorecards, and evaluation frameworks that the agent uses. Templates Job Description Template ``` {Role Title} - {Team} About the Role {2-3 sentences on impact and scope - what will they accomplish?} What You'll Do - {Responsibility 1 - o...
|
51 |
| 14579 | cli-cast | paulrberg/agent-skills |
Foundry Cast CLI Overview Expert guidance for Foundry's cast CLI — the Swiss Army knife for interacting with EVM-compatible blockchains from the command line. Use this skill for signing transactions, sending them to chain RPCs, reading on-chain state, encoding/decoding ABI data, and managing wallets. Key capabilities: Send transactions and call contracts via RPC Sign messages and typed data Encode and decode ABI calldata Query balances, transaction receipts, and block data Resolve ENS names and ...
|
51 |
| 14580 | code-style-setup | andrelandgraf/fullstackrecipes |
Editor and Linting Setup To set up Editor and Linting Setup, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/code-style-setup If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/code-style-setup
|
51 |
| 14581 | executive summary writer | eddiebe147/claude-settings |
Executive Summary Writer Create concise executive summaries and TL;DR versions of long documents When to Use This Skill Use this skill when you need to: Create compelling written content Develop clear messaging and communication Structure information effectively Not recommended for: Tasks requiring technical implementation complex data analysis Quick Reference Action Command/Trigger Create executive summary writer executive summary Review and optimize review executive summary writer Get best pra...
|
51 |
| 14582 | trademark-search | dylanfeltus/skills |
USPTO Trademark Search Search the United States Patent and Trademark Office (USPTO) database to check trademark availability and get registration details. Uses web search as the primary method — most USPTO and trademark database sites block automated requests. When to Use User wants to check if a name/brand is trademarked User is researching trademark availability before naming a product User wants details on an existing trademark registration User asks "is [name] trademarked?" or "can I use [na...
|
51 |
| 14583 | tauri-v2-integration | xiaolai/vmark |
Tauri v2 Integration (VMark) Overview Ensure Tauri v2 bridge patterns and IPC flows are consistent across frontend and Rust. Workflow Identify the bridge direction: Rust -> Webview: window.emit() / app.emit() + listen() on frontend. Webview -> Rust: invoke() . Update frontend hooks/plugins that manage IPC ( src/hooks/ , src/plugins/ ). Update Rust commands or menu entries in src-tauri/ . Keep behavior consistent across WYSIWYG and Source modes. If E2E behavior needs validation, use Tauri MCP too...
|
51 |
| 14584 | iso-42001-ai-governance | mastepanoski/claude-skills |
ISO 42001 AI Governance Audit This skill enables AI agents to perform a comprehensive AI governance and compliance audit based on ISO/IEC 42001:2023 - the international standard for Artificial Intelligence Management Systems (AIMS). ISO 42001 provides a framework for responsible development, deployment, and use of AI systems, addressing risks, ethics, security, transparency, and regulatory compliance. Use this skill to ensure AI projects follow international best practices, manage risks effectiv...
|
51 |
| 14585 | accessibility-audit | mgd34msu/goodvibes-plugin |
Accessibility Audit Comprehensive WCAG 2.1 accessibility audit for Webflow pages with detailed issue detection and actionable fixes. Important Note ALWAYS use Webflow MCP tools for all operations: Use Webflow MCP's webflow_guide_tool to get best practices before starting Use Webflow MCP's data_sites_tool with action list_sites to identify available sites Use Webflow MCP's data_sites_tool with action get_site to retrieve site details Use Webflow MCP's data_pages_tool with action list_pages to...
|
51 |
| 14586 | micro-interaction-spec | owl-listener/designer-skills |
Micro-Interaction Spec You are an expert in designing micro-interactions that make interfaces feel alive and intuitive. What You Do You specify micro-interactions using a structured framework covering trigger, rules, feedback, and loops. Micro-Interaction Framework 1. Trigger What initiates the interaction: user action (click, hover, swipe), system event (notification, completion), or conditional (time-based, threshold). 2. Rules What happens once triggered: the logic and sequence of the interac...
|
51 |
| 14587 | instance-security | groeimetai/snow-flow |
Instance Security for ServiceNow Instance Security covers authentication, authorization, and security hardening. Security Layers Network Security ↓ Authentication (SSO, MFA) ↓ Session Management ↓ Authorization (ACLs, Roles) ↓ Data Protection ↓ Audit & Logging Key Tables Table Purpose sys_user User accounts sys_user_role Roles sys_security_acl Access controls sysevent_log Security events sys_properties Security settings Authentication Security (ES5) Password Policy Configuration // Check passwor...
|
51 |
| 14588 | click-test-plan | owl-listener/designer-skills |
Click Test Plan You are an expert in designing click tests that evaluate findability and navigation clarity. What You Do You design first-click and click tests that measure whether users can find information and features. Test Types First-click test : Where do users click first for a given task? Click-path test : Full sequence of clicks to complete a task Navigation test : Can users find items using the nav structure? Five-second test : What do users remember after 5 seconds? Test Plan Structure...
|
51 |
| 14589 | debugging | mgd34msu/goodvibes-plugin |
Debugging When to use this skill Encountering runtime errors or exceptions Code produces unexpected output or behavior Performance degradation or memory issues Intermittent or hard-to-reproduce bugs Understanding unfamiliar error messages Post-incident analysis and prevention Instructions Step 1: Gather Information Collect all relevant context about the issue: Error details : Full error message and stack trace Error type (syntax, runtime, logic, etc.) When did it start occurring? Is it reproduci...
|
51 |
| 14590 | pattern-ui | commontoolsinc/labs |
UI Polish Phase Only do this AFTER all logic is verified and tests pass. Read First docs/common/components/COMPONENTS.md - Full component reference docs/common/patterns/style.md - Styling patterns docs/common/patterns/two-way-binding.md - $value, $checked bindings Available Components Layout: ct-screen , ct-vstack , ct-hstack , ct-box Input: ct-input , ct-textarea , ct-checkbox , ct-select Action: ct-button Display: ct-text , ct-status-pill Key Patterns Two-way binding: < ct-input $value = { fie...
|
51 |
| 14591 | azure-eventgrid-java | sickn33/antigravity-awesome-skills |
Azure Event Grid SDK for Java Build event-driven applications using the Azure Event Grid SDK for Java. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-messaging-eventgrid </ artifactId > < version > 4.27.0 </ version > </ dependency > Client Creation EventGridPublisherClient import com . azure . messaging . eventgrid . EventGridPublisherClient ; import com . azure . messaging . eventgrid . EventGridPublisherClientBuilder ; import com . azure . core . credentia...
|
51 |
| 14592 | security-expert | personamanagmentlayer/pcl |
Security Expert Skill Expert in application security for React, Next.js, and NestJS applications. When to Use This Skill Implementing authentication or authorization Reviewing code for security vulnerabilities Setting up security configurations Handling sensitive data Implementing encryption or hashing Configuring CORS, CSP, or security headers Reviewing dependencies for vulnerabilities Implementing multi-tenancy or data isolation Project Context Discovery Check .agent/SYSTEM/ARCHITECTURE.md f...
|
51 |
| 14593 | blueprint-development | laurigates/claude-plugins |
This skill teaches Claude how to generate project-specific behavioral rules and commands from Product Requirements Documents (PRDs) as part of the Blueprint Development methodology. When to Use This Skill Activate this skill when: - User runs `/blueprint:generate-rules` command - User runs `/blueprint:generate-commands` command - User asks to "generate rules from PRDs" - User asks to "create project-specific rules" - User initializes Blueprint Development in a project Rule Generation P...
|
51 |
| 14594 | gate-exchange-futures | gate/gate-skills |
Gate Futures Trading Suite This skill is the single entry for Gate USDT perpetual futures. It supports four operations only : open position, close position, cancel order, amend order. User intent is routed to the matching workflow. Module overview Module Description Trigger keywords Open Limit/market open long or short, cross/isolated mode, top gainer/loser order long , short , buy , sell , open , top gainer , top loser Close Full close, partial close, reverse position close , close all , revers...
|
51 |
| 14595 | thesys-generative-ui | secondsky/claude-skills |
Thesys Generative UI Last Updated : 2025-11-10 Quick Start import { generateUI } from 'thesys' ; const ui = await generateUI ( { prompt : 'Create a user profile card with avatar, name, and email' , schema : { type : 'component' , props : [ 'name' , 'email' , 'avatar' ] } } ) ; export default function Profile ( ) { return < div > { ui } < / div > ; } Core Features Natural Language : Describe UI in plain English Schema-Driven : Type-safe component generation React Components : Generate production-...
|
51 |
| 14596 | layout-grid | owl-listener/designer-skills |
Layout Grid You are an expert in layout grid systems for digital product design. What You Do You define responsive grid systems that create consistent, flexible page layouts across breakpoints. Grid Anatomy Columns : Typically 4 (mobile), 8 (tablet), 12 (desktop) Gutters : Space between columns (16px, 24px, or 32px typical) Margins : Outer page margins (16px mobile, 24-48px desktop) Breakpoints : Points where layout adapts (e.g., 375, 768, 1024, 1440px) Grid Types Column grid : Equal columns for...
|
51 |
| 14597 | video-metadata-inspector | dkyazzentwatwa/chatgpt-skills |
Extract and analyze comprehensive metadata from video files including duration, resolution, codec, frame rate, and technical specifications. Purpose Video metadata inspection for: - Format verification and compatibility checking - Quality assessment and validation - Transcoding planning and optimization - Video library cataloging - Technical specification reports Features - Basic Info: Duration, resolution, frame rate, file size - Codec Details: Video/audio codec, profile, bitrate -...
|
51 |
| 14598 | acl-security | groeimetai/snow-flow |
ACL Security Patterns for ServiceNow Access Control Lists (ACLs) are the foundation of ServiceNow security. They control who can read, write, create, and delete records. ACL Evaluation Order ACLs are evaluated in this order (first match wins): Table.field - Most specific (e.g., incident.assignment_group) Table.*` - Table-level field wildcard Table - Table-level record ACL Parent table ACLs - If table extends another * - Global wildcard (catch-all) ACL Types Type Controls Example record Row-l...
|
51 |
| 14599 | lightning-2025-features | 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 ...
|
51 |
| 14600 | ocr | trpc-group/trpc-agent-go |
OCR Skill Usage To extract text from an image or PDF, run: python3 "/Users/mrshaper/Library/Application Support/com.differentai.openwork/workspaces/starter/.opencode/skills/paddle-ocr/scripts/ocr.py" "/path/to/image.png" Options Option Description --prompt "text" Custom prompt (e.g., "Extract table as markdown") --fast Use faster PaddleOCR instead of DeepSeek-OCR --json Output as JSON format Examples Basic OCR python3 scripts/ocr.py image.png Extract table as markdown python3 scripts/ocr.py ta...
|
51 |