Process, convert, OCR, extract, redact, sign, and fill documents using the Nutrient DWS API. Works with PDFs, DOCX, XLSX, PPTX, HTML, and images.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٤٬٢٨٧ من skills من ComeOnOliver/skillshub. افتح أي skill لمراجعة مصدره وتفاصيله.
ComeOnOliver/skillshubعرض ٤٠ من أصل ٤٬٢٨٧ skills مجمعة.
Process, convert, OCR, extract, redact, sign, and fill documents using the Nutrient DWS API. Works with PDFs, DOCX, XLSX, PPTX, HTML, and images.
لغة النص الأصلي: الإنجليزية
Nuxt 4 应用模式,涵盖水合安全、性能优化、路由规则、懒加载,以及使用 useFetch 和 useAsyncData 进行 SSR 安全的数据获取。
لغة النص الأصلي: الصينية
Modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable Perl applications.
لغة النص الأصلي: الإنجليزية
Comprehensive Perl security covering taint mode, input validation, safe process execution, DBI parameterized queries, web security (XSS/SQLi/CSRF), and perlcritic security policies.
لغة النص الأصلي: الإنجليزية
Perl testing patterns using Test2::V0, Test::More, prove runner, mocking, coverage with Devel::Cover, and TDD methodology.
لغة النص الأصلي: الإنجليزية
Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via hooks.
لغة النص الأصلي: الإنجليزية
PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.
لغة النص الأصلي: الإنجليزية
Codified expertise for production scheduling, job sequencing, line balancing, changeover optimization, and bottleneck resolution in discrete and batch manufacturing. Informed by production schedulers with 15+ years experience. Includes TOC/drum-buffer-rope,…
لغة النص الأصلي: الإنجليزية
Example project-specific skill template based on a real production application.
لغة النص الأصلي: الإنجليزية
Analyze raw prompts, identify intent and gaps, match ECC components (skills/commands/agents/hooks), and output a ready-to-paste optimized prompt. Advisory role only — never executes the task itself. TRIGGER when: user says "optimize prompt", "improve my…
لغة النص الأصلي: الإنجليزية
Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.
لغة النص الأصلي: الإنجليزية
Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.
لغة النص الأصلي: الإنجليزية
PyTorch深度学习模式与最佳实践,用于构建稳健、高效且可复现的训练流程、模型架构和数据加载。
لغة النص الأصلي: الصينية
Codified expertise for quality control, non-conformance investigation, root cause analysis, corrective action, and supplier quality management in regulated manufacturing. Informed by quality engineers with 15+ years experience across FDA, IATF 16949, and…
لغة النص الأصلي: الإنجليزية
RFC-driven multi-agent DAG execution pattern with quality gates, merge queues, and work unit orchestration.
لغة النص الأصلي: الإنجليزية
Decision framework for choosing between regex and LLM when parsing structured text — start with regex, add LLM only for low-confidence edge cases.
لغة النص الأصلي: الإنجليزية
Codified expertise for returns authorization, receipt and inspection, disposition decisions, refund processing, fraud detection, and warranty claims management. Informed by returns operations managers with 15+ years experience. Includes grading frameworks,…
لغة النص الأصلي: الإنجليزية
扫描技能以提取跨领域原则并将其提炼为规则——追加、修订或创建新的规则文件
لغة النص الأصلي: الصينية
地道的Rust模式、所有权、错误处理、特质、并发,以及构建安全、高性能应用程序的最佳实践。
لغة النص الأصلي: الصينية
Rust测试模式,包括单元测试、集成测试、异步测试、基于属性的测试、模拟和覆盖率。遵循TDD方法学。
لغة النص الأصلي: الصينية
Multi-agent adversarial verification with convergence loop. Two independent review agents must both pass before output ships.
لغة النص الأصلي: الإنجليزية
Research-before-coding workflow. Search for existing tools, libraries, and patterns before writing custom code. Invokes the researcher agent.
لغة النص الأصلي: الإنجليزية
Scan your Claude Code configuration (.claude/ directory) for security vulnerabilities, misconfigurations, and injection risks using AgentShield. Checks CLAUDE.md, settings.json, MCP servers, hooks, and agent definitions.
لغة النص الأصلي: الإنجليزية
Visualize whether skills, rules, and agent definitions are actually followed — auto-generates scenarios at 3 prompt strictness levels, runs agents, classifies behavioral sequences, and reports compliance rates with full tool call timelines
لغة النص الأصلي: الإنجليزية
Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.
لغة النص الأصلي: الإنجليزية
Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services.
لغة النص الأصلي: الإنجليزية
Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.
لغة النص الأصلي: الإنجليزية
Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.
لغة النص الأصلي: الإنجليزية
Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
لغة النص الأصلي: الإنجليزية
Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage, eliminating data races by design.
لغة النص الأصلي: الإنجليزية
Swift 6.2 Approachable Concurrency — single-threaded by default, @concurrent for explicit background offloading, isolated conformances for main actor types.
لغة النص الأصلي: الإنجليزية
Protocol-based dependency injection for testable Swift code — mock file system, network, and external APIs using focused protocols and Swift Testing.
لغة النص الأصلي: الإنجليزية
SwiftUI architecture patterns, state management with @Observable, view composition, navigation, performance optimization, and modern iOS/macOS UI best practices.
لغة النص الأصلي: الإنجليزية
用于组合和派遣并行团队的交互式代理选择器
لغة النص الأصلي: الصينية
AI-assisted video editing workflows for cutting, structuring, and augmenting real footage. Covers the full pipeline from raw capture through FFmpeg, Remotion, ElevenLabs, fal.ai, and final polish in Descript or CapCut. Use when the user wants to edit video,…
لغة النص الأصلي: الإنجليزية
See, Understand, Act on video and audio. See- ingest from local files, URLs, RTSP/live feeds, or live record desktop; return realtime context and playable stream links. Understand- extract frames, build visual/semantic/temporal indexes, and search moments…
لغة النص الأصلي: الإنجليزية
Translate visa application documents (images) to English and create a bilingual PDF with original and translation
لغة النص الأصلي: الإنجليزية
X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.
لغة النص الأصلي: الإنجليزية
Use when testing agent without context validation
لغة النص الأصلي: الإنجليزية
Use when user asks to 'lint agent configs', 'validate skills', 'check CLAUDE.md', 'validate hooks', 'lint MCP'. Validates agent configuration files against 230 rules.
لغة النص الأصلي: الإنجليزية