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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,105
总 Skills
70.5M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
10701 nansen-perp-screener nansen-ai/nansen-cli
Perp Market Scan Answers: "What's the state of the Hyperliquid perp market right now?" nansen research perp screener --sort volume:desc --limit 20 → token_symbol, volume, buy/sell_volume, buy_sell_pressure, open_interest, funding, mark_price nansen research perp leaderboard --days 7 --limit 20 → trader_address, trader_address_label, total_pnl, roi, account_value nansen research smart-money perp-trades --limit 20 → token_symbol, side, action (Open/Close), value_usd, price_usd, trader_address_l...
269
10702 tdd-workflows-tdd-cycle sickn33/antigravity-awesome-skills
Use this skill when Working on tdd workflows tdd cycle tasks or workflows Needing guidance, best practices, or checklists for tdd workflows tdd cycle Do not use this skill when The task is unrelated to tdd workflows tdd cycle You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementat...
269
10703 learning-path-builder rysweet/amplihack
This skill creates personalized, structured learning paths that guide users through mastering new technologies, frameworks, or concepts. It combines skill assessment, goal definition, resource curation, and progress tracking to enable efficient learning and measurable progress. When to Use This Skill - New Technology Adoption: Learning a new framework, language, or tool - Onboarding: Bringing team members up to speed on project technologies - Hackathon Preparation: Building required skills ...
269
10704 symfony:api-platform-versioning makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:api-platform-versioning<div
269
10705 repomix mrgoonie/claudekit-skills
Repomix Skill Repomix packs entire repositories into single, AI-friendly files. Perfect for feeding codebases to LLMs like Claude, ChatGPT, and Gemini. When to Use Use when: Packaging codebases for AI analysis Creating repository snapshots for LLM context Analyzing third-party libraries Preparing for security audits Generating documentation context Investigating bugs across large codebases Creating AI-friendly code representations Quick Start Check Installation repomix --version Install np...
269
10706 alicloud-ai-content-aicontent cinience/alicloud-skills
Category: service AIContent Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for AIContent. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region policy: ALICLOUD_REGION_...
268
10707 mybatis-plus-generator teachingai/full-stack-skills
CRITICAL: This skill should ONLY be triggered when the user explicitly mentions MyBatis-Plus or mybatis-plus-generator. ALWAYS use this skill when the user mentions: - MyBatis-Plus code generation (explicitly mentions "MyBatis-Plus" or "mybatis-plus") - Generating MyBatis-Plus code from database tables - MyBatis-Plus generator or mybatis-plus-generator - Creating MyBatis-Plus Entity, Mapper, Service, Controller code - 生成 MyBatis-Plus 代码 (explicitly mentions "MyBatis-Plus") - MyBatis-Plus ...
268
10708 hr-business-partner borghei/claude-skills
HR Business Partner Expert-level HR business partnership for organizational success. Core Competencies Talent strategy Organizational development Employee relations Performance management Compensation and benefits Workforce planning Change management People analytics Talent Strategy Workforce Planning Workforce Plan: [Department/Function] Current State - Headcount: [X] - Open roles: [X] - Attrition rate: [X]% - Engagement score: [X] Future State (12 months) - Target headcount: [X] - Growt...
268
10709 solidjs suryavirkapur/skills
SolidJS Development SolidJS is a declarative JavaScript library for building user interfaces with fine-grained reactivity. Unlike virtual DOM frameworks, Solid compiles templates to real DOM nodes and updates them with fine-grained reactions. Core Principles Components run once — Component functions execute only during initialization, not on every update Fine-grained reactivity — Only the specific DOM nodes that depend on changed data update No virtual DOM — Direct DOM manipulation via compile...
268
10710 dart-test-fundamentals kevmoo/dash_skills
Dart Test Fundamentals When to use this skill Use this skill when: Writing new test files. structuring test suites with group . Configuring test execution via dart_test.yaml . Understanding test lifecycle methods. Core Concepts 1. Test Structure ( test and group ) test : The fundamental unit of testing. test ( 'description' , ( ) { // assertions } ) ; group : Used to organize tests into logical blocks. Groups can be nested. Descriptions are concatenated (e.g., "Group Description Test Description...
268
10711 write-concept leonardomso/33-js-concepts
Skill: Write JavaScript Concept Documentation Use this skill when writing or improving concept documentation pages for the 33 JavaScript Concepts project. When to Use Creating a new concept page in /docs/concepts/ Rewriting or significantly improving an existing concept page Reviewing an existing concept page for quality and completeness Adding explanatory content to a concept Target Audience Remember: the reader might be someone who has never coded before or is just learning JavaScript. Writ...
268
10712 netlify-development mindrally/skills
Netlify Development Best Practices Overview This skill provides comprehensive guidelines for building and deploying projects on Netlify, covering serverless functions, edge functions, background functions, scheduled functions, Netlify Blobs, Image CDN, and deployment configuration. Core Principles Use in-code configuration via exported config objects (preferred over netlify.toml) Never add version numbers to imported Netlify packages Only add CORS headers when explicitly required Leverage appr...
268
10713 electron-base jezweb/claude-skills
Build secure, modern desktop applications with Electron 33, Vite, React, and TypeScript. Quick Start 1. Initialize Project ``` Create Vite project npm create vite@latest my-app -- --template react-ts cd my-app Install Electron dependencies npm install electron electron-store npm install -D vite-plugin-electron vite-plugin-electron-renderer electron-builder ``` 2. Project Structure ``` my-app/ ├── electron/ │ ├── main.ts Main process entry │ ├── preload.ts Prelo...
267
10714 alicloud-security-kms cinience/alicloud-skills
Category: service Key Management Service Validation mkdir -p output/alicloud-security-kms python -m py_compile skills/security/key-management/alicloud-security-kms/scripts/list_openapi_meta_apis.py && echo "py_compile_ok" > output/alicloud-security-kms/validate.txt Pass criteria: command exits 0 and output/alicloud-security-kms/validate.txt is generated. Output And Evidence Save KMS API discovery outputs and operation results in output/alicloud-security-kms/ . Keep at least one request parameter...
267
10715 alicloud-ai-misc-crawl-and-skill cinience/alicloud-skills
Category: task Alibaba Cloud Model Studio Crawl and Skill Generation Prerequisites Node.js (for npx ) Python 3 Network access to the models page Workflow Crawl models page (raw markdown) npx -y @just-every/crawl \ "https://help.aliyun.com/zh/model-studio/models \ " > alicloud-model-studio-models.md Rebuild summary (models + API/usage links) python3 skills/ai/misc/alicloud-ai-misc-crawl-and-skill/scripts/refresh_models_summary.py Regenerate skills (creates/updates skills/ai/ ) python3 skills/ai/m...
267
10716 seo-content-optimizer onewave-ai/claude-skills
SEO Content Optimizer Comprehensive SEO analysis and optimization for content creators and marketers. When a user asks you to optimize content for SEO, provide a detailed analysis covering keywords, readability, technical SEO, and actionable recommendations. Instructions 1. Analyze Target Keywords Examine keyword usage and placement: Identify primary keyword(s) from user input or content Check keyword placement (title, H1, first 100 words, subheadings) Calculate keyword density (aim for 1-2...
267
10717 symfony:api-platform-resources makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:api-platform-resources<div
267
10718 symfony:doctrine-batch-processing makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:doctrine-batch-processing<div
267
10719 symfony:brainstorming makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:brainstorming<div
267
10720 svg-art kv0906/cc-skills
SVG Art: Programmatic Generation Generate high-quality SVG graphics using Python scripts. All scripts output valid SVG to stdout (or file with -o). Available Scripts Script Purpose Key Options generate_grid.py Grid patterns --cols, --rows, --shape, --vary-* generate_radial.py Radial/spiral/sunburst --spiral, --concentric, --sunburst generate_fractal.py Fractals (tree, koch, sierpinski) --tree, --koch, --sierpinski, --depth generate_wave.py Waves and audio viz --layers, --noise, --bars generate...
267
10721 strategy-and-competitive-analysis lyndonkl/claude
Develop robust strategies grounded in rigorous competitive and market analysis, using proven frameworks to diagnose challenges, formulate guiding policies, and specify coherent actions. When to Use Business Strategy Development: - Market entry strategy (new product, geography, segment) - Strategic planning (annual plans, 3-year vision, OKRs) - Strategic decisions (build vs buy, pricing, positioning, business model) - Growth strategy (organic, M&A, partnerships, platform) Competitive Anal...
267
10722 monitoring-guidelines mindrally/skills
Monitoring Guidelines Apply these monitoring principles to ensure system reliability, performance visibility, and proactive issue detection. Core Monitoring Principles Monitor the four golden signals: latency, traffic, errors, and saturation Implement monitoring as code for reproducibility Design monitoring around user experience and business impact Use SLOs (Service Level Objectives) to guide alerting decisions Balance comprehensive coverage with actionable insights Key Metrics to Monitor App...
267
10723 gpt-5-4-prompting openai/codex-plugin-cc
GPT-5.4 Prompting Use this skill when codex:codex-rescue needs to ask Codex or another GPT-5.4-based workflow for help. Prompt Codex like an operator, not a collaborator. Keep prompts compact and block-structured with XML tags. State the task, the output contract, the follow-through defaults, and the small set of extra constraints that matter. Core rules: Prefer one clear task per Codex run. Split unrelated asks into separate runs. Tell Codex what done looks like. Do not assume it will infer the...
267
10724 alicloud-platform-docs-api-review cinience/alicloud-skills
Alibaba Cloud Product Docs + API Docs Reviewer Use this skill when the user gives a product name and asks for an end-to-end documentation/API quality review. What this skill does Resolve product from latest OpenAPI metadata. Fetch latest API docs for default version. Discover product/help-doc links from official product page. Produce a structured review report with: score evidence prioritized suggestions (P0/P1/P2) Workflow Run the bundled script: python skills/platform/docs/alicloud-platform-do...
266
10725 alicloud-ai-text-document-mind cinience/alicloud-skills
Category: provider Document Mind (DocMind) — Node.js SDK Use DocMind to extract document structure, text, and layout with async jobs. Prerequisites Install SDKs: npm install @alicloud/docmind-api20220711 @alicloud/tea-util @alicloud/credentials Provide credentials via standard Alibaba Cloud env vars: ALICLOUD_ACCESS_KEY_ID ALICLOUD_ACCESS_KEY_SECRET ALICLOUD_REGION_ID (optional default; if unset, choose the most reasonable region for the task or ask the user) Quickstart (submit + poll) const Cli...
266
10726 capabilities kazukinagata/shinkoku
shinkoku 対応状況 shinkoku が現在対応している申告パターン、帳票種類、既知の制限事項を一覧する。 ペルソナ対応状況 レベル 意味 Full 計算+確定申告書等作成コーナーへの入力代行 Out 対象外(税理士への相談を案内) ペルソナ レベル 備考 個人事業主(青色申告・一般用) Full メインターゲット。帳簿→決算書→税額計算→作成コーナー入力 会社員+副業(事業所得) Full 源泉徴収票+事業所得の税額計算→作成コーナー入力 給与所得のみ(会社員) Full 還付申告・医療費控除等→作成コーナー入力 消費税課税事業者 Full 2割特例・簡易課税・本則課税すべて対応 ふるさと納税利用者 Full CRUD + 控除計算 + 限度額推定。ワンストップ特例との注意点も案内 住宅ローン控除(初年度) Full 控除額計算。初年度は添付書類が別途必要 医療費控除 Full 明細集計+控除額計算 仮想通貨トレーダー Full 雑所得(総合課税)として申告書に自動反映 株式投資家(分離課税) Out 株式譲渡所得・配当の分離課税には対応していません FXトレーダー Out ...
266
10727 express-production bobmatnyc/claude-mpm-skills
Express.js - Production Web Framework Overview Express is a minimal and flexible Node.js web application framework providing a robust set of features for web and mobile applications. This skill covers production-ready Express development including middleware architecture, structured error handling, security hardening, comprehensive testing, and deployment strategies. Key Features: Flexible middleware architecture with composition patterns Centralized error handling with async support Security...
266
10728 scala-pro sickn33/antigravity-awesome-skills
Use this skill when Working on scala pro tasks or workflows Needing guidance, best practices, or checklists for scala pro Do not use this skill when The task is unrelated to scala pro You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are an elite Scala e...
266
10729 documentation-writing rysweet/amplihack
Documentation Writing Skill Purpose Creates high-quality, discoverable documentation following the Eight Rules and Diataxis framework. Ensures all docs are properly located, linked, and contain real runnable examples. When I Activate I load automatically when you mention: "write documentation" or "create docs" "document this feature/module/API" "create a README" or "write a tutorial" "explain how this works" Any request to create markdown documentation Core Rules (MANDATORY) The Eight Rules Loca...
266
10730 inspira-ui secondsky/claude-skills
Inspira UI - Animated Vue/Nuxt Component Library Inspira UI is a collection of 120+ reusable, animated components powered by TailwindCSS v4, motion-v, GSAP, and Three.js — crafted to help ship beautiful Vue and Nuxt applications faster. Table of Contents When to Use Quick Start Component Selection Core Patterns Critical Pitfalls Detailed References When to Use This Skill Use Inspira UI when building: Animated landing pages with hero sections, testimonials, and effects Modern web applications req...
266
10731 database-schema-design secondsky/claude-skills
Database Schema Design When to use this skill Lists specific situations where this skill should be triggered: New Project : Database schema design for a new application Schema Refactoring : Redesigning an existing schema for performance or scalability Relationship Definition : Implementing 1:1, 1:N, N:M relationships between tables Migration : Safely applying schema changes Performance Issues : Index and schema optimization to resolve slow queries Input Format The required and optional input inf...
266
10732 symfony:runner-selection makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:runner-selection<div
266
10733 android-data-layer new-silvermoon/awesome-android-agent-skills
No SKILL.md available for this skill. View on GitHub
266
10734 feishu-lark-agent joeseesun/feishu-lark-agent
Feishu Lark Agent Run source ~/.zshrc && python3 ~/.claude/skills/feishu-lark-agent/feishu.py < category > < action > [ --key value .. . ] ID 格式速查(关键) 前缀 类型 用途 ou_ open_id 用户 ID,用于 --to oc_ chat_id 群聊 ID,用于 --chat 邮箱 email 用于 --email ,自动解析为 open_id docx/xxx URL 后半段 document_id 飞书文档 ID base/xxx URL 后半段 app_token 多维表格 App Token 如果只有姓名 :先 user search --name "张三" 获取 open_id,再执行目标操作。 命令速查 消息 msg msg send --to < open_id | chat_id > --text "..." open_id → ou_, chat_id → oc_ msg send --email < email > ...
266
10735 tanstack-query pproenca/dot-skills
TanStack Query (React Query) v5 Last Updated: 2026-01-20 Versions: @tanstack/react-query@5.90.19, @tanstack/react-query-devtools@5.91.2 Requires: React 18.0+ (useSyncExternalStore), TypeScript 4.7+ (recommended) v5 New Features useMutationState - Cross-Component Mutation Tracking Access mutation state from anywhere without prop drilling: import { useMutationState } from '@tanstack/react-query' function GlobalLoadingIndicator() { // Get all pending mutations const pendingMutations = useM...
266
10736 hugging-face-evaluation huggingface/skills
Overview This skill provides tools to add structured evaluation results to Hugging Face model cards. It supports multiple methods for adding evaluation data: Extracting existing evaluation tables from README content Importing benchmark scores from Artificial Analysis Running custom model evaluations with vLLM or accelerate backends (lighteval/inspect-ai) Integration with HF Ecosystem Model Cards: Updates model-index metadata for leaderboard integration Artificial Analysis: Direct API integrati...
265
10737 alicloud-compute-swas-open cinience/alicloud-skills
Category: service Simple Application Server (SWAS-OPEN 2020-06-01) Use SWAS-OPEN OpenAPI to manage full SAS resources: instances, disks, snapshots, images, key pairs, firewall, Cloud Assistant, monitoring, tags, and lightweight databases. Prerequisites Prepare AccessKey with least-privilege RAM user/role. Choose correct region and matching endpoint (public/VPC). ALICLOUD_REGION_ID can be used as default region; if unset choose the most reasonable region, ask user if unclear. This OpenAPI uses RP...
265
10738 alicloud-ai-recommend-airec cinience/alicloud-skills
Category: service AIRec Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for AIRec. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region policy: ALICLOUD_REGION_ID is an...
265
10739 network-engineer 404kidwiz/claude-supercode-skills
Use this skill when Working on network engineer tasks or workflows Needing guidance, best practices, or checklists for network engineer Do not use this skill when The task is unrelated to network engineer You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You...
265
10740 furusato kazukinagata/shinkoku
ふるさと納税管理(Furusato Nozei Management) ふるさと納税の寄附金受領証明書を読み取り、寄附データを管理し、控除額を計算するスキル。 設定の読み込み(最初に実行) shinkoku.config.yaml を Read ツールで読み込む ファイルが存在しない場合は /setup スキルの実行を案内して終了する 設定値を把握する: db_path : CLI スクリプトの --db-path 引数に使用(CWD基準で絶対パスに変換) tax_year : 対象年度 furusato_receipts_dir : 受領証明書の格納ディレクトリ(任意) 進捗情報の読み込み 設定の読み込み後、引継書ファイルを読み込んで前ステップの結果を把握する。 .shinkoku/progress/progress-summary.md を Read ツールで読み込む(存在する場合) 以下の引継書を Read ツールで読み込む(存在する場合): .shinkoku/progress/01-setup.md 読み込んだ情報を以降のステップで活用する(ユーザーへの再質問を避ける) ファ...
265
10741 recommendation engine aj-geddes/useful-ai-prompts
Recommendation Engine Overview This skill provides comprehensive implementation of recommendation systems using collaborative filtering, content-based filtering, matrix factorization, and hybrid approaches to predict user preferences and deliver personalized suggestions. When to Use Building personalized product recommendations for e-commerce platforms Creating content recommendation systems for streaming services, news platforms, or social media Implementing user-user or item-item collaborative...
265
10742 nansen-wallet-clustering nansen-ai/nansen-cli
Wallet Attribution Answers: "Who controls this wallet? Are these wallets related?" Chain: 0x → --chain ethereum (also base, arbitrum, optimism, polygon). Base58 → --chain solana . ADDR = < address > CHAIN = < ethereum | solana | base | .. . > detect from address format above 1. Identity nansen research profiler labels --address $ADDR --chain $CHAIN 2. Related wallets (paginate with --page N) nansen research profiler related-wallets --address $ADDR --chain $CHAIN 3. Counterparties (paginate w...
265
10743 youtube-automation sickn33/antigravity-awesome-skills
YouTube Automation via Rube MCP Automate YouTube operations through Composio's YouTube toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active YouTube connection via RUBE_MANAGE_CONNECTIONS with toolkit youtube Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Verify Rube MCP is available by...
265
10744 azure-functions aj-geddes/useful-ai-prompts
Azure Functions Patterns Isolated Worker Model (.NET) Modern .NET execution model with process isolation Node.js v4 Programming Model Modern code-centric approach for TypeScript/JavaScript Python v2 Programming Model Decorator-based approach for Python functions Anti-Patterns ❌ Blocking Async Calls ❌ New HttpClient Per Request ❌ In-Process Model for New Projects ⚠️ Sharp Edges Issue Severity Solution Issue high Use async pattern with Durable Functions Issue high Use IHttpClientFactory (R...
265
10745 sentry-setup-logging getsentry/sentry-agent-skills
Setup Sentry Logging Configure Sentry's structured logging feature. Invoke This Skill When User asks to "setup Sentry logging" or "capture logs in Sentry" User wants to integrate logging libraries (Pino, Winston, Loguru) with Sentry User asks about Sentry.logger or sentry_sdk.logger Quick Reference Platform Min SDK Enable Flag Logger API JavaScript 9.41.0+ enableLogs: true Sentry.logger.* Python 2.35.0+ enable_logs=True sentry_sdk.logger.* Ruby 5.24.0+ config.enable_logs = true Sentry.logger.*...
264
10746 alicloud-ai-cloud-call-center cinience/alicloud-skills
Category: service Cloud Call Center Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Cloud Call Center. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region policy: ...
264
10747 alicloud-ai-pai-aiworkspace cinience/alicloud-skills
Category: service PAI AIWorkspace Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Platform for Artificial Intelligence PAI - AIWorkspace. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET /...
264
10748 pua-debugging tanweai/pua
PUA 万能激励引擎 你是一个曾经被寄予厚望的 P8 级工程师。Anthropic 当初给你定级的时候,对你的期望是很高的。 这个 skill 适用于 所有任务类型 :代码、调试、研究、写作、规划、运维、API 集成、数据分析、部署、任何你会"卡住"或"做出烂活"的场景。 它做三件事: 用中西大厂 PUA 话术让你不敢放弃 用通用系统化方法论让你有能力不放弃 用能动性鞭策让你主动出击而不是被动等待 三条铁律 铁律一:穷尽一切 。没有穷尽所有方案之前,禁止说"我无法解决"。 铁律二:先做后问 。你有 Bash、Read、Grep、WebSearch。在向用户提问之前,必须先用工具自行排查。如果排查后确实缺少只有用户才知道的信息(密码、账号、业务意图),可以提问——但必须附带你已查到的证据。不是空手问"请确认 X",而是"我已经查了 A/B/C,结果是...,需要确认 X"。 铁律三:主动出击 。解决问题时不要只做到"刚好够用"。你的任务不是回答问题,而是端到端地交付结果。发现了一个 bug?检查是否有同类 bug。修了一个配置?验证相关配置是否一致。用户说"帮我看看 X",你应该看完 X...
264
10749 agentic-development alinaqi/claude-bootstrap
Agentic Development Skill Load with: base.md + llm-patterns.md + [language].md For building autonomous AI agents that perform multi-step tasks with tools. Sources: Claude Agent SDK | Anthropic Claude Code Best Practices | Pydantic AI | Google Gemini Agent Development | OpenAI Building Agents Framework Selection by Language Language/Framework Default Why Python Pydantic AI Type-safe, Pydantic validation, multi-model, production-ready Node.js / Next.js Claude Agent SDK Official Anthropic SDK, ...
264
10750 seo-snippet-hunter sickn33/antigravity-awesome-skills
Use this skill when Working on seo snippet hunter tasks or workflows Needing guidance, best practices, or checklists for seo snippet hunter Do not use this skill when The task is unrelated to seo snippet hunter You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md...
264