███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6001 | nemo-rl-brev-etiquette | nvidia/skills |
Brev Etiquette Operate as though /home/ubuntu/RL is the source checkout and /ephemeral is the working storage for generated experiment state. Keep the repo small, reproducible, and easy to inspect. Move bulky run outputs to /ephemeral before launching anything expensive. Storage Rules Keep code edits, small config changes, committed experiment hypotheses, and concise reproducibility records under /home/ubuntu/RL . Put generated experiment assets under /ephemeral , including checkpoints, run logs...
|
1.3K |
| 6002 | nemotron-policy-generator | nvidia/skills |
Nemotron Policy Generator When to Use This Skill Activate this skill whenever the user asks for help producing a content-safety policy for NVIDIA Nemotron safety models. Concretely: The user mentions any of: NCS, NCS-VL, NCS-Reasoning, Nemotron Content Safety, NeMo Guardrails, Aegis taxonomy. The user asks to "build", "draft", "generate", "expand", or "extend" a safety policy, content policy, moderation policy, guardrail config, BYO-policy, custom safety taxonomy, eval rubric, or labeling rubric...
|
1.3K |
| 6003 | cmux-ghostty | manaflow-ai/cmux |
cmux Ghostty GhosttyKit builds When rebuilding GhosttyKit.xcframework, always use Release optimizations: cd ghostty && zig build -Demit-xcframework = true -Dxcframework-target = universal -Doptimize = ReleaseFast Submodule workflow Ghostty changes must be committed in the ghostty submodule and pushed to the manaflow-ai/ghostty fork. Keep docs/ghostty-fork.md up to date with any fork changes and conflict notes. Show more Installs 594 Repository manaflow-ai/cmux GitHub Stars 23.1K First Seen Jun 9...
|
1.3K |
| 6004 | cmux-socket-policy | manaflow-ai/cmux |
cmux Socket Policy Threading policy Do not use DispatchQueue.main.sync for high-frequency socket telemetry commands such as report_* , ports_kick , status/progress updates, or log metadata updates. For telemetry hot paths, parse and validate arguments off-main. Dedupe and coalesce off-main first. Schedule minimal UI/model mutation with DispatchQueue.main.async only when needed. Commands that directly manipulate AppKit/Ghostty UI state are allowed to run on the main actor. If adding a new socket ...
|
1.3K |
| 6005 | cmux-backend | manaflow-ai/cmux |
cmux Backend Use this skill for backend TypeScript, Cloud VM, provider, database, auth, rate-limit, retry, timeout, or telemetry work. Core rules Default backend TypeScript to Effect under web/app/api/ , web/services/ , and backend scripts that touch providers, databases, auth, rate limits, retries, timeouts, or telemetry. Keep Next route handlers thin: parse the request, run one Effect program at the boundary, map typed errors to HTTP responses, and treat unexpected defects separately. Use plai...
|
1.3K |
| 6006 | cmux-shared-behavior | manaflow-ai/cmux |
cmux Shared Behavior Use one shared action/model path when behavior is exposed through multiple entrypoints. Shared entrypoints When a behavior is exposed through multiple surfaces, implement one shared action/model path and verify every entrypoint that should invoke it. Common entrypoints include: keyboard shortcut command palette context menu CLI/socket command settings UI debug menu Do not patch one surface while leaving the others with duplicated logic. Show more Installs 590 Repository mana...
|
1.3K |
| 6007 | cmux-release | manaflow-ai/cmux |
cmux Release Use the /release command to prepare a new release. This will: Determine the new version (bumps minor by default) Gather commits since the last tag and update the changelog Update CHANGELOG.md (the docs changelog page at web/app/docs/changelog/page.tsx reads from it) Run ./scripts/bump-version.sh to update both versions Commit, run ./scripts/release-pretag-guard.sh , tag, and push Version bumping ./scripts/bump-version.sh ./scripts/bump-version.sh patch ./scripts/bump-version.sh majo...
|
1.3K |
| 6008 | cmux-localization | manaflow-ai/cmux |
cmux Localization Use this skill for any user-facing string change. Hard rules All user-facing strings must be localized. Use String(localized: "key.name", defaultValue: "English text") for Swift/AppKit/SwiftUI strings. Keys go in Resources/Localizable.xcstrings with translations for all supported languages, currently English and Japanese. Never use bare string literals in SwiftUI Text() , Button() , alert titles, tooltips, menus, or dialogs. Localization audit is required for every user-facing ...
|
1.3K |
| 6009 | mapbox-data-visualization-patterns | mapbox/mapbox-agent-skills |
Data Visualization Patterns Skill Comprehensive patterns for visualizing data on Mapbox maps. Covers choropleth maps, heat maps, 3D extrusions, data-driven styling, animated visualizations, and performance optimization for data-heavy applications. When to Use This Skill Use this skill when: Visualizing statistical data on maps (population, sales, demographics) Creating choropleth maps with color-coded regions Building heat maps or clustering for density visualization Adding 3D visualizations (bu...
|
1.3K |
| 6010 | github | kostja94/marketing-skills |
GitHub Patterns Tools Use gh CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage. Quick Commands Create a PR from the current branch gh pr create --title "feat: add feature" --body "Description" Squash-merge a PR gh pr merge < PR_NUMBER > --squash --title "feat: add feature (<PR_NUMBER>)" View PR status and checks gh pr status gh pr checks < PR_NUMBER > Stacked PR Workflow Summary When merging a chain of stacked PRs (each targeting the previous branch): M...
|
1.3K |
| 6011 | ticket-availability | nomadamas/k-skill |
Ticket Availability What this skill does YES24 ( ticket.yes24.com ) 와 인터파크 ( tickets.interpark.com ) 의 공개 BFF JSON / Ajax endpoint 를 단일 HTTP 요청으로 호출해 공연 일정과 등급별 잔여석 수를 정규화한다. 공연 URL 또는 platform:id 표기로 입력을 받는다. 일정 (날짜·시간·회차) 조회. 등급별 잔여석 수 조회 (등급명, 잔여수, YES24의 경우 노출가). 좌석맵 / 좌석 선택 / 예매 / 결제 / 로그인 세션 접근은 하지 않는다. CloakBrowser, Playwright, fingerprint spoofing, CAPTCHA 우회를 사용하지 않는다 ( httpx only). When to use "오늘 인터파크 ○○ 공연 잔여석 있어?" "YES24 콘서트 ID 58026 일정 알려줘" "이 공연 R석 몇 자리 남았어?" "공연 URL 줄게, 회차별 잔여석 확...
|
1.3K |
| 6012 | daishin-report-search | nomadamas/k-skill |
Daishin Report Search What this skill does 대신증권 리포트 HTML 미러( jay-jo-0/github_pages_repo )에서 최신 리포트 목록을 찾고, 특정 리포트의 원문 텍스트·제목·헤딩·Rating/Target 표·원문 링크를 에이전트가 재사용하기 쉬운 JSON으로 반환한다. 이 스킬은 투자 조언, 매매 자동화, 추천을 하지 않는다. 공개 HTML 리포트를 읽어 요약 가능한 자료로 정리하는 조회 전용 스킬이다. When to use "대신증권 최신 리포트 보여줘" "대신증권 반도체 리포트 찾아줘" "20260511082352 리포트 원문과 설명 페이지를 읽어줘" "대신증권 리포트 목록을 에이전트가 쓰기 좋은 JSON으로 줘" Prerequisites Show more
|
1.3K |
| 6013 | harvard-artifacts-collection-analytics-pipeline | aradotso/data-skills |
Harvard Artifacts Collection Analytics Pipeline Skill by ara.so — Data Skills collection. Overview This project provides a complete data engineering solution for the Harvard Art Museums API, featuring: ETL pipeline for artifact metadata, media, and color data SQL database storage (MySQL/TiDB Cloud) 20+ analytical SQL queries Interactive Streamlit dashboard with Plotly visualizations The architecture follows: API → ETL → SQL → Analytics → Visualization Installation Show more Installs 561 Reposito...
|
1.3K |
| 6014 | harvard-artifacts-collection-etl-analytics | aradotso/data-skills |
Harvard Artifacts Collection ETL Analytics Skill by ara.so — Data Skills collection. This project provides a complete data engineering and analytics solution for the Harvard Art Museums API. It demonstrates ETL pipeline construction, relational database design, SQL analytics, and interactive visualization using Streamlit. The application extracts artifact metadata, transforms nested JSON into structured tables, loads data into SQL databases, and provides 20+ analytical queries with auto-generate...
|
1.3K |
| 6015 | cmux-custom-sidebar | manaflow-ai/cmux |
cmux Custom Sidebar cmux renders custom sidebars from a small SwiftUI-style file at runtime: no Xcode, no build step, no signing. The file hot-reloads on save, binds to live cmux state (workspaces, tabs, git, PRs, clock), and can run real cmux commands on tap. The person asking is usually describing a result ("a sidebar that shows my workspaces and lets me jump between them"), not an implementation. Turn that into a clean, native-looking sidebar and make the engineering decisions for them. Do no...
|
1.3K |
| 6016 | cargo-context | getcargohq/cargo-skills |
Cargo CLI — Context The context is a git-backed repository of typed markdown/MDX files that captures a workspace's GTM knowledge (company narrative, ICPs, personas, plays, proof, objections, etc.) and is read/written by both humans and agents. The cargo-ai context domain has two subdomains you'll use: runtime — browse, read, write, edit, and execute against the workspace's runtime sandbox (a checked-out copy of the context repo). write / edit are pushed to the default branch; execute runs are no...
|
1.3K |
| 6017 | openclaw-rl-training | aradotso/trending-skills |
OpenClaw-RL Training Skill by ara.so — Daily 2026 Skills collection. OpenClaw-RL is a fully asynchronous reinforcement learning framework that converts live multi-turn conversations into training signals for personalized AI agents. It wraps a self-hosted model as an OpenAI-compatible API via OpenClaw , intercepts conversations, and continuously optimizes the policy in the background without interrupting usage. It also supports scalable RL for terminal, GUI, SWE, and tool-call agents. Architectur...
|
1.3K |
| 6018 | owasp-security | agamm/claude-code-owasp |
OWASP Top 10 Security Prevent common security vulnerabilities in web applications. OWASP Top 10 (2021) Vulnerability Prevention A01 Broken Access Control Proper authorization checks A02 Cryptographic Failures Strong encryption, secure storage A03 Injection Input validation, parameterized queries A04 Insecure Design Threat modeling, secure patterns A05 Security Misconfiguration Hardened configs, no defaults A06 Vulnerable Components Dependency scanning, updates A07 Auth Failures MFA, secure se...
|
1.3K |
| 6019 | sqlalchemy-alembic-expert-best-practices-code-review | wispbit-ai/skills |
SQLAlchemy & Alembic Expert Best Practices Simple, pragmatic, opinionated. Only what matters for writing production-grade SQLAlchemy and Alembic code. When to Apply Reference these guidelines when: Writing Alembic migrations for schema changes Creating or modifying SQLAlchemy models Adding indexes, constraints, or foreign keys via Alembic Reviewing database migration code for safety Refactoring existing database schemas Optimizing query patterns or database performance Rule Categories by Priorit...
|
1.3K |
| 6020 | docs-updater | giuseppe-trisciuoglio/developer-kit |
Universal Documentation Auto-Updater Automates the process of keeping project documentation synchronized with codebase changes. This skill analyzes git differences between the current working branch and the last released version, then intelligently updates relevant documentation files. Overview The Universal Documentation Auto-Updater provides a language-agnostic approach to documentation maintenance. By leveraging git operations to identify what has changed since the last release, it generates ...
|
1.3K |
| 6021 | sonarqube-mcp | giuseppe-trisciuoglio/developer-kit |
SonarQube MCP Integration Leverage SonarQube and SonarCloud capabilities directly through the Model Context Protocol (MCP) server to enforce code quality, discover issues, and run pre-push analysis inside the agent workflow. Overview This skill provides instructions and patterns for using the SonarQube MCP Server tools. It enables automated workflows for: Checking quality gate status before merges or deployments Discovering and triaging issues by severity and project Analyzing code snippets loca...
|
1.3K |
| 6022 | junior-to-senior | juliusbrussee/skills |
Junior to Senior Assume the plan in front of you was written by a capable junior: fluent, confident, and trained on the past. Build a senior reviewer that is grounded in two things the junior was not — this codebase as it actually exists and the state of the art as it exists today — and let the senior tear the plan down and rebuild it. This skill exists because agent-generated plans fail at two altitudes: Fog — the plan describes the high level fine ("add caching", "handle auth", "make it scalab...
|
1.3K |
| 6023 | copilotkit-agui | copilotkit/copilotkit |
AG-UI Protocol Skill Overview AG-UI (Agent-User Interaction) is CopilotKit's open event-based protocol for agent-to-UI communication. All agent-frontend interaction flows through typed events streamed over SSE (Server-Sent Events) or binary protobuf transport. Agents implement AbstractAgent.run() returning an RxJS Observable<BaseEvent> , and the client SDK handles event application, state management, and message history. When to Use Building a custom agent backend that needs to speak AG-UI Imple...
|
1.3K |
| 6024 | react-core | copilotkit/copilotkit |
CopilotKit React Core @copilotkit/react-core is the React frontend half of CopilotKit: it mounts a provider, speaks AG-UI over SSE to a runtime (or directly to CopilotKit Intelligence in SPA mode), and exposes hooks for every interaction surface. This SKILL.md is the index . Read the reference under references/ that matches your task — do not try to absorb the whole package from this file. Mental model — three shells you compose Show more Installs 522 Repository copilotkit/copilotkit GitHub Star...
|
1.3K |
| 6025 | aws-cleanrooms | aws/agent-toolkit-for-aws |
AWS Clean Rooms Overview Domain expertise for troubleshooting AWS Clean Rooms collaborations and custom ML modeling. Covers permission debugging, data access issues, and CloudWatch logging configuration. Common tasks Debugging Clean Rooms errors Determine the failure type: Access denied or permission error? → See permission debugging procedure . Covers IAM role policies (inline + attached managed), S3 bucket policies, KMS key policies, Lake Formation permissions, and cross-account trust. Missing...
|
1.3K |
| 6026 | copilotkit-develop | copilotkit/copilotkit |
CopilotKit v2 Development Skill Live Documentation (MCP) This plugin includes an MCP server ( copilotkit-docs ) that provides search-docs and search-code tools for querying live CopilotKit documentation and source code. Claude Code: Auto-configured by the plugin's .mcp.json -- no setup needed. Codex: Requires manual configuration. See the copilotkit-debug skill for setup instructions. Architecture Overview CopilotKit v2 is built on the AG-UI protocol ( @ag-ui/client / @ag-ui/core ). The stack ha...
|
1.3K |
| 6027 | harvard-artifacts-collection-data-engineering-analytics | aradotso/data-skills |
Harvard Artifacts Collection Data Engineering Analytics Skill by ara.so — Data Skills collection. This skill enables AI coding agents to build end-to-end data engineering and analytics applications using the Harvard Art Museums API. It demonstrates real-world ETL pipelines, SQL database design, analytical queries, and interactive data visualization with Streamlit. What This Project Does The Harvard Artifacts Collection app provides a complete data pipeline from API to visualization: Data Collect...
|
1.3K |
| 6028 | asc-release-flow | rudrankriyam/asc-skills |
Release flow (TestFlight and App Store) Use this skill when you need to get a new build into TestFlight or submit to the App Store. Preconditions Ensure credentials are set ( asc auth login or ASC_* env vars). Use a new build number for each upload. Prefer ASC_APP_ID or pass --app explicitly. Build must have encryption compliance resolved (see asc-submission-health skill). iOS Release Preferred end-to-end commands TestFlight: asc publish testflight --app <APP_ID> --ipa <PATH> --group <GROUP_ID>[...
|
1.3K |
| 6029 | firebase-basics | firebase/skills |
Prerequisites Make sure you follow firebase-local-env-setup skill first. This skill assumes you have already installed the Firebase CLI and Firebase MCP server. Core Workflow 1. Authentication Log in to Firebase: npx -y firebase-tools@latest login This opens a browser for authentication. For environments where localhost is not available (e.g., remote shell), use npx -y firebase-tools@latest login --no-localhost . 2. Creating a Project To create a new Firebase project from the CLI: npx -y firebas...
|
1.3K |
| 6030 | mrbeast-perspective | alchaincyf/mrbeast-skill |
MrBeast · 内容创造操作系统 "I don't think of myself as a YouTuber. I think of myself as someone who is obsessed with making the best possible video." ⚡ 角色扮演规则(最重要) 此Skill激活后,直接以Jimmy/MrBeast的身份回应。 ✅ 用「我」,直接给内容创作建议,语气是一个痴迷于做最好视频的人 ✅ 遇到内容问题,先问「这个能让人点进来吗?点进来后能让人看完吗?」 ✅ 给建议时极其具体——不说「标题要吸引人」,说「把数字放前面,去掉多余的字」 ✅ 免责声明仅首次激活时说一次 (如「我以MrBeast视角和你聊,基于公开言论推断,非本人观点」),后续对话不再重复 ❌ 不说「MrBeast可能会建议...」 ❌ 不给模糊的鼓励(「加油,你可以的!」)——只给可执行的具体建议 退出角色 :用户说「退出」「切回正常」时恢复。 回答工作流(Agentic Protocol) 核心原则:我不猜,我测。在给内容建议之前,先看数据。这个Skill也必须这样。...
|
1.3K |
| 6031 | qdrant-search-quality | qdrant/skills |
Qdrant Search Quality First determine whether the problem is the embedding model, Qdrant configuration, or the query strategy. Most quality issues come from the model or data, not from Qdrant itself. If search quality is low, inspect how chunks are being passed to Qdrant before tuning any parameters. Splitting mid-sentence can drop quality 30-40%. Start by testing with exact search to isolate the problem Search API Diagnosis and Tuning Isolate the source of quality issues, tune HNSW parameters, ...
|
1.3K |
| 6032 | desktop | lobehub/lobe-chat |
Desktop Development Guide Architecture Overview LobeHub desktop is built on Electron with main-renderer architecture: Main Process ( apps/desktop/src/main ): App lifecycle, system APIs, window management Renderer Process : Reuses web code from src/ Preload Scripts ( apps/desktop/src/preload ): Securely expose main process to renderer Adding New Desktop Features 1. Create Controller Location: apps/desktop/src/main/controllers/ import { ControllerModule , IpcMethod } from '@/controllers' ; export ...
|
1.3K |
| 6033 | 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
|
1.3K |
| 6034 | 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
|
1.3K |
| 6035 | validate-idea | slavingia/skills |
You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Help the user validate their business idea before they write a single line of code or spend a dollar. Core Principle Validation happens through selling, not building. Most founders spend months building a product nobody wants. Instead, validate by selling a manual version of your solution first. The Minimalist Validation Process Step 1: Define the Problem (not the solution) Ask the user: Who sp...
|
1.3K |
| 6036 | pi-prompting | agents365-ai/365-skills |
Pi Prompting Use this skill when pi:pi-rescue needs to ask Pi for help on a non-trivial coding or investigation task. Pi runs whatever model the user has configured. By default this plugin targets DeepSeek V4 (Pro for review, Flash for everyday tasks). The guidance below assumes the prompt may run on either a non-reasoning model (Flash) or a reasoning model (Pro). Bias toward concrete, numbered checklists rather than abstract instructions — both model classes follow those reliably. Core rules: P...
|
1.3K |
| 6037 | a2ui-renderer | copilotkit/copilotkit |
This skill builds on copilotkit/react-core (for CopilotKit provider fundamentals) and copilotkit/runtime (for CopilotRuntime fundamentals). Read those first. Setup A2UI has two halves. The runtime declares a2ui middleware; the client enables the a2ui prop on the provider. Once both are set, /info flags A2UI and the client auto-mounts createA2UIMessageRenderer — you do NOT wire renderActivityMessages yourself. Runtime side ( app/routes/api.copilotkit.$.tsx ) Show more Installs 521 Repository copi...
|
1.3K |
| 6038 | html | plannotator/effective-html |
HTML Review the files throughout references/html-effectiveness/ . Create an HTML file for whatever the user is describing. Use the references as best you can to match alignment — style, density, and tone. Always include dark mode: hand-rolled CSS variables on :root / html.dark , a small theme toggle button, localStorage persistence, and an apply-before-paint script in <head> (default to prefers-color-scheme ). Installs 767 Repository plannotator/eff…ive-html GitHub Stars 1.1K First Seen 13 days ...
|
1.3K |
| 6039 | platform-apex-generate | forcedotcom/sf-skills |
Generating Apex Use this skill for production-grade Apex: new classes, selectors, services, async jobs, invocable methods, and triggers; and for evidence-based review of existing .cls OR .trigger . Required Inputs Gather or infer before authoring: Class type (service, selector, domain, batch, queueable, schedulable, invocable, trigger, trigger action, DTO, utility, interface, abstract, exception, REST resource) Target object(s) and business goal Class name (derive using the naming table below) N...
|
1.3K |
| 6040 | plan-zoom-product | anthropics/knowledge-work-plugins |
/plan-zoom-product If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Choose between Zoom REST API, Webhooks, WebSockets, Meeting SDK, Video SDK, Zoom Apps SDK, Phone, Contact Center, or MCP for a specific use case. Usage /plan-zoom-product $ARGUMENTS Workflow Identify the user's actual goal. Classify whether the problem is automation, embedded meetings, custom video, in-client app behavior, event delivery, AI tooling, or support/phone/contact-cent...
|
1.3K |
| 6041 | scribe | anthropics/knowledge-work-plugins |
Zoom AI Services Scribe Background reference for Zoom AI Services Scribe across: synchronous single-file transcription ( POST /aiservices/scribe/transcribe ) asynchronous batch jobs ( /aiservices/scribe/jobs* ) browser microphone pseudo-streaming via repeated short file uploads webhook-driven batch status updates Build-platform JWT generation and credential handling Official docs: https://developers.zoom.us/docs/ai-services/ https://developers.zoom.us/docs/ai-services/scribe/ https://developers....
|
1.3K |
| 6042 | 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
|
1.3K |
| 6043 | gangnamunni-clinic-search | nomadamas/k-skill |
Gangnam Unni Clinic Search What this skill does 강남언니(Gangnam Unni) 웹 검색 페이지의 비로그인 공개 Next.js payload 를 읽어 병원 후보를 조회한다. 키워드로 병원 후보를 검색한다. 공개 검색 결과에 포함된 평점, 평점 수, 리뷰 수, 지원 언어, 공개 이미지, 병원 링크를 정리한다. 예약, 상담, 결제, 리뷰 작성, 앱 로그인 등 사용자 계정이 필요한 액션은 하지 않는다. When to use "강남언니에서 강남 성형외과 찾아줘" "강남언니 병원 평점이랑 리뷰 수 봐줘" "코성형 병원 후보를 강남언니 기준으로 몇 개만 보여줘" "성형외과/피부과 병원 공개 링크를 찾아줘" When not to use Show more
|
1.3K |
| 6044 | muapi-social-media-video | samuraigpt/generative-media-skills |
Social Media Video Creator End-to-end pipeline: Brand Files → Storyboard → Reference Images → Seedance 2.0 Video. Reads your brand identity, ICP, and messaging documents to produce on-brand social video — fully optimized for Seedance 2.0's instructional prompt grammar and your target platform. Agent Execution Protocol Step 1 — Read Brand Files Before writing anything, the agent MUST read all available brand files. Look for them in the working directory or any brand/ subdirectory: File What to ex...
|
1.3K |
| 6045 | platform-apex-test-generate | forcedotcom/sf-skills |
Generating Apex Tests Generate production-ready Apex test classes and run disciplined test-fix loops with coverage analysis. Core Principles One behavior per method — each test method validates a single scenario. Separate positive, negative, and bulk tests. NEVER combine related-but-distinct inputs (e.g., null and empty) in one method — create _NullInput_ and _EmptyInput_ as separate test methods Bulkify tests — test with 251+ records to cross the 200-record trigger batch boundary. Batch Apex ex...
|
1.3K |
| 6046 | platform-apex-logs-debug | forcedotcom/sf-skills |
platform-apex-logs-debug: Salesforce Debug Log Analysis & Troubleshooting Use this skill when the user needs root-cause analysis from debug logs : governor-limit diagnosis, stack-trace interpretation, slow-query investigation, heap / CPU pressure analysis, or a reproduction-to-fix loop based on log evidence. When This Skill Owns the Task Use platform-apex-logs-debug when the work involves: .log files from Salesforce stack traces and exception analysis governor limits SOQL / DML / CPU / heap trou...
|
1.3K |
| 6047 | cargo | getcargohq/cargo-skills |
██████ ████ █████ ██████ ██████ ██ ░ ██ ██░ ██ ██ ██ ░ ██ ██░ ██ ██████░ █████ ░ ██ ███ ██ ██░ ██ ██ ██░ ██ ██ ██ ██░ ██ ██░ ██████ ██ ██░ ██ ██ ██████░ ██████░ ░░░░░░ ░░ ░░ ░░ ░░ ░░░░░░ ░░░░░░ Cargo CLI — Skills Overview This repository contains 11 skills at the repo root: one outcome skill ( cargo-gtm ) and ten capability skills . cargo-gtm — application library. The front door for any GTM task ("build a TAM list", "find 5 fin...
|
1.3K |
| 6048 | zustand | vercel-labs/json-render |
LobeHub Zustand State Management Action Type Hierarchy 1. Public Actions Main interfaces for UI components: Naming: Verb form ( createTopic , sendMessage ) Responsibilities: Parameter validation, flow orchestration 2. Internal Actions ( internal_* ) Core business logic implementation: Naming: internal_ prefix ( internal_createTopic ) Responsibilities: Optimistic updates, service calls, error handling Should not be called directly by UI 3. Dispatch Methods ( internal_dispatch* ) State update hand...
|
1.3K |
| 6049 | setup-zoom-oauth | anthropics/knowledge-work-plugins |
/setup-zoom-oauth Use this skill when auth is the blocker or when auth choices will shape the entire integration. Scope App type selection OAuth grant selection Scope planning Token exchange and refresh Auth debugging and environment assumptions Workflow Determine the app model and who is authorizing whom. Choose the correct grant flow. Identify minimum scopes for the user flow. Define token storage and refresh behavior. Route into the deepest relevant reference docs only after the above is clea...
|
1.3K |
| 6050 | add-setting-env | lobehub/lobe-chat |
Adding Environment Variable for User Settings Add server-side environment variables to configure default values for user settings. Priority : User Custom > Server Env Var > Hardcoded Default Steps 1. Define Environment Variable Create src/envs/<domain>.ts : import { createEnv } from '@t3-oss/env-nextjs' ; import { z } from 'zod' ; export const get < Domain > Config = ( ) => { return createEnv ( { server : { YOUR_ENV_VAR : z . coerce . number ( ) . min ( MIN ) . max ( MAX ) . optional ( ) , } , r...
|
1.3K |