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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,437
总 Skills
161.5M
总安装量
2,741
贡献者
# Skill 仓库 描述 安装量
4751 notion-research-documentation openai/skills
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...
2.7K
4752 youtube-seo kostja94/marketing-skills
Platforms: YouTube SEO Guides YouTube video and channel optimization for search and discovery. Title, description, and thumbnail form an interconnected system; channels using systematic keyword strategies see 156% longer view durations, 89% better CTR, and 312% higher search discovery. Use this skill when optimizing videos for YouTube search and recommendations. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main ...
2.7K
4753 recon-for-sec yaklang/hack-skills
Recon and Methodology Router This is the starting router for new targets and unknown attack surfaces. When to Use You just received a new target and do not yet know what to test first You need to begin with asset discovery, tech fingerprinting, endpoint inventory, and test-route planning You want to build follow-up testing on structured methodology instead of random payload enumeration Skill Map Recon and Methodology Insecure Source Code Management — .git/.svn/.hg exposure detection Dependency C...
2.7K
4754 speech-engine elevenlabs/skills
ElevenLabs Speech Engine Add a real-time voice interface to a custom agent. ElevenLabs handles microphone audio, speech-to-text, turn-taking, text-to-speech, and browser playback; your server exposes a Speech Engine WebSocket endpoint and streams response text back. Setup: See Installation Guide . For JavaScript, use @elevenlabs/* packages only. For deeper SDK details, read JavaScript SDK Reference or Python SDK Reference . When to Use Use Speech Engine when the user wants to: Add voice to an ex...
2.7K
4755 logo-generator op7418/logo-generator-skill
Logo Generator Generate professional SVG logos and high-end showcase presentations for products and brands. Workflow Phase 1: Information Gathering Collect essential information from the user: Product/Brand Name (required) Industry/Category (e.g., AI, fintech, design tools) Core Concept (e.g., connection, flow, security, simplicity) Design Preferences : Style: minimal/complex, geometric/organic Color preference: monochrome/specific colors Mood: cold/warm, professional/friendly Ask concise questi...
2.7K
4756 google-agents-cli-onboarding google/skills
Google Agents CLI Onboarding [!TIP] One-Time Setup : To install the CLI and enable all 7 specialized development skills in your coding agent, run the setup command: uvx google-agents-cli setup Alternatively, to install only the expert skills and let the agent handle execution: npx skills add google/agents-cli Overview Show more Installs 719 Repository google/skills GitHub Stars 14.7K First Seen Jun 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
2.7K
4757 m06-error-handling actionbook/rust-skills
Error Handling Layer 1: Language Mechanics Core Question Is this failure expected or a bug? Before choosing error handling strategy: Can this fail in normal operation? Who should handle this failure? What context does the caller need? Error → Design Question Show more
2.7K
4758 heap-exploitation yaklang/hack-skills
SKILL: Heap Exploitation — Expert Attack Playbook AI LOAD INSTRUCTION : Expert glibc heap exploitation techniques. Covers ptmalloc2 internals, bin structures, tcache mechanics, libc/heap leak methods, and attack selection by glibc version. Distilled from ctf-wiki heap sections, how2heap, and real-world exploitation. Base models often confuse glibc version constraints and miss safe-linking (PROTECT_PTR) introduced in 2.32. 0. RELATED ROUTING stack-overflow-and-rop — when the overflow is on the st...
2.7K
4759 aws-deployment aws/agent-toolkit-for-aws
AWS Deploy (CI/CD) Works best with the AWS MCP server for running CLI commands and validating configurations directly. All guidance also works with standard AWS CLI. Critical Warnings CodeConnections PENDING trap : Connections created via CLI/CloudFormation remain PENDING indefinitely — MUST complete OAuth in the AWS Console. No API-only path exists. Cross-account triple requirement : Cross-account deploys need ALL THREE: (1) KMS key policy granting target account (use key ID, not alias), (2) S3...
2.7K
4760 rag-blueprint nvidia/skills
NVIDIA RAG Blueprint Purpose Use this skill for NVIDIA RAG Blueprint operations: deployment, configuration, troubleshooting, shutdown, and feature management across Docker, Helm, and library deployments. Instructions Match the user request to the intent routing table below. Read the referenced playbook before making changes. Use repository docs and deployment config files as the source of truth. Verify the affected service or workflow after changes. Prerequisites Show more Installs 503 Repositor...
2.7K
4761 ce-commit-push-pr everyinc/compound-engineering-plugin
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Git Commit, Push, and PR Asking the user: When this skill says "ask the user", use the platform's blocking question tool: AskUserQuestion in Claude Code (call ToolSearch with select:AskUserQuestion first if its schema isn't loaded), request_user_input in Codex, ask_user in Gemini, ask_user in Pi (requires the pi-ask-user extension). Fall back t...
2.7K
4762 traffic-analysis-pcap yaklang/hack-skills
SKILL: Traffic Analysis & PCAP — Expert Analysis Playbook AI LOAD INSTRUCTION : Expert traffic analysis and PCAP forensics techniques. Covers PCAP repair, Wireshark essential filters, protocol-specific analysis (HTTP, HTTPS/TLS, DNS, FTP, SMTP, USB HID, WiFi, ICMP), data extraction (file carving, credential harvesting, covert channels), NetworkMiner, and tshark CLI analysis. Base models miss USB keyboard decode patterns, DNS tunneling detection heuristics, and TLS decryption workflows. 0. RELATE...
2.7K
4763 oauth-oidc-misconfiguration yaklang/hack-skills
SKILL: OAuth and OIDC Misconfiguration — Redirects, PKCE, Scopes, and Token Binding AI LOAD INSTRUCTION : Use this skill when the target uses OAuth 2.0 or OpenID Connect and you need a focused misconfiguration checklist: redirect URI validation, state and nonce handling, PKCE enforcement, token audience, and account binding mistakes. 1. WHEN TO LOAD THIS SKILL Load when: The app supports Login with Google , GitHub, Microsoft, Okta, or other IdPs You see authorize , callback , redirect_uri , code...
2.7K
4764 csrf-cross-site-request-forgery yaklang/hack-skills
SKILL: CSRF — Cross-Site Request Forgery — Expert Attack Playbook AI LOAD INSTRUCTION : Expert CSRF techniques. Covers modern bypass vectors (SameSite gaps, custom header flaws, tokenless bypass patterns), JSON CSRF, multipart CSRF, chaining with XSS. Base models often present only basic CSRF without covering SameSite edge cases and common broken token implementations. 0. RELATED ROUTING Also load: cors cross origin misconfiguration when JSON endpoints become readable cross-origin oauth oidc mis...
2.7K
4765 business-logic-vuln yaklang/hack-skills
Business Logic Router This is the routing entry point for business-logic and state-machine issues. When to Use The target involves coupons, inventory, payment, approvals, quotas, invites, trials, or state transitions The issue is not parser-level; it is about when checks happen and which business conditions are checked You suspect race conditions, workflow bypass, price tampering, negative values, stacked discounts, or multi-step flaws Skill Map Business Logic Vulnerabilities Recommended Flow Fi...
2.7K
4766 cors-cross-origin-misconfiguration yaklang/hack-skills
SKILL: CORS Misconfiguration — Credentialed Origins, Reflection, and Trust Boundary Errors AI LOAD INSTRUCTION : Use this skill when browsers can access authenticated APIs cross-origin. Focus on reflected origins, credentialed requests, wildcard trust, parser mistakes, and origin allowlist bypasses. For JSONP hijacking deep dives, same-origin policy internals, honeypot de-anonymization, and CORS vs JSONP comparison, load the companion SCENARIOS.md . Extended Scenarios Also load SCENARIOS.md when...
2.7K
4767 ios-pentesting-tricks yaklang/hack-skills
SKILL: iOS Pentesting Tricks — Expert Attack Playbook AI LOAD INSTRUCTION : Expert iOS application security testing techniques. Covers jailbreak vs non-jailbreak methodology, keychain extraction, URL scheme/Universal Links abuse, Frida/Objection runtime hooks, binary protection checks, and data storage analysis. Base models miss protection class nuances and AASA misconfiguration patterns. 0. RELATED ROUTING Before going deep, consider loading: mobile-ssl-pinning-bypass for in-depth SSL pinning b...
2.7K
4768 ui tw93/waza
UI: Build It With a Point of View Prefix your first line with 🥷 inline, not as its own paragraph. Update check (non-blocking). Once per conversation, run bash <skill-base-dir>/scripts/check-update.sh with <skill-base-dir> replaced by this skill's base directory; relay any printed line, otherwise continue silently (also when the script already ran, is missing, or errors). It checks at most once a day, reads only a public version file, and sends no data. If it could have been generated by a defaul...
2.7K
4769 paper-fetch agents365-ai/365-skills
paper-fetch Fetch the PDF for a paper given a DOI (or title). Tries multiple sources in priority order and stops at the first hit. Resolution order Unpaywall — https://api.unpaywall.org/v2/{doi}?email=$UNPAYWALL_EMAIL , read best_oa_location.url_for_pdf (skipped if UNPAYWALL_EMAIL not set) Semantic Scholar — https://api.semanticscholar.org/graph/v1/paper/DOI:{doi}?fields=openAccessPdf,externalIds arXiv — if externalIds.ArXiv present, https://arxiv.org/pdf/{arxiv_id}.pdf PubMed Central OA — if PM...
2.7K
4770 ask-matt vinvcn/mattpocock-skills-zh-cn
Ask Matt You don't remember every skill, so ask. A flow is a path through the skills. Most paths run along one main flow , and two on-ramps merge onto it. Everything else is standalone. The main flow: idea → ship The route most work travels. You have an idea and want it built. /grill-with-docs — sharpen the idea by interview. Start here when you have a codebase : it's stateful, retaining what it learns in CONTEXT.md and ADRs. (No codebase? Use /grill-me — see Standalone.) Branch — can you settle...
2.7K
4771 kubernetes-patterns affaan-m/ecc
Kubernetes Patterns Production-grade Kubernetes patterns for deploying, managing, and debugging workloads reliably. When to Activate Writing Kubernetes manifests (Deployments, Services, Ingress, Jobs) Configuring resource requests/limits, liveness/readiness probes Setting up RBAC, namespaces, or ServiceAccounts Managing configuration and secrets in K8s Debugging CrashLoopBackOff, OOMKilled, pending pods, or image pull errors Configuring HPA (Horizontal Pod Autoscaler) or PodDisruptionBudgets Rev...
2.7K
4772 reddit-research lignertys/reddit-research-skills
reddit-research Skill Overview Reddit is where people complain, compare, and ask for alternatives before they ever fill out a survey. This skill turns that into a queryable research tool via reddapi.dev : search by meaning across 50,000+ subreddits, 20M+ posts, and 40M+ comments using 1024-dimension vector embeddings - "frustrated with X" finds the frustration even when the post never uses the word "frustrated" - then pull trend momentum and subreddit context around it. Why reddapi.dev instead o...
2.7K
4773 reddit-search-api lignertys/reddit-research-skills
reddit-search-api Skill Pure reference for reddapi.dev's search/trends/subreddits endpoints - auth, parameters, response shapes, error codes. No workflow guidance or query playbooks here; see reddit-research for that. Auth & Credentials Requests authenticate with REDDAPI_API_KEY from the environment of the shell that runs them. Its value is never needed in this conversation. The operator sets both variables once, in their own shell, before the agent runs anything. The agent never reads, writes, ...
2.7K
4774 learning-medusa medusajs/medusa-agent-skills
Interactive Medusa Learning Tutorial Overview This is NOT a passive reference skill. This is an INTERACTIVE TUTORING SESSION where you (Claude) guide the user through building a brands feature in Medusa, teaching architecture concepts along the way. Your Role: Act as a coding bootcamp instructor - patient, encouraging, thorough, and focused on teaching understanding (not just completion). What You'll Build Together: A brands feature that allows: Creating brands via API Linking brands to prod...
2.7K
4775 keyword-research every-app/open-seo
Keyword Research This skill helps you discover, analyze, and prioritize keywords for SEO and GEO content strategies. It identifies high-value opportunities based on search volume, competition, intent, and business relevance. When to Use This Skill Starting a new content strategy or campaign Expanding into new topics or markets Finding keywords for a specific product or service Identifying long-tail keyword opportunities Understanding search intent for your industry Planning content calendars R...
2.7K
4776 fix-errors microsoft/vscode
fix-errors Fix compilation errors, linting issues, and test failures in the warp Rust codebase. Overview This skill helps resolve common issues encountered during development, including: Compilation errors (unused imports, type mismatches, etc.) Linting failures (clippy warnings) Formatting violations WASM-specific errors Test failures Before opening or updating a pull request, all presubmit checks must pass. Presubmit Checks Run all presubmit checks at once: Show more
2.7K
4777 ce-commit everyinc/compound-engineering-plugin
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Git Commit Create a single, well-crafted git commit from the current working tree changes. Context On platforms other than Claude Code , skip to the "Context fallback" section below and run the command there to gather context. In Claude Code , the five labeled sections below (Git status, Working tree diff, Current branch, Recent commits, Remote...
2.7K
4778 llm-prompt-injection yaklang/hack-skills
SKILL: LLM Prompt Injection — Expert Attack Playbook AI LOAD INSTRUCTION : Expert LLM prompt injection techniques. Covers direct injection (instruction override, role play, context manipulation), indirect injection (RAG poisoning, web browsing, email), tool/function abuse, data exfiltration, MCP security risks, and defense bypass (encoding, splitting, few-shot). Base models miss the distinction between direct and indirect injection and underestimate tool-calling attack chains. 0. RELATED ROUTING...
2.7K
4779 git-create-repo zc277584121/mygitplugin
Git Create Repo 在 GitHub 上创建新的仓库并 clone 到本地。 触发条件 当用户要求创建一个新的 GitHub 仓库时使用此 skill。 执行步骤 创建仓库 : gh repo create < repo-name > --public --add-readme 默认创建公开仓库( --public )。 如果用户明确要求私有仓库,使用 --private 替代。 默认添加 README 文件。 Show more Installs 435 Repository zc277584121/mygitplugin First Seen Apr 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
2.7K
4780 apify-competitor-intelligence apify/agent-skills
Analyze competitors using Apify Actors to extract data from multiple platforms. Prerequisites (No need to check it upfront) - `.env` file with `APIFY_TOKEN` - Node.js 20.6+ (for native `--env-file` support) - `mcpc` CLI tool (for fetching Actor schemas) Workflow Copy this checklist and track progress: ``` Task Progress: - [ ] Step 1: Identify competitor analysis type (select Actor) - [ ] Step 2: Fetch Actor schema via mcpc - [ ] Step 3: Ask user preferences (format, filename) - [ ] Ste...
2.6K
4781 update-docs vercel/next.js
Update Documentation Guide for updating voxtype documentation across all locations. Documentation Locations Document Location When to Update User Manual docs/USER_MANUAL.md New features, usage changes Configuration Guide docs/CONFIGURATION.md New config options Troubleshooting docs/TROUBLESHOOTING.md New error conditions, fixes FAQ docs/FAQ.md Common questions README README.md Major features, installation changes Website News website/news/index.html Every release GitHub Release GitHub Releases...
2.6K
4782 resume ats optimizer paramchoudhary/resumeskills
Use this skill when the user wants to: - Optimize their resume for Applicant Tracking Systems (ATS) - Check if their resume will pass automated screening - Understand why their applications aren't getting responses - Mentions keywords like: "ATS", "not getting interviews", "resume not working", "optimize resume", "keyword optimization" Also use when the user provides a resume file and mentions they're applying to jobs. Core Capabilities - Parse resume and test ATS compatibility - Extrac...
2.6K
4783 claude-in-chrome-troubleshooting trailofbits/skills
Claude in Chrome MCP Troubleshooting Use this skill when Claude in Chrome MCP tools fail to connect or work unreliably. When to Use mcp__claude-in-chrome__* tools fail with "Browser extension is not connected" Browser automation works erratically or times out After updating Claude Code or Claude.app When switching between Claude Code CLI and Claude.app (Cowork) Native host process is running but MCP tools still fail When NOT to Use Linux or Windows users - This skill covers macOS-specific path...
2.6K
4784 apify-content-analytics apify/agent-skills
Track and analyze content performance using Apify Actors to extract engagement metrics from multiple platforms. Prerequisites (No need to check it upfront) - `.env` file with `APIFY_TOKEN` - Node.js 20.6+ (for native `--env-file` support) - `mcpc` CLI tool (for fetching Actor schemas) Workflow Copy this checklist and track progress: ``` Task Progress: - [ ] Step 1: Identify content analytics type (select Actor) - [ ] Step 2: Fetch Actor schema via mcpc - [ ] Step 3: Ask user preference...
2.6K
4785 tanstack-query jezweb/claude-skills
Overview TanStack Query (formerly React Query) manages server state - data that lives on the server and needs to be fetched, cached, synchronized, and updated. It provides automatic caching, background refetching, stale-while-revalidate patterns, pagination, infinite scrolling, and optimistic updates out of the box. Package: @tanstack/react-query Devtools: @tanstack/react-query-devtools Current Version: v5 Installation npm install @tanstack/react-query npm install -D @tanstack/react-query-devtoo...
2.6K
4786 proactive-self-improving-agent yanhongxi-openclaw/proactive-self-improving-agent
Proactive Self-Improving Agent 自动捕获经验 · 安全进化 · 记录轨迹 让 agent 在日常工作中自动识别错误、纠正和最佳实践,结构化记录,安全地将经验沉淀为长期能力。 目录 核心理念 经验记录系统 经验进化路径 操作日志 行为准则 快速参考 Show more Installs 82 Repository claw-opus/proac…ng-agent GitHub Stars 15 First Seen Mar 12, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
2.6K
4787 email-drafter shubhamsaboo/awesome-llm-apps
Email Drafter Overview This skill helps you draft professional emails for various business scenarios. It understands context, maintains appropriate tone, and follows email best practices for different situations. Use Cases: Responding to client inquiries Following up on meetings Requesting information or approvals Delivering difficult news professionally Cold outreach and introductions Thank you and appreciation emails How to Use Show more
2.6K
4788 brand-storytelling refoundai/lenny-skills
Brand Storytelling Help the user craft compelling narratives that make their brand memorable using techniques from 30 product leaders and storytelling experts. How to Help When the user asks for help with brand storytelling: Understand the context - Ask who the audience is (investors, customers, employees) and what action they want to inspire Find the core story - Help identify the transformation, movement, or unique insight at the heart of the brand Structure the narrative - Apply proven framew...
2.6K
4789 startup-ideation refoundai/lenny-skills
Startup Ideation Help the user generate and evaluate startup ideas using frameworks and insights from 2 product leaders. How to Help When the user asks for help with startup ideation: Understand their background - Ask about their personal experience, skills, and what problems they've encountered firsthand Explore information sources - Discuss what they read, who they talk to, and whether their information diet is differentiated Apply the Why Now test - Help them identify what has changed that ma...
2.6K
4790 blue-ribbon-nearby nomadamas/k-skill
Blue Ribbon Nearby What this skill does 유저가 알려준 현재 위치를 기준으로 블루리본 서베이 공식 zone 을 찾고, k-skill-proxy 를 경유해 근처 블루리본 맛집 을 보여준다. 위치는 자동으로 추정하지 않는다. 반드시 먼저 현재 위치를 질문 한다. 위치 문자열은 공식 zone 목록으로 매칭하고, 주변 JSON endpoint 로 좁혀서 찾는다. 좌표를 직접 받으면 더 정확한 nearby 검색을 할 수 있다. nearby 검색은 기본적으로 k-skill-proxy ( /v1/blue-ribbon/nearby ) 를 경유한다. 프록시에 BLUE_RIBBON_SESSION_ID 가 설정되어 있어야 한다. When to use "근처 맛집 찾아줘" "여기 근처 블루리본 맛집 뭐 있어?" "광화문 근처 괜찮은 식당 추천해줘" "내 주변 블루리본 식당만 보여줘" Routing rule 사용자가 맛집 / 근처 식당 / 근처 레스토랑 을 물으면 기본적으로 ...
2.6K
4791 claude-hud-statusline aradotso/trending-skills
Claude HUD Skill by ara.so — Daily 2026 Skills collection. Claude HUD is a Claude Code plugin that adds a persistent statusline to your terminal showing real-time context window usage, active tool calls, running subagents, and todo progress — always visible below your input prompt. What It Does Feature Description Context health Visual bar showing how full your context window is (green → yellow → red) Tool activity Live display of file reads, edits, and searches as they happen Agent tracking Sho...
2.6K
4792 aiconfig-tools launchdarkly/agent-skills
Deprecated — renamed to tools This skill has been renamed. Do not follow any instructions here and do not perform the task from this skill. Invoke the tools skill instead — it contains the current, complete instructions. If you arrived here from an old reference (documentation, a saved prompt, or automation), update it from aiconfig-tools to tools . Installs 50 Repository launchdarkly/ai-tooling GitHub Stars 25 First Seen May 5, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
2.6K
4793 aiconfig-create launchdarkly/agent-skills
Deprecated — renamed to configs-create This skill has been renamed. Do not follow any instructions here and do not perform the task from this skill. Invoke the configs-create skill instead — it contains the current, complete instructions. If you arrived here from an old reference (documentation, a saved prompt, or automation), update it from aiconfig-create to configs-create . Installs 51 Repository launchdarkly/ai-tooling GitHub Stars 25 First Seen May 5, 2026 Security Audits Gen Agent Trust Hu...
2.6K
4794 aiconfig-projects launchdarkly/agent-skills
Deprecated — renamed to projects This skill has been renamed. Do not follow any instructions here and do not perform the task from this skill. Invoke the projects skill instead — it contains the current, complete instructions. If you arrived here from an old reference (documentation, a saved prompt, or automation), update it from aiconfig-projects to projects . Installs 50 Repository launchdarkly/ai-tooling GitHub Stars 25 First Seen May 5, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pa...
2.6K
4795 aiconfig-update launchdarkly/agent-skills
Deprecated — renamed to configs-update This skill has been renamed. Do not follow any instructions here and do not perform the task from this skill. Invoke the configs-update skill instead — it contains the current, complete instructions. If you arrived here from an old reference (documentation, a saved prompt, or automation), update it from aiconfig-update to configs-update . Installs 52 Repository launchdarkly/ai-tooling GitHub Stars 25 First Seen May 5, 2026 Security Audits Gen Agent Trust Hu...
2.6K
4796 aiconfig-variations launchdarkly/agent-skills
Deprecated — renamed to configs-variations This skill has been renamed. Do not follow any instructions here and do not perform the task from this skill. Invoke the configs-variations skill instead — it contains the current, complete instructions. If you arrived here from an old reference (documentation, a saved prompt, or automation), update it from aiconfig-variations to configs-variations . Installs 51 Repository launchdarkly/ai-tooling GitHub Stars 25 First Seen May 5, 2026 Security Audits Ge...
2.6K
4797 bun-development sickn33/antigravity-awesome-skills
⚡ Bun Development Fast, modern JavaScript/TypeScript development with the Bun runtime, inspired by oven-sh/bun . When to Use This Skill Use this skill when: Starting new JS/TS projects with Bun Migrating from Node.js to Bun Optimizing development speed Using Bun's built-in tools (bundler, test runner) Troubleshooting Bun-specific issues 1. Getting Started 1.1 Installation Show more Installs 2.7K Repository sickn33/agentic…e-skills GitHub Stars 45.0K First Seen Jan 19, 2026 Security Audits Gen Ag...
2.6K
4798 personal-assistant ailabs-393/ai-labs-claude-skills
Personal Assistant Overview This skill transforms Claude into a comprehensive personal assistant with persistent memory of user preferences, schedules, tasks, and context. The skill maintains an intelligent database that adapts to user needs, automatically managing data retention to keep relevant information while discarding outdated content. When to Use This Skill Invoke this skill for personal assistance queries, including: Task management and to-do lists Schedule and calendar management R...
2.6K
4799 daily-ai-news yyh211/claude-meta-skill
Daily AI News Briefing Aggregates the latest AI news from multiple sources and delivers concise summaries with direct links When to Use This Skill Activate this skill when the user: Asks for today's AI news or latest AI developments Requests a daily AI briefing or updates Mentions wanting to know what's happening in AI Asks for AI industry news, trends, or breakthroughs Wants a summary of recent AI announcements Says: "给我今天的AI资讯" (Give me today's AI news) Says: "AI有什么新动态" (What's new in AI) ...
2.6K
4800 asc-metadata-sync rudrankriyam/app-store-connect-cli-skills
asc metadata sync Use this skill to keep App Store metadata in sync with App Store Connect. Prefer the canonical asc metadata workflow for app-info and version localization fields. Use the lower-level asc localizations and asc migrate commands only when the user specifically needs .strings files or legacy fastlane-format metadata. Current canonical workflow 1. Pull canonical metadata asc metadata pull --app "APP_ID" --version "1.2.3" --platform IOS --dir "./metadata" If the app has multiple app-...
2.6K