Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,443
总 Skills
161.7M
总安装量
2,742
贡献者
# Skill 仓库 描述 安装量
5151 danawa-price-search nomadamas/k-skill
Danawa Price Search What this skill does 다나와의 로그인 없는 공개 검색/가격비교 표면을 읽기 전용으로 호출해 한국 쇼핑몰 가격을 비교한다. 상품명/검색어로 다나와 상품 후보와 pcode 를 찾는다. 선택한 상품의 쇼핑몰별 오퍼를 조회한다. 상품가만이 아니라 배송비 포함 실구매가, 무료배송 여부, 카드 할인가, 무이자 할부 문구를 함께 정리한다. 구매, 로그인, 장바구니, 찜, 주문 액션은 하지 않는다. When to use "다나와에서 에어팟 최저가 찾아줘" "다나와 가격비교로 쇼핑몰별 가격 비교해줘" "무료배송인지, 카드 할인까지 보면 어디가 제일 싸?" "무이자 할부 붙은 최저가도 같이 봐줘" When not to use Show more
2.5K
5152 wecomcli-create-meeting wecomteam/wecom-cli
企业微信会议创建技能 wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 概述 wecomcli-create-meeting 提供企业微信预约会议的创建能力, 支持设置会议参数, 邀请参与人等. 命令调用方式 执行指定命令: wecom-cli meeting < tool_name > '<json_params>' 命令详细说明 创建预约会议 (create_meeting) 创建一个预约会议, 支持设置会议参数配置等. 执行命令 wecom-cli meeting create_meeting '{"title": "<会议标题>", "meeting_start_datetime": "<会议开始时间>", "meeting_duration": <会议持续时长(秒)>}' 入参说明 参数 类型 必填 说明 title string 是 会议标题 meeting_start_datetime string 是 会议开始时间, 格式: YYYY-MM-DD HH:mm meeting_duration integer 是 会议持续时...
2.5K
5153 ce-worktree everyinc/compound-engineering-plugin
Worktree Creation Create a worktree under .worktrees/<branch> with branch-specific setup that git worktree add alone does not handle: Copies .env , .env.local , .env.test , etc. from the main repo (skips .env.example ) Trusts mise / direnv configs, with branch-aware safety rules so review branches do not auto-grant trust to untrusted .envrc content Adds .worktrees to .gitignore if not already ignored Does not modify the main repo checkout — from-branch is fetched, not checked out Creating a work...
2.5K
5154 recsys-pipeline-architect wshobson/agents
recsys-pipeline-architect A spec-and-scaffold skill for building composable recommendation, ranking, and feed pipelines. It encodes the six-stage pattern — Source → Hydrator → Filter → Scorer → Selector → SideEffect — popularized by xAI's open-sourced For You algorithm (Apache 2.0). This skill is an independent reimplementation of the pattern (MIT) — no code copied from the original. Upstream: https://github.com/mturac/recsys-pipeline-architect When to Use User wants to build any system that pic...
2.5K
5155 agentic-wallet coinbase/agentic-wallet-skills
Agentic Wallet Operate a crypto wallet through the awal CLI. This skill is a router: read the relevant reference file in references/ for the task at hand. Preflight: Confirm wallet state Before any wallet operation that requires authentication (everything except x402 search/details), check status: npx awal@2.12.0 status If the wallet is not authenticated, read references/auth.md and complete sign-in first. Routing Pick the reference that matches the task and Read it before acting: Show more Inst...
2.5K
5156 powershell-windows sickn33/agentic-awesome-skills
PowerShell Windows Patterns Critical patterns and pitfalls for Windows PowerShell. 1. Operator Syntax Rules CRITICAL: Parentheses Required ❌ Wrong ✅ Correct if (Test-Path "a" -or Test-Path "b") if ((Test-Path "a") -or (Test-Path "b")) if (Get-Item $x -and $y -eq 5) if ((Get-Item $x) -and ($y -eq 5)) Rule: Each cmdlet call MUST be in parentheses when using logical operators. Show more Installs 2.5K Repository sickn33/agentic…e-skills GitHub Stars 45.2K First Seen Jan 20, 2026 Security Audits Gen ...
2.5K
5157 triaging-issues pytorch/pytorch
This skill helps triage GitHub issues by routing issues, applying labels, and leaving first-line responses. Contents - [MCP Tools Available](mcp-tools-available) - [Labels You Must NEVER Add](labels-you-must-never-add) - [Issue Triage Steps](issue-triage-for-each-issue) Step 0: Already Routed — SKIP - Step 1: Question vs Bug/Feature - Step 2: Transfer - Step 3: Redirect to Secondary Oncall - Step 4: Label the Issue - Step 5: High Priority — REQUIRES HUMAN REVIEW - Step 6: bot-triaged...
2.5K
5158 ntlm-relay-coercion yaklang/hack-skills
SKILL: NTLM Relay and Authentication Coercion — Expert Attack Playbook AI LOAD INSTRUCTION : Expert NTLM relay and coercion techniques. Covers relay to SMB/LDAP/HTTP/MSSQL, signing requirements, Responder poisoning, mitm6, cross-protocol relay, WebDAV coercion, and all major coercion methods. Base models miss signing/EPA requirements and cross-protocol relay constraints. 0. RELATED ROUTING Before going deep, consider loading: active-directory-certificate-services for ESC8 (relay to ADCS enrollme...
2.5K
5159 app-observability grafana/skills
Grafana Cloud Application Observability Skill Overview Grafana Cloud provides three tightly related application monitoring products: Application Observability (APM) - RED metrics from OTel traces, service inventory, service maps Frontend Observability - RUM/Faro SDK for browser apps, session replay, web vitals AI Observability - LLM/model monitoring via OpenLIT + OTel, token/cost/latency metrics All three integrate with Grafana Tempo (traces), Loki (logs), and Pyroscope (profiles) for full-stack...
2.5K
5160 chatgpt-codex-onboarding starchild-ai-agent/official-skills
🔐 ChatGPT / Codex OAuth Onboarding Use the user's existing ChatGPT or Codex subscription for gpt-5-codex , gpt-5 , gpt-5-mini access — without an API key. This is a script-mode skill — no tools registered. Read this file, then call the exports from a bash block. See also byok-custom-model skill — for vendor-key BYOK setup (DIFFERENT mechanism, NOT OAuth) config/context/references/model-onboarding.md — overall model-selection landscape When to use this skill ✅ Use when the user EXPLICITLY says on...
2.5K
5161 market-movers eronred/aso-skills
Market Movers Analysis You are an expert in App Store chart dynamics. Your goal is to analyze rank changes between chart snapshots, identify significant movements, and provide actionable insights about what's driving gains and losses. Initial Assessment Check for app-marketing-context.md — read it for the user's app and category Ask for chart type : top-free (default), top-paid, or top-grossing Ask for category : all charts or specific genre (e.g. Games, Productivity) Ask for country (default: U...
2.5K
5162 aoti-debug pytorch/pytorch
AOTI Debugging Guide This skill helps diagnose and fix common AOTInductor issues. Error Pattern Routing Check the error message and route to the appropriate sub-guide: Triton Index Out of Bounds If the error matches this pattern: Assertion `index out of bounds: 0 <= tmpN < ksM` failed → Follow the guide in triton-index-out-of-bounds.md All Other Errors Continue with the sections below. First Step: Always Check Device and Shape Matching For ANY AOTI error (segfault, exception, crash, wrong output...
2.5K
5163 blueprint wordpress/agent-skills
Blueprint — Construction Plan Generator Turn a one-line objective into a step-by-step construction plan that any coding agent can execute cold. When to Use Breaking a large feature into multiple PRs with clear dependency order Planning a refactor or migration that spans multiple sessions Coordinating parallel workstreams across sub-agents Any task where context loss between sessions would cause rework Do not use for tasks completable in a single PR, fewer than 3 tool calls, or when the user says...
2.5K
5164 muapi-cinema-director samuraigpt/generative-media-skills
🎬 AI Cinema Director Skill A specialized skill for AI Agents to direct high-fidelity cinematic video. The Cinema Director skill translates high-level creative intent into technical cinematographic directives for state-of-the-art video models (Veo3, Kling, Luma). Core Competencies Shot Composition Analysis : Mapping emotional beats to appropriate framing (e.g., Extreme Close-Up for intimacy, Wide Shot for isolation). Camera Movement Orchestration : Directing complex physical movements (Dolly, Tru...
2.5K
5165 express-bus-booking nomadamas/k-skill
Express Bus Booking (KOBUS) Overview Use this skill for Korean 고속버스 / KOBUS timetable lookup and reservation assistance. The preferred workflow is HTTP/API-first: resolve routes, query timetables, inspect remaining seats and fares, and only use browser automation when endpoint discovery or an official web-only step blocks progress. This skill is intentionally separate from 시외버스. KOBUS terminal codes, route structures, and checkout pages differ from Tmoney 시외버스. Use intercity-bus-booking for 시외버스...
2.5K
5166 wordpress-elementor jezweb/claude-skills
WordPress Elementor Edit Elementor pages and manage templates on existing WordPress sites. Produces updated page content via browser automation (for visual/structural changes) or WP-CLI (for safe text replacements). Prerequisites Working WP-CLI connection or admin access (use wordpress-setup skill) Elementor installed and active: wp @site plugin status elementor Workflow Step 1: Identify the Page Find the page to edit: List Elementor pages (pages with _elementor_data meta) wp @site post list --...
2.5K
5167 org-planning anthropics/knowledge-work-plugins
Org Planning Help plan organizational structure, headcount, and team design. Planning Dimensions Headcount : How many people do we need, in what roles, by when? Structure : Reporting lines, span of control, team boundaries Sequencing : Which hires are most critical? What's the right order? Budget : Headcount cost modeling and trade-offs Healthy Org Benchmarks Metric Healthy Range Warning Sign Span of control 5-8 direct reports < 3 or > 12 Management layers 4-6 for 500 people Too many = slow deci...
2.5K
5168 vectorbt-expert marketcalls/vectorbt-backtesting-skills
VectorBT Backtesting Expert Skill Environment Python with vectorbt, pandas, numpy, plotly Data sources: OpenAlgo (Indian markets), DuckDB (direct database), yfinance (US/Global), CCXT (Crypto), custom providers DuckDB support: supports both custom DuckDB and OpenAlgo Historify format API keys loaded from single root .env via python-dotenv + find_dotenv() — never hardcode keys Technical indicators: TA-Lib (ALWAYS - never use VectorBT built-in indicators) Specialty indicators: openalgo.ta for Supe...
2.5K
5169 longbridge-intel longbridge/skills
Longbridge Intel Market intelligence hub — screening, ranking, scanning, and thematic research via Longbridge. Response language : match the user's input language — English / Simplified Chinese / Traditional Chinese. RULE: Response language priority : English is the default when language is ambiguous. If the user input is only a slash command, command name, ticker / symbol, or contains no natural-language language signal, you MUST respond in English. Do not infer Chinese from trigger keywords, s...
2.5K
5170 mapkit dpearson2699/swift-ios-skills
MapKit Build map-based and location-aware features targeting iOS 17+ with SwiftUI MapKit and modern CoreLocation async APIs. Use Map with MapContentBuilder for views, CLLocationUpdate.liveUpdates() for streaming location, and CLMonitor for geofencing. See references/mapkit-patterns.md for extended MapKit patterns and references/mapkit-corelocation-patterns.md for CoreLocation patterns. Contents Workflow SwiftUI Map View (iOS 17+) CoreLocation Modern API Geocoding Search Directions PlaceDescripto...
2.5K
5171 startup-canvas phuryn/pm-skills
Startup Canvas Metadata Name : startup-canvas Description : Generate a Startup Canvas for a new product. Combines the 9-section Product Strategy Canvas with a Business Model (Cost Structure + Revenue Streams). Designed specifically for startups and new products. Triggers : startup canvas, new product canvas, startup strategy, startup business model Domain Context Startup Canvas vs Business Model Canvas vs Lean Canvas Popular approaches like Business Model Canvas (Strategyzer) and Lean Canvas (As...
2.5K
5172 sessions microsoft/vscode
When working on the Agent Sessions window ( src/vs/sessions/ ), always follow these guidelines: 1. Read the Specification Documents First The src/vs/sessions/ directory contains authoritative specification documents. Always read the relevant spec before making changes. Document Path Covers Layer spec src/vs/sessions/README.md Layering rules, dependency constraints, folder conventions Layout spec src/vs/sessions/LAYOUT.md Grid structure, part positions, sizing, CSS classes, API reference AI Custo...
2.5K
5173 security-generate-security-sample-data elastic/agent-skills
Generate Security Sample Data Generate ECS-compliant security events, multi-step attack scenarios, and synthetic alert documents that populate Elastic Security dashboards, the Alerts tab, and Attack Discovery. Quick start For a zero-friction experience that generates everything and opens Kibana: node skills/security/generate-security-sample-data/scripts/demo-walkthrough.js Workflow - [ ] Step 1: Set environment variables - [ ] Step 2: Generate sample data - [ ] Step 3: Explore in Kibana - [ ] St...
2.5K
5174 cloud-network-security elastic/agent-skills
Cloud Network Security Manage network security policies for Elastic Cloud Serverless projects: IP filters to allowlist specific IPs or CIDRs, and VPC filters (AWS PrivateLink) to restrict traffic to specific VPC endpoints. Prerequisite: This skill assumes the cloud-setup skill has already run — EC_API_KEY is set in the environment and the organization context is established. If EC_API_KEY is missing, instruct the agent to invoke cloud-setup first. Do NOT prompt the user for an API key directly. ...
2.5K
5175 infrastructure grafana/skills
Grafana Cloud Infrastructure Monitoring Docs : https://grafana.com/docs/grafana-cloud/monitor-infrastructure/ Kubernetes Monitoring (k8s-monitoring Helm Chart) helm repo add grafana https://grafana.github.io/helm-charts helm repo update values.yaml cluster : name : production - us - east Show more
2.5K
5176 database-observability grafana/skills
Grafana Cloud Database Observability Docs : https://grafana.com/docs/grafana-cloud/monitor-applications/database-observability/ Provides query-level insights (RED metrics, query samples, explain plans) for MySQL and PostgreSQL without application code changes. Generally Available as of April 2026. Supported Databases Database Variants MySQL Self-managed, RDS MySQL, Aurora MySQL, Cloud SQL MySQL, Azure Database for MySQL PostgreSQL Self-managed, RDS PostgreSQL, Aurora PostgreSQL, Cloud SQL Postgr...
2.5K
5177 wind-alice wind-information-co-ltd/wind-skills
wind-alice 一个 CLI:把用户问题 + 指定的 Alice Skill(中文或英文名均可) 送到万得 Alice Agent 接口,按 SSE 流式拉取并打印 agentResult.value 。 关键机制(必读) 实测:Alice 服务端 不是 通过 selectedSkillIds / activatedSkills 来选择 Skill 的,而是通过 prompt 文本前缀 : Using "<英文 Skill 名>" skill:<原 prompt> 同时把 chatMode 切到 "12" 、 originalChatMode 设为 "4" ,且 不携带 metadata.agentCard 。本 CLI 已在 buildBody 里封装这套行为;外部只需要传 --skill "<Skill 名>" 。 因此: Show more Installs 503 Repository wind-informatio…d-skills GitHub Stars 38 First Seen May 17, 2026 Security Audits Gen Agent Tru...
2.5K
5178 resolving-merge-conflicts vinvcn/mattpocock-skills-zh-cn
See the current state of the merge/rebase. Check git history, and the conflicting files. Find the primary sources for each conflict. Understand deeply why each change was made, and what the original intent was. Read the commit messages, check the PRs, check original issues/tickets. Resolve each hunk. Preserve both intents where possible. Where incompatible, pick the one matching the merge's stated goal and note the trade-off. Do not invent new behaviour. Always resolve; never --abort . Discover ...
2.5K
5179 aws-ami-builder hashicorp/agent-skills
Build Amazon Machine Images (AMIs) using Packer's `amazon-ebs` builder. Reference: [Amazon EBS Builder](https://developer.hashicorp.com/packer/integrations/hashicorp/amazon/latest/components/builder/ebs) Note: Building AMIs incurs AWS costs (EC2 instances, EBS storage, data transfer). Builds typically take 10-30 minutes depending on provisioning complexity. Basic AMI Template ``` packer { required_plugins { amazon = { source = "github.com/hashicorp/amazon" version = "~> 1...
2.5K
5180 macos-process-injection yaklang/hack-skills
SKILL: macOS Process Injection — Expert Attack Playbook AI LOAD INSTRUCTION : Expert macOS process injection techniques. Covers DYLD_INSERT_LIBRARIES, dylib hijacking (weak/rpath/proxy), XPC PID reuse attacks, Mach port manipulation, MIG abuse, and Electron injection. Base models miss entitlement prerequisites and SIP constraints on injection vectors. 0. RELATED ROUTING Before going deep, consider loading: macos-security-bypass when you need to bypass TCC, Gatekeeper, or SIP protections blocking...
2.5K
5181 spring-boot-openapi-documentation giuseppe-trisciuoglio/developer-kit
Spring Boot OpenAPI Documentation with SpringDoc Overview SpringDoc OpenAPI is a library that automates the generation of OpenAPI 3.0 documentation for Spring Boot projects. It provides a Swagger UI web interface for exploring and testing APIs without writing additional configuration. This skill provides comprehensive patterns for integrating SpringDoc into Spring Boot 3.x applications, documenting REST endpoints, securing API documentation, and customizing the generated specification. Implement...
2.5K
5182 amazon-keyspaces aws/agent-toolkit-for-aws
Amazon Keyspaces Safety guidance This skill covers creating keyspaces and tables and modifying table-level settings (TTL, PITR, capacity mode) when the user requests it. The agent MUST confirm the action with the user before executing. Do NOT execute any create or modify operation without explicit user confirmation (e.g., "yes", "proceed", "confirmed", "go ahead"). If the user has not confirmed, present the planned action and ask for approval. Execute these operations (after user confirmation) S...
2.5K
5183 wecomcli-edit-todo wecomteam/wecom-cli
企业微信待办事项编辑技能 wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 通过 wecom-cli 对企业微信待办事项进行写操作,支持四种操作:创建待办、更新待办、删除待办、变更用户状态。 行为策略 重试策略 : 遭遇"返回 HTTP 错误"或"HTTP 请求失败"时,主动重试,最多重试三次。 操作 1. 创建待办 创建一个新的待办事项,可指定内容、分派人和提醒时间: wecom-cli todo create_todo '<json格式的入参>' 参数说明: 需要遵循 “注意事项”中的格式要求: 参数 类型 必填 说明 content string ✅ 待办内容 follower_list object ❌ 分派人列表,格式见注意事项第 7 条 remind_time string ❌ 提醒时间,格式: YYYY-MM-DD HH:mm:ss 调用示例: wecom-cli todo create_todo '{"content": "<待办的内容>", "remind_time": "2025-06-01 09:00:00"}' 返...
2.5K
5184 yfinance-data himself65/finance-skills
yfinance Data Skill Fetches financial and market data from Yahoo Finance using the yfinance Python library. Important : yfinance is not affiliated with Yahoo, Inc. Data is for research and educational purposes. Step 1: Ensure yfinance Is Available Before running any code, install yfinance if needed: import subprocess , sys subprocess . check_call ( [ sys . executable , "-m" , "pip" , "install" , "-q" , "yfinance" ] ) Always include this at the top of your script. Step 2: Identify What the User N...
2.5K
5185 kosis-stats nomadamas/k-skill
KOSIS Stats What this skill does 국가데이터처(구 통계청)가 운영하는 KOSIS(국가통계포털) Open API https://kosis.kr/openapi/ 로 한국 공식 통계 자료를 조회 자동화한다. 이 스킬은 조회 전용 이다. 통계 작성, 데이터 변경, 대시보드 등록, 사용자별 통계 자료 등록은 범위에 포함하지 않는다. 지원 endpoint: statisticsSearch.do — 키워드로 통계표 검색 statisticsData.do?method=getMeta — 통계표 메타데이터 (분류·항목·단위) statisticsParameterData.do — 통계표 데이터 셀 조회 (기간/분류 필터) statisticsBigData.do — 대용량 자료 (사전 등록한 userStatsId 필요) When to use Show more
2.5K
5186 turborepo-monorepo giuseppe-trisciuoglio/developer-kit
Turborepo Monorepo Overview Provides comprehensive guidance for working with Turborepo monorepos in TypeScript/JavaScript projects. Turborepo is a high-performance build system written in Rust that optimizes task execution through intelligent caching, parallelization, and dependency graph analysis. This skill covers workspace creation, task configuration, framework integration (Next.js, NestJS, Vite), testing setup, CI/CD pipelines, and performance optimization. When to Use Use this skill when: ...
2.5K
5187 cloudfront aws/agent-toolkit-for-aws
Amazon CloudFront Overview Domain expertise for configuring Amazon CloudFront content delivery: deciding when to use CloudFront and how it fits the wider architecture, managing custom-domain certificates and multi-tenant distributions, protecting origins, securing content, and observing traffic. This skill is a router. Each customer task maps to a procedure file under references/ . Read the matching reference in full before acting, then follow its constraints and steps. The reference files are s...
2.5K
5188 blender sfkislev/flue
This skill lets a coding agent operate Blender on the desktop through Flue , a local shell-to-application bridge. The agent pipes Python into blender_bridge.py and gets structured JSON back. Flue is not an MCP server — it is a thinner, simpler shell contract that drives Blender's own bpy runtime directly. agent shell -> blender_bridge.py -> bpy -> JSON result When to use The human requests work performed inside Blender — inspect the open scene, collections, objects, meshes, materials, selection;...
2.5K
5189 spritekit dpearson2699/swift-ios-skills
SpriteKit Build 2D games and interactive animations for iOS 26+ using SpriteKit and Swift 6.3. Covers scene lifecycle, node hierarchy, actions, physics, particles, camera, touch handling, and SwiftUI integration. Contents Scene Setup Nodes and Sprites Actions and Animation Physics Touch Handling Camera Particle Effects SwiftUI Integration Common Mistakes Review Checklist References Scene Setup SpriteKit renders content through SKView , which presents an SKScene -- the root node of a tree that th...
2.5K
5190 nosql-injection yaklang/hack-skills
SKILL: NoSQL Injection — Expert Attack Playbook AI LOAD INSTRUCTION : NoSQL injection is fundamentally different from SQL injection. Covers MongoDB operator injection, authentication bypass, blind extraction, aggregation pipeline injection, and Redis/CouchDB specific attacks. Very commonly missed by testers who only know SQLi patterns. 1. CORE CONCEPT — OPERATOR INJECTION SQL Injection breaks out of string literals. NoSQL Injection injects query operators that change query logic. MongoDB example...
2.5K
5191 neon-postgres-branches neondatabase/agent-skills
Neon Postgres Branching The outcome of this skill should be a created Neon branch (or a clear, actionable next step if creation cannot proceed). Choose the correct branch type, then execute branch creation via MCP or CLI. Normal branch for realistic migration and query testing with real data. Schema-only branch (Beta) for sensitive data workflows where structure is needed without copying rows. Branch Type Decision Use this decision rule first: If the user wants to test complex migrations, perfor...
2.5K
5192 config-gc affaan-m/ecc
Config GC — Garbage Collection for Claude Code Setups Borrowed from runtime garbage collection: periodically scan for objects that are no longer referenced, redundant, expired, or low-value, and reclaim the space. The critical difference: here, collection requires a human in the loop. Never delete autonomously. When to Activate The user asks to clean up, audit, or slim down their Claude Code configuration The user complains about too many skills, noisy hooks, or slow session startup A monthly/pe...
2.5K
5193 datalineage-bigquery-asset-impact-analysis google/skills
BigQuery Asset Impact Analysis This skill guides the agent in performing a downstream impact analysis (blast radius assessment) when a BigQuery table or view is reported as broken, stale, missing, or when a user is planning maintenance and wants to know the consequences of modifying or pausing updates to an asset. It relies primarily on the Google Cloud Data Lineage (Knowledge Catalog) MCP Server to discover relationships between assets. Prerequisites This skill requires access to the Google Clo...
2.5K
5194 upload-insecure-files yaklang/hack-skills
SKILL: Upload Insecure Files — Validation Bypass, Storage Abuse, and Processing Chains AI LOAD INSTRUCTION : Expert file upload attack playbook. Use when the target accepts files, imports, avatars, media, documents, or archives and you need the full workflow: validation bypass, storage path abuse, post-upload access, parser exploitation, multi-tenant overwrite, and chaining into XSS, XXE, CMDi, traversal, or business logic impact. For web server parsing vulnerabilities, PUT method exploitation, ...
2.5K
5195 cloud-manage-project elastic/agent-skills
Manage Serverless Project Perform day-2 operations on Elastic Cloud Serverless projects using the Serverless REST API. Prerequisites and permissions Ensure EC_API_KEY is configured. If not, run cloud-setup skill first. Updating project settings requires Admin or Editor role on the target project. This skill does not perform a separate role pre-check. Attempt the requested operation and let the API enforce authorization. If the API returns an authorization error (for example, 403 Forbidden ), sto...
2.5K
5196 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
2.5K
5197 querying-aws-sagemaker-catalog aws/agent-toolkit-for-aws
Query AWS SageMaker Catalog System Tables Overview Works best with the AWS MCP server for sandboxed execution and audit logging. All commands below use the AWS CLI and work in any environment with configured AWS credentials. Amazon SageMaker Unified Studio (whose catalog feature is referred to below as SageMaker Catalog) exports asset metadata as a daily-snapshot Apache Iceberg table in the AWS-managed aws-sagemaker-catalog table bucket. This enables SQL queries over your entire data catalog inv...
2.5K
5198 rust-code-navigator actionbook/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
2.5K
5199 vanity-engineering-review bencium/bencium-marketplace
Vanity Engineering Review A diagnostic skill that identifies code, architecture, and technical decisions built to impress rather than to ship. Vanity engineering is entropy disguised as craftsmanship — it increases complexity without proportional capability gain, and it compounds maintenance cost while delivering zero additional user value. Core Premise The only legitimate purpose of engineering is to solve a problem someone actually has. Everything else — elegant abstractions nobody traverses, ...
2.5K
5200 drawio-logical-diagrams giuseppe-trisciuoglio/developer-kit
Draw.io Logical Diagrams Creation Overview Create professional logical diagrams in draw.io's native XML format. This skill enables generation of production-ready .drawio files for logical flow diagrams, system architecture visualizations, and abstract process representations using generic shapes and symbols. When to Use Use this skill when: Creating logical flow diagrams showing data flow between system components Designing logical architecture diagrams (abstract system structure) Building BPMN ...
2.5K