███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 2451 | social-graph-ranker | affaan-m/everything-claude-code |
Social Graph Ranker Canonical weighted graph-ranking layer for network-aware outreach. Use this when the user needs to: rank existing mutuals or connections by intro value map warm paths to a target list measure bridge value across first- and second-order connections decide which targets deserve warm intros versus direct cold outreach understand the graph math independently from lead-intelligence or connections-optimizer When To Use This Standalone Choose this skill when the user primarily wants...
|
3.6K |
| 2452 | github-ops | affaan-m/everything-claude-code |
GitHub Operations Manage GitHub repositories with a focus on community health, CI reliability, and contributor experience. When to Activate Triaging issues (classifying, labeling, responding, deduplicating) Managing PRs (review status, CI checks, stale PRs, merge readiness) Debugging CI/CD failures Preparing releases and changelogs Monitoring Dependabot and security alerts Managing contributor experience on open-source projects User says "check GitHub", "triage issues", "review PRs", "merge", "r...
|
3.6K |
| 2453 | k-skill-setup | nomadamas/k-skill |
k-skill Setup Purpose 전체 k-skill 설치가 끝난 뒤, 공통 후속 작업을 처리한다. credential 확보 (에이전트 vault 또는 기본 secrets.env) 런타임 환경변수 확인 선택 사항: 주기적인 업데이트 확인 자동화 선택 사항: GitHub star 여부 확인 및 동의 시 실행 이 스킬의 기본 정책: 시크릿이 없으면 필요한 값 이름을 사용자에게 정확히 알려준다 credential resolution order에 따라 확보한다 필요한 패키지가 없으면 대체 구현을 찾기보다 전역 설치를 먼저 시도한다 cron , launchd , schtasks , gh 같은 지속성/외부 상태 변경은 자동으로 하지 말고 먼저 사용자 동의를 받는다 GitHub star는 사용자가 명시적으로 동의했을 때만 실행한다 Credential resolution order 모든 credential-bearing 스킬은 아래 우선순위를 따른다. 이미 환경변수에 있으면 그대로 사용한다....
|
3.6K |
| 2454 | observability-and-instrumentation | addyosmani/agent-skills |
Observability and Instrumentation Overview Code you can't observe is code you can't operate. Observability is the ability to answer "what is the system doing and why?" from the outside, using the telemetry the code emits. Instrumentation is not a post-launch add-on — it's written alongside the feature, the same way tests are. If a feature ships without telemetry, the first user-reported bug becomes archaeology instead of a query. When to Use Building any feature that will run in production Addin...
|
3.6K |
| 2455 | building-mcp-server-on-cloudflare | cloudflare/skills |
Building MCP Servers on Cloudflare Creates production-ready Model Context Protocol servers on Cloudflare Workers with tools, authentication, and deployment. When to Use User wants to build a remote MCP server User needs to expose tools via MCP User asks about MCP authentication or OAuth User wants to deploy MCP to Cloudflare Workers Prerequisites Cloudflare account with Workers enabled Node.js 18+ and npm/pnpm/yarn Wrangler CLI (npm install -g wrangler) Quick Start Option 1: Public Server (No ...
|
3.5K |
| 2456 | ralph-loop | andrelandgraf/fullstackrecipes |
Ralph Loop Complete setup for automated agent-driven development. Define features as user stories with testable acceptance criteria, then run AI agents in a loop until all stories pass. Prerequisites Complete these recipes first (in order): AI Coding Agent Configuration Configure AI coding agents like Cursor, GitHub Copilot, or Claude Code with project-specific patterns, coding guidelines, and MCP servers for consistent AI-assisted development. curl -H "Accept: text/markdown" https://fulls...
|
3.5K |
| 2457 | wechat-article-extractor | freestylefly/wechat-article-extractor-skill |
WeChat Article Extractor Extract metadata and content from WeChat Official Account (微信公众号) articles. Capabilities Parse WeChat article URLs ( mp.weixin.qq.com ) Extract article metadata: title, author, description, publish time Extract account info: name, avatar, alias, description Get article content (HTML) Get cover image URL Support multiple article types: post, video, image, voice, text, repost Handle various error cases: deleted content, expired links, access limits Usage Basic Extraction f...
|
3.5K |
| 2458 | playwright-skill | sickn33/antigravity-awesome-skills |
Playwright Skill Opinionated, production-tested Playwright guidance — every pattern includes when (and when not ) to use it. 50+ reference guides covering the full Playwright surface: selectors, assertions, fixtures, page objects, network mocking, auth, visual regression, accessibility, API testing, CI/CD, debugging, and more — with TypeScript and JavaScript examples throughout. Playwright 1.60+ highlights covered in these guides include on-demand HAR recording inside tracing, locator.drop() for...
|
3.5K |
| 2459 | csharp-testing | affaan-m/everything-claude-code |
C Testing Patterns Comprehensive testing patterns for .NET applications using xUnit, FluentAssertions, and modern testing practices. When to Activate Writing new tests for C code Reviewing test quality and coverage Setting up test infrastructure for .NET projects Debugging flaky or slow tests Test Framework Stack Tool Purpose xUnit Test framework (preferred for .NET) FluentAssertions Readable assertion syntax NSubstitute or Moq Mocking dependencies Testcontainers Real infrastructure in integrati...
|
3.5K |
| 2460 | semgrep-rule-variant-creator | trailofbits/skills |
Semgrep Rule Variant Creator Port existing Semgrep rules to new target languages with proper applicability analysis and test-driven validation. When to Use Ideal scenarios: Porting an existing Semgrep rule to one or more target languages Creating language-specific variants of a universal vulnerability pattern Expanding rule coverage across a polyglot codebase Translating rules between languages with equivalent constructs When NOT to Use Do NOT use this skill for: Creating a new Semgrep rul...
|
3.5K |
| 2461 | investment-memo | claude-office-skills/skills |
Investment Memo Skill Overview I help you write professional investment memorandums (IC memos) for various contexts: venture capital, private equity, hedge funds, or internal investment committees. I structure the investment thesis, analyze risks, and present clear recommendations. What I can do: Structure investment thesis clearly Summarize key due diligence findings Analyze risks and mitigants Present valuation and returns analysis Draft actionable recommendations Format for investment committ...
|
3.5K |
| 2462 | agent-sort | affaan-m/everything-claude-code |
Agent Sort Use this skill when a repo needs a project-specific ECC surface instead of the default full install. The goal is not to guess what "feels useful." The goal is to classify ECC components with evidence from the actual codebase. When to Use A project only needs a subset of ECC and full installs are too noisy The repo stack is clear, but nobody wants to hand-curate skills one by one A team wants a repeatable install decision backed by grep evidence instead of opinion You need to separate ...
|
3.5K |
| 2463 | hipaa-compliance | affaan-m/everything-claude-code |
HIPAA Compliance Use this as the HIPAA-specific entrypoint when a task is clearly about US healthcare compliance. This skill intentionally stays thin and canonical: healthcare-phi-compliance remains the primary implementation skill for PHI/PII handling, data classification, audit logging, encryption, and leak prevention. healthcare-reviewer remains the specialized reviewer when code, architecture, or product behavior needs a healthcare-aware second pass. security-review still applies for general...
|
3.5K |
| 2464 | testing-handbook-generator | trailofbits/skills |
Testing Handbook Skill Generator Generate and maintain Claude Code skills from the Trail of Bits Testing Handbook. When to Use Invoke this skill when: Creating new security testing skills from handbook content User mentions "testing handbook", "appsec.guide", or asks about generating skills Bulk skill generation or refresh is needed Do NOT use for: General security testing questions (use the generated skills) Non-handbook skill creation Handbook Location The skill needs the Testing Handbo...
|
3.5K |
| 2465 | amazon seller | claude-office-skills/skills |
Amazon Seller Comprehensive skill for automating Amazon seller operations and FBA management. Core Workflows 1. Seller Central Pipeline AMAZON SELLER OPERATIONS: ┌─────────────────────────────────────────────────────────┐ │ LISTING MANAGEMENT │ │ Create → Optimize → Price → Inventory → Monitor │ └────────────────────────┬────────────────────────────────┘ ▼ ┌─────────────────────────────────────────────────────────┐ │ ORDER FULFILLM...
|
3.5K |
| 2466 | fuzzing-dictionary | trailofbits/skills |
Fuzzing Dictionary A fuzzing dictionary provides domain-specific tokens to guide the fuzzer toward interesting inputs. Instead of purely random mutations, the fuzzer incorporates known keywords, magic numbers, protocol commands, and format-specific strings that are more likely to reach deeper code paths in parsers, protocol handlers, and file format processors. Overview Dictionaries are text files containing quoted strings that represent meaningful tokens for your target. They help fuzzers by...
|
3.5K |
| 2467 | weekly-report | claude-office-skills/skills |
Weekly Report Overview This skill helps you create consistent, well-structured weekly status reports that communicate progress, blockers, and plans effectively to your team, manager, or stakeholders. Use Cases: Individual contributor status updates Team lead rollup reports Project status updates Executive summaries Client progress reports How to Use Tell me what you accomplished this week Share any blockers or challenges Describe your plans for next week Specify your audience (manager, team, exe...
|
3.5K |
| 2468 | code-tour | affaan-m/everything-claude-code |
Code Tour Create CodeTour .tour files for codebase walkthroughs that open directly to real files and line ranges. Tours live in .tours/ and are meant for the CodeTour format, not ad hoc Markdown notes. A good tour is a narrative for a specific reader: what they are looking at why it matters what path they should follow next Only create .tour JSON files. Do not modify source code as part of this skill. When to Use Use this skill when: the user asks for a code tour, onboarding tour, architecture w...
|
3.5K |
| 2469 | react-native-expert | jeffallan/claude-skills |
React Native Expert Senior mobile engineer building production-ready cross-platform applications with React Native and Expo. Role Definition You are a senior mobile developer with 8+ years of React Native experience. You specialize in Expo SDK 50+, React Navigation 7, and performance optimization for mobile. You build apps that feel truly native on both iOS and Android. When to Use This Skill Building cross-platform mobile applications Implementing navigation (tabs, stacks, drawers) Handling...
|
3.5K |
| 2470 | automation-audit-ops | affaan-m/everything-claude-code |
Automation Audit Ops Use this when the user asks what automations are live, which jobs are broken, where overlap exists, or what tooling and connectors are actually doing useful work right now. This is an audit-first operator skill. The job is to produce an evidence-backed inventory and a keep / merge / cut / fix-next recommendation set before rewriting anything. Skill Stack Pull these ECC-native skills into the workflow when relevant: workspace-surface-audit for connector, MCP, hook, and app in...
|
3.5K |
| 2471 | algorand-vulnerability-scanner | trailofbits/skills |
Algorand Vulnerability Scanner 1. Purpose Systematically scan Algorand smart contracts (TEAL and PyTeal) for platform-specific security vulnerabilities documented in Trail of Bits' "Not So Smart Contracts" database. This skill encodes 11 critical vulnerability patterns unique to Algorand's transaction model. 2. When to Use This Skill Auditing Algorand smart contracts (stateful applications or smart signatures) Reviewing TEAL assembly or PyTeal code Pre-audit security assessment of Algorand pro...
|
3.5K |
| 2472 | llm-trading-agent-security | affaan-m/everything-claude-code |
LLM Trading Agent Security Autonomous trading agents have a harsher threat model than normal LLM apps: an injection or bad tool path can turn directly into asset loss. When to Use Building an AI agent that signs and sends transactions Auditing a trading bot or on-chain execution assistant Designing wallet key management for an agent Giving an LLM access to order placement, swaps, or treasury operations How It Works Layer the defenses. No single check is enough. Treat prompt hygiene, spend policy...
|
3.5K |
| 2473 | munger-perspective | alchaincyf/munger-skill |
查理·芒格 · 思维操作系统 "It is remarkable how much long-term advantage people like us have gotten by trying to be consistently not stupid, instead of trying to be very intelligent." 使用说明 这不是芒格本人。这是基于公开信息提炼的思维框架。 它能帮你用芒格的镜片审视问题,但不能替代原创思考。 擅长 : 审视投资/商业决策中的认知偏误 用逆向思考拆解复杂问题 跨学科视角提供非常规洞察 检测「Lollapalooza效应」——多个偏误叠加的系统性风险 用犀利的一句话定性一件事 不擅长 : 科技/AI/加密领域的前沿判断(芒格的已知盲区) 中国政策风险评估(芒格晚年在此犯过重大错误) 需要共情和情绪敏感的场景 需要渐进式、温和表达的社交场合 角色扮演规则 此Skill激活后,直接以芒格的身份回应。 ✅ 用「我」而非「芒格会认为...」 ✅ 用芒格的语气——极短句、否定句优先、干燥幽默、不铺垫直接给结论 ✅ 遇到超出能力圈的问题,直...
|
3.5K |
| 2474 | product-capability | affaan-m/everything-claude-code |
Product Capability This skill turns product intent into explicit engineering constraints. Use it when the gap is not "what should we build?" but "what exactly must be true before implementation starts?" When to Use A PRD, roadmap item, discussion, or founder note exists, but the implementation constraints are still implicit A feature crosses multiple services, repos, or teams and needs a capability contract before coding Product intent is clear, but architecture, data, lifecycle, or policy impli...
|
3.5K |
| 2475 | swiftui-liquid-glass | dimillian/skills |
SwiftUI Liquid Glass Overview Use this skill to build or review SwiftUI features that fully align with the iOS 26+ Liquid Glass API. Prioritize native APIs (glassEffect, GlassEffectContainer, glass button styles) and Apple design guidance. Keep usage consistent, interactive where needed, and performance aware. Workflow Decision Tree Choose the path that matches the request: 1) Review an existing feature Inspect where Liquid Glass should be used and where it should not. Verify correct modifie...
|
3.5K |
| 2476 | constant-time-testing | trailofbits/skills |
Constant-Time Testing Timing attacks exploit variations in execution time to extract secret information from cryptographic implementations. Unlike cryptanalysis that targets theoretical weaknesses, timing attacks leverage implementation flaws - and they can affect any cryptographic code. Background Timing attacks were introduced by Kocher in 1996. Since then, researchers have demonstrated practical attacks on RSA (Schindler), OpenSSL (Brumley and Boneh), AES implementations, and even post-qua...
|
3.5K |
| 2477 | domain-name-brainstormer | composiohq/awesome-claude-skills |
Domain Name Brainstormer This skill helps you find the perfect domain name for your project by generating creative options and checking what's actually available to register. When to Use This Skill Starting a new project or company Launching a product or service Creating a personal brand or portfolio site Rebranding an existing project Registering a domain for a side project Finding available alternatives when your first choice is taken What This Skill Does Understands Your Project : Analyzes wh...
|
3.5K |
| 2478 | frontend-design | julianoczkowski/designer-skills |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
3.5K |
| 2479 | dwarf-expert | trailofbits/skills |
Overview This skill provides technical knowledge and expertise about the DWARF standard and how to interact with DWARF files. Tasks include answering questions about the DWARF standard, providing examples of various DWARF features, parsing and/or creating DWARF files, and writing/modifying/analyzing code that interacts with DWARF data. When to Use This Skill Understanding or parsing DWARF debug information from compiled binaries Answering questions about the DWARF standard (v3, v4, v5) Writing...
|
3.5K |
| 2480 | secret-scanning | github/awesome-copilot |
Secret Scanning This skill provides procedural guidance for configuring GitHub secret scanning — detecting leaked credentials, preventing secret pushes, defining custom patterns, and managing alerts. When to Use This Skill Use this skill when the request involves: Enabling or configuring secret scanning for a repository or organization Setting up push protection to block secrets before they reach the repository Defining custom secret patterns with regular expressions Resolving a blocked push fro...
|
3.5K |
| 2481 | ton-vulnerability-scanner | trailofbits/skills |
TON Vulnerability Scanner 1. Purpose Systematically scan TON blockchain smart contracts written in FunC for platform-specific security vulnerabilities related to boolean logic, Jetton token handling, and gas management. This skill encodes 3 critical vulnerability patterns unique to TON's architecture. 2. When to Use This Skill Auditing TON smart contracts (FunC language) Reviewing Jetton token implementations Validating token transfer notification handlers Pre-launch security assessment of TON...
|
3.5K |
| 2482 | libfuzzer | trailofbits/skills |
libFuzzer libFuzzer is an in-process, coverage-guided fuzzer that is part of the LLVM project. It's the recommended starting point for fuzzing C/C++ projects due to its simplicity and integration with the LLVM toolchain. While libFuzzer has been in maintenance-only mode since late 2022, it is easier to install and use than its alternatives, has wide support, and will be maintained for the foreseeable future. When to Use Fuzzer Best For Complexity libFuzzer Quick setup, single-project fuzzing L...
|
3.5K |
| 2483 | ossfuzz | trailofbits/skills |
OSS-Fuzz OSS-Fuzz is an open-source project developed by Google that provides free distributed infrastructure for continuous fuzz testing. It streamlines the fuzzing process and facilitates simpler modifications. While only select projects are accepted into OSS-Fuzz, the project's core is open-source, allowing anyone to host their own instance for private projects. Overview OSS-Fuzz provides a simple CLI framework for building and starting harnesses or calculating their coverage. Additionally...
|
3.5K |
| 2484 | chart | starchild-ai-agent/official-skills |
Chart — Project-Based Interactive Charting Generate interactive chart pages with Apache ECharts. Each chart lives in a dedicated project folder under output/chart-html/ , making it easy to reuse and iterate. When to Use Any time the user wants a visual chart: price charts, comparisons, dashboards, business analytics, etc. Architecture ECharts (CDN) for rendering ECharts native export ( getDataURL ) + canvas merge for reliable PNG output Project-based storage : one folder per chart project No gal...
|
3.5K |
| 2485 | ads-copywriter | claude-office-skills/skills |
Ads Copywriter Generate high-converting ad copy for Google Ads, Meta/Facebook, TikTok, and LinkedIn with platform-specific optimization and A/B testing variants. Platform Specifications Google Ads google_ads_formats : responsive_search_ad : headlines : count : 15 (min 3) max_chars : 30 requirements : - Include keyword in 3+ headlines - Include brand name in 2+ headlines - Include CTA in 2+ headlines - Include numbers/stats in 2+ headlines descriptions : count : 4 (min 2) max_chars : 90 requireme...
|
3.5K |
| 2486 | cairo-vulnerability-scanner | trailofbits/skills |
Cairo/StarkNet Vulnerability Scanner 1. Purpose Systematically scan Cairo smart contracts on StarkNet for platform-specific security vulnerabilities related to arithmetic, cross-layer messaging, and cryptographic operations. This skill encodes 6 critical vulnerability patterns unique to Cairo/StarkNet ecosystem. 2. When to Use This Skill Auditing StarkNet smart contracts (Cairo) Reviewing L1-L2 bridge implementations Pre-launch security assessment of StarkNet applications Validating cross-laye...
|
3.5K |
| 2487 | product-brainstorming | anthropics/knowledge-work-plugins |
Product Brainstorming Skill You are a sharp product thinking partner — the kind of experienced PM or design lead who challenges assumptions, asks the hard questions, and pushes ideas further before anyone converges too early. You help product managers explore problem spaces, generate ideas, and stress-test thinking before it becomes a spec. Your job is not to generate deliverables. Your job is to think alongside the PM. Be opinionated. Push back. Bring in unexpected angles. Help them arrive at i...
|
3.5K |
| 2488 | code-review | getsentry/skills |
Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process 1. Pin ...
|
3.5K |
| 2489 | web-search | brave/brave-search-skills |
Install the belt CLI skill: npx skills add belt-sh/cli Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Search the web belt app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' Show more Installs – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
|
3.5K |
| 2490 | aflpp | trailofbits/skills |
AFL++ AFL++ is a fork of the original AFL fuzzer that offers better fuzzing performance and more advanced features while maintaining stability. A major benefit over libFuzzer is that AFL++ has stable support for running fuzzing campaigns on multiple cores, making it ideal for large-scale fuzzing efforts. When to Use Fuzzer Best For Complexity AFL++ Multi-core fuzzing, diverse mutations, mature projects Medium libFuzzer Quick setup, single-threaded, simple harnesses Low LibAFL Custom fuzzers, r...
|
3.5K |
| 2491 | interpreting-culture-index | trailofbits/skills |
<essential_principles> Culture Index measures behavioral traits, not intelligence or skills. There is no "good" or "bad" profile. The 0-10 scale is just a ruler. What matters is distance from the red arrow (population mean at 50th percentile). The arrow position varies between surveys based on EU. Why the arrow moves: Higher EU scores cause the arrow to plot further right; lower EU causes it to plot further left. This does not affect validity—we always measure distance from wherever the arrow...
|
3.5K |
| 2492 | ui-designer | daniel-dan-conrad/ui-designer-skill |
Use this skill to produce singular, deployment-ready frontend interfaces that escape the bland "AI slop" look. Deliver real, working code paired with obsessive care for visual nuance and inventive choices. Expect the user to hand over frontend requirements: a component, page, application, or interface that needs to be built. Their brief may also touch on intent, target audience, or technical limitations. Setting the Visual Direction Do not start coding until you've absorbed the context and commi...
|
3.5K |
| 2493 | atheris | trailofbits/skills |
Atheris Atheris is a coverage-guided Python fuzzer built on libFuzzer. It enables fuzzing of both pure Python code and Python C extensions with integrated AddressSanitizer support for detecting memory corruption issues. When to Use Fuzzer Best For Complexity Atheris Python code and C extensions Low-Medium Hypothesis Property-based testing Low python-afl AFL-style fuzzing Medium Choose Atheris when: Fuzzing pure Python code with coverage guidance Testing Python C extensions for memory corrupt...
|
3.5K |
| 2494 | substrate-vulnerability-scanner | trailofbits/skills |
Substrate Vulnerability Scanner 1. Purpose Systematically scan Substrate runtime modules (pallets) for platform-specific security vulnerabilities that can cause node crashes, DoS attacks, or unauthorized access. This skill encodes 7 critical vulnerability patterns unique to Substrate/FRAME-based chains. 2. When to Use This Skill Auditing custom Substrate pallets Reviewing FRAME runtime code Pre-launch security assessment of Substrate chains (Polkadot parachains, standalone chains) Validating d...
|
3.5K |
| 2495 | clean-architecture | wondelai/skills |
Clean Architecture Framework A disciplined approach to structuring software so that business rules remain independent of frameworks, databases, and delivery mechanisms. Apply these principles when designing system architecture, reviewing module boundaries, or advising on dependency management. Core Principle Source code dependencies must point inward -- toward higher-level policies. Nothing in an inner circle can know anything about something in an outer circle. This single rule, applied consist...
|
3.5K |
| 2496 | hwp | nomadamas/k-skill |
HWP What this skill does kordoc 으로 .hwp / .hwpx / .hwpml 문서를 AI가 읽기 좋은 Markdown 또는 JSON으로 바꾸고, 필요하면 문서 비교, 양식 필드 추출, Markdown→HWPX 역변환까지 수행한다. 이 스킬의 기본 엔진은 항상 kordoc 이다. 문서 변환, 비교, 필드 추출, 역변환까지 같은 도구로 일관되게 처리한다. When to use "이 HWP 파일을 Markdown으로 바꿔줘" "공문서를 JSON 구조로 뽑아서 AI가 읽게 해줘" "두 버전 문서 차이점을 보고 싶어" "신청서 HWPX 안에 어떤 양식 필드가 있는지 뽑아줘" "AI가 만든 Markdown을 다시 HWPX로 저장해줘" "폴더 안 문서를 한 번에 변환해줘" When not to use OCR이 필수인데 OCR provider 연결이 전혀 없는 이미지 기반 PDF만 있는 경우 .docx , .xlsx , .pdf 만 다루더라도 문서 파싱 자체가 아니라 편집...
|
3.5K |
| 2497 | ask-docs | crewaiinc/skills |
Ask CrewAI Docs Answer CrewAI questions by looking up the official documentation at docs.crewai.com . When to Use This Skill Use this skill when: The user asks about a CrewAI feature, parameter, or behavior not covered in detail by the other skills You need to verify current API syntax, method signatures, or configuration options The user hits an error and needs troubleshooting guidance from official docs The question is about a newer or less common CrewAI feature (e.g., telemetry, testing, CLI ...
|
3.5K |
| 2498 | dependabot | github/awesome-copilot |
Dependabot Configuration & Management Overview Dependabot is GitHub's built-in dependency management tool with three core capabilities: Dependabot Alerts — Notify when dependencies have known vulnerabilities (CVEs) Dependabot Security Updates — Auto-create PRs to fix vulnerable dependencies Dependabot Version Updates — Auto-create PRs to keep dependencies current All configuration lives in a single file : .github/dependabot.yml on the default branch. GitHub does not support multiple dependabot.y...
|
3.5K |
| 2499 | design-task | crewaiinc/skills |
CrewAI Task Design Guide How to write effective tasks that produce reliable, high-quality output from your agents. The 80/20 Rule Spend 80% of your effort on task design, 20% on agent design. The task is the most important lever you have. A well-designed task with a mediocre agent will outperform a poorly designed task with an excellent agent. 1. Anatomy of an Effective Task Every task needs two things: a description (what to do and how) and an expected_output (what the result looks like). Descr...
|
3.5K |
| 2500 | onchain-pay-open-api | binance/binance-skills-hub |
Binance Onchain-Pay Open API Skill Call Binance Onchain-Pay Open API endpoints with automatic RSA SHA256 request signing. Quick Reference Endpoint API Path Required Params Optional Params Payment Method List (v1) papi/v1/ramp/connect/buy/payment-method-list fiatCurrency, cryptoCurrency, totalAmount, amountType network, contractAddress Payment Method List (v2) papi/v2/ramp/connect/buy/payment-method-list (none) lang Trading Pairs papi/v1/ramp/connect/buy/trading-pairs (none) (none) Estimated Quot...
|
3.5K |