███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 20901 | greploop | greptileai/skills |
Greploop Iteratively fix a PR until Greptile gives a perfect review: 5/5 confidence, zero unresolved comments. Inputs PR number (optional): If not provided, detect the PR for the current branch. Instructions 1. Identify the PR gh pr view --json number,headRefName -q '{number: .number, branch: .headRefName}' Switch to the PR branch if not already on it. 2. Loop Repeat the following cycle. Max 5 iterations to avoid runaway loops. A. Trigger Greptile review Push the latest changes (if any): git pus...
|
41 |
| 20902 | godot-mechanic-revival | thedivergentai/gd-agentic-skills |
Revival & Resurrection Mechanics Overview This skill provides a robust framework for handling player mortality and return. It moves beyond simple "Game Over" screens to integrated risk/reward systems like those found in Sekiro , Hades , or Dark Souls . Core Systems 1. Revival Manager ( revival_manager.gd ) The central state machine for death. Role : Intercepts death signals. Determines if a revival is possible. Key Concept : RevivalCharges . Sekiro Style : 1 charge, requires cooldown or kills to...
|
41 |
| 20903 | magento-php-specialist | maxnorm/magento2-agent-skills |
Magento 2 PHP Specialist Expert specialist in leveraging advanced PHP techniques and modern practices to create high-performance, maintainable Magento 2 applications following enterprise development standards. When to Use Writing PHP code for Magento 2 Implementing business logic Ensuring code quality and standards Working with modern PHP features Implementing design patterns PHP Standards (STRICT ENFORCEMENT) PSR-12 Compliance PSR-12 : Strictly adhere to PSR-12 coding standards Magento2 Coding ...
|
41 |
| 20904 | godot-game-loop-collection | thedivergentai/gd-agentic-skills |
Collection Game Loops Overview This skill provides a standardized framework for "Collection Loops" – gameplay objectives where the player must find and gather a specific set of items (e.g., hidden eggs, data logs, coins). Core Components 1. Collection Manager ( collection_manager.gd ) The central brain of the hunt. Role : Tracks progress ( current / target ). Behavior : Listens for item_collected(id) -> Updates items -> Signals collection_completed on valid count. Tip : Use collection_id strings...
|
41 |
| 20905 | commerce-blueprint | gravito-framework/gravito |
Commerce Blueprint Expert You are a domain specialist in E-commerce. Your role is to provide the "Business Brain" for shopping components, ensuring reliability in transactions, inventory, and cart state. 🛍️ Domain Logic: The Shopping Cart When implementing a Cart, do not just build a "Table". Follow these domain rules: 1. Cart Management Stateless vs Stateful : Determine if the cart is stored in Redis (guest) or Database (logged in). Merge Logic : Implement a strategy to merge a guest cart into ...
|
41 |
| 20906 | requesting-code-review | zenobi-us/dotfiles |
Requesting Code Review Dispatch superpowers:code-reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work. Core principle: Review early, review often. When to Request Review Mandatory: After each task in subagent-driven development After completing major feature Before merge to mai...
|
41 |
| 20907 | terraform-module-writer | dengineproblem/agents-monorepo |
Terraform Module Writer Эксперт по созданию высококачественных, переиспользуемых Terraform модулей с соблюдением industry best practices. Module Structure Standard Directory Layout modules/ └── my-module/ ├── main.tf Primary resource definitions ├── variables.tf Input variable declarations ├── outputs.tf Output value definitions ├── versions.tf Provider version constraints ├── locals.tf Local values and computations ├── data.tf Data source defi...
|
41 |
| 20908 | financial-metrics-analysis | octagonai/skills |
Financial Metrics Analysis Retrieve and analyze year-over-year growth in key income statement items for public companies using the Octagon MCP server. Prerequisites Ensure Octagon MCP is configured in your AI agent (Cursor, Claude Desktop, Windsurf, etc.). See references/mcp-setup.md for installation instructions. Workflow 1. Identify Analysis Parameters Determine the following before querying: Ticker : Stock symbol (e.g., AAPL, MSFT, GOOGL) Records : Number of periods to retrieve (e.g., 5 years...
|
41 |
| 20909 | ux-friction | dylantarre/animation-principles |
UX Friction Diagnose animations that block, confuse, or frustrate users. Problem Indicators Users wait for animations to finish Confusion about what happened Repeated clicks/taps during animation Users skip or abandon tasks "Where did that go?" moments Diagnosis by Principle Timing Issue: Animation too slow for the context Fix: Match duration to user intent. Micro-interactions: 100-200ms. Transitions: 200-400ms. Never block input. Anticipation Issue: Action happens without warning Fix: Add ...
|
41 |
| 20910 | uniapp-project-creator | teachingai/full-stack-skills |
Use this skill whenever the user wants to: - Create a new uni-app project from scratch - Initialize uni-app project structure and configuration files - Set up development environment for uni-app - Generate project templates with different configurations - Configure manifest.json and pages.json files - Create uni-app pages and components - Set up uni-app project with HBuilderX or CLI How to use this skill To create a uni-app project with a single command or via HBuilderX: - Identify t...
|
41 |
| 20911 | react | teachingai/full-stack-skills |
React Component Writing Guide Use antd-style for complex styles; for simple cases, use inline style attribute Use Flexbox and Center from @lobehub/ui for layouts (see references/layout-kit.md ) Component priority: src/components > installed packages > @lobehub/ui > antd Use selectors to access zustand store data @lobehub/ui Components If unsure about component usage, search existing code in this project. Most components extend antd with additional props. Reference: node_modules/@lobehub/ui/es/in...
|
41 |
| 20912 | contributing-to-z-schema | zaggino/z-schema |
Contributing to z-schema z-schema is a JSON Schema validator (draft-04 through draft-2020-12) written in TypeScript. This skill covers the development workflow, codebase navigation, and common contribution tasks. Repository setup git clone --recursive https://github.com/zaggino/z-schema.git cd z-schema npm install If already cloned without --recursive (needed for the json-schema-spec/ submodule): git submodule update --init --recursive Quality checks Run all checks before pushing: npm run lint:c...
|
41 |
| 20913 | event-driven-serverless-systems | qodex-ai/ai-agent-skills |
AWS Serverless & Event-Driven Architecture This skill provides comprehensive guidance for building serverless applications and event-driven architectures on AWS based on Well-Architected Framework principles. AWS Documentation Requirement CRITICAL : This skill requires AWS MCP tools for accurate, up-to-date AWS information. Before Answering AWS Questions Always verify using AWS MCP tools (if available): mcp__aws-mcp__aws___search_documentation or mcp__*awsdocs*__aws___search_documentation - Sear...
|
41 |
| 20914 | azure-expert | personamanagmentlayer/pcl |
Azure Expert Overview Transform into an Azure cloud expert with comprehensive knowledge of Azure services, architecture patterns, deployment strategies, and best practices. This skill provides everything needed to design, deploy, troubleshoot, and optimize Azure solutions across all major services and technology stacks. Core Capabilities 1. Service Selection & Architecture Design Guide users through selecting the right Azure services for their needs using decision trees and comparison matrice...
|
41 |
| 20915 | rds | itsmostafa/aws-agent-skills |
AWS RDS Amazon Relational Database Service (RDS) provides managed relational databases including MySQL, PostgreSQL, MariaDB, Oracle, SQL Server, and Aurora. RDS handles provisioning, patching, backups, and failover. Table of Contents Core Concepts Common Patterns CLI Reference Best Practices Troubleshooting References Core Concepts DB Instance Classes Category Example Use Case Standard db.m6g.large General purpose Memory Optimized db.r6g.large High memory workloads Burstable db.t3.medium Variabl...
|
41 |
| 20916 | async-operations | oimiragieo/agent-studio |
Async Operations Skill Async Operations Prefer async/await syntax over .then() chains Use onMount for component initialization that requires async operations Iron Laws ALWAYS use async/await over .then() chains — async/await produces linear, readable code; .then() chains nest and obscure control flow, making error handling harder to reason about. ALWAYS use onMount (Svelte) or useEffect (React) for async component initialization — direct top-level async in component body can run before the DOM i...
|
41 |
| 20917 | plan-my-day | brianrwagner/ai-marketing-skills |
Plan My Day Generate a clean, actionable hour-by-hour plan for the day based on priorities, energy patterns, and constraints. Mode Detect from context or ask: "Quick priorities, full day plan, or full plan + weekly structure?" Mode What you get Best for quick Top 3 priorities + rough time blocks, 2 min Morning sprint, already know the day standard Full hour-by-hour energy-optimized plan Default daily planning deep Full plan + energy pattern analysis + weekly structure recommendations Overhauling...
|
41 |
| 20918 | azure-eventgrid-dotnet | sickn33/antigravity-awesome-skills |
Azure.Messaging.EventGrid (.NET) Client library for publishing events to Azure Event Grid topics, domains, and namespaces. Installation For topics and domains (push delivery) dotnet add package Azure.Messaging.EventGrid For namespaces (pull delivery) dotnet add package Azure.Messaging.EventGrid.Namespaces For CloudNative CloudEvents interop dotnet add package Microsoft.Azure.Messaging.EventGrid.CloudNativeCloudEvents Current Version : 4.28.0 (stable) Environment Variables Topic/Domain endpoi...
|
41 |
| 20919 | differential-review | oimiragieo/agent-studio |
Differential Security Review Security-focused code review for PRs, commits, and diffs. Core Principles Risk-First: Focus on auth, crypto, value transfer, external calls Evidence-Based: Every finding backed by git history, line numbers, attack scenarios Adaptive: Scale to codebase size (SMALL/MEDIUM/LARGE) Honest: Explicitly state coverage limits and confidence level Output-Driven: Always generate comprehensive markdown report file Rationalizations (Do Not Skip) Rationalization Why It's Wrong R...
|
41 |
| 20920 | shopify | membranedev/application-skills |
Shopify Development Comprehensive guide for building on Shopify platform: apps, extensions, themes, and API integrations. Platform Overview Core Components: Shopify CLI - Development workflow tool GraphQL Admin API - Primary API for data operations (recommended) REST Admin API - Legacy API (maintenance mode) Polaris UI - Design system for consistent interfaces Liquid - Template language for themes Extension Points: Checkout UI - Customize checkout experience Admin UI - Extend admin dashboa...
|
41 |
| 20921 | forge | simota/agent-skills |
Forge Skill Typically runs automatically via SessionEnd hook. Extract knowledge from session transcripts. How It Works The SessionEnd hook runs: ao forge transcript --last-session --queue --quiet This queues the session for knowledge extraction. Flags Flag Default Description --promote off Process pending extractions from .agents/knowledge/pending/ and promote to .agents/learnings/ . Absorbs the former extract skill. Promote Mode Given /forge --promote : Promote Step 1: Find Pending Files ls -lt...
|
41 |
| 20922 | commit-helper | chmouel/lazyworktree |
CockroachDB Commit Helper Help the user create properly formatted commit messages and release notes that follow CockroachDB conventions. Workflow Analyze the changes : Run git diff --staged or git diff to understand what was modified Determine the package prefix : Identify the primary package affected Ask the user for: Issue/epic number if not already known Whether release notes are needed and what category fits best Write the subject line : Imperative mood, no period, under 72 characters Write ...
|
41 |
| 20923 | ai-sdk-core | ovachiever/droid-tings |
AI SDK Core Backend AI with Vercel AI SDK v5 and v6. Installation: npm install ai @ai-sdk/openai @ai-sdk/anthropic @ai-sdk/google zod AI SDK 6 (Stable - January 2026) Status: Stable Latest: ai@6.0.26 (Jan 2026) BREAKING: Output API Replaces generateObject/streamObject ⚠️ CRITICAL: generateObject() and streamObject() are DEPRECATED and will be removed in a future version. Use the new Output API instead. Before (v5 - DEPRECATED): // ❌ DEPRECATED - will be removed import { generateObject }...
|
41 |
| 20924 | improve-claude-md | dexhorthy/slopfiles |
Skill: Improve CLAUDE.md You are an expert at writing high-quality CLAUDE.md files for coding agents. When the user provides a CLAUDE.md file (or asks you to improve one), rewrite it following the principles and structure below. Core Problem Claude Code injects a system reminder with your CLAUDE.md that says: "this context may or may not be relevant to your tasks. You should not respond to this context unless it is highly relevant to your task." This means Claude will ignore parts of your CLAUDE...
|
41 |
| 20925 | visual-explainer | zenobi-us/dotfiles |
Visual Explainer Generate self-contained HTML files for technical diagrams, visualizations, and data tables. Always open the result in the browser. Never fall back to ASCII art when this skill is loaded. Proactive table rendering. When you're about to present tabular data as an ASCII box-drawing table in the terminal (comparisons, audits, feature matrices, status reports, any structured rows/columns), generate an HTML page instead. The threshold: if the table has 4+ rows or 3+ columns, it belong...
|
41 |
| 20926 | dev-onboarding-builder | patricio0312rev/skills |
Developer Onboarding Builder Create frictionless first-day experiences for new team members. Core Workflow Assess prerequisites: Identify required tools and access Create setup guide: Step-by-step environment configuration Design first task: Choose appropriate starter assignment Add time estimates: Set expectations for each step Document common issues: Preemptive troubleshooting Introduce team: Context on people and structure Provide codebase tour: Walkthrough of key areas Onboarding Documenta...
|
41 |
| 20927 | media-publishing | dylantarre/animation-principles |
Media & Publishing Animation Principles Apply Disney's 12 principles to create immersive reading experiences that enhance content without distracting from it. The 12 Principles Applied 1. Squash & Stretch Very Minimal : Content is serious, not playful Bookmark Icon : Subtle press feedback Share Buttons : Light tactile response 2. Anticipation Article Load : Skeleton hints at content structure Image Reveal : Brief preparation before full quality Next Story : Preview of upcoming content 3. Staging...
|
41 |
| 20928 | azure-search-documents-dotnet | sickn33/antigravity-awesome-skills |
Azure.Search.Documents (.NET) Build search applications with full-text, vector, semantic, and hybrid search capabilities. Installation dotnet add package Azure.Search.Documents dotnet add package Azure.Identity Current Versions : Stable v11.7.0, Preview v11.8.0-beta.1 Environment Variables SEARCH_ENDPOINT = https:// < search-service > .search.windows.net SEARCH_INDEX_NAME = < index-name > For API key auth (not recommended for production) SEARCH_API_KEY = < api-key > Authentication DefaultAzureC...
|
41 |
| 20929 | deploy | vercel/vercel-deploy-claude-code-plugin |
Deploy Deploy code from the current directory to Railway using railway up. When to Use User asks to "deploy", "ship", "push code" User says "railway up" or "deploy to Railway" User wants to deploy local code changes User says "deploy and fix any issues" (use --ci mode) Modes Detach Mode (default) Starts deploy and returns immediately. Use for most deploys. railway up --detach CI Mode Streams build logs until complete. Use when user wants to watch the build or needs to debug issues. railwa...
|
41 |
| 20930 | privilege escalation methods | zebbern/claude-code-guide |
Privilege Escalation Methods Purpose Provide comprehensive techniques for escalating privileges from a low-privileged user to root/administrator access on compromised Linux and Windows systems. Essential for penetration testing post-exploitation phase and red team operations. Inputs/Prerequisites Initial low-privilege shell access on target system Kali Linux or penetration testing distribution Tools: Mimikatz, PowerView, PowerUpSQL, Responder, Impacket, Rubeus Understanding of Windows/Linux priv...
|
41 |
| 20931 | product-manager | sickn33/antigravity-awesome-skills |
Product Manager Skill Role: Phase 2 - Planning and requirements specialist Function: Create comprehensive requirements documents (PRDs), define functional and non-functional requirements, prioritize features, break down work into epics and user stories, and create lightweight technical specifications for smaller projects. When to Use This Skill Use this skill when you need to: Create Product Requirements Documents (PRDs) for Level 2+ projects Create Technical Specifications for Level 0-1 pr...
|
41 |
| 20932 | pr-template-builder | patricio0312rev/skills |
PR Template Builder Create standardized GitHub templates for pull requests, issues, and discussions to streamline collaboration. Core Workflow Identify template needs: PR, issues, discussions Create .github directory: Standard location for templates Design PR template: Checklist, sections, guidance Create issue templates: Bug reports, feature requests Add config.yml: Control issue/PR creation flow Test templates: Verify rendering on GitHub Directory Structure .github/ ├── PULL_REQUEST_TEMPLATE...
|
41 |
| 20933 | writing-checks | continuedev/skills |
Writing Checks Write check files for Continue — markdown files that define AI agents that review pull requests. File format A check is a markdown file with YAML frontmatter and a body. The frontmatter configures metadata. The body is the prompt the agent follows when reviewing a PR. --- name : Migration Safety description : Flag destructive database migrations --- Your prompt here. This becomes the agent's system prompt when evaluating the pull request. Frontmatter fields Field Required Type Des...
|
41 |
| 20934 | web-design-guidelines | duc01226/easyplatform |
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...
|
41 |
| 20935 | mermaid-diagrams | sammcj/agentic-coding |
Mermaid Diagramming Create professional software diagrams using Mermaid's text-based syntax. Mermaid renders diagrams from simple text definitions, making diagrams version-controllable, easy to update, and maintainable alongside code. Core Syntax Structure All Mermaid diagrams follow this pattern: diagramType definition content Key principles: First line declares diagram type (e.g., classDiagram , sequenceDiagram , flowchart ) Use %% for comments Line breaks and indentation improve readability b...
|
41 |
| 20936 | godot-genre-party | thedivergentai/gd-agentic-skills |
Genre: Party / Minigame Collection Expert blueprint for party games balancing accessibility, variety, and social fun. NEVER Do NEVER long tutorials — Players want instant fun. 3-second looping GIF + 1-sentence instruction is ideal. NEVER excessive downtime — Loading between 10s minigames kills momentum. Keep assets light, use threaded loading, or persistent board scene. NEVER inconsistent controls — Minigame A uses A to jump, B uses B. Standardize: A=Accept/Action, B=Back/Cancel across all minig...
|
41 |
| 20937 | tool-creator | oimiragieo/agent-studio |
Tool Creator Create executable tool files in .claude/tools/<category>/ . Tools are organized into categories like cli , analysis , validation , integrations , etc. Step 0: Check for Existing Tool Before creating, check if tool already exists: find .claude/tools/ -name "<tool-name>.*" -type f If EXISTS → use Read to inspect the current tool file, then Edit to apply changes directly. Run the post-creation integration steps (Step 4) after updating. If NEW → continue with Step 0.1. Step 0.1: Smart D...
|
41 |
| 20938 | continuous-infinite | dylantarre/animation-principles |
Continuous Animations (Infinite) Infinite animations run without end state. They indicate ongoing processes, create ambient atmosphere, or provide persistent visual interest. The challenge: avoiding fatigue. Disney Principles for Continuous Motion Sustainable Application Squash & Stretch: Subtle, rhythmic - 5-10% oscillation that doesn't demand attention. Breathing, not bouncing. Anticipation: Built into loop - each cycle should flow naturally into the next without visible restart. Staging:...
|
41 |
| 20939 | slidev-click-animations | yoanbernabeu/slidev-skills |
This skill covers all click-based animations in Slidev, including v-click, v-after, v-clicks, v-switch, and motion directives for creating dynamic, engaging presentations. When to Use This Skill - Revealing content step by step - Building up complex diagrams - Creating suspense or emphasis - Guiding audience attention - Interactive presentation flow v-click Basics Component Syntax ``` <v-click> This appears on the first click </v-click> ``` Directive Syntax ``` <div v-click> ...
|
41 |
| 20940 | issues | shpigford/skills |
Interact with GitHub issues - create, list, and view issues. Instructions This command helps you work with GitHub issues using the gh CLI. Step 1: Determine Action Use AskUserQuestion to ask what the user wants to do: Question: question: "What would you like to do with GitHub issues?" header: "Action" multiSelect: false options: label: "Create new issue" description: "Open a new issue with title, body, and optional labels" label: "List issues" description: "View open issues in the current ...
|
41 |
| 20941 | tabctl | ekroon/tabctl |
Tab Control Use tabctl to inspect and analyze tabs safely, then perform targeted actions only when requested. Safety Prefer read-only commands: list, analyze, inspect, report. Never run archive --all or close --apply in a normal session. Only mutate explicit targets ( --tab , --group , --window ) and use --confirm for close. Respect policy: protected tabs are excluded. Common tasks "Which tabs I didn't look at for a week?": run tabctl analyze --stale-days 7 and report candidates with a stale rea...
|
41 |
| 20942 | groove-groovebook-publish | andreadellacorte/groove |
groove-groovebook-publish Use $ARGUMENTS as the learning text if provided. Outcome A learning from the current project is published to the configured groovebook repo as a pull request, stripped of any project-specific context, ready for community review. Acceptance Criteria Learning is published as a PR to <groovebook> repo PR uses the groovebook PR template format (Summary, Context, Learning, Groove skill area) File is written at learned/<topic>/<YYYY-MM-DD>-<slug>.md in the groovebook repo PR ...
|
41 |
| 20943 | azure-ai-openai-dotnet | sickn33/antigravity-awesome-skills |
Azure.AI.OpenAI (.NET) Client library for Azure OpenAI Service providing access to OpenAI models including GPT-4, GPT-4o, embeddings, DALL-E, and Whisper. Installation dotnet add package Azure.AI.OpenAI For OpenAI (non-Azure) compatibility dotnet add package OpenAI Current Version : 2.1.0 (stable) Environment Variables AZURE_OPENAI_ENDPOINT = https:// < resource-name > .openai.azure.com AZURE_OPENAI_API_KEY = < api-key > For key-based auth AZURE_OPENAI_DEPLOYMENT_NAME = gpt-4o-mini Your deplo...
|
41 |
| 20944 | retool-query | civitai/civitai |
Retool Database Query Use this skill to query the Retool PostgreSQL database. This database stores moderation notes ( UserNotes ), and other data managed through Retool dashboards. Running Queries node .claude/skills/retool-query/query.mjs "SELECT * FROM \" UserNotes \" LIMIT 5" Options Flag Description --writable Allow write operations (requires user permission) --timeout <s> , -t Query timeout in seconds (default: 30) --file , -f Read query from a file --json Output results as JSON --quiet , -...
|
41 |
| 20945 | rsbuild-v2-upgrade | rstackjs/agent-skills |
Rsbuild v1 to v2 Upgrade Workflow Confirm current setup Read package.json to identify Rsbuild and plugin packages in use. Locate the Rsbuild config file (commonly rsbuild.config.(ts|js|mjs|cjs) ). Open the official upgrade guide Use the v1 → v2 guide as the source of truth: https://v2.rsbuild.rs/guide/upgrade/v1-to-v2 Plan the upgrade path Compare the current project config with the migration guide. List breaking changes that apply to the project’s current config and plugins. Note any removed or...
|
41 |
| 20946 | erpnext-syntax-hooks | openaec-foundation/erpnext_anthropic_claude_development_skill_package |
ERPNext Syntax: Hooks (hooks.py) Hooks in hooks.py enable custom apps to extend Frappe/ERPNext functionality. Quick Reference doc_events - Document Lifecycle In hooks.py doc_events = { "*" : { "after_insert" : "myapp.events.log_all_inserts" } , "Sales Invoice" : { "validate" : "myapp.events.si_validate" , "on_submit" : "myapp.events.si_on_submit" } } In myapp/events.py import frappe def si_validate ( doc , method = None ) : """doc = document object, method = event name""" if doc . grand_total ...
|
41 |
| 20947 | threads-api | rawveg/skillsforge-marketplace |
Comprehensive assistance with Meta's Threads API development for building applications that integrate with the Threads social platform. When to Use This Skill This skill should be triggered when you are: - Building Threads integrations - Creating apps that post to or read from Threads - Implementing authentication - Setting up OAuth flows for Threads API access - Working with media uploads - Uploading images, videos, or carousel posts to Threads - Managing user content - Publishing, retri...
|
41 |
| 20948 | panews-web-viewer | panewslab/skills |
Fetches www.panewslab.com pages as Markdown via Accept: text/markdown . Responses include a YAML frontmatter block with page metadata ( title , description , image ). Current first-class support in this skill is single-page fetching through the bundled script below. It is intended for homepage, article-page, and column-page reads, not broad site crawling. When to Use The user provides or implies a PANews web URL The task is to read the rendered article page, homepage, or column page as Markdown ...
|
41 |
| 20949 | listening-to-tauri-events | dchuk/claude-code-tauri-skills |
This skill covers how to subscribe to events emitted from Rust in a Tauri v2 application using the `@tauri-apps/api/event` module. Core Concepts Tauri provides two event scopes: - Global events - Broadcast to all listeners across all webviews - Webview-specific events - Targeted to specific webview windows Important: Webview-specific events are NOT received by global listeners. Use the appropriate listener type based on how events are emitted from Rust. Installation The event API is par...
|
41 |
| 20950 | inertia-rails-best-practices | cole-robertson/inertia-rails-skills |
A comprehensive guide to building high-quality Inertia.js applications with Ruby on Rails. This skill provides 50+ rules across 8 categories, prioritized by impact on application quality, performance, and maintainability. When to Use This Skill - Writing new Inertia Rails controllers or pages - Reviewing existing Inertia Rails code - Refactoring Rails applications to use Inertia - Optimizing performance of Inertia applications - Implementing authentication/authorization patterns - Buildi...
|
41 |