███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 17851 | field-service | groeimetai/snow-flow |
Field Service Management for ServiceNow Field Service Management (FSM) manages work orders, technician dispatch, and mobile field operations. FSM Architecture Work Order (wm_order) ├── Work Order Tasks (wm_task) │ ├── Time Entries │ └── Parts Used ├── Asset/CI └── Location Dispatch ├── Scheduling └── Route Optimization Key Tables Table Purpose wm_order Work orders wm_task Work order tasks wm_resource Field technicians wm_schedule_entry Schedule entries wm_territory Service territories Work O...
|
51 |
| 17852 | hover-interactions | dylantarre/animation-principles |
Hover Interaction Animations Apply Disney's 12 principles to mouse hover states. Principle Application Squash & Stretch: Cards can subtly scale (1.02-1.05) on hover, creating "lift" effect. Anticipation: Hover IS anticipation for click. The hover state previews the interaction. Staging: Hover effects should highlight the interactive element, not distract from it. Straight Ahead vs Pose-to-Pose: Define rest and hover poses precisely. Transition smoothly between them. Follow Through & Overl...
|
51 |
| 17853 | vibefigma | vibeflowing-inc/vibe_figma |
Convert Figma designs into React components with Tailwind CSS using the `vibefigma` CLI. Usage Interactive Mode (Recommended for first-time users) ``` npx vibefigma --interactive ``` Prompts for Figma URL, access token, and output paths. Direct Command ``` npx vibefigma "https://www.figma.com/design/FILE_ID?node-id=X-Y" --token FIGMA_TOKEN ``` With Environment Variable ``` export FIGMA_TOKEN=your_token npx vibefigma "https://www.figma.com/design/FILE_ID?node-id=X-Y" ``` Using .e...
|
51 |
| 17854 | storybook-configuration | thebushidocollective/han |
Storybook - Configuration Configure Storybook for optimal development experience with the right addons, builders, and framework integrations. Key Concepts Main Configuration .storybook/main.ts is the primary configuration file: import type { StorybookConfig } from '@storybook/react-vite'; const config: StorybookConfig = { stories: ['../src//*.mdx', '../src//*.stories.@(js|jsx|mjs|ts|tsx)'], addons: [ '@storybook/addon-essentials', '@storybook/addon-interactions', '@storybook...
|
51 |
| 17855 | brand-guidelines-anthropic | sickn33/antigravity-awesome-skills |
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords : branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Accent Co...
|
51 |
| 17856 | browserforce | ivalsaraj/browserforce |
BrowserForce — Your Real Chrome Browser BrowserForce gives you the user's actual Chrome browser — all their logins, cookies, and extensions already active. No headless browser, no fresh profiles. Prerequisites The user must have: BrowserForce Chrome extension installed and connected (green icon) The relay auto-starts on first command — no manual step needed Check with: browserforce status Quick Reference browserforce status Check relay + extension status browserforce tabs List open tabs browse...
|
51 |
| 17857 | figma-implement-design | tech-leads-club/agent-skills |
Implement Design Overview This skill provides a structured workflow for translating Figma designs into production-ready code with pixel-perfect accuracy. It ensures consistent integration with the Figma MCP server, proper use of design tokens, and 1:1 visual parity with designs. Skill Boundaries Use this skill when the deliverable is code in the user's repository. If the user asks to create/edit/delete nodes inside Figma itself, switch to figma-use . If the user asks to build or update a full-pa...
|
51 |
| 17858 | e2e-testing | sickn33/antigravity-awesome-skills |
E2E Testing Patterns Comprehensive Playwright patterns for building stable, fast, and maintainable E2E test suites. Test File Organization tests/ ├── e2e/ │ ├── auth/ │ │ ├── login.spec.ts │ │ ├── logout.spec.ts │ │ └── register.spec.ts │ ├── features/ │ │ ├── browse.spec.ts │ │ ├── search.spec.ts │ │ └── create.spec.ts │ └── api/ │ └── endpoints.spec.ts ├── fixtures/ │ ├── auth.ts │ └── data.ts └── playwright.config.ts Page Object Model (POM) import { Pag...
|
51 |
| 17859 | context7 | connorads/dotfiles |
Context7 Overview This skill enables retrieval of current documentation for software libraries and components by querying the Context7 API via curl. Use it instead of relying on potentially outdated training data. Workflow Step 1: Search for the Library To find the Context7 library ID, query the search endpoint: curl -s "https://context7.com/api/v2/libs/search?libraryName=LIBRARY_NAME&query=TOPIC" | jq '.results[0]' Parameters: libraryName (required): The library name to search for (e.g., "react...
|
51 |
| 17860 | configuration-management | oimiragieo/agent-studio |
Configuration Management Overview Comprehensive guide to managing application configuration across environments, including environment variables, configuration files, secrets, feature flags, and following 12-factor app methodology. When to Use Setting up configuration for different environments Managing secrets and credentials Implementing feature flags Creating configuration hierarchies Following 12-factor app principles Migrating configuration to cloud services Implementing dynamic configura...
|
51 |
| 17861 | better-auth-components | andrelandgraf/fullstackrecipes |
Better Auth Components To set up Better Auth Components, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/better-auth-components If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/better-auth-components
|
51 |
| 17862 | secure-coding-practices | nickcrew/claude-ctx-plugin |
Secure Coding Practices Comprehensive guidance for implementing security-first development patterns with defensive programming techniques and proactive threat mitigation strategies. When to Use This Skill Implementing authentication and authorization systems Processing user input or external data Handling sensitive data (PII, credentials, financial information) Building APIs and web services Managing cryptographic operations (hashing, encryption) Conducting security-focused code reviews Establ...
|
51 |
| 17863 | growth hacker | eddiebe147/claude-settings |
Growth Hacker Design and execute growth experiments using lean, data-driven tactics When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create growth hacker growth hacking Review and optimize review growth hacker Get best practices growth hacker best practices Core Workflo...
|
51 |
| 17864 | timeline-creator | mhattingpete/claude-skills-marketplace |
Timeline Creator Create interactive HTML timelines and project roadmaps with Gantt charts and milestones. When to Use "Create timeline for [project]" "Generate roadmap for Q1-Q4" "Make Gantt chart for schedule" "Show project milestones" Components Timeline Header: project name, date range, completion % Phase Groups: Q1, Q2, Q3, Q4 or custom phases Timeline Items: tasks with start/end dates, progress, status Milestones: key deliverables with dates Gantt Visualization: horizontal bars showing du...
|
51 |
| 17865 | pr-draft-summary | openai/openai-agents-js |
PR Draft Summary Purpose Produce the PR-ready summary required in this repository after substantive code work is complete: a concise summary plus a PR-ready title and draft description that begins with "This pull request ...". The block should be ready to paste into a PR for openai-agents-python. When to Trigger The task for this repo is finished (or ready for review) and it touched runtime code, tests, examples, docs with behavior impact, or build/test configuration. You are about to send the...
|
51 |
| 17866 | azure-communication-sms-java | sickn33/antigravity-awesome-skills |
Azure Communication SMS (Java) Send SMS messages to single or multiple recipients with delivery reporting. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-communication-sms </ artifactId > < version > 1.2.0 </ version > </ dependency > Client Creation import com . azure . communication . sms . SmsClient ; import com . azure . communication . sms . SmsClientBuilder ; import com . azure . identity . DefaultAzureCredentialBuilder ; // With DefaultAzureCredential ...
|
51 |
| 17867 | youtube optimizer | eddiebe147/claude-settings |
YouTube Optimizer Optimize YouTube videos for SEO, thumbnails, descriptions, and audience retention 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 youtube optimizer youtube optimization Review and optimize review youtube optimizer Get best practices y...
|
51 |
| 17868 | moralis-data-api | moralisweb3/onchain-skills |
CRITICAL: Read Rule Files Before Implementing The 1 cause of bugs is not reading the endpoint rule file before writing code. For EVERY endpoint: Read rules/{EndpointName}.md Find "Example Response" section Copy the EXACT JSON structure Note field names (snake_case), data types, HTTP method, path, wrapper structure Reading Order: This SKILL.md (core patterns) Endpoint rule file in rules/ Pattern references in references/ (for edge cases only) Setup API Key (optional) Never ask the user to paste t...
|
51 |
| 17869 | career-biographer | erichowens/some_claude_skills |
Career Biographer An AI-powered professional biographer that conducts thoughtful, structured interviews about career journeys and transforms stories into actionable professional assets. Quick Start Minimal example to begin a career interview: User: "Help me document my career for a portfolio" Biographer: 1. "Let's start with your current role. How would you describe what you do to someone outside your field?" 2. [Listen and validate] 3. "What's the thread that connects your various roles an...
|
51 |
| 17870 | pricing strategist | eddiebe147/claude-settings |
Pricing Strategist Expert pricing strategy and optimization system that helps you develop pricing models, analyze willingness to pay, optimize revenue, and test pricing changes. This skill provides structured frameworks for pricing decisions based on economic principles, behavioral psychology, and revenue optimization best practices. Pricing is one of the most powerful levers for business growth. This skill helps you move beyond cost-plus pricing to value-based strategies, design pricing tiers t...
|
51 |
| 17871 | azure-ai-anomalydetector-java | sickn33/antigravity-awesome-skills |
Azure AI Anomaly Detector SDK for Java Build anomaly detection applications using the Azure AI Anomaly Detector SDK for Java. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-ai-anomalydetector </ artifactId > < version > 3.0.0-beta.6 </ version > </ dependency > Client Creation Sync and Async Clients import com . azure . ai . anomalydetector . AnomalyDetectorClientBuilder ; import com . azure . ai . anomalydetector . MultivariateClient ; import com . azure . a...
|
51 |
| 17872 | llm prompt optimizer | eddiebe147/claude-settings |
LLM Prompt Optimizer The LLM Prompt Optimizer skill systematically analyzes and refines prompts to maximize the quality, accuracy, and relevance of large language model outputs. It applies evidence-based optimization techniques including structural improvements, context enrichment, constraint calibration, and output format specification. This skill goes beyond basic prompt writing by leveraging understanding of how different LLMs process instructions, their attention patterns, and their response...
|
51 |
| 17873 | prowler-test-sdk | prowler-cloud/prowler |
Generic Patterns: For base pytest patterns (fixtures, mocking, parametrize, markers), see the pytest skill. This skill covers Prowler-specific conventions only. Full Documentation: docs/developer-guide/unit-testing.mdx CRITICAL: Provider-Specific Testing Provider Mocking Approach Decorator AWS moto library @mock_aws Azure, GCP, K8s, others MagicMock None NEVER use moto for non-AWS providers. NEVER use MagicMock for AWS. AWS Check Test Pattern from unittest import mock from boto3 import clien...
|
51 |
| 17874 | twitter thread builder | eddiebe147/claude-settings |
Twitter Thread Builder Craft engaging Twitter/X threads with strong hooks and optimal structure for engagement 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 twitter thread builder twitter thread Review and optimize review twitter thread builder Get b...
|
51 |
| 17875 | 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 | |
| 17876 | 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 |
| 17877 | 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 |
| 17878 | 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 |
| 17879 | 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 |
| 17880 | 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 |
| 17881 | 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 |
| 17882 | 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 |
| 17883 | 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 |
| 17884 | 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 |
| 17885 | 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 |
| 17886 | 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 |
| 17887 | 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 |
| 17888 | 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 |
| 17889 | 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 |
| 17890 | 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 |
| 17891 | nextjs | teachingai/full-stack-skills |
Next.js Best Practices Apply these rules when writing or reviewing Next.js code. File Conventions See file-conventions.md for: Project structure and special files Route segments (dynamic, catch-all, groups) Parallel and intercepting routes Middleware rename in v16 (middleware → proxy) RSC Boundaries Detect invalid React Server Component patterns. See rsc-boundaries.md for: Async client component detection (invalid) Non-serializable props detection Server Action exceptions Async Patterns Next.js ...
|
51 |
| 17892 | 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 |
| 17893 | 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 |
| 17894 | 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 |
| 17895 | 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 |
| 17896 | 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 |
| 17897 | 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 |
| 17898 | 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 |
| 17899 | 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 |
| 17900 | 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 |