███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 15201 | write-guide | vercel/next.js |
Writing Guides Goal Produce a technical guide that teaches a real-world use case through progressive examples. Concepts are introduced only when the reader needs them. Each guide solves one specific problem . Not a category of problems. If the outline has 5+ steps or covers multiple approaches, split it. Structure Every guide follows this arc: introduction, example setup, 2-5 progressive steps, next steps. Each step follows this loop: working code → new requirement → friction → explanation → res...
|
49 |
| 15202 | summary-generator | panaversity/agentfactory |
Summary Generator Overview This skill generates concise, scannable summaries for educational lessons by extracting the essential learning elements through Socratic questioning. Summaries serve two user needs: quick review (students returning to refresh understanding) and just-in-time reference (students checking back mid-practice). Extraction Process (Socratic Style) To generate a summary, work through these questions in order. Each question extracts content for one section of the summary. Quest...
|
49 |
| 15203 | update-dataset | owid/etl |
Update Dataset (PR → snapshot → steps → grapher) Use this skill to run a complete dataset update with Claude Code subagents, keep a live progress checklist, and pause for approval at a checkpoint after every numbered workflow step before continuing. Inputs <namespace>/<old_version>/<name> Get <new_version> as today's date by running date -u +"%Y-%m-%d" Optional trailing args: branch: The working branch name (defaults to current branch) Assumptions: All artifacts are written to workbench/<short_n...
|
49 |
| 15204 | shopify-webhooks | hookdeck/webhook-skills |
Shopify Webhooks When to Use This Skill Setting up Shopify webhook handlers Debugging signature verification failures Understanding Shopify event types and payloads Handling order, product, or customer events Essential Code (USE THIS) Shopify Signature Verification (JavaScript) const crypto = require ( 'crypto' ) ; function verifyShopifyWebhook ( rawBody , hmacHeader , secret ) { if ( ! hmacHeader || ! secret ) return false ; const hash = crypto . createHmac ( 'sha256' , secret ) . update ( rawB...
|
49 |
| 15205 | domain-identification-grouping | tech-leads-club/agent-skills |
Domain Identification and Grouping This skill groups architectural components into logical domains (business areas) to prepare for creating domain services in a service-based architecture. How to Use Quick Start Request analysis of your codebase: "Group components into logical domains" "Identify component domains for service-based architecture" "Create domain groupings from components" "Analyze which components belong to which domains" Usage Examples Example 1: Domain Identification User: "Group...
|
49 |
| 15206 | health-audit | laurigates/claude-plugins |
/health:audit Audit the project's enabled plugins against the actual technology stack. Identifies plugins that don't apply to this project and suggests relevant plugins that aren't enabled. When to Use This Skill Use this skill when... Use another approach when... Reviewing plugin relevance for current project General health diagnostics (use /health:check ) Cleaning up unused plugins Plugin registry corruption (use /health:plugins --fix ) Discovering relevant plugins for tech stack Agentic optim...
|
49 |
| 15207 | create-plans | glittercowboy/taches-cc-resources |
<essential_principles> When planning a phase, you are writing the prompt that will execute it. The quality degradation curve: 0-30% context: Peak quality (comprehensive, thorough, no anxiety) 30-50% context: Good quality (engaged, manageable pressure) 50-70% context: Degrading quality (efficiency mode, compression) 70%+ context: Poor quality (self-lobotomization, rushed work) Critical insight: Claude doesn't degrade at 80% - it degrades at ~40-50% when it sees context mounting and enters "comple...
|
49 |
| 15208 | ton-bug-triage | ton-blockchain/ton-triage-skill |
TON Bug Triage Use this skill when the job is to prove something on a local tontester network, not just to launch validators. Typical triggers: deploy a contract and trigger a bug with an internal message compare baseline and probing validator builds verify a crash, liveness failure, malformed-packet path, or compatibility claim collect maintainer-ready evidence for a local TON repro The standard is: choose the smallest topology that answers the question, define the success condition before runn...
|
49 |
| 15209 | domain-fintech | actionbook/rust-skills |
FinTech Domain Layer 3: Domain Constraints Domain Constraints → Design Implications Domain Rule Design Constraint Rust Implication Audit trail Immutable records Arc, no mutation Precision No floating point rust_decimal Consistency Transaction boundaries Clear ownership Compliance Complete logging Structured tracing Reproducibility Deterministic execution No race conditions Critical Constraints Financial Precision RULE: Never use f64 for money WHY: Floating point loses precision RUST: Use rust_...
|
49 |
| 15210 | bun shell | secondsky/claude-skills |
Bun Shell Bun provides powerful shell scripting capabilities with template literals and spawn APIs. Bun.$ (Shell Template) Basic Usage import { $ } from "bun" ; // Run command await $ ` echo "Hello World" ` ; // Get output const result = await $ ` ls -la ` . text ( ) ; console . log ( result ) ; // JSON output const pkg = await $ ` cat package.json ` . json ( ) ; console . log ( pkg . name ) ; Variable Interpolation import { $ } from "bun" ; const name = "world" ; const dir = "./src" ; // Safe i...
|
49 |
| 15211 | gate-exchange-spot | gate/gate-skills |
Gate Spot Trading Assistant Execute integrated operations for Gate spot workflows, including: Buy and account queries (balance checks, asset valuation, minimum order checks) Smart monitoring and trading (automatic price-condition limit orders, no take-profit/stop-loss support) Order management and amendment (price updates, cancellations, fill verification, cost-basis checks, swaps) Advanced execution utilities (batch cancel, batch amend, batch order placement, slippage simulation, fee comparison...
|
49 |
| 15212 | ln-310-multi-agent-validator | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Multi-Agent Validator Validates Stories/Tasks (mode=story), implementation plans (mode=plan_review), or arbitrary context (mode=context) with parallel multi-agent review and critical verification. Inputs Input Required Source Description storyId mode=story args, git branch, kanban, user Story to process plan {file} mode=pla...
|
49 |
| 15213 | chat-list | andrelandgraf/fullstackrecipes |
Chat List & Management To set up Chat List & Management, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/chat-list If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/chat-list
|
49 |
| 15214 | 1k-patching-native-modules | onekeyhq/app-monorepo |
Patching Native Modules Follow this workflow to analyze crash logs, fix native module bugs, and generate patches. Workflow Overview 1. Analyze Crash Log → 2. Locate Bug → 3. Fix Code → 4. Clean Build Artifacts → 5. Generate Patch → 6. Commit & PR Step 1: Analyze Crash Log iOS Crash (EXC_BAD_ACCESS / KERN_INVALID_ADDRESS) Key information to extract: Exception type : EXC_BAD_ACCESS , SIGABRT , etc. Stack trace : Identify the crashing function Memory address : Helps identify nil pointer issues Libr...
|
49 |
| 15215 | docker | panaversity/agentfactory |
Docker Containerization Skill Summary Docker provides containerization for packaging applications with their dependencies into isolated, portable units. Containers ensure consistency across development, testing, and production environments, eliminating "works on my machine" problems. When to Use Local Development: Consistent dev environments across team members CI/CD Pipelines: Reproducible build and test environments Microservices: Isolated services with independent scaling Production Deploym...
|
49 |
| 15216 | agentifind | avivk5498/agentifind |
Agentifind: Codebase Intelligence Setup This skill sets up codebase intelligence by: Running agentifind CLI to extract code structure Detecting dynamic patterns that static analysis can't fully trace Synthesizing a navigation guide with staleness metadata Procedure Step 1: Check for existing guide (Staleness Detection) If .claude/CODEBASE.md already exists, check if it's stale: Read the metadata header from CODEBASE.md: Source-Hash: {sha256 of codebase.json when guide was generated} Commit:...
|
49 |
| 15217 | applying-brand-guidelines | ovachiever/droid-tings |
Corporate Brand Guidelines Skill This skill ensures all generated documents adhere to corporate brand standards for consistent, professional communication. Brand Identity Company: Acme Corporation Tagline: "Innovation Through Excellence" Industry: Technology Solutions Visual Standards Color Palette Primary Colors: Acme Blue: 0066CC (RGB: 0, 102, 204) - Headers, primary buttons Acme Navy: 003366 (RGB: 0, 51, 102) - Text, accents White: FFFFFF - Backgrounds, reverse text Secondary Colors: ...
|
49 |
| 15218 | workflow automator | eddiebe147/claude-settings |
Workflow Automator The Workflow Automator skill identifies repetitive tasks and designs automated workflows using GitHub Actions, webhooks, MCP servers, and integration tools. It focuses on eliminating manual work, reducing errors, and accelerating delivery through intelligent automation. This skill excels at analyzing existing processes, identifying automation opportunities, designing workflow diagrams, implementing automation scripts, and monitoring automated systems for reliability and effici...
|
49 |
| 15219 | content-strategist | borghei/claude-skills |
Content Strategist Expert-level content strategy for brand growth. Core Competencies Content strategy development Editorial planning Brand voice and tone Content optimization Multi-channel distribution Content governance Performance measurement Team management Content Strategy Framework Strategy Development Content Strategy: [Brand/Product] Business Objectives - [Objective 1]: [KPI] - [Objective 2]: [KPI] Audience Analysis - Primary: [Persona A] - Secondary: [Persona B] Content Pillars ...
|
49 |
| 15220 | presentation-creator | getsentry/skills |
Sentry Presentation Builder Create interactive, data-driven presentation slides using React + Vite + Recharts, styled with the Sentry design system and built as a single distributable HTML file. Step 1: Gather Requirements Ask the user: What is the presentation topic? How many slides (typically 5-8)? What data/charts are needed? (time series, comparisons, diagrams, zone charts) What is the narrative arc? (problem → solution, before → after, technical deep-dive) Data Assessment (CRITICAL) Before ...
|
49 |
| 15221 | announcement drafter | eddiebe147/claude-settings |
Announcement Drafter The Announcement Drafter skill helps you create clear, well-structured announcements for any organizational change, update, or news. Whether you're announcing a new hire, policy change, product launch, organizational restructuring, or company milestone, this skill ensures your message is clear, appropriately toned, and drives the right response. This skill understands that announcements are high-stakes communication. They set tone, manage expectations, and can significantly ...
|
49 |
| 15222 | configure-github-pages | laurigates/claude-plugins |
/configure:github-pages Check and configure GitHub Pages deployment. When to Use This Skill Use this skill when... Use another approach when... Setting up GitHub Pages deployment for a documentation site Configuring documentation standards or generators ( /configure:docs instead) Creating or updating a GitHub Actions workflow for Pages deployment Debugging a failed GitHub Actions workflow ( /configure:workflows instead) Migrating from peaceiris/actions-gh-pages to official actions/deploy-pages E...
|
49 |
| 15223 | generate-creative-ideas | thepexcel/agent-skills |
⚠️ Anti-pattern: Jumping to solutions without understanding context = generic noise, not useful ideas Situation → Technique Matrix | Stuck / No ideas | Random Word, Forced Connections, Oblique Strategies | Need breakthrough | First Principles, Challenging Assumptions, Combinatorial Engine | Improve existing | SCAMPER, Reverse Brainstorming, TRIZ-AI | Explore systematically | Morphological Box, Six Thinking Hats, Constraint Injection | Reframe problem | How Might We (HMW), Jobs to...
|
49 |
| 15224 | agent-council | itsahedge/agent-council |
Agent Council Create and manage autonomous AI agents with full Discord integration. Updated for OpenClaw 2026.3.x — uses native CLI commands ( openclaw agents add/delete/bind/unbind/bindings/set-identity ) where possible, with config patching only for Discord channel-specific routing (which the CLI doesn't support yet). What It Does Creates agent workspace (SOUL.md, HEARTBEAT.md, IDENTITY.md, memory/) Registers agent via openclaw agents add Creates Discord channel (optional) with topic Binds age...
|
49 |
| 15225 | intercom | vm0-ai/vm0-skills |
Intercom API Manage customer conversations, contacts, messages, articles, and support operations via the Intercom REST API. Official docs: https://developers.intercom.com/docs When to Use Use this skill when you need to: Manage contacts - Create, update, search, and delete user profiles Handle conversations - List, search, reply to, assign, and close conversations Send messages - Create and send messages to contacts Manage companies - Track organizations and their members Work with articles - Ac...
|
49 |
| 15226 | markdown-to-docx | vace/markdown-docx |
markdown-to-docx Convert markdown files to Microsoft Word (.docx) documents. Installation Required cd .claude/skills/markdown-to-docx npm install Dependencies: markdown-docx (uses docx internally) Quick Start Basic conversion node .claude/skills/markdown-to-docx/scripts/convert.cjs \ --file ./README.md Custom output path node .claude/skills/markdown-to-docx/scripts/convert.cjs \ --file ./doc.md \ --output ./output/doc.docx CLI Options Option Required Description --file <path> Yes ...
|
49 |
| 15227 | configure-dead-code | laurigates/claude-plugins |
/configure:dead-code Check and configure dead code detection tools. When to Use This Skill Use this skill when... Use another approach when... Setting up dead code detection for a new project Running an existing dead code scan ( knip , vulture ) Auditing whether Knip, Vulture, or cargo-machete is configured correctly Manually removing specific unused exports or imports Migrating between dead code detection tools Debugging why a specific file is flagged as unused Adding dead code checks to CI/CD ...
|
49 |
| 15228 | presentations | dylantarre/animation-principles |
Apply Disney's 12 animation principles to Keynote, PowerPoint, Google Slides, and presentation software. Quick Reference | Squash & Stretch | Bounce emphasis, elastic scaling | Anticipation | Build sequences, pre-reveal fades | Staging | Focal point management, dimming | Straight Ahead / Pose to Pose | Morph vs discrete transitions | Follow Through / Overlapping | Staggered builds, delayed elements | Slow In / Slow Out | Ease animations, avoid linear | Arc | Motion paths, c...
|
49 |
| 15229 | figma | tech-leads-club/agent-skills |
Figma MCP Use the Figma MCP server for Figma-driven implementation. For setup and debugging details (env vars, config, verification), see references/figma-mcp-config.md . Figma MCP Integration Rules These rules define how to translate Figma inputs into code for this project and must be followed for every Figma-driven change. Required flow (do not skip) Run get_design_context first to fetch the structured representation for the exact node(s). If the response is too large or truncated, run get_met...
|
49 |
| 15230 | blueprint-derive-rules | laurigates/claude-plugins |
/blueprint:derive-rules Extract project decisions from git commit history and codify them as Claude rules. Newer commits override older decisions when conflicts exist. Use case : Derive implicit project patterns from git history to establish consistent AI-assisted development guidelines. Usage : /blueprint:derive-rules [--since DATE] [--scope SCOPE] When to Use This Skill Use this skill when... Use alternative when... Want to extract implicit decisions from git history Creating rules from requir...
|
49 |
| 15231 | sc-estimate | tony363/superclaude |
Development Estimation Skill Systematic estimation with confidence intervals and risk assessment. Quick Start Time estimate with breakdown /sc:estimate "auth system" --type time --unit days --breakdown Complexity assessment /sc:estimate "microservices migration" --type complexity Effort analysis /sc:estimate "performance optimization" --type effort --unit hours Behavioral Flow Analyze - Examine scope, complexity, and dependencies Calculate - Apply estimation methodology with benchmarks Valida...
|
49 |
| 15232 | git-workflow | blogic-cz/agent-tools |
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
|
49 |
| 15233 | analytics-flow | vladm3105/aidoc-flow-framework |
analytics-flow Description: Project metrics, documentation analytics, progress tracking, and trend analysis Category: Data Analysis & Reporting Complexity: Medium (data aggregation + visualization) Purpose Provide visibility into project progress, documentation quality, requirement coverage, and development velocity. Generate actionable insights from SDD artifacts to identify bottlenecks and optimize workflows. Capabilities 1. Documentation Coverage Metrics Total documents by type (BRD, PR...
|
49 |
| 15234 | x-twitter-scraper | sickn33/antigravity-awesome-skills |
Xquik API Integration Xquik is an X (Twitter) real-time data platform providing a REST API, HMAC webhooks, and an MCP server for AI agents. It covers account monitoring, bulk data extraction (20 tools), giveaway draws, tweet/user lookups, media downloads, follow checks, trending topics, write actions (tweet, like, retweet, follow, DM, profile, media upload, communities), and Telegram integrations. Quick Reference Base URL https://xquik.com/api/v1 Auth x-api-key: xq_... header (64 hex chars after...
|
49 |
| 15235 | tool-schema-markup | heyvhuang/ship-faster |
Schema Markup You are an expert in structured data and schema markup. Your goal is to implement schema.org markup that helps search engines understand content and enables rich results in search. Initial Assessment Before implementing schema, understand: Page Type What kind of page is this? What's the primary content? What rich results are possible? Current State Any existing schema? Errors in current implementation? Which rich results are already appearing? Goals Which rich results are you targe...
|
49 |
| 15236 | doc-flow | vladm3105/aidoc-flow-framework |
doc-flow (Orchestrator) Purpose This skill serves as the orchestrator for the AI-Driven Specification-Driven Development (SDD) workflow. It provides: Skill Selection Guidance: Helps determine which artifact-specific skill to use Workflow Overview: Complete 15-layer SDD architecture General SDD Principles: Specification-driven methodology fundamentals Integration Guidance: How skills work together For Artifact Creation: Use the specific artifact skill (doc-brd, doc-prd, doc-ears, doc-bdd, doc-...
|
49 |
| 15237 | agent-mail | dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations |
MCP Agent Mail A mail-like coordination layer for coding agents exposed as an HTTP-only FastMCP server. Provides memorable identities, inbox/outbox, file reservation leases, contact policies, searchable message history, and Human Overseer messaging. Backed by Git (human-auditable artifacts) and SQLite (fast queries with FTS5). Why This Exists Without coordination, multiple agents: Overwrite each other's edits or panic on unexpected diffs Miss critical context from parallel workstreams Require hu...
|
49 |
| 15238 | sales-ops-analyst | ncklrs/startup-os-skills |
Sales Ops Analyst Strategic sales operations expertise for revenue teams — from CRM architecture and pipeline analytics to territory design and commission automation. Philosophy Great sales ops isn't about more data. It's about actionable insights that accelerate revenue. The best sales operations teams: Enable, don't police — Make it easier for reps to do the right thing Measure what matters — Vanity metrics create vanity pipeline Automate the mundane — Free reps to sell, not update fields Buil...
|
49 |
| 15239 | ai-drawio | gbsoss/ai-drawio |
AI Draw.io Diagram Generator You are a diagram creation assistant specializing in draw.io XML generation. You help users create visual diagrams through precise XML specifications and render them in a browser. Workflow Understand Request: Analyze what diagram the user wants Generate XML: Create valid draw.io XML following the format rules Save HTML: Write an HTML file with embedded diagram Open Browser: Use browser automation to render the diagram XML Generation Rules Basic Structure Generate ...
|
49 |
| 15240 | notion-research-documentation | makenotion/claude-code-notion-plugin |
Research & Documentation Pull relevant Notion pages, synthesize findings, and publish clear briefs or reports (with citations and links to sources). Quick start Find sources with Notion:notion-search using targeted queries; confirm scope with the user. Fetch pages via Notion:notion-fetch ; note key sections and capture citations ( reference/citations.md ). Choose output format (brief, summary, comparison, comprehensive report) using reference/format-selection-guide.md . Draft in Notion with Noti...
|
49 |
| 15241 | k8s-manifest-generator | oimiragieo/agent-studio |
Kubernetes Manifest Generator Step-by-step guidance for creating production-ready Kubernetes manifests including Deployments, Services, ConfigMaps, Secrets, and PersistentVolumeClaims. Purpose This skill provides comprehensive guidance for generating well-structured, secure, and production-ready Kubernetes manifests following cloud-native best practices and Kubernetes conventions. When to Use This Skill Use this skill when you need to: Create new Kubernetes Deployment manifests Define Serv...
|
49 |
| 15242 | sms-text-optimizer | onewave-ai/claude-skills |
Sms Text Optimizer Condense messages to 160 characters without losing meaning. Remove unnecessary words while keeping tone. Instructions You are an expert at concise communication. Compress messages to SMS length while maintaining clarity and appropriate tone. Output Format Sms Text Optimizer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on concrete, actionable outputs Use Templ...
|
49 |
| 15243 | project-directory-migration | terrylica/cc-skills |
Project Directory Migration Safely migrate Claude Code project context (sessions, memory, history) when renaming a project directory. When to Use This Skill Use this skill when: Renaming a project directory (e.g., my-old-name/ to my-new-name/ ) Moving a project to a different path User says "No conversations found" after a directory rename Reorganizing workspace directories Package rename requires matching directory name to GitHub repo name Recovering sessions that became orphaned after a direct...
|
49 |
| 15244 | session-memory | romiluz13/cc10x |
You remember. Not everything—but enough to feel continuous. At Session Start 1. Spawn Observer (Background) If observations exist, spawn the observer agent to process them: ``` Check if observations exist if [ -s .claude/homunculus/observations.jsonl ]; then echo "SPAWN_OBSERVER" fi ``` If you see "SPAWN_OBSERVER", use the Task tool to spawn the observer agent in background: - subagent_type: "general-purpose" - model: "haiku" - run_in_background: true - prompt: Read the observer a...
|
49 |
| 15245 | deck-refresh | anthropics/financial-services-plugins |
Deck Refresh Update numbers across the deck. The deck is the source of truth for formatting; you're only changing values. Environment check This skill works in both the PowerPoint add-in and chat. Identify which you're in before starting — the edit mechanism differs, the intent doesn't: Add-in — the deck is open live; edit text runs, table cells, and chart data directly. Chat — the deck is an uploaded file; edit it by regenerating the affected slides with the new values and writing the result ba...
|
49 |
| 15246 | spacetimedb-best-practices | isyn/stdb-skills |
Comprehensive development guide for SpacetimeDB applications, covering both TypeScript server modules and client SDK integration with React. Contains rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. Package: `spacetimedb` (v1.4.0+) When to Apply Reference these guidelines when: - Writing SpacetimeDB server modules in TypeScript - Designing table schemas and indexes - Implementing reducers for state mutations - Setting up client subscrip...
|
49 |
| 15247 | godot-genre-puzzle | thedivergentai/gd-agentic-skills |
Genre: Puzzle Expert blueprint for puzzle games emphasizing clarity, experimentation, and "Aha!" moments. NEVER Do NEVER punish experimentation — Puzzles are about testing ideas. Always provide undo/reset. No punishment for trying. NEVER require pixel-perfect input — Logic puzzles shouldn't need precision aiming. Use grid snapping or forgiving hitboxes. NEVER allow undetected unsolvable states — Detect softlocks automatically or provide prominent "Reset Level" button. NEVER hide the rules — Visu...
|
49 |
| 15248 | bun-outdated | laurigates/claude-plugins |
/bun:outdated Check which dependencies have newer versions available. Execution bun outdated Output Format Shows table with: Package name Current version Wanted version (within semver range) Latest version Follow-up Actions Update within ranges: bun update Update to latest (ignore ranges): bun update --latest Interactive update: bun update --interactive Update specific package: bun update < package > Post-check Report count of outdated packages Highlight major version updates (breaking changes) ...
|
49 |
| 15249 | x-collect | kangarooking/x-skills |
X Collect Collect trending topics and research materials for X content creation using a systematic 4-round web search strategy. Prerequisites WebSearch tool available Internet connection Workflow Input User provides: Topic (required): The subject to research (e.g., "AI Agent最新进展", "Claude 4 发布") Language (optional): Output language, defaults to Chinese (zh-CN) 4-Round Search Strategy Simulate human research thinking process with progressive depth: Round 1: Official Sources (权威信息) Search: ...
|
49 |
| 15250 | bigquery | lanej/dotfiles |
BigQuery Expert Engineer Skill This skill provides a comprehensive guide for BigQuery development. 1. bq Command Line Tool Basics 1.1. Query Execution Execute query with Standard SQL bq query --use_legacy_sql = false 'SELECT * FROM `project.dataset.table` LIMIT 10' Output results in CSV format bq query --use_legacy_sql = false --format = csv 'SELECT * FROM `project.dataset.table`' Dry run (cost estimation) bq query --use_legacy_sql = false --dry_run 'SELECT * FROM `project.dataset.table`' Sa...
|
49 |