███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7201 | 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 |
| 7202 | 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 |
| 7203 | 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 |
| 7204 | 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 |
| 7205 | 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 |
| 7206 | 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 |
| 7207 | 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 |
| 7208 | 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 |
| 7209 | 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 |
| 7210 | 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 |
| 7211 | 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 |
| 7212 | 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 |
| 7213 | 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 |
| 7214 | 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 |
| 7215 | 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 |
| 7216 | 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 |
| 7217 | 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 |
| 7218 | 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 |
| 7219 | 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 |
| 7220 | 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 |
| 7221 | 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 |
| 7222 | 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 |
| 7223 | 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 |
| 7224 | 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 |
| 7225 | 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 |
| 7226 | 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 |
| 7227 | 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 |
| 7228 | 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 |
| 7229 | 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 |
| 7230 | 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 |
| 7231 | 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 |
| 7232 | 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 |
| 7233 | 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 |
| 7234 | 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 |
| 7235 | 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 |
| 7236 | add-molab-badge | marimo-team/skills |
Add molab badge Add "Open in molab" badge(s) linking to marimo notebooks. The badge can be added to any target: a GitHub README, documentation site, blog post, webpage, or any other markdown/HTML file. Instructions 0. Session export for molab molab previews render much nicer if the github repository has session information around. This can be added via: uvx marimo export session notebook.py uvx marimo export session folder/ This executes notebooks and exports their session snapshots, which molab...
|
1.7K |
| 7237 | skill-creator | netlify/context-and-tools |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
1.7K |
| 7238 | redis-connections | redis/agent-skills |
Redis Connections Client-side guidance for talking to Redis efficiently: how to share connections, how to batch commands, which commands not to call in production, when to turn on client-side caching, and how to set timeouts that fail fast without breaking healthy traffic. When to apply Creating or reviewing a Redis client setup (redis-py, Jedis, Lettuce, go-redis, NRedisStack). Making many small Redis calls and wondering where the latency is going. Iterating large keyspaces, sets, hashes, or li...
|
1.7K |
| 7239 | sector-analyst | tradermonty/claude-trading-skills |
Sector Analyst Overview This skill enables comprehensive analysis of sector and industry performance charts to identify market cycle positioning and predict likely rotation scenarios. The analysis combines observed performance data with established sector rotation principles to provide objective market assessment and probabilistic scenario forecasting. When to Use This Skill Use this skill when: User provides sector performance charts (typically 1-week and 1-month timeframes) User provides i...
|
1.7K |
| 7240 | zoom-cobrowse-sdk | anthropics/knowledge-work-plugins |
Zoom Cobrowse SDK - Web Development Background reference for collaborative browsing on the web with Zoom Cobrowse SDK. Use this after the support workflow is clear and you need implementation detail. Official Documentation : https://developers.zoom.us/docs/cobrowse-sdk/ API Reference : https://marketplacefront.zoom.us/sdk/cobrowse/ Quickstart Repository : https://github.com/zoom/CobrowseSDK-Quickstart Auth Endpoint Sample : https://github.com/zoom/cobrowsesdk-auth-endpoint-sample Quick Links New...
|
1.7K |
| 7241 | zoom-apps-sdk | anthropics/knowledge-work-plugins |
Zoom Apps SDK Background reference for web apps that run inside the Zoom client. Prefer choose-zoom-approach first, then route here for Layers API, Collaborate Mode, in-client OAuth, and runtime constraints. Zoom Apps SDK Build web apps that run inside the Zoom client - meetings, webinars, main client, and Zoom Phone. Official Documentation : https://developers.zoom.us/docs/zoom-apps/ SDK Reference : https://appssdk.zoom.us/ NPM Package : https://www.npmjs.com/package/@zoom/appssdk Quick Links N...
|
1.7K |
| 7242 | gzh-design | isjiamu/gzh-design-skill |
公众号文章排版 Skill 把一篇 Markdown 文章转换为可直接复制粘贴进微信公众号编辑器、且粘贴后样式不丢失的 HTML。 核心资产是 references/ 下的 主题组件库 (每套一个主题:设计变量 + 各组件完整 HTML + 模板骨架 + 映射规则)外加 1 套 通用增量库 (代码块 / 图片·GIF / 小标签标题,所有主题共用)。主题清单以 references/theme-index.md 为单一来源。本 SKILL.md 只负责流程与决策, 具体 HTML 代码一律从组件库取,不要凭记忆手写 。 工作流 0. 输入与格式归一化 用户可能给:Markdown 文本或 .md 路径(直接进第 1 步)、 .docx 、 .pdf 、 .txt /无标记纯文本、网页富文本。 非 Markdown 输入必须先读 references/format-normalize.md 按其规则转成 Markdown 草稿并做结构确认 (docx 用 scripts/extract_docx.py ,PDF 用 Read 分页读取+清噪,纯文本按标题启发式推断结构)。什么都没给时,向...
|
1.7K |
| 7243 | open-websearch | aas-ee/open-websearch |
Open WebSearch Use this as the single user-facing entry skill for open-websearch . Assumption: The preferred low-friction path is a working local open-websearch CLI/daemon setup. A workspace that already exposes the open-websearch MCP tools such as search , fetchWebContent , and fetchGithubReadme is also a valid path and should continue to work. If neither path is available, treat that as a missing open-websearch capability in the current workspace, not as a broken skill. If the workspace tool e...
|
1.7K |
| 7244 | 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...
|
1.7K |
| 7245 | msbuild-antipatterns | dotnet/skills |
MSBuild Anti-Pattern Catalog A numbered catalog of common MSBuild anti-patterns. Each entry follows the format: Smell : What to look for Why it's bad : Impact on builds, maintainability, or correctness Fix : Concrete transformation Use this catalog when scanning project files for improvements. AP-01: <Exec> for Operations That Have Built-in Tasks Smell : <Exec Command="mkdir ..." /> , <Exec Command="copy ..." /> , <Exec Command="del ..." /> Why it's bad : Built-in tasks are cross-platform, suppo...
|
1.7K |
| 7246 | stanley-druckenmiller-investment | tradermonty/claude-trading-skills |
Druckenmiller Strategy Synthesizer Purpose Synthesize outputs from 8 upstream analysis skills (5 required + 3 optional) into a single composite conviction score (0-100), classify the market into one of 4 Druckenmiller patterns, and generate actionable allocation recommendations. This is a meta-skill that consumes structured JSON outputs from other skills — it requires no API keys of its own. When to Use This Skill English: User asks "What's my overall conviction?" or "How should I be positioned?...
|
1.7K |
| 7247 | position-sizer | tradermonty/claude-trading-skills |
Position Sizer Overview Calculate the optimal number of shares to buy for a long stock trade based on risk management principles. Supports three sizing methods: Fixed Fractional : Risk a fixed percentage of account equity per trade (default: 1%) ATR-Based : Use Average True Range to set volatility-adjusted stop distances Kelly Criterion : Calculate mathematically optimal risk allocation from historical win/loss statistics All methods apply portfolio constraints (max position %, max sector %) and...
|
1.7K |
| 7248 | who-owns-this-domain | useosint/skills |
Who owns this domain Registration data tells you who bought the name; DNS tells you who runs the service. They are frequently different parties, and conflating them is the mistake that wrecks attribution. Everything here is passive except where flagged — but note that dig aimed at the target's own nameservers lands in the target's query logs, so resolve through a public recursive resolver or passive DNS when you care about being quiet. Which source first You hold Reach for Why A domain, nothing ...
|
1.7K |
| 7249 | secrets-in-git-history | useosint/skills |
Secrets in git history A repository is three intelligence products: a list of humans with real email addresses, a map of the organisation's infrastructure, and a credential store nobody meant to publish. The costly mistake is scanning the working tree. Secrets deleted from HEAD stay in history forever, and commits deleted from a branch stay reachable through the fork network — scan only what is checked out and you are searching the one place the secret was definitely removed from. What you're ho...
|
1.7K |
| 7250 | recon-a-domain-passively | useosint/skills |
Recon a domain passively Turn one domain into a defensible map of an organization's internet-facing estate plus the owner behind it. The techniques live in other skills; what this workflow contributes is the order , the inventory , and the stopping rule . Two failure modes to avoid from the start: enumerating for hours and producing 400 hostnames with no attribution, dates or priority, which is not a map; and drifting active without noticing, because one probe "just to check if it's up" ends the...
|
1.7K |