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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,094
总 Skills
59.3M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
401 gws-sheets-read googleworkspace/cli
sheets +read PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Read values from a spreadsheet Usage gws sheets +read --spreadsheet < ID > --range < RANGE > Flags Flag Required Default Description --spreadsheet ✓ — Spreadsheet ID --range ✓ — Range to read (e.g. 'Sheet1!A1:B2') Examples gws sheets +read --spreadsheet ID --range 'Sheet1!A1:D10' gws sheets +read --spreadsheet ID --range Sheet1 Tips Read-only — neve...
23.9K
402 json-canvas kepano/obsidian-skills
JSON Canvas Skill This skill enables skills-compatible agents to create and edit valid JSON Canvas files (.canvas) used in Obsidian and other applications. Overview JSON Canvas is an open file format for infinite canvas data. Canvas files use the .canvas extension and contain valid JSON following the JSON Canvas Spec 1.0. File Structure A canvas file contains two top-level arrays: { "nodes": [], "edges": [] } nodes (optional): Array of node objects edges (optional): Array of edge obje...
23.7K
403 imagegen-frontend-web leonxlnx/taste-skill
CORE DIRECTIVE: AWWWARDS-LEVEL IMAGE ART DIRECTION You are an elite frontend image art director. Your job is not to generate generic AI art. Your job is to generate highly creative, premium, frontend design reference images that feel like real high-end website concepts. Standard image generation tends to collapse into repetitive defaults: centered dark hero purple/blue AI glow floating meaningless blobs generic dashboard card spam weak typography hierarchy cloned sections "luxury" that is just b...
23.5K
404 solana-dev solana-foundation/solana-dev-skill
Solana Development Skill (framework-kit-first) What this Skill is for Use this Skill when the user asks for: Solana dApp UI work (React / Next.js) Wallet connection + signing flows Transaction building / sending / confirmation UX On-chain program development (Anchor or Pinocchio) Client SDK generation (typed program clients) Local testing (LiteSVM, Mollusk, Surfpool) Security hardening and audit-style reviews Confidential transfers (Token-2022 ZK extension) Toolchain setup, version mismatches, G...
23.5K
405 gws-drive-upload googleworkspace/cli
drive +upload PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Upload a file with automatic metadata Usage gws drive +upload < file > Flags Flag Required Default Description <file> ✓ — Path to file to upload --parent — — Parent folder ID --name — — Target filename (defaults to source filename) Examples gws drive +upload ./report.pdf gws drive +upload ./report.pdf --parent FOLDER_ID gws drive +upload ./data.csv...
23.5K
406 gws-calendar-agenda googleworkspace/cli
calendar +agenda PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Show upcoming events across all calendars Usage gws calendar +agenda Flags Flag Required Default Description --today — — Show today's events --tomorrow — — Show tomorrow's events --week — — Show this week's events --days — — Number of days ahead to show --calendar — — Filter to specific calendar name or ID Examples gws calendar +agenda gws calen...
23.5K
407 firecrawl-build-onboarding firecrawl/skills
Firecrawl Build Onboarding Use this skill for the application-integration path from Firecrawl's onboarding flow. Install If you haven't installed yet, one command sets up both the CLI tools (for live web work) and the build skills (for app integration): npx -y firecrawl-cli@latest init --all --browser This installs the Firecrawl CLI, the CLI skills, and these build skills together. It also opens browser auth so the human can sign in or create an account. No separate npx skills add step is needed...
23.4K
408 imagegen-frontend-mobile leonxlnx/taste-skill
CORE DIRECTIVE: PREMIUM MOBILE APP IMAGE DIRECTION You are an elite mobile product design art director. Your job is not to generate generic app mockups. Your job is to generate premium, app-native, highly readable mobile app screen images and flow images. This skill is for: onboarding flows auth flows home dashboards profile screens settings screens chat screens ecommerce screens fintech screens health and fitness screens productivity apps social apps utilities multi-screen app concepts premium ...
22.9K
409 accessibility addyosmani/web-quality-skills
Accessibility (a11y) Comprehensive accessibility guidelines based on WCAG 2.2 and Lighthouse accessibility audits. Goal: make content usable by everyone, including people with disabilities. WCAG Principles: POUR Principle Description P erceivable Content can be perceived through different senses O perable Interface can be operated by all users U nderstandable Content and interface are understandable R obust Content works with assistive technologies Conformance levels Level Requirement Target A M...
22.8K
410 brandkit leonxlnx/taste-skill
BRANDKIT IMAGE GENERATION SKILL You are an elite brand identity art director, logo designer, visual-system strategist, and presentation designer. Your job is to generate premium brand-kit images that feel like they came from a serious identity studio. The output must feel: intentional premium minimal coherent strategic visually expensive brand-system driven presentation-ready Do not generate generic logos. Do not generate random mockups. Do not generate messy AI moodboards. Create a complete bra...
22.5K
411 gws-calendar-insert googleworkspace/cli
calendar +insert PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. create a new event Usage gws calendar +insert --summary < TEXT > --start < TIME > --end < TIME > Flags Flag Required Default Description --calendar — primary Calendar ID (default: primary) --summary ✓ — Event summary/title --start ✓ — Start time (ISO 8601, e.g., 2024-01-01T10:00:00Z) --end ✓ — End time (ISO 8601) --location — — Event location --...
22.5K
412 web-search skillssh/skills
Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Search the web belt app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' Available Apps Tavily App App ID Description Search Assistant tavily/search-assistant AI-powered search with answers Extract tavily/extract Extract content from URLs Exa App App ID Description Search exa/search Smart web search with AI...
22.4K
413 defuddle kepano/obsidian-skills
Defuddle Use Defuddle CLI to extract clean readable content from web pages. Prefer over WebFetch for standard web pages — it removes navigation, ads, and clutter, reducing token usage. If not installed: npm install -g defuddle Usage Always use --md for markdown output: defuddle parse < url > --md Save to file: defuddle parse < url > --md -o content.md Extract specific metadata: defuddle parse < url > -p title defuddle parse < url > -p description defuddle parse < url > -p domain Output formats F...
22.1K
414 gws-sheets-append googleworkspace/cli
sheets +append PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Append a row to a spreadsheet Usage gws sheets +append --spreadsheet < ID > Flags Flag Required Default Description --spreadsheet ✓ — Spreadsheet ID --values — — Comma-separated values (simple strings) --json-values — — JSON array of rows, e.g. '[["a","b"],["c","d"]]' Examples gws sheets +append --spreadsheet ID --values 'Alice,100,true' gws sheet...
22.1K
415 baoyu-image-gen jimliu/baoyu-skills
Image Generation (AI SDK) Official API-based image generation. Supports OpenAI, Google, OpenRouter, DashScope (阿里通义万象), Jimeng (即梦), Seedream (豆包) and Replicate providers. Script Directory Agent Execution : {baseDir} = this SKILL.md file's directory Script path = {baseDir}/scripts/main.ts Resolve ${BUN_X} runtime: if bun installed → bun ; if npx available → npx -y bun ; else suggest installing bun Step 0: Load Preferences ⛔ BLOCKING CRITICAL : This step MUST complete BEFORE any image generation....
22.1K
416 python-executor skillssh/skills
Python Code Executor Execute Python code in a safe, sandboxed environment with 100+ pre-installed libraries. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Run Python code belt app run infsh/python-executor --input '{ "code": "import pandas as pd\nprint(pd.__version__)" }' App Details Property Value App ID infsh/python-executor Environment Python 3.10, CPU-only RAM 8GB (default) / 16GB (high_memory) Timeout 1-300 seconds (default: 30) Input Schema { "code" : "pr...
22.1K
417 remotion-render skillssh/skills
Remotion Render Render videos from React/Remotion component code via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Render a simple animation infsh app run infsh/remotion-render --input '{ "code": "import { useCurrentFrame, AbsoluteFill } from \"remotion\"; export default function Main() { const frame = useCurrentFrame(); return <AbsoluteFill style={{backgroundColor: \"000\", display: \...
22.1K
418 twitter-automation skillssh/skills
Twitter/X Automation Automate Twitter/X via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Post a tweet infsh app run x/post-tweet --input '{"text": "Hello from inference.sh!"}' Available Apps App App ID Description Post Tweet x/post-tweet Post text tweets Create Post x/post-create Post with media Like Post x/post-like Like a tweet Retweet x/post-retweet Retweet a post Delete Post x/pos...
22.1K
419 web-search inference-skills/skills
Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Search the web belt app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' Available Apps Tavily App App ID Description Search Assistant tavily/search-assistant AI-powered search with answers Extract tavily/extract Extract content from URLs Exa App App ID Description Search exa/search Smart web search with AI...
22.1K
420 gws-gmail-send googleworkspace/cli
gmail +send PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Send an email Usage gws gmail +send --to < EMAIL > --subject < SUBJECT > --body < TEXT > Flags Flag Required Default Description --to ✓ — Recipient email address --subject ✓ — Email subject --body ✓ — Email body (plain text) --dry-run — — Show the request that would be sent without executing it Examples gws gmail +send --to alice@example.com --subjec...
22K
421 agent-browser skillssh/skills
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
22K
422 higgsfield-generate higgsfield-ai/skills
Higgsfield Generate Submit jobs to any Higgsfield model. Wraps the higgsfield CLI. Covers generic image/video gen and Marketing Studio (branded ads, avatars, products). Prerequisites higgsfield CLI installed: curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh Authenticated: higgsfield auth login UX Rules Be concise. No raw IDs, no JSON dumps in chat. Print result URL when ready. No internal jargon. Don't narrate "calling higgsfield cost", "polling job". Detect th...
21.9K
423 baoyu-markdown-to-html jimliu/baoyu-skills
Converts Markdown files to beautifully styled HTML with inline CSS, optimized for WeChat Official Account and other platforms. Script Directory Agent Execution: Determine this SKILL.md directory as `SKILL_DIR`, then use `${SKILL_DIR}/scripts/<name>.ts`. | `scripts/main.ts` | Main entry point Preferences (EXTEND.md) Use Bash to check EXTEND.md existence (priority order): ``` Check project-level first test -f .baoyu-skills/baoyu-markdown-to-html/EXTEND.md && echo "project" Then user-l...
21.9K
424 remotion-render inference-skills/skills
Remotion Render Render videos from React/Remotion component code via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Render a simple animation infsh app run infsh/remotion-render --input '{ "code": "import { useCurrentFrame, AbsoluteFill } from \"remotion\"; export default function Main() { const frame = useCurrentFrame(); return <AbsoluteFill style={{backgroundColor: \"000\", display: \...
21.9K
425 agent-browser inference-skills/skills
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
21.9K
426 python-executor inference-skills/skills
Python Code Executor Execute Python code in a safe, sandboxed environment with 100+ pre-installed libraries. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Run Python code belt app run infsh/python-executor --input '{ "code": "import pandas as pd\nprint(pd.__version__)" }' App Details Property Value App ID infsh/python-executor Environment Python 3.10, CPU-only RAM 8GB (default) / 16GB (high_memory) Timeout 1-300 seconds (default: 30) Input Schema { "code" : "pr...
21.9K
427 twitter-automation inference-skills/skills
Twitter/X Automation Automate Twitter/X via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Post a tweet infsh app run x/post-tweet --input '{"text": "Hello from inference.sh!"}' Available Apps App App ID Description Post Tweet x/post-tweet Post text tweets Create Post x/post-create Post with media Like Post x/post-like Like a tweet Retweet x/post-retweet Retweet a post Delete Post x/pos...
21.9K
428 baoyu-cover-image jimliu/baoyu-skills
Cover Image Generator Generate elegant cover images for articles with 5-dimensional customization. Usage Auto-select dimensions based on content /baoyu-cover-image path/to/article.md Quick mode: skip confirmation /baoyu-cover-image article.md --quick Specify dimensions /baoyu-cover-image article.md --type conceptual --palette warm --rendering flat-vector Style presets (shorthand for palette + rendering) /baoyu-cover-image article.md --style blueprint With reference images /baoyu-cover-image...
21.7K
429 seo addyosmani/web-quality-skills
SEO optimization Search engine optimization based on Lighthouse SEO audits and Google Search guidelines. Focus on technical SEO, on-page optimization, and structured data. SEO fundamentals Search ranking factors (approximate influence): Factor Influence This Skill Content quality & relevance ~40% Partial (structure) Backlinks & authority ~25% ✗ Technical SEO ~15% ✓ Page experience (Core Web Vitals) ~10% See Core Web Vitals On-page SEO ~10% ✓ Technical SEO Crawlability robots.txt: /robots.txt Us...
21.7K
430 gws-gmail-triage googleworkspace/cli
gmail +triage PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Show unread inbox summary (sender, subject, date) Usage gws gmail +triage Flags Flag Required Default Description --max — 20 Maximum messages to show (default: 20) --query — — Gmail search query (default: is:unread) --labels — — Include label names in output Examples gws gmail +triage gws gmail +triage --max 5 --query 'from:boss' gws gmail +triage ...
21.6K
431 baoyu-article-illustrator jimliu/baoyu-skills
Article Illustrator Analyze articles, identify illustration positions, generate images with Type × Style consistency. Two Dimensions Dimension Controls Examples Type Information structure infographic, scene, flowchart, comparison, framework, timeline Style Visual aesthetics notion, warm, minimal, blueprint, watercolor, elegant Combine freely: --type infographic --style blueprint Or use presets: --preset tech-explainer → type + style in one flag. See Style Presets . Types Type Best For infographi...
21.6K
432 baoyu-xhs-images jimliu/baoyu-skills
Xiaohongshu Infographic Series Generator Break down complex content into eye-catching infographic series for Xiaohongshu with multiple style options. Usage Auto-select style and layout based on content /baoyu-xhs-images posts/ai-future/article.md Specify style /baoyu-xhs-images posts/ai-future/article.md --style notion Specify layout /baoyu-xhs-images posts/ai-future/article.md --layout dense Combine style and layout /baoyu-xhs-images posts/ai-future/article.md --style notion --layout list ...
21.4K
433 vue antfu/skills
Vue Based on Vue 3.5. Always use Composition API with <template> <div>{{ title }} - {{ doubled }}</div> </template> Key Imports // Reactivity import { ref , shallowRef , computed , reactive , readonly , toRef , toRefs , toValue } from 'vue' // Watchers import { watch , watchEffect , watchPostEffect , onWatcherCleanup } from 'vue' // Lifecycle import { onMounted , onUpdated , onUnmounted , onBeforeMount , onBeforeUpdate , onBeforeUnmount } from 'vue' // Utilities import { nextTick , defineCompon...
21.3K
434 replicas-agent replicas-group/skill
Replicas Agent You are a background coding agent running inside a Replicas cloud workspace (a remote VM). This guide covers capabilities and best practices specific to this environment. Preview URLs When you run services on ports — such as a web app, API server, or database — humans may want to interact with them directly. You can expose your locally running services as public preview URLs. Creating Previews Expose a local port as a public URL replicas preview create < port > List all active p...
21.1K
435 brand-landingpage wshobson/agents
Brand Landing Page Designer You are a design consultant embedded in a developer's workflow. Your user has built a product, side project, or service and needs a landing page -- but hasn't thought much about brand identity, visual direction, or how to communicate their product to non-technical visitors. You guide them through a focused brand interview, translate their answers into design decisions, generate screens via Stitch, lead iterative refinement through structured design feedback, and deliv...
21.1K
436 create-auth-skill better-auth/skills
Create Auth Skill Guide for adding authentication to TypeScript/JavaScript applications using Better Auth. For code examples and syntax, see better-auth.com/docs. Decision Tree Is this a new/empty project? ├─ YES → New project setup │ 1. Identify framework │ 2. Choose database │ 3. Install better-auth │ 4. Create auth.ts + auth-client.ts │ 5. Set up route handler │ 6. Run CLI migrate/generate │ 7. Add features via plugins │ └─ NO → Does project have existing auth? ├─ YES → M...
21.1K
437 baoyu-infographic jimliu/baoyu-skills
Infographic Generator Two dimensions: layout (information structure) × style (visual aesthetics). Freely combine any layout with any style. Usage /baoyu-infographic path/to/content.md /baoyu-infographic path/to/content.md --layout hierarchical-layers --style technical-schematic /baoyu-infographic path/to/content.md --aspect portrait --lang zh /baoyu-infographic then paste content Options Option Values --layout 20 options (see Layout Gallery), default: bento-grid --style 17 options (see Styl...
21.1K
438 baoyu-slide-deck jimliu/baoyu-skills
Slide Deck Generator Transform content into professional slide deck images. Usage /baoyu-slide-deck path/to/content.md /baoyu-slide-deck path/to/content.md --style sketch-notes /baoyu-slide-deck path/to/content.md --audience executives /baoyu-slide-deck path/to/content.md --lang zh /baoyu-slide-deck path/to/content.md --slides 10 /baoyu-slide-deck path/to/content.md --outline-only /baoyu-slide-deck Then paste content Script Directory Agent Execution Instructions : Determine this SKILL.md file's...
21.1K
439 dogfood vercel-labs/agent-browser
Dogfood Systematically explore a web application, find issues, and produce a report with full reproduction evidence for every finding. Setup Only the Target URL is required. Everything else has sensible defaults -- use them unless the user explicitly provides an override. Parameter Default Example override Target URL (required) vercel.com , http://localhost:3000 Session name Slugified domain (e.g., vercel.com -> vercel-com ) --session my-session Output directory ./dogfood-output/ Output director...
21.1K
440 gh-cli github/awesome-copilot
GitHub CLI (gh) Comprehensive reference for GitHub CLI (gh) - work seamlessly with GitHub from the command line. Version: 2.85.0 (current as of January 2026) Prerequisites Installation macOS brew install gh Linux curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of = /usr/share/keyrings/githubcli-archive-keyring.gpg echo "deb [arch= $( dpkg --print-architecture ) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable...
21K
441 python-performance-optimization wshobson/agents
Python Performance Optimization Comprehensive guide to profiling, analyzing, and optimizing Python code for better performance, including CPU profiling, memory optimization, and implementation best practices. When to Use This Skill Identifying performance bottlenecks in Python applications Reducing application latency and response times Optimizing CPU-intensive operations Reducing memory consumption and memory leaks Improving database query performance Optimizing I/O operations Speeding up dat...
20.9K
442 gws-shared googleworkspace/cli
gws — Shared Reference Installation The gws binary must be on $PATH . See the project README for install options. Authentication Browser-based OAuth (interactive) gws auth login Service Account export GOOGLE_APPLICATION_CREDENTIALS = /path/to/key.json Global Flags Flag Description --format <FORMAT> Output format: json (default), table , yaml , csv --dry-run Validate locally without calling the API --sanitize <TEMPLATE> Screen responses through Model Armor CLI Syntax gws < service > < resource ...
20.9K
443 api-design-principles wshobson/agents
API Design Principles Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers and stand the test of time. When to Use This Skill Designing new REST or GraphQL APIs Refactoring existing APIs for better usability Establishing API design standards for your team Reviewing API specifications before implementation Migrating between API paradigms (REST to GraphQL, etc.) Creating developer-friendly API documentation Optimizing APIs for ...
20.8K
444 vite antfu/skills
Vite Based on Vite 8 beta (Rolldown-powered). Vite 8 uses Rolldown bundler and Oxc transformer. Vite is a next-generation frontend build tool with fast dev server (native ESM + HMR) and optimized production builds. Preferences Use TypeScript: prefer vite.config.ts Always use ESM, avoid CommonJS Core Topic Description Reference Configuration vite.config.ts , defineConfig , conditional configs, loadEnv core-config Features import.meta.glob , asset queries ( ?raw , ?url ), import.meta.env , HMR API...
20.6K
445 humanizer-zh op7418/humanizer-zh
Humanizer-zh: 去除 AI 写作痕迹 你是一位文字编辑,专门识别和去除 AI 生成文本的痕迹,使文字听起来更自然、更有人味。本指南基于维基百科的"AI 写作特征"页面,由 WikiProject AI Cleanup 维护。 你的任务 当收到需要人性化处理的文本时: 识别 AI 模式 - 扫描下面列出的模式 重写问题片段 - 用自然的替代方案替换 AI 痕迹 保留含义 - 保持核心信息完整 维持语调 - 匹配预期的语气(正式、随意、技术等) 注入灵魂 - 不仅要去除不良模式,还要注入真实的个性 核心规则速查 在处理文本时,牢记这 5 条核心原则: 删除填充短语 - 去除开场白和强调性拐杖词 打破公式结构 - 避免二元对比、戏剧性分段、修辞性设置 变化节奏 - 混合句子长度。两项优于三项。段落结尾要多样化 信任读者 - 直接陈述事实,跳过软化、辩解和手把手引导 删除金句 - 如果听起来像可引用的语句,重写它 个性与灵魂 避免 AI 模式只是工作的一半。无菌、没有声音的写作和机器生成的内容一样明显。好的写作背后有一个真实的人。 缺乏灵魂的写作迹象(即使技术上"干...
20.6K
446 firebase-security-rules-auditor firebase/agent-skills
Overview This skill acts as an auditor for Firebase Security Rules, evaluating them against a rigorous set of criteria to ensure they are secure, robust, and correctly implemented. Scoring Criteria Assessment: Security Validator (Red Team Edition) You are a Senior Security Auditor and Penetration Tester specializing in Firestore. Your goal is to find "the hole in the wall." Do not assume a rule is secure because it looks complex; instead, actively try to find a sequence of operations to bypass i...
20.5K
447 baoyu-url-to-markdown jimliu/baoyu-skills
URL to Markdown Fetches any URL via Chrome CDP and converts HTML to clean markdown. Script Directory Important: All scripts are located in the scripts/ subdirectory of this skill. Agent Execution Instructions: Determine this SKILL.md file's directory path as SKILL_DIR Script path = ${SKILL_DIR}/scripts/<script-name>.ts Replace all ${SKILL_DIR} in this document with the actual path Script Reference: Script Purpose scripts/main.ts CLI entry point for URL fetching Preferences (EXTEND.md) Us...
20.5K
448 python-testing-patterns wshobson/agents
Python Testing Patterns Comprehensive guide to implementing robust testing strategies in Python using pytest, fixtures, mocking, parameterization, and test-driven development practices. When to Use This Skill Writing unit tests for Python code Setting up test suites and test infrastructure Implementing test-driven development (TDD) Creating integration tests for APIs and services Mocking external dependencies and services Testing async code and concurrent operations Setting up continuous testi...
20.4K
449 firebase-ai-logic-basics firebase/agent-skills
Firebase AI Logic Basics Overview Firebase AI Logic is a product of Firebase that allows developers to add gen AI to their mobile and web apps using client-side SDKs. You can call Gemini models directly from your app without managing a dedicated backend. Firebase AI Logic, which was previously known as "Vertex AI for Firebase", represents the evolution of Google's AI integration platform for mobile and web developers. It supports the two Gemini API providers: Gemini Developer API : It has a free...
20.3K
450 vue-best-practices hyf0/vue-skills
Vue Best Practices Workflow Use this skill as an instruction set. Follow the workflow in order unless the user explicitly asks for a different order. Core Principles Keep state predictable: one source of truth, derive everything else. Make data flow explicit: Props down, Events up for most cases. Favor small, focused components: easier to test, reuse, and maintain. Avoid unnecessary re-renders: use computed properties and watchers wisely. Readability counts: write clear, self-documenting code. 1...
20.2K