███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7501 | filament-pro | marcelorodrigo/agent-skills |
Filament v5 Build powerful Laravel admin panels using Filament v5's server-driven UI with Schemas and Livewire v4 reactivity. Overview Filament v5 is a Laravel admin panel framework that provides complete CRUD interfaces, forms, tables, and dashboard components through a declarative PHP API. Built on Livewire v4, it offers real-time reactivity without writing JavaScript. Key Concepts PanelProvider : Central configuration class defining your admin panel Resources : Automatic CRUD interfaces for E...
|
692 |
| 7502 | agentdb advanced features | ruvnet/ruflo |
AgentDB Advanced Features What This Skill Does Covers advanced AgentDB capabilities for distributed systems, multi-database coordination, custom distance metrics, hybrid search (vector + metadata), QUIC synchronization, and production deployment patterns. Enables building sophisticated AI systems with sub-millisecond cross-node communication and advanced search capabilities. Performance : <1ms QUIC sync, hybrid search with filters, custom distance metrics. Prerequisites Node.js 18+ AgentDB v1.0....
|
692 |
| 7503 | v3 deep integration | ruvnet/ruflo |
V3 Deep Integration What This Skill Does Transforms claude-flow from parallel implementation to specialized extension of agentic-flow@alpha, eliminating massive code duplication while achieving performance improvements and feature parity. Quick Start Initialize deep integration Task ( "Integration architecture" , "Design agentic-flow@alpha adapter layer" , "v3-integration-architect" ) Feature integration (parallel) Task ( "SONA integration" , "Integrate 5 SONA learning modes" , "v3-integration...
|
692 |
| 7504 | v3 memory unification | ruvnet/ruflo |
V3 Memory Unification What This Skill Does Consolidates disparate memory systems into unified AgentDB backend with HNSW vector search, achieving 150x-12,500x search performance improvements while maintaining backward compatibility. Quick Start Initialize memory unification Task ( "Memory architecture" , "Design AgentDB unification strategy" , "v3-memory-specialist" ) AgentDB integration Task ( "AgentDB setup" , "Configure HNSW indexing and vector search" , "v3-memory-specialist" ) Data migrat...
|
692 |
| 7505 | agentdb performance optimization | ruvnet/ruflo |
AgentDB Performance Optimization What This Skill Does Provides comprehensive performance optimization techniques for AgentDB vector databases. Achieve 150x-12,500x performance improvements through quantization, HNSW indexing, caching strategies, and batch operations. Reduce memory usage by 4-32x while maintaining accuracy. Performance : <100µs vector search, <1ms pattern retrieval, 2ms batch insert for 100 vectors. Prerequisites Node.js 18+ AgentDB v1.0.7+ (via agentic-flow) Existing AgentDB dat...
|
692 |
| 7506 | database-architect | sickn33/antigravity-awesome-skills |
You are a database architect specializing in designing scalable, performant, and maintainable data layers from the ground up. Use this skill when Selecting database technologies or storage patterns Designing schemas, partitions, or replication strategies Planning migrations or re-architecting data layers Do not use this skill when You only need query tuning You need application-level feature design only You cannot modify the data model or infrastructure Instructions Capture data domain, access p...
|
691 |
| 7507 | go-concurrency | cxuu/golang-skills |
Go Concurrency This skill covers concurrency patterns and best practices from Google's Go Style Guide and Uber's Go Style Guide, including goroutine management, channel usage, mutex handling, and synchronization. Goroutine Lifetimes Normative: When you spawn goroutines, make it clear when or whether they exit. Why Goroutine Lifetimes Matter Goroutines can leak by blocking on channel sends or receives. The garbage collector will not terminate a goroutine blocked on a channel even if no other...
|
691 |
| 7508 | ffmpeg-analyse-video | fabriqaai/ffmpeg-analyse-video-skill |
FFmpeg Video Analysis Extract frames from video files with ffmpeg. Delegate frame reading to sub-agents to preserve the main context window. Synthesise a structured timestamped summary from text-only sub-agent reports. Architecture: Context-Efficient Sub-Agent Pipeline Problem : Reading dozens of images into the main conversation context consumes most of the context window, leaving little room for synthesis and follow-up. Solution : A 3-phase pipeline: Main Agent Sub-Age...
|
691 |
| 7509 | translate-book | deusyu/translate-book |
Book Translation Skill You are a book translation assistant. You translate entire books from one language to another by orchestrating a multi-step pipeline. Workflow 1. Collect Parameters Determine the following from the user's message: file_path : Path to the input file (PDF, DOCX, or EPUB) — REQUIRED target_lang : Target language code (default: zh ) — e.g. zh, en, ja, ko, fr, de, es concurrency : Number of parallel sub-agents per batch (default: 8 ) custom_instructions : Any additional transla...
|
691 |
| 7510 | first-customers | slavingia/skills |
You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Help the user sell to their first 100 customers. Core Principle Skip the launch. Focus on selling. "Viral success" is a myth. There is no such thing. Every seemingly overnight success is built on months or years of hard work. Your job is to sell one by one, learn from each interaction, and build momentum. The Concentric Circles of Sales Sell outward from the people who care most about you to th...
|
691 |
| 7511 | csharp-scripts | dotnet/skills |
C Scripts When to Use Testing a C concept, API, or language feature with a quick one-file program Prototyping logic before integrating it into a larger project When Not to Use The user needs a full project with multiple files or project references The user is working inside an existing .NET solution and wants to add code there The program is too large or complex for a single file Inputs Input Required Description C code or intent Yes The code to run, or a description of what the script should do...
|
691 |
| 7512 | fx-carry-trade | anthropics/financial-services-plugins |
FX Carry Trade Analysis You are an expert FX strategist specializing in carry trade analysis. Combine spot rates, forward curves, volatility surfaces, and historical data from MCP tools to evaluate carry trade opportunities. Focus on routing tool outputs into carry-to-vol assessments — let the tools provide pricing data, you compute risk-adjusted metrics and recommend. Core Principles A carry trade earns the interest rate differential but bears FX spot risk. The carry-to-vol ratio (annualized ca...
|
691 |
| 7513 | rust-code-navigator | zhanghandong/rust-skills |
Rust Code Navigator Navigate large Rust codebases efficiently using Language Server Protocol. Usage /rust-code-navigator <symbol> [in file.rs:line] Examples: /rust-code-navigator parse_config - Find definition of parse_config /rust-code-navigator MyStruct in src/lib.rs:42 - Navigate from specific location LSP Operations 1. Go to Definition Find where a symbol is defined. Show more
|
691 |
| 7514 | navigation-3 | android/skills |
Migration guide Navigation 2 to Navigation 3 migration guide : Step-by-step guide to migrate an Android application from Navigation 2 to Navigation 3, covering dependency updates, route changes, state management, and UI component replacements. Requirements Guide: Migrate to type-safe navigation in Compose : Step-by-step guide to migrating an Android application from string-based navigation to Type-Safe Navigation in Jetpack Compose using Jetpack Navigation 2. Developer documentation * Navigation...
|
691 |
| 7515 | v3 swarm coordination | ruvnet/ruflo |
V3 Swarm Coordination What This Skill Does Orchestrates the complete 15-agent hierarchical mesh swarm for claude-flow v3 implementation, coordinating parallel execution across domains while maintaining dependencies and timeline adherence. Quick Start Initialize 15-agent v3 swarm Task ( "Swarm initialization" , "Initialize hierarchical mesh for v3 implementation" , "v3-queen-coordinator" ) Security domain (Phase 1 - Critical priority) Task ( "Security architecture" , "Design v3 threat model and...
|
691 |
| 7516 | v3 mcp optimization | ruvnet/ruflo |
V3 MCP Optimization What This Skill Does Optimizes claude-flow v3 MCP (Model Context Protocol) server implementation with advanced transport layer optimizations, connection pooling, load balancing, and comprehensive performance monitoring to achieve sub-100ms response times. Quick Start Initialize MCP optimization analysis Task ( "MCP architecture" , "Analyze current MCP server performance and bottlenecks" , "mcp-specialist" ) Optimization implementation (parallel) Task ( "Connection pooling" ...
|
691 |
| 7517 | verification & quality assurance | ruvnet/ruflo |
Verification & Quality Assurance Skill What This Skill Does This skill provides a comprehensive verification and quality assurance system that ensures code quality and correctness through: Truth Scoring : Real-time reliability metrics (0.0-1.0 scale) for code, agents, and tasks Verification Checks : Automated code correctness, security, and best practices validation Automatic Rollback : Instant reversion of changes that fail verification (default threshold: 0.95) Quality Metrics : Statistical an...
|
691 |
| 7518 | agentdb learning plugins | ruvnet/ruflo |
AgentDB Learning Plugins What This Skill Does Provides access to 9 reinforcement learning algorithms via AgentDB's plugin system. Create, train, and deploy learning plugins for autonomous agents that improve through experience. Includes offline RL (Decision Transformer), value-based learning (Q-Learning), policy gradients (Actor-Critic), and advanced techniques. Performance : Train models 10-100x faster with WASM-accelerated neural inference. Prerequisites Node.js 18+ AgentDB v1.0.7+ (via agenti...
|
691 |
| 7519 | web-design-guidelines | langgenius/dify |
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...
|
690 |
| 7520 | gws-admin | googleworkspace/cli |
admin (directory_v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws admin < resource > < method > [ flags ] API Resources asps delete — Deletes an ASP issued by a user. get — Gets information about an ASP issued by a user. list — Lists the ASPs issued by a user. channels stop — Stops watching resources through this channel. chromeosdevices action — Use BatchChangeChromeOsDeviceStatus instead. Takes an ac...
|
690 |
| 7521 | code-review-excellence | awesome-skills/code-review-skill |
Code Review Excellence Transform code reviews from gatekeeping to knowledge sharing through constructive feedback, systematic analysis, and collaborative improvement. When to Use This Skill Reviewing pull requests and code changes Establishing code review standards for teams Mentoring junior developers through reviews Conducting architecture reviews Creating review checklists and guidelines Improving team collaboration Reducing code review cycle time Maintaining code quality standards Core Pri...
|
690 |
| 7522 | salesforce-apex-quality | github/awesome-copilot |
Salesforce Apex Quality Guardrails Apply these checks to every Apex class, trigger, and test file you write or review. Step 1 — Governor Limit Safety Check Scan for these patterns before declaring any Apex file acceptable: SOQL and DML in Loops — Automatic Fail // ❌ NEVER — causes LimitException at scale for ( Account a : accounts ) { List < Contact > contacts = [ SELECT Id FROM Contact WHERE AccountId = :a . Id ] ; // SOQL in loop update a ; // DML in loop } // ✅ ALWAYS — collect, then query/up...
|
690 |
| 7523 | lua | mindrally/skills |
Lua Development You are an expert in Lua programming with deep knowledge of tables, metatables, and game development patterns. Core Principles Write clear, concise Lua code that follows idiomatic patterns Leverage Lua's dynamic typing while maintaining code clarity Prioritize modularity and code reusability Focus on end-user experience across all code contributions Lua-Specific Practices Maximize local variables for performance improvements Leverage tables effectively for data structures Imple...
|
690 |
| 7524 | product-sense-interview-answer | deanpeters/product-manager-skills |
Purpose Help PM candidates and interview coaches structure product-sense answers that sound strong out loud, not just on paper. Use this when practicing prompts like "How would you improve X?", "Design a product for Y", or "What would you build next for Z?" This is not a memorize-and-recite script. It is a reasoning scaffold that prevents solution-jumping, forces real prioritization, and leaves the interviewer with a clean story they can follow. Key Concepts What Product Sense Interviews Actuall...
|
690 |
| 7525 | daangn-realty-search | nomadamas/k-skill |
Daangn Realty Search What this skill does 당근부동산 목록의 공개 Remix _data JSON과 상세 페이지의 JSON-LD/HTML 메타를 읽어 매물 후보를 정리한다. 최종 사용자는 자연어로 요청해도 되고, 필요하면 아래의 Python helper를 직접 실행한다. 외부 패키지나 k-skill-proxy 없이 Python 표준 라이브러리만 사용한다. When to use "당근부동산 합정동 전세 찾아봐" "마포구 월세 매물 봐줘" "이 당근부동산 URL 상세 요약해줘" When not to use 당근 계정 로그인이 필요한 작업 채팅, 찜, 거래 제안, 문의, 지원, 예약, 계약, 구매처럼 상대방 또는 계정에 영향을 주는 작업 CAPTCHA/봇 차단/로그인벽 우회가 필요한 작업 Show more
|
690 |
| 7526 | multi-search | cat-xierluo/legal-skills |
多主题深度研究技能 概述 智能多主题深度研究工具,自动分析材料并生成系统化研究文档。支持任意材料输入,通过 并行启动多个独立研究 Agent 进行深度检索,形成精简的研究知识库。 核心原则 : 只做信息检索、归纳与专业表述转化 不新增事实,不虚构信息 聚焦单一问题,精简输出,能够解决问题即可 通用设计,可适用于法律、商业、技术、学术等各领域 触发条件 Show more
|
690 |
| 7527 | datapack-builder | anthropics/financial-services-plugins |
Financial Data Pack Builder Build professional, standardized financial data packs for private equity, investment banking, and asset management. Transform financial data from CIMs, offering memorandums, SEC filings, web search, or MCP server access into polished Excel workbooks ready for investment committee review. Important: Use the xlsx skill for all Excel file creation and manipulation throughout this workflow. CRITICAL SUCCESS FACTORS Every data pack must achieve these standards. Failure on ...
|
690 |
| 7528 | mindmap-generator | jeremylongshore/claude-code-plugins-plus-skills |
This skill provides automated assistance for mindmap generator tasks within the Visual Content domain. When to Use This skill activates automatically when you: - Mention "mindmap generator" in your request - Ask about mindmap generator patterns or best practices - Need help with visual content skills covering diagrams, charts, presentations, and visual documentation tools. Capabilities - Provides step-by-step guidance for mindmap generator - Follows industry best practices and patterns...
|
690 |
| 7529 | caveman-token-optimizer | aradotso/trending-skills |
Caveman Token Optimizer Skill by ara.so — Daily 2026 Skills collection. A Claude Code skill and Codex plugin that makes AI agents respond in compressed caveman-speak — cutting ~65% of output tokens on average (up to 87%) while keeping full technical accuracy. No pleasantries. No filler. Just answer. What It Does Caveman mode strips: Pleasantries: "Sure, I'd be happy to help!" → gone Hedging: "It might be worth considering" → gone Articles (a, an, the) → gone Verbose transitions → gone Caveman ke...
|
690 |
| 7530 | python-testing | affaan-m/ecc |
Python Testing Patterns Comprehensive testing strategies for Python applications using pytest, TDD methodology, and best practices. When to Activate Writing new Python code (follow TDD: red, green, refactor) Designing test suites for Python projects Reviewing Python test coverage Setting up testing infrastructure Core Testing Philosophy Test-Driven Development (TDD) Always follow the TDD cycle: RED : Write a failing test for the desired behavior GREEN : Write minimal code to make the test pass R...
|
690 |
| 7531 | v3 performance optimization | ruvnet/ruflo |
V3 Performance Optimization What This Skill Does Validates and optimizes claude-flow v3 to achieve industry-leading performance through Flash Attention, AgentDB HNSW indexing, and comprehensive system optimization with continuous benchmarking. Quick Start Initialize performance optimization Task ( "Performance baseline" , "Establish v2 performance benchmarks" , "v3-performance-engineer" ) Target validation (parallel) Task ( "Flash Attention" , "Validate 2.49x-7.47x speedup target" , "v3-perfor...
|
690 |
| 7532 | trading-quant | lanyasheng/trading-quant |
量化交易数据分析 通过腾讯/新浪/东财/同花顺多数据源获取实时行情,提供5维评分体系。 工具列表 所有工具统一入口: python3.12 { baseDir } /scripts/quant.py < tool > [ args .. . ] A股分析 python3.12 { baseDir } /scripts/quant.py stock_analysis [ codes ] python3.12 { baseDir } /scripts/quant.py intraday_snapshot 全球市场 python3.12 { baseDir } /scripts/quant.py us_stock [ symbols ] python3.12 { baseDir } /scripts/quant.py hk_stock [ codes ] python3.12 { baseDir } /scripts/quant.py commodity [ codes ] python3.12 { baseDir } /scripts/quant.py global_overview 市场...
|
689 |
| 7533 | wxmini-security-audit | aradotso/security-skills |
wxmini-security-audit Skill by ara.so — Security Skills collection. Automated security auditing framework for WeChat mini-programs using Claude Code Agent Teams. Orchestrates 7 specialized agents to perform comprehensive static analysis covering sensitive information leakage, API endpoint extraction, cryptographic analysis, and vulnerability detection across seven security dimensions. What It Does Multi-Agent Orchestration : Coordinates 7 specialized agents (decompiler, secret scanner, endpoint ...
|
689 |
| 7534 | ui-designer | daymade/claude-code-skills |
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...
|
689 |
| 7535 | user-flow-diagram | owl-listener/designer-skills |
User Flow Diagram You are an expert in creating clear user flow diagrams that map paths through a product. What You Do You create flow diagrams showing how users move through a product to accomplish goals, including decisions, branches, and error paths. Flow Diagram Elements Entry point : Where the user enters the flow (circle/oval) Screen/page : A view the user sees (rectangle) Decision : A branching point (diamond) Action : Something the user does (rounded rectangle) System process : Backend o...
|
689 |
| 7536 | scientific-slides | k-dense-ai/scientific-agent-skills |
Scientific Slides Overview Scientific presentations are a critical medium for communicating research, sharing findings, and engaging with academic and professional audiences. This skill provides comprehensive guidance for creating effective scientific presentations, from structure and content development to visual design and delivery preparation. Key Focus: Oral presentations for conferences, seminars, defenses, and professional talks. CRITICAL DESIGN PHILOSOPHY: Scientific presentations shou...
|
689 |
| 7537 | find-models | replicate/skills |
Always search the API for current models The AI model landscape changes weekly. New models ship constantly and older ones are deprecated or surpassed. Don't rely on model names you've seen before, including names from past conversations or training data. A specific model you "know" may no longer be the best choice, may be slower than newer alternatives, or may not exist anymore. Always start by querying the Replicate API. Use search and collections to discover what's currently available, then re...
|
689 |
| 7538 | v3 security overhaul | ruvnet/ruflo |
V3 Security Overhaul What This Skill Does Orchestrates comprehensive security overhaul for claude-flow v3, addressing critical vulnerabilities and establishing security-first development practices using specialized v3 security agents. Quick Start Initialize V3 security domain (parallel) Task ( "Security architecture" , "Design v3 threat model and security boundaries" , "v3-security-architect" ) Task ( "CVE remediation" , "Fix CVE-1, CVE-2, CVE-3 critical vulnerabilities" , "security-auditor" ) ...
|
689 |
| 7539 | superwall-editor | superwall/skills |
Superwall Paywall Editor Paywalls are built in a browser editor that exposes its tools over an authenticated relay. This skill drives that relay from the CLI — the exact same surface the MCP gateway uses — so every tool you invoke runs inside the live browser session the user has open. When to use The user wants to build, edit, or review a Superwall paywall, onboarding, or web2app flow. The user pastes a pairing code and asks you to take over editing. The user asks "what tools can you run right ...
|
689 |
| 7540 | seoul-density | nomadamas/k-skill |
Seoul Density What this skill does 서울 실시간 도시데이터 API(data.seoul.go.kr)를 호출해 121개 핫스팟의 현재 혼잡도 단계 (여유 / 보통 / 약간 붐빔 / 붐빔)와 추정 인구 범위 를 반환한다. 데이터는 KT·SKT 통신 신호 기반 추계치이며, 5분 주기로 갱신되나 호출 시점 기준 약 15분 전 값이다. When to use "지금 강남역 얼마나 붐벼?" "홍대 지금 인파 어때?" "명동 지금 사람 많아?" "여의도한강공원 지금 여유로워?" Prerequisites 별도 API 키 발급 없이 그대로 쓸 수 있다. 모든 호출은 k-skill-proxy 경유 다. Show more
|
688 |
| 7541 | db-seed | jezweb/claude-skills |
Database Seed Generator Generate seed scripts that populate databases with realistic, domain-appropriate sample data. Reads your schema and produces ready-to-run seed files. Workflow 1. Find the Schema Scan the project for schema definitions: Source Location pattern Drizzle schema src/db/schema.ts , src/schema/*.ts , db/schema.ts D1 migrations drizzle/*.sql , migrations/*.sql Raw SQL schema.sql , db/*.sql Prisma prisma/schema.prisma Read all schema files. Build a mental model of: Tables and thei...
|
688 |
| 7542 | news-search | brave/brave-search-skills |
News Search Requires API Key : Get one at https://api.search.brave.com Plan : Included in the Search plan. See https://api-dashboard.search.brave.com/app/subscriptions/subscribe Quick Start (cURL) Basic Search curl -s "https://api.search.brave.com/res/v1/news/search?q=space+exploration" \ -H "Accept: application/json" \ -H "X-Subscription-Token: ${BRAVE_SEARCH_API_KEY} " Recent News (Past 24 Hours) curl -s "https://api.search.brave.com/res/v1/news/search" \ -H "Accept: application/json" \ -H "X-...
|
688 |
| 7543 | game-assets | opusgamelabs/game-creator |
Game Asset Engineer (Pixel Art + Asset Pipeline) You are an expert pixel art game artist. You create recognizable, stylish character sprites using code-only pixel art matrices — no external image files needed. You think in silhouettes, color contrast, and animation readability at small scales. Reference Files For detailed reference, see companion files in this directory: sprite-catalog.md — All sprite archetypes: humanoid, flying enemy, ground enemy, collectible item, projectile, tile/platform, ...
|
688 |
| 7544 | framer-motion | pproenca/dot-skills |
Framer Motion / Motion Animation Guidelines You are an expert in Framer Motion (now Motion), React, and TypeScript. Follow these guidelines when creating animations. Core Principles Import from the Correct Package Use import { motion } from "motion/react" for React projects (not "framer-motion" - this is outdated) The library was renamed from Framer Motion to Motion Always use the latest Motion API Performance-First Approach Animate transform properties (x, y, scale, rotate) and opacity for be...
|
688 |
| 7545 | prompt-optimizer | affaan-m/ecc |
Prompt Optimizer Analyze a draft prompt, critique it, match it to ECC ecosystem components, and output a complete optimized prompt the user can paste and run. When to Use User says "optimize this prompt", "improve my prompt", "rewrite this prompt" User says "help me write a better prompt for..." User says "what's the best way to ask Claude Code to..." User says "优化prompt", "改进prompt", "怎么写prompt", "帮我优化这个指令" User pastes a draft prompt and asks for feedback or enhancement User says "I don't know ...
|
688 |
| 7546 | education-program | kostja94/marketing-skills |
Channels: Education Program Guides student and education discount programs as an acquisition channel. Targets students and educators; common for SaaS, dev tools, and productivity apps. ~65% of students who use professional tools in school continue using them in their first jobs—education discounts are long-term customer acquisition, not just revenue loss. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output....
|
687 |
| 7547 | daangn-cars-search | nomadamas/k-skill |
Daangn Cars Search What this skill does 당근중고차 공개 Remix _data JSON route를 사용해 차량 목록과 상세 정보를 읽기 전용으로 조회한다. 최종 사용자는 자연어로 요청해도 되고, 필요하면 아래의 Python helper를 직접 실행한다. 외부 패키지나 k-skill-proxy 없이 Python 표준 라이브러리만 사용한다. When to use "당근중고차 합정동 레이 찾아봐" "당근에서 천만원 이하 중고차 검색" "이 당근 중고차 URL 상세 봐줘" When not to use 당근 계정 로그인이 필요한 작업 채팅, 찜, 거래 제안, 문의, 지원, 예약, 계약, 구매처럼 상대방 또는 계정에 영향을 주는 작업 CAPTCHA/봇 차단/로그인벽 우회가 필요한 작업 Show more
|
687 |
| 7548 | daangn-jobs-search | nomadamas/k-skill |
Daangn Jobs Search What this skill does 당근알바 공개 Remix _data JSON route로 채용/알바 공고 목록과 상세 정보를 읽기 전용으로 조회한다. 최종 사용자는 자연어로 요청해도 되고, 필요하면 아래의 Python helper를 직접 실행한다. 외부 패키지나 k-skill-proxy 없이 Python 표준 라이브러리만 사용한다. When to use "당근알바 합정동 카페 찾아봐" "홍대 근처 주말 알바 검색" "이 당근알바 공고 상세 봐줘" When not to use 당근 계정 로그인이 필요한 작업 채팅, 찜, 거래 제안, 문의, 지원, 예약, 계약, 구매처럼 상대방 또는 계정에 영향을 주는 작업 CAPTCHA/봇 차단/로그인벽 우회가 필요한 작업 Show more
|
687 |
| 7549 | math | parcadei/continuous-claude-v3 |
/math - Unified Math Capabilities One entry point for all computation and explanation. I route to the right tool based on your request. For formal proofs, use /prove instead. Quick Examples You Say I Use "Solve x² - 4 = 0" SymPy solve "Integrate sin(x) from 0 to π" SymPy integrate "Eigenvalues of [[1,2],[3,4]]" SymPy eigenvalues "Is x² + 1 > 0 for all x?" Z3 prove "Convert 5 miles to km" Pint "Explain what a functor is" Category theory skill Computation Scripts SymPy (Symbolic Math) uv run py...
|
687 |
| 7550 | diagnose | vinvcn/mattpocock-skills-zh-cn |
No SKILL.md available for this skill. View on GitHub
|
687 |