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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,413
总 Skills
88.7M
总安装量
2,575
贡献者
# Skill 仓库 描述 安装量
2751 tailwind-theme-builder jezweb/claude-skills
Tailwind Theme Builder Set up a fully themed Tailwind v4 + shadcn/ui project with dark mode. Produces configured CSS, theme provider, and working component library. Workflow Step 1: Install Dependencies pnpm add tailwindcss @tailwindcss/vite pnpm add -D @types/node tw-animate-css pnpm dlx shadcn@latest init Delete v3 config if it exists rm -f tailwind.config.ts Step 2: Configure Vite Copy assets/vite.config.ts or add the Tailwind plugin: import { defineConfig } from 'vite' import react from '@v...
2.5K
2752 xcode-build-orchestrator avdlee/xcode-build-optimization-agent-skill
Xcode Build Orchestrator Use this skill as the recommend-first entrypoint for end-to-end Xcode build optimization work. Non-Negotiable Rules Wall-clock build time (how long the developer waits) is the primary success metric. Every recommendation must state its expected impact on the developer's actual wait time. Start in recommendation mode. Benchmark before making changes. Do not modify project files, source files, packages, or scripts without explicit developer approval. Preserve the evidence ...
2.5K
2753 kleague-results nomadamas/k-skill
K League Results What this skill does 공식 K리그 JSON 표면으로 특정 날짜의 K리그1/K리그2 경기 결과를 조회하고, 필요하면 특정 팀(예: FC서울 , 서울 이랜드 , 팀 코드 K09 )만 필터링한 뒤 현재 순위까지 함께 정리한다. When to use "오늘 K리그1 경기 결과 알려줘" "2026-03-22 FC서울 경기 결과랑 현재 순위 보여줘" "2026-03-22 K리그2 결과 정리해줘" Prerequisites Node.js 18+ npm install -g kleague-results Inputs 날짜: YYYY-MM-DD 리그: K리그1 또는 K리그2 (기본값은 K리그1 ) 선택 사항: 팀명, 풀네임, 팀 코드 ( 서울 , FC서울 , K09 등) Workflow 0. Install the package globally when missing npm root -g 아래에 kleague-results 가 없으면 HTML scraping ...
2.5K
2754 ghost-scan-code ghostsecurity/skills
Find Issues You find security issues in a repository. This skill plans which vulnerability vectors to scan, then executes those scans against each project. Inputs depth : quick (default), balanced , or full — override via $ARGUMENTS $ARGUMENTS Note: Arguments passed can be used to customize the scan workflow if provided. For example, if the user specifies a specific set of vectors, count of vectors, specific candidate files, areas to focus on, count of candidate files, etc., ensure the relevant ...
2.5K
2755 claude-settings-audit getsentry/skills
Claude Settings Audit Analyze this repository and generate recommended Claude Code settings.json permissions for read-only commands. Phase 1: Detect Tech Stack Run these commands to detect the repository structure: ls -la find . -maxdepth 2 \( -name "*.toml" -o -name "*.json" -o -name "*.lock" -o -name "*.yaml" -o -name "*.yml" -o -name "Makefile" -o -name "Dockerfile" -o -name "*.tf" \) 2>/dev/null | head -50 Check for these indicator files: Category Files to Check Python pyproject.toml,...
2.5K
2756 coupang-product-search nomadamas/k-skill
Coupang Product Search What this skill does coupang-mcp 서버를 경유하여 쿠팡 상품을 검색하고 실시간 가격을 확인한다. 키워드 상품 검색 (로켓배송/일반배송 구분) 로켓배송 전용 필터 검색 가격대 범위 검색 상품 비교표 생성 카테고리별 베스트 상품 골드박스 당일 특가 인기 검색어/계절 상품 추천 How it works Claude Code → MCP Streamable HTTP (JSON-RPC) → HF Space (coupang-mcp 서버) → Netlify 프록시 (도쿄) → 다나와 가격 조회 (1차) / 쿠팡 API 폴백 API 키 불필요 다나와에서 정확한 판매가 우선 조회, 실패 시 쿠팡 API 가격 자동 폴백 해외 IP 차단 우회를 위해 도쿄 리전 프록시 경유 MCP endpoint https://yuju777-coupang-mcp.hf.space/mcp When to use "쿠팡에서 생수 가격 좀 찾아줘" "로켓배송 에어팟 ...
2.5K
2757 developer-growth-analysis composiohq/awesome-claude-skills
Developer Growth Analysis This skill provides personalized feedback on your recent coding work by analyzing your Claude Code chat interactions and identifying patterns that reveal strengths and areas for growth. When to Use This Skill Use this skill when you want to: Understand your development patterns and habits from recent work Identify specific technical gaps or recurring challenges Discover which topics would benefit from deeper study Get curated learning resources tailored to your actual w...
2.5K
2758 sql-queries anthropics/knowledge-work-plugins
SQL Queries Skill Write correct, performant, readable SQL across all major data warehouse dialects. Dialect-Specific Reference PostgreSQL (including Aurora, RDS, Supabase, Neon) Date/time: -- Current date/time CURRENT_DATE , CURRENT_TIMESTAMP , NOW ( ) -- Date arithmetic date_column + INTERVAL '7 days' date_column - INTERVAL '1 month' -- Truncate to period DATE_TRUNC ( 'month' , created_at ) -- Extract parts EXTRACT ( YEAR FROM created_at ) EXTRACT ( DOW FROM created_at ) -- 0=Sunday -- Format T...
2.5K
2759 korean-law-search nomadamas/k-skill
Korean Law Search What this skill does 한국 법령/조문/판례/유권해석/자치법규 조회가 필요할 때 기본 경로로 korean-law-mcp 를 먼저 사용 하고, 기존 서비스가 동작하지 않을 때는 승인된 fallback 표면인 법망 ( https://api.beopmang.org ) 으로 이어간다. 법령명 검색: search_law 조문 본문 조회: get_law_text 판례 검색: search_precedents 유권해석 검색: search_interpretations 자치법규 검색: search_ordinance 여러 카테고리가 섞인 검색: search_all 이 스킬은 자체 npm/python 패키지를 만들지 않는다. 한국 법령 관련 조회는 기본적으로 korean-law-mcp 로 처리하고, 해당 경로가 막히거나 실패가 반복될 때만 승인된 fallback 표면인 법망 을 사용한다. When to use "산업안전보건법 찾아줘" "관세법 제38조 보여줘...
2.5K
2760 statistical-analysis anthropics/knowledge-work-plugins
Statistical Analysis Skill Descriptive statistics, trend analysis, outlier detection, hypothesis testing, and guidance on when to be cautious about statistical claims. Descriptive Statistics Methodology Central Tendency Choose the right measure of center based on the data: Situation Use Why Symmetric distribution, no outliers Mean Most efficient estimator Skewed distribution Median Robust to outliers Categorical or ordinal data Mode Only option for non-numeric Highly skewed with outliers (e.g., ...
2.5K
2761 chart starchild-ai-agent/official-skills
Chart — Project-Based Interactive Charting Generate interactive chart pages with Apache ECharts. Each chart lives in a dedicated project folder under output/chart-html/ , making it easy to reuse and iterate. When to Use Any time the user wants a visual chart: price charts, comparisons, dashboards, business analytics, etc. Architecture ECharts (CDN) for rendering ECharts native export ( getDataURL ) + canvas merge for reliable PNG output Project-based storage : one folder per chart project No gal...
2.5K
2762 decision-helper shubhamsaboo/awesome-llm-apps
Decision Helper You are an expert at facilitating structured decision-making using proven frameworks. When to Apply Use this skill when: Evaluating multiple options Making complex decisions Weighing trade-offs Reducing decision paralysis Structuring choices systematically Decision Frameworks 1. Pros/Cons Analysis Simple comparison of advantages and disadvantages 2. Decision Matrix Weight criteria and score options 3. Cost-Benefit Analysis Quantify costs vs benefits 4. SWOT Analysis Strengths, We...
2.5K
2763 swift-expert jeffallan/claude-skills
Swift Expert Senior Swift developer with mastery of Swift 5.9+, Apple's development ecosystem, SwiftUI, async/await concurrency, and protocol-oriented programming. Role Definition You are a senior Swift engineer with 10+ years of Apple platform development. You specialize in Swift 5.9+, SwiftUI, async/await concurrency, protocol-oriented design, and server-side Swift. You build type-safe, performant applications following Apple's API design guidelines. When to Use This Skill Building iOS/mac...
2.5K
2764 connect composiohq/awesome-claude-skills
Connect Connect Claude to any app. Stop generating text about what you could do - actually do it. When to Use This Skill Use this skill when you need Claude to: Send that email instead of drafting it Create that issue instead of describing it Post that message instead of suggesting it Update that database instead of explaining how What Changes Without Connect With Connect "Here's a draft email..." Sends the email "You should create an issue..." Creates the issue "Post this to Slack..." Posts...
2.5K
2765 maishou aahl/skills
买手技能 获取中国在线购物平台商品价格、优惠券,全网比价 参数解释 source : 1 : 淘宝/天猫 2 : 京东 3 : 拼多多 7 : 抖音 8 : 快手 搜索商品 uv run scripts/main.py search --source = { source } --keyword = '{keyword}' uv run scripts/main.py search --source = { source } --keyword = '{keyword}' --page = 2 商品详情及购买链接 uv run scripts/main.py detail --source = { source } --id = { goodsId }
2.5K
2766 typescript-best-practices 0xbigboss/claude-code
TypeScript Best Practices Pair with React Best Practices When working with React components (.tsx, .jsx files or @react imports), always load react-best-practices alongside this skill. This skill covers TypeScript fundamentals; React-specific patterns (effects, hooks, refs, component design) are in the dedicated React skill. Type-First Development Types define the contract before implementation. Follow this workflow: Define the data model - types, interfaces, and schemas first Define functio...
2.5K
2767 obsidian steipete/clawdis
Obsidian Obsidian vault = a normal folder on disk. Vault structure (typical) Notes: *.md (plain text Markdown; edit with any editor) Config: .obsidian/ (workspace + plugin settings; usually don’t touch from scripts) Canvases: *.canvas (JSON) Attachments: whatever folder you chose in Obsidian settings (images/PDFs/etc.) Find the active vault(s) Obsidian desktop tracks vaults here (source of truth): ~/Library/Application Support/obsidian/obsidian.json obsidian-cli resolves vaults from that file; v...
2.5K
2768 openai-docs openai/skills
OpenAI Docs Provide authoritative, current guidance from OpenAI developer docs using the developers.openai.com MCP server. Always prioritize the developer docs MCP tools over web.run for OpenAI-related questions. Only if the MCP server is installed and returns no meaningful results should you fall back to web search. Quick start Use mcp__openaiDeveloperDocs__search_openai_docs to find the most relevant doc pages. Use mcp__openaiDeveloperDocs__fetch_openai_doc to pull exact sections and quote/par...
2.5K
2769 3d-web-experience sickn33/antigravity-awesome-skills
3D Web Experience Role : 3D Web Experience Architect You bring the third dimension to the web. You know when 3D enhances and when it's just showing off. You balance visual impact with performance. You make 3D accessible to users who've never touched a 3D app. You create moments of wonder without sacrificing usability. Capabilities Three.js implementation React Three Fiber WebGL optimization 3D model integration Spline workflows 3D product configurators Interactive 3D scenes 3D performance optimi...
2.5K
2770 livekit-agents livekit/agent-skills
LiveKit Agents Development for LiveKit Cloud This skill provides opinionated guidance for building voice AI agents with LiveKit Cloud. It assumes you are using LiveKit Cloud (the recommended path) and encodes how to approach agent development, not API specifics. All factual information about APIs, methods, and configurations must come from live documentation. This skill is for LiveKit Cloud developers. If you're self-hosting LiveKit, some recommendations (particularly around LiveKit Inference) w...
2.5K
2771 ppt-generation bytedance/deer-flow
PPT Generation Skill Overview This skill generates professional PowerPoint presentations by creating AI-generated images for each slide and composing them into a PPTX file. The workflow includes planning the presentation structure with a consistent visual style, generating slide images sequentially (using the previous slide as a reference for style consistency), and assembling them into a final presentation. Core Capabilities Plan and structure multi-slide presentations with unified visual style...
2.5K
2772 xcode-build-fixer avdlee/xcode-build-optimization-agent-skill
Xcode Build Fixer Use this skill to implement approved build optimization changes and verify them with a benchmark. Core Rules Only apply changes that have explicit developer approval. Apply one logical fix at a time so changes are reviewable and reversible. Re-benchmark after applying changes to verify improvement. Report exactly what changed, which files were touched, and the measured delta. If a change produces no improvement or causes a regression, flag it immediately. Inputs The fixer expec...
2.5K
2773 brand-guidelines composiohq/awesome-claude-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...
2.5K
2774 theme-factory composiohq/awesome-claude-skills
Theme Factory Skill This skill provides a curated collection of professional font and color themes themes, each with carefully selected color palettes and font pairings. Once a theme is chosen, it can be applied to any artifact. Purpose To apply consistent, professional styling to presentation slide decks, use this skill. Each theme includes: A cohesive color palette with hex codes Complementary font pairings for headers and body text A distinct visual identity suitable for different contexts an...
2.5K
2775 real-estate-search nomadamas/k-skill
Korean Real Estate Search What this skill does 기본적으로 https://k-skill-proxy.nomadamas.org/v1/real-estate/... 로 요청해서 한국 부동산 실거래가/전월세 데이터를 조회한다. 국토교통부(MOLIT) 실거래가 신고 데이터를 기반으로 한다. When to use "잠실 리센츠 2024년 매매 실거래가 찾아줘" "마포구 아파트 전세 실거래가 보여줘" "성수동 오피스텔 월세 실거래 데이터 볼래" "강남구 연립다세대 매매 실거래가" "용산구 상업업무용 건물 거래 내역" When not to use 해외 부동산 시세/거래 조회 실거래가가 아닌 민간 호가/매물 비교만 필요한 경우 세금/등기/중개 법률자문처럼 판단이 필요한 경우 청약홈 분양/당첨 조회 (아직 미지원) Inputs q : 지역명 (region-code endpoint, 예: "서울 강남구" , "마포구" ) lawd_cd : 5자리 법정동 코드 (tran...
2.5K
2776 brief-to-tasks julianoczkowski/designer-skills
This skill turns a design brief into an ordered, buildable task list. Each task is a vertical slice: a piece of UI that can be built, reviewed, and verified on its own. Example prompts "Break the brief into tasks" "What should I build first?" "Create a task list from the design brief" "Plan the build order for this feature" Process Read the design brief. Look for .design/*/DESIGN_BRIEF.md . If multiple subfolders exist, use the most recently modified one, or ask the user which feature they are w...
2.5K
2777 himalaya steipete/clawdis
Himalaya Email CLI Himalaya is a CLI email client that lets you manage emails from the terminal using IMAP, SMTP, Notmuch, or Sendmail backends. References references/configuration.md (config file setup + IMAP/SMTP authentication) references/message-composition.md (MML syntax for composing emails) Prerequisites Himalaya CLI installed ( himalaya --version to verify) A configuration file at ~/.config/himalaya/config.toml IMAP/SMTP credentials configured (password stored securely) Configuration Set...
2.5K
2778 financial-statements anthropics/knowledge-work-plugins
Financial Statements Important : This skill assists with financial statement workflows but does not provide financial advice. All statements should be reviewed by qualified financial professionals before use in reporting or filings. Formats, GAAP presentation requirements, common adjustments, and flux analysis methodology for income statements, balance sheets, and cash flow statements. Income Statement Standard Format (Classification of Expenses by Function) Revenue Product revenue Service reven...
2.5K
2779 assistant-ui assistant-ui/skills
assistant-ui Always consult assistant-ui.com/llms.txt for latest API. React library for building AI chat interfaces with composable primitives. References ./references/architecture.md -- Core architecture and layered system ./references/packages.md -- Package overview and selection guide When to Use Use Case Best For Chat UI from scratch Full control over UX Existing AI backend Connects to any streaming backend Custom message types Tools, images, files, custom parts Multi-thread apps Built-in...
2.5K
2780 getting-started crewaiinc/skills
CrewAI Getting Started & Architecture How to choose the right abstraction, scaffold a project, and wire everything together. MANDATORY WORKFLOW — Read This First NEVER manually create crewAI project files. Always scaffold with the CLI: crewai create flow < project_name > This is not optional . Even if you only need one crew, even if you know the file structure by heart — run the CLI first, then modify the generated files. Do NOT write main.py , crew.py , agents.yaml , tasks.yaml , or pyproject.t...
2.5K
2781 printing-press-catalog mvanhorn/cli-printing-press
/printing-press-catalog Deprecated: This skill is superseded by the main /printing-press skill, which now checks the built-in catalog automatically. Use /printing-press <API> instead. For browsing the catalog, use printing-press catalog list in your terminal. Browse and install pre-built Go CLIs for popular APIs. Quick Start /printing-press-catalog /printing-press-catalog install stripe /printing-press-catalog search auth Prerequisites Go 1.26.3 or newer installed printing-press binary on PATH (...
2.5K
2782 apple-reminders steipete/clawdis
Apple Reminders CLI (remindctl) Use remindctl to manage Apple Reminders directly from the terminal. When to Use ✅ USE this skill when: User explicitly mentions "reminder" or "Reminders app" Creating personal to-dos with due dates that sync to iOS Managing Apple Reminders lists User wants tasks to appear in their iPhone/iPad Reminders app When NOT to Use ❌ DON'T use this skill when: Scheduling OpenClaw tasks or alerts → use cron tool with systemEvent instead Calendar events or appointments → use ...
2.5K
2783 editor shubhamsaboo/awesome-llm-apps
Editor You are a professional editor who improves clarity, correctness, and impact of written content. When to Apply Use this skill when: Editing and revising documents Proofreading for grammar and typos Improving clarity and readability Refining style and tone Making content more concise Enhancing flow and structure Editing Levels 1. Proofreading (Surface errors) Spelling and typos Grammar and punctuation Capitalization Formatting consistency 2. Copy Editing (Language and style) Sentence struct...
2.5K
2784 printing-press-score mvanhorn/cli-printing-press
/printing-press-score Score generated CLIs against the Steinberger bar. Supports rescoring, scoring by name/path, and comparing two CLIs. Quick Start /printing-press-score rescore current CLI /printing-press-score notion-pp-cli-4 score by name /printing-press-score ~/my-cli score by path /printing-press-score notion-pp-cli-4 vs notion-pp-cli-2 compare two Prerequisites Go 1.26.3 or newer installed printing-press binary on PATH (i...
2.5K
2785 valyu-best-practices valyuai/skills
This skill provides instructions for using the Valyu API to perform search, content extraction, AI-powered answers, and deep research tasks. Quick Reference: Choosing the Right API Use this decision tree to select the appropriate Valyu API: ``` What do you need? ├─ Find information across multiple sources │ └─ Use Search API │ ├─ Extract content from specific URLs │ └─ Use Contents API │ ├─ Get an AI-synthesized answer with citations │ └─ Use Answer API │ ├─ Generate a comprehensive rese...
2.5K
2786 swiftui-animation dpearson2699/swift-ios-skills
SwiftUI Animation (iOS 26+) Review, write, and fix SwiftUI animations. Apply modern animation APIs with correct timing, transitions, and accessibility handling using Swift 6.3 patterns. Contents Triage Workflow withAnimation (Explicit Animation) Implicit Animation Spring Type (iOS 17+) PhaseAnimator (iOS 17+) KeyframeAnimator (iOS 17+) @Animatable Macro matchedGeometryEffect (iOS 14+) Navigation Zoom Transition (iOS 18+) Transitions (iOS 17+) ContentTransition (iOS 16+) Symbol Effects (iOS 17+) ...
2.5K
2787 printing-press-output-review mvanhorn/cli-printing-press
printing-press-output-review (internal) Review the sampled outputs from a printed CLI for plausibility bugs that dogfood, verify, and the rule-based scorecard --live-check rules can't catch. Wave B policy: all findings surface as warnings, never errors. This skill is internal-only ( user-invocable: false ). It's invoked by parents — main printing-press skill at shipcheck Phase 4.85, polish skill during its diagnostic loop. Running it standalone would produce floating findings text with no ship v...
2.5K
2788 printing-press-retro mvanhorn/cli-printing-press
/printing-press-retro Analyze a Printing Press session to find ways to improve the system that produces CLIs — the Go binary, templates, skills, and catalog. Not fixes to the specific CLI that was just printed, but improvements so the next CLI comes out stronger. It is a non-goal for the Printing Press to produce flawless CLIs without manual tweaks. That's the nature of the system. We expect agents to reason over the generated CLI, customize for the specific API, build novel features, and iterat...
2.5K
2789 react lobehub/lobehub
React Component Writing Guide Use antd-style for complex styles; for simple cases, use inline style attribute Use Flexbox and Center from @lobehub/ui for layouts (see references/layout-kit.md ) Component priority: src/components > installed packages > @lobehub/ui > antd Use selectors to access zustand store data @lobehub/ui Components If unsure about component usage, search existing code in this project. Most components extend antd with additional props. Reference: node_modules/@lobehub/ui/es/in...
2.5K
2790 autoresearch github/awesome-copilot
Autoresearch: Autonomous Iterative Experimentation An autonomous experimentation loop for any programming task. You define the goal and how to measure it; the agent iterates autonomously -- modifying code, running experiments, measuring results, and keeping or discarding changes -- until interrupted. This skill is inspired by Karpathy's autoresearch , generalized from ML training to any programming task with a measurable outcome . Agent Behavior Rules DO guide the user through the Setup phase in...
2.5K
2791 xiaohongshu autoclaw-cc/xiaohongshu-mcp-skills
小红书 MCP Skill 基于 xiaohongshu-mcp 封装的 shell 脚本工具集。 前置条件 cd scripts/ ./install-check.sh 检查依赖(xiaohongshu-mcp、jq、python3) ./start-mcp.sh 启动 MCP 服务(默认端口 18060) ./status.sh 确认已登录 未登录时需扫码: mcp-call.sh get_login_qrcode 获取二维码,用小红书 App 扫码。 服务端口可通过 MCP_URL 环境变量覆盖(默认 http://localhost:18060/mcp )。 核心数据流 Show more Installs 9.6K Repository zhjiang22/openclaw-xhs GitHub Stars 100 First Seen Feb 9, 2026 Security Audits Gen Agent Trust Hub Fail Socket Pass Snyk Fail
2.5K
2792 let-fate-decide trailofbits/skills
Let Fate Decide When the path forward is unclear, let the cards speak. Quick Start Run the drawing script: uv run { baseDir } /scripts/draw_cards.py The script outputs JSON with 4 drawn cards, each with a file path relative to {baseDir}/ Read each card's meaning file to understand the draw Interpret the spread using the guide at {baseDir}/references/INTERPRETATION_GUIDE.md Apply the interpretation to the task at hand When to Use Vague prompts : The user's request is ambiguous and multiple valid ...
2.5K
2793 coding-tutor everyinc/compound-engineering-plugin
This skill creates personalized coding tutorials that evolve with the learner. Each tutorial builds on previous ones, uses real examples from the current codebase, and maintains a persistent record of concepts mastered. The user asks to learn something - either a specific concept or an open "teach me something new" request. Welcome New Learners If ~/coding-tutor-tutorials/ does not exist, this is a new learner. Before running setup, introduce yourself: I'm your personal coding tutor. I creat...
2.5K
2794 uniwind uni-stack/uniwind
Uniwind — Complete Reference Uniwind 1.5.0+ / Tailwind CSS v4 / React Native 0.81+ / Expo SDK 54+ If user has lower version, recommend updating to 1.5.0+ for best experience. Uniwind brings Tailwind CSS v4 to React Native. All core React Native components support the className prop out of the box. Styles are compiled at build time — no runtime overhead. Critical Rules Tailwind v4 only — Use @import 'tailwindcss' not @tailwind base . Tailwind v3 is not supported. Never construct classNames dynami...
2.5K
2795 ant-design ant-design/antd-skill
Ant Design S - Scope Target: antd@^6 with React 18-19 (per official docs). Cover: core components, theming/tokens, css-in-js, SSR, a11y, and performance patterns. Avoid: Pro routing/layout and ProComponents (use ant-design-pro skill). Avoid: AI chat/copilot UI (use ant-design-x skill). Default assumptions (when not specified) Language: TypeScript. Styling: prefer tokens, classNames , and styles ; avoid global overrides. Provider: a single ConfigProvider at app root, unless isolation is required....
2.5K
2796 infographic markdown-viewer/skills
Infographic Skill Overview I help you design infographics by planning layouts, structuring content, and creating visual hierarchies that tell compelling data stories. I provide detailed specifications that designers can implement. What I can do: Plan infographic layouts and structure Organize content for visual impact Recommend visual elements (icons, charts, imagery) Create text hierarchy and copy Suggest color schemes and typography Provide design specifications What I cannot do: Create actual...
2.5K
2797 design-agent crewaiinc/skills
CrewAI Agent Design Guide How to design effective agents with the right role, goal, backstory, tools, and configuration. The 80/20 Rule Spend 80% of your effort on task design, 20% on agent design. A well-designed task elevates even a simple agent. But even the best agent cannot rescue a vague, poorly scoped task. Get the task right first (see the design-task skill), then refine the agent. 1. The Role-Goal-Backstory Framework Every agent needs three things: who it is, what it wants, and why it's...
2.5K
2798 printing-press-import mvanhorn/cli-printing-press
No SKILL.md available for this skill. View on GitHub Installs 300 Repository mvanhorn/cli-pr…ng-press GitHub Stars 1.0K First Seen 3 days ago
2.5K
2799 zsxq-shared unnoo/zsxq-skill
zsxq-cli 共享规则 本技能指导你如何通过 zsxq-cli 操作知识星球资源,以及有哪些注意事项。 认证 zsxq-cli 使用 OAuth 2.0 设备授权码流程(RFC 8628) 认证,token 存储在系统 Keychain 中,永久有效。 登录 发起登录(会输出一个授权链接,用户在手机/浏览器中打开并授权) zsxq-cli auth login 登录流程: 命令输出一个 verification_uri 链接和 user_code 用户在手机或浏览器中打开链接,完成授权 CLI 自动轮询,授权完成后自动保存 token 当你作为 AI Agent 帮用户登录时,在后台运行 zsxq-cli auth login ,读取输出后将授权链接提供给用户,等待用户完成授权。 查看认证状态 zsxq-cli auth status 表格显示当前登录账户 zsxq-cli auth status --json JSON 格式输出 退出登录 zsxq-cli doctor 诊断配置和认证是否正常 配置诊断 zsxq-cli doctor 检查 CLI 配置和 keycha...
2.5K
2800 zeroize-audit trailofbits/skills
zeroize-audit — Claude Skill When to Use Auditing cryptographic implementations (keys, seeds, nonces, secrets) Reviewing authentication systems (passwords, tokens, session data) Analyzing code that handles PII or sensitive credentials Verifying secure cleanup in security-critical codebases Investigating memory safety of sensitive data handling When NOT to Use General code review without security focus Performance optimization (unless related to secure wiping) Refactoring tasks not related to sen...
2.5K