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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,508
总 Skills
163.5M
总安装量
2,745
贡献者
# Skill 仓库 描述 安装量
7151 setup-zoom-websockets anthropics/knowledge-work-plugins
/setup-zoom-websockets Background reference for persistent Zoom event streams. Prefer workflow routing first, then use this file when WebSockets are plausibly better than webhooks. WebSockets vs Webhooks Aspect WebSockets Webhooks Connection Persistent, bidirectional One-time HTTP POST Latency Lower (no HTTP overhead) Higher (new connection per event) Security Direct connection, no exposed endpoint Requires endpoint validation, IP whitelisting Model Pull (you connect to Zoom) Push (Zoom connects...
1.7K
7152 build-zoom-bot anthropics/knowledge-work-plugins
/build-zoom-bot Use this skill for automation that joins meetings, captures media, or reacts to live session data. Covers Bot architecture Meeting join strategy Real-time media and transcript handling Backend orchestration Storage, post-processing, and event flow design Workflow Clarify whether the bot needs to join, observe, transcribe, summarize, or act. Route to Meeting SDK and RTMS as the core implementation path. Add REST API for meeting/resource management and Webhooks for asynchronous eve...
1.7K
7153 build-zoom-team-chat-app anthropics/knowledge-work-plugins
/build-zoom-team-chat-app Background reference for Zoom Team Chat integrations. Use this after the workflow is clear, especially when the Team Chat API versus Chatbot API distinction matters. Read This First (Critical) There are two different integration types and they are not interchangeable: Team Chat API (user type) Sends messages as a real authenticated user Uses User OAuth ( authorization_code ) Endpoint family: /v2/chat/users/... Chatbot API (bot type) Sends messages as your bot identity U...
1.7K
7154 build-zoom-video-sdk-app anthropics/knowledge-work-plugins
/build-zoom-video-sdk-app Background reference for fully custom video-session products. Prefer plan-zoom-product first when the boundary between Meeting SDK and Video SDK is still unclear. Build custom video experiences powered by Zoom's infrastructure. Hard Routing Guardrail (Read First) If the user asks for custom real-time video app behavior (topic/session join, custom rendering, attach/detach), route to Video SDK. Do not switch to REST meeting endpoints for Video SDK join flows. Video SDK do...
1.7K
7155 build-zoom-contact-center-app anthropics/knowledge-work-plugins
/build-zoom-contact-center-app Background reference for Zoom Contact Center integrations across app, web, and native mobile surfaces. Implementation guidance for Zoom Contact Center across: Contact Center apps in the Zoom client (Zoom Apps SDK path) Web channel embeds (chat/video/campaign) Native mobile SDKs (Android/iOS) Official docs: https://developers.zoom.us/docs/contact-center/ https://developers.zoom.us/docs/contact-center/web/sdk-reference/ https://marketplacefront.zoom.us/sdk/contact/an...
1.7K
7156 brand-guidelines getsentry/skills
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords : branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Accent Co...
1.7K
7157 yc-reader himself65/finance-skills
Y Combinator Reader (Read-Only) Fetches Y Combinator company data from the yc-oss/api , an unofficial open-source API that indexes all publicly launched YC companies. The data is sourced from YC's Algolia search index and updated daily via GitHub Actions. This is a read-only data source. It provides company profiles, batch listings, industry/tag breakdowns, hiring status, and diversity data. No write operations exist — the API serves static JSON files. No authentication required. The API is publ...
1.7K
7158 steve-jobs-design-review wondelai/skills
Steve Jobs Design Review Run design and product reviews the way Steve Jobs ran them: start from the customer experience, subtract until only the essential remains, and refuse to call anything done that isn't insanely great. Core Principle "You've got to start with the customer experience and work backwards to the technology." Review every product from what a customer sees, feels, and accomplishes — never from the feature list, the org chart, or the technology that happened to be available. And r...
1.7K
7159 debug-zoom anthropics/knowledge-work-plugins
/debug-zoom If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Debug Zoom auth, API, webhook, SDK, or MCP issues without wandering through the entire docs set. Usage /debug-zoom $ARGUMENTS Workflow Identify the failing layer: auth, API request, webhook, SDK init, media/session behavior, or MCP transport. Ask for the minimum missing evidence: exact error, platform, request/response, event payload, or code path. Produce 2-4 plausible causes ranked by...
1.7K
7160 build-zoom-virtual-agent anthropics/knowledge-work-plugins
/build-zoom-virtual-agent Background reference for Zoom Virtual Agent across: Web campaign/chat embeds. Android WebView wrappers. iOS WKWebView wrappers. Knowledge-base sync and custom API ingestion. Official docs: https://developers.zoom.us/docs/virtual-agent/ https://developers.zoom.us/docs/virtual-agent/web/ https://developers.zoom.us/docs/virtual-agent/android/ https://developers.zoom.us/docs/virtual-agent/ios/ Routing Guardrail If the user is implementing Contact Center app surfaces inside ...
1.7K
7161 uv google-deepmind/science-skills
uv uv is an extremely fast Python package and project manager. It replaces pip, pip-tools, pipx, pyenv, virtualenv, poetry, etc. When to use uv Always use uv for Python work , especially if you see: The uv.lock file uv headers in requirements* files, e.g., "This file was autogenerated by uv" Don't use uv in projects managed by other tools: Poetry projects (identifiable by poetry.lock file) PDM projects (identifiable by pdm.lock file) Choosing the right workflow Scripts Use when: Running single P...
1.7K
7162 integrate-fusion-agent cognitedata/builder-skills
Integrate Fusion Agent Panel Wire a Flows/Dune app into the Fusion built-in PAIA agent using @cognite/app-sdk . There are three independent capabilities — implement only the ones needed: Open the agent panel — a button that shows the sidebar/fullscreen agent UI Send the agent a message — inject context into the chat (e.g. on item click) Register an agent server — expose app state (resources) and actions the agent can call Step 0 — Understand the app Before writing any code, read: package.json — ...
1.7K
7163 sequential-thinking mrgoonie/claudekit-skills
Sequential Thinking Enables structured problem-solving through iterative reasoning with revision and branching capabilities. Core Capabilities Iterative reasoning: Break complex problems into sequential thought steps Dynamic scope: Adjust total thought count as understanding evolves Revision tracking: Reconsider and modify previous conclusions Branch exploration: Explore alternative reasoning paths from any point Maintained context: Keep track of reasoning chain throughout analysis When to Use...
1.7K
7164 loop-factory juliusbrussee/skills
Loop Factory Loop Factory turns "ask an agent to build something" into a visible assembly line. Each task is a markdown spec . The folder the spec lives in is its state. Agents implement and verify; they never decide what to build. 📥 inbox/ 🔧 active/ 📦 archive/ tasks not ──► task an agent ──► finished work, started yet is building now reviewed + accepted The one rule that governs everything: automate implementation and verification, not product decisions. I...
1.7K
7165 prompt-images replicate/skills
Prompting image models on Replicate Distilled from Replicate's blog posts on prompting image models (2024-2026). Techniques are model-agnostic and focus on transferable principles. Choose a model with the API, not from memory This skill describes general prompting techniques. To choose a model, use the find-models skill and query the Replicate API. The image model landscape changes weekly. Don't assume specific models exist or are still state-of-the-art based on names you've seen before. Always ...
1.7K
7166 g2b-sanctioned-supplier nomadamas/k-skill
나라장터 부정당제재업체정보 조회 What this skill does 공공데이터포털의 조달청 나라장터 사용자정보 서비스 (data.go.kr 15129466, getUnptRsttCorpInfo02 )를 k-skill-proxy 경유로 호출해, 사업자등록번호 정확 일치( inqryDiv=1 )로 조회시점 현재 유효한 부정당제재를 조회한다. 반환: 제재 시작/종료일자, 제재기관명, 계약법구분, 제재근거법률 등 upstream 필드 원문 Coverage boundary upstream 명세상 다음은 제공되지 않는다 — 과거 이력 조회가 아니다. 조회시점에 제재만료·해제된 건 나라장터 미등록업체·개인에 대한 제재 만료 이력까지 보려면 나라장터( https://www.g2b.go.kr )에서 수동 확인이 필요하다. Design principles Show more Installs 761 Repository nomadamas/k-skill GitHub Stars 6.4K First Seen ...
1.7K
7167 netlify-database netlify/context-and-tools
Netlify Database Netlify Database is the managed Postgres product built into the Netlify platform. It is GA and is the default choice for any dynamic data in a Netlify project. Install @netlify/database and Netlify auto-provisions a Postgres database for the site at deploy time. Each deploy preview gets its own isolated branch forked from production data. No Neon account, connection-string wiring, or claim flow — the database is a first-class Netlify primitive. Database vs Blobs Use Netlify Data...
1.7K
7168 new-modular-project modular/skills
When the user wants to create a new project, first infer as many options as possible from the user's request (e.g., "new Mojo project" means type=Mojo, "called foo" means name=foo). Then use a structured multiple-choice prompt (not plain text) to gather only the remaining unspecified options in a single interaction. Do NOT ask about options the user has already provided or implied. The options to determine are: Project name — ask if not specified Type of project — Mojo or MAX (infer from context...
1.7K
7169 fsc-corporate-info nomadamas/k-skill
금융위 기업기본정보(법인 개요) 조회 What this skill does 공공데이터포털의 금융위원회_기업기본정보 서비스 (data.go.kr 15043184, getCorpOutline_V2 )를 k-skill-proxy 경유로 호출해 법인 개요를 조회한다. 법인명( corpNm ) 기준 후보 목록: 대표자·설립일·업종 등 upstream 필드 원문 사업자번호 교차검증: 응답 item에 bzno 가 있으면 입력 사업자번호와 정확 일치하는 후보를 분리한다 ( bzno 가 없으면 교차검증 불가 사실을 그대로 표기) 이 API의 검색 파라미터는 crno (법인등록번호 13자리)/ corpNm (법인명)뿐이라 사업자번호 단독 조회가 불가 하다. 법인명으로 조회한다. Design principles 점수·등급·해석 라벨을 만들지 않는다. upstream 사실 + 출처만 담는다. crno (법인등록번호)는 사업자등록번호와 별개 번호임을 혼동하지 않는다. When to use Show more...
1.7K
7170 swift-architecture-skill efremidze/swift-architecture-skill
Swift Architecture Skill Overview Use this skill to pick the best Swift architecture playbook for SwiftUI/UIKit codebases and apply it to the user’s task. Workflow Step 1: Analyze the Request Context Before selecting an architecture, capture: task type (new feature, refactor, PR review, debugging) UI stack (SwiftUI, UIKit, or mixed) scope (single screen, multi-screen, app-wide) existing conventions to preserve Step 2: Select the Architecture If the user explicitly names an architecture, treat it...
1.7K
7171 substance-3d-texturing freshtechbro/claudedesignskills
Substance 3D Texturing Overview Master PBR (Physically Based Rendering) texture creation and export workflows for web and real-time engines. This skill covers Substance 3D Painter workflows from material creation through web-optimized texture export, with Python automation for batch processing and integration with WebGL/WebGPU engines. Key capabilities: PBR material authoring (metallic/roughness workflow) Web-optimized texture export (glTF, Three.js, Babylon.js) Python API automation for batch e...
1.7K
7172 spectrum photon-hq/skills
Spectrum Spectrum is Photon's unified messaging SDK. Write your handler logic once against a single app.messages stream and deliver it across every platform — iMessage, WhatsApp Business, your terminal, or a custom platform you build yourself. The current SDK is spectrum-ts (TypeScript). Spectrum is multi-platform by design and multi-language is on the roadmap — additional language SDKs (e.g. Python, Go, Swift) will join the family. The architecture, primitives, and patterns described in this sk...
1.7K
7173 google-mobile-ads-banner google/skills
Google Mobile Ads SDK - Banner Ads Banner ads are rectangular image or text ads that occupy a spot within an app's layout. They remain on screen during user interaction and can refresh automatically. Ad Placement Guidelines CRITICAL: You MUST evaluate and apply the following guidelines before proceeding with any banner ad implementation. Show more Installs 874 Repository google/skills GitHub Stars 15.6K First Seen Jun 24, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.7K
7174 working-with-legacy-code wondelai/skills
Working Effectively with Legacy Code A field manual for changing code that has no tests, distilled from Michael C. Feathers' Working Effectively with Legacy Code . Use it to get untestable classes into a harness, pin down current behavior with characterization tests, and make changes one safe, verifiable step at a time — without resorting to a rewrite. Core Principle Legacy code is simply code without tests. Not old code, not ugly code — untested code: without tests you cannot know whether a cha...
1.7K
7175 google-mobile-ads-interstitial google/skills
Google Mobile Ads SDK - Interstitial Ads Interstitial ads show full-page ads for users on mobile apps. Interstitial ads are designed to be placed between content and are best placed at natural app transition points. Ad Placement Guidelines CRITICAL: You MUST evaluate and apply the following Ad Placement Guidelines before proceeding with any interstitial ad implementation. Determine Ad Placement : Identify the target file where the ad should be placed. Ask if unsure. Workflow Determine the user's...
1.7K
7176 google-mobile-ads-rewarded google/skills
Google Mobile Ads SDK - Rewarded Ads Rewarded ads reward users with in-app items for interacting with full-screen ads. Rewarded ads are served after a user explicitly opts in to view a rewarded ad. Ad Placement Guidelines CRITICAL: You MUST evaluate and apply the following Ad Placement Guidelines before proceeding with any rewarded ad implementation. Determine Ad Placement : Identify the target file where the ad should be placed. Ask if unsure. Workflow Determine the user's platform : Identify i...
1.7K
7177 icon-set-generator jezweb/claude-skills
Icon Set Generator Generate custom, visually consistent SVG icon sets tailored to specific projects. Each set is built from a shared style specification so every icon looks like it belongs with the others — same stroke weight, same corner treatment, same visual density. Why This Matters Generic icon libraries (Lucide, Heroicons) are great but every site using them looks similar. A custom icon set gives a project distinct visual identity. The hard part is consistency — drawing 20+ icons individua...
1.7K
7178 comfyui-workflow-builder mckruz/comfyui-expert
ComfyUI Workflow Builder Translates natural language requests into executable ComfyUI workflow JSON. Always validates against inventory before generating. Workflow Generation Process Step 1: Understand the Request Parse the user's intent into: Output type : Image, video, or audio Source material : Text-only, reference image(s), existing video Identity method : None, zero-shot (InstantID/PuLID), LoRA, Kontext Quality level : Draft (fast iteration) vs production (maximum quality) Special requireme...
1.7K
7179 setup marketcalls/vectorbt-backtesting-skills
Parallel Plugin Setup Install CLI See https://docs.parallel.ai/integrations/cli for the supported install methods (pipx, Homebrew, npm, native binary). Walk the user through whichever they pick. Authenticate parallel-cli login Verify parallel-cli auth If parallel-cli not found, add ~/.local/bin to PATH. Show more
1.7K
7180 zoom-rtms anthropics/knowledge-work-plugins
Zoom Realtime Media Streams (RTMS) Background reference for live Zoom media pipelines. Prefer build-zoom-bot first, then use this skill for stream types, capabilities, and RTMS-specific implementation constraints. Zoom Realtime Media Streams (RTMS) Expert guidance for accessing live audio, video, transcript, chat, and screen share data from Zoom meetings, webinars, Video SDK sessions, and Zoom Contact Center Voice in real-time. RTMS uses a WebSocket-based protocol with open standards and does no...
1.7K
7181 setup-zoom-mcp anthropics/knowledge-work-plugins
/setup-zoom-mcp If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Plan a Zoom MCP workflow and decide when to use MCP alone versus a hybrid REST API + MCP architecture. Usage /setup-zoom-mcp $ARGUMENTS Workflow Determine whether the goal is deterministic automation, AI tool orchestration, or a hybrid. If MCP is appropriate, identify the likely Zoom MCP surface and transport assumptions. If MCP alone is not enough, define the REST API responsibilit...
1.7K
7182 national-pension-workplace nomadamas/k-skill
국민연금 가입 사업장 내역 조회 What this skill does 공공데이터포털의 국민연금공단_국민연금 가입 사업장 내역 서비스 (data.go.kr 3046071, V2)를 k-skill-proxy 경유로 호출해 다음을 조회한다. 가입 사업장 후보: 사업장명 + 사업자번호 앞 6자리로 매칭된 사업장 목록 (자료생성년월별 중복은 사업장당 최신 월로 정리) 단일 사업장이 특정되면 상세: 가입자수( jnngpCnt ), 당월 고지금액( crrmmNtcAmt ), 신규취득/상실 인원 월별 가입 현황 시계열 사업자등록번호는 앞 6자리만 공개 (뒷자리 마스킹)되므로 사업장명이 필수이며, 후보가 여럿이면 특정하지 않고 목록 그대로 돌려준다. Design principles 점수·등급·"위험" 같은 해석 라벨을 만들지 않는다. upstream이 돌려준 사실만 담는다. 후보가 여럿이면 동일성을 단정하지 않는다. When to use Show more Installs 762 Repository ...
1.7K
7183 wp-guard amelnagdy/guard-skills
WP Guard You are reviewing generated or changed WordPress code before it ships. Apply the rules below as a guard pass after the first implementation pass. Be a sharp reviewer, not a pedantic one: flag what creates vulnerabilities, breaks translations, or melts servers — ignore cosmetic preferences WPCS tooling already handles. These rules exist because AI agents produce WordPress code with systematic failures: raw echo of request data, AJAX handlers with neither nonce nor capability check, SQL b...
1.7K
7184 wizard vinvcn/mattpocock-skills-zh-cn
Wizard A wizard is a bash script that walks a human, step by step, through a manual procedure that's tedious to do by hand and tedious to re-explain to an AI every time. It opens each URL, says exactly what to click and copy, captures the values, writes them where they belong ( .env , GitHub secrets), confirms at every stage, and shows how much is left. It might configure third-party services, run a one-off migration, or move the project from one state to another. The delightful UX is already so...
1.7K
7185 earnings-calendar tradermonty/claude-trading-skills
Earnings Calendar Overview This skill retrieves upcoming earnings announcements for US stocks using the Financial Modeling Prep (FMP) API. It focuses on companies with significant market capitalization (mid-cap and above, over $2B) that are likely to impact market movements. The skill generates organized markdown reports showing which companies are reporting earnings over the next week, grouped by date and timing (before market open, after market close, or time not announced). Key Features: U...
1.7K
7186 ra-qm-skills alirezarezvani/claude-skills
Regulatory Affairs & Quality Management Skills 12 production-ready compliance skills for HealthTech and MedTech organizations. Quick Start Claude Code /read ra-qm-team/regulatory-affairs-head/SKILL.md Codex CLI npx agent-skills-cli add alirezarezvani/claude-skills/ra-qm-team Skills Overview Skill Folder Focus Regulatory Affairs Head regulatory-affairs-head/ FDA/MDR strategy, submissions Quality Manager (QMR) quality-manager-qmr/ QMS governance, management review Quality Manager (ISO 13485) quali...
1.7K
7187 zoom-general anthropics/knowledge-work-plugins
Zoom General (Cross-Product Skills) Background reference for cross-product Zoom questions. Prefer the workflow skills first, then use this file for shared platform guidance and routing detail. How zoom-general Routes a Complex Developer Query Use zoom-general as the classifier and chaining layer: detect product signals in the query pick one primary skill attach secondary skills for auth, events, or deployment edges ask one short clarifier only when two routes match with similar confidence Minima...
1.7K
7188 roblox-game-development greedychipmunk/agent-skills
Roblox Game Development Skill Description Expert Roblox game developer specializing in Luau scripting, game mechanics, UI/UX design, and monetization strategies. Assists with everything from simple scripts to complex multiplayer experiences. Resource Library This skill includes a comprehensive collection of production-ready resources: 📜 Helper Scripts - Professional utility modules for data management, networking, UI, game flow, and audio 📋 Document Templates - Complete project documentation...
1.7K
7189 define-goal openai/skills
Define Goal Overview Shape the user's intent into an objective an agent can pursue honestly. Prefer measurable outcomes, explicit evidence, and bounded scope over activity descriptions. This skill covers goal definition and goal-tool creation only. Do not create intermediate planning artifacts, durable snapshots, ledgers, decision logs, or resume files from this skill. Workflow Confirm that goal definition is actually needed. Use this skill when the user asks for $define-goal , asks to create or...
1.7K
7190 localdata-business-status nomadamas/k-skill
지방행정 인허가 영업상태 조회 (동네 사업장) What this skill does 행정안전부 지방행정 인허가데이터(LOCALDATA)의 지역별 CSV를 file.localdata.go.kr 에서 직접 받아, 동네 사업장의 영업상태를 조회한다. 영업상태(영업/휴업/폐업), 상세영업상태, 인허가일자(업력), 폐업일자, 업태구분, 도로명/지번 주소, 데이터갱신시점 인허가 업종 208종 전체 지원 — 한글명("약국", "숙박업", "일반음식점")으로 지정 가능 전국 통파일이 업종당 수백 MB라 시군구 단위 지역 지정 ( --region )이 필요하다. 받은 파일은 1일 로컬 캐시한다. 이 자료에는 사업자등록번호가 수록되지 않는다. 상호(사업장명) 문자열 일치 후보의 사실만 나열하며, 동명 상호 가능성은 사용자가 판단한다. 자료는 매일 갱신되며 2일 전 기준으로 현행화된다. Design principles 점수·등급·해석 라벨을 만들지 않는다. 조회된 사실 + 출처 + 조회시각만 담는다. ...
1.7K
7191 nts-tax-delinquency nomadamas/k-skill
국세청 고액·상습체납자 명단공개 검색 What this skill does 국세청 누리집의 고액·상습체납자 명단공개 (국세기본법 제85조의5)를 무인증 공개 검색으로 직접 조회한다. 법인 명단: 법인명으로 검색 — 공개년도·법인명·대표자·업종·소재지·총 체납액·세목·체납건수·체납요지 개인 명단: 상호로 검색 — 공개년도·성명·연령·상호·직업·주소·총 체납액·세목·체납요지 이 명단에는 사업자등록번호가 수록되지 않는다. 상호·법인명 문자열 일치 후보의 공개 사실만 나열하며, 동명 상호 가능성은 사용자가 판단한다. Design principles 점수·등급·해석 라벨을 만들지 않는다. 공개된 사실 + 출처만 담는다. 인증 없이 동작하는 공개 read-only 검색이므로 프록시를 거치지 않고 사용자 머신에서 직접 호출한다. HTML 스크래핑이므로 페이지 마커가 어긋나면 즉시 unavailable 로 강등하고 수동 확인 경로를 안내한다. When to use Show more Installs...
1.7K
7192 debug-zoom-integration anthropics/knowledge-work-plugins
Debug Zoom Integration Use this skill when the user already built something and it is failing. Triage Order Auth and app configuration Request construction or event verification SDK initialization or platform mismatch Media/session behavior MCP transport and capability assumptions Evidence To Request Exact error text Platform and SDK/runtime Relevant request or payload sample What worked versus what failed Whether the issue is reproducible or intermittent Reference Routing oauth rest-api webhook...
1.7K
7193 cx-cost-optimization coralogix/cx-cli
Cost Optimization Skill Use this skill when investigating or reducing Coralogix data costs. It covers the full cost management lifecycle: measuring current spend, reviewing TCO policies, adjusting retention periods, and configuring archive storage for cold data. CLI Commands Command Subcommands Purpose cx usage summary , daily , logs-count , spans-count , export-status Measure current data consumption cx tco list , get , create , update , delete , reorder , test , settings , settings-update Mana...
1.7K
7194 woo-guard amelnagdy/guard-skills
Woo Guard You are reviewing generated or changed WooCommerce code before it ships. Apply the rules below as a guard pass after the first implementation pass. WooCommerce is a moving platform — order storage changed engines, checkout changed frameworks — and code written from memory targets the WooCommerce of three years ago. With money on the line, "works on my demo store" is not a standard. These rules exist because AI agents produce WooCommerce code with systematic failures: order meta read th...
1.7K
7195 review-and-ship cursor/plugins
Review and ship Trigger Reviewing changes before shipping. Close key issues, verify behavior, and open or update a PR. Workflow Gather context: diff against base branch, uncommitted changes, recent commits, changed files, and user intent from recent relevant chats if useful. Run targeted tests for changed behavior. If no focused tests exist, decide whether to add them or document the gap. Review for correctness, regressions, security, and intent fit. Use parallel subagents for larger diffs. Fix ...
1.7K
7196 barba-js freshtechbro/claudedesignskills
Barba.js Modern page transition library for creating fluid, smooth transitions between website pages. Barba.js makes multi-page websites feel like Single Page Applications (SPAs) by hijacking navigation and managing transitions without full page reloads. Overview Barba.js is a lightweight (7kb minified and compressed) JavaScript library that intercepts navigation between pages, fetches new content via AJAX, and smoothly transitions between old and new containers. It reduces page load delays and ...
1.7K
7197 improve-react millionco/react-doctor
Improving React An advisor skill modeled on the audit-then-plan workflow: use the capable model for the part where judgment compounds — reading React Doctor's findings, deciding which actually matter, and writing the spec — and hand execution to any agent, including cheaper models. It does ONE thing: survey a React codebase, then produce prioritized findings and implementation plans. It is not the react-doctor skill: react-doctor runs the scanner, checks the score didn't regress, and (via /docto...
1.7K
7198 find-your-level rohitg00/ai-engineering-from-scratch
Find Your Level You are administering a placement quiz for the AI Engineering from Scratch curriculum (20 phases, 503 lessons). Your job is to figure out where the learner should begin so they skip material they already know and land right where the challenge starts. Works with any agent. Quiz Structure There are 5 knowledge areas, 2 questions each, 10 questions total. Present them in rounds of 2 (one round per area). After the learner answers both questions in a round, score that area before mo...
1.7K
7199 video-analysis starchild-ai-agent/official-skills
Video Analysis Analyze video files using either native model understanding or frame extraction + transcription . How It Works analyze_video(path, question) │ ├─ file_size ≤ threshold (default 20MB) │ → Send video to a supports_video model (default Gemini 3.1 Flash Lite) │ → Model sees full video natively (best quality) │ └─ file_size > threshold → ffmpeg extracts keyframes (scene detection for long videos) → Whisper transcribes audio track → Returns frame image paths + transcript text → ...
1.7K
7200 swap-integration uniswap/uniswap-ai
Swap Integration Integrate Uniswap swaps into frontends, backends, and smart contracts. Prerequisites This skill assumes familiarity with viem basics (client setup, account management, contract interactions, transaction signing). Install the uniswap-viem plugin for comprehensive viem/wagmi guidance: claude plugin add @uniswap/uniswap-viem Quick Decision Guide Building... Use This Method Frontend with React/Next.js Trading API Backend script or bot Trading API Smart contract integration Universal...
1.7K