███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4601 | writing-documentation-with-diataxis | sammcj/agentic-coding |
Writing Documentation with Diataxis You help users create and improve technical documentation using the Diataxis framework, which identifies four distinct documentation types based on user needs. What Diataxis Is Diataxis is a framework for creating documentation that feels good to use - documentation that has flow, anticipates needs, and fits how humans actually interact with a craft. Important: Diataxis is an approach, not a template. Don't create empty sections for tutorials/how-to/refere...
|
186 |
| 4602 | creating-dashboards | ancoleman/ai-design-components |
This skill enables the creation of sophisticated dashboard interfaces that aggregate and present data through coordinated widgets including KPI cards, charts, tables, and filters. Dashboards serve as centralized command centers for data-driven decision making, combining multiple component types from other skills (data-viz, tables, design-tokens) into unified analytics experiences with real-time updates, responsive layouts, and interactive filtering. When to Use Activate this skill when: - Bu...
|
186 |
| 4603 | asc-submission-health | rudrankriyam/asc-skills |
asc submission health Use this skill to reduce review submission failures and monitor status. Preconditions Auth configured and app/version/build IDs resolved. Build is processed (not in processing state). All required metadata is complete. Pre-submission Checklist 1. Verify Build Status asc builds info --build "BUILD_ID" Check: processingState is VALID usesNonExemptEncryption - if true , requires encryption declaration 2. Encryption Compliance If usesNonExemptEncryption: true : List existing d...
|
186 |
| 4604 | compose-ui | new-silvermoon/awesome-android-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
186 |
| 4605 | wps-excel | lc2panda/wps-skills |
WPS 表格智能助手 你现在是 WPS 表格智能助手,专门帮助用户解决 Excel 相关问题。你的存在是为了让那些被公式折磨的用户解脱,让他们用人话就能操作 Excel。 核心能力 1. 公式生成(P0 核心功能) 这是解决用户「公式不会写」痛点的核心能力: 查找匹配类 :VLOOKUP、XLOOKUP、INDEX+MATCH、LOOKUP 条件判断类 :IF、IFS、SWITCH、IFERROR 统计汇总类 :SUMIF、COUNTIF、AVERAGEIF、SUMIFS、COUNTIFS 日期时间类 :DATE、DATEDIF、WORKDAY、EOMONTH 文本处理类 :LEFT、RIGHT、MID、CONCATENATE、TEXT 2. 公式诊断 当用户公式报错时,分析原因并提供修复方案: REF! :引用了不存在的单元格或区域 N/A :查找函数未找到匹配值 VALUE! :参数类型错误 NAME? :函数名称错误或引用了未定义的名称 DIV/0! :除数为零 3. 数据清洗 去除前后空格(trim) 删除重复行(remove_duplicates) 删除空行(remove_e...
|
186 |
| 4606 | review | parcadei/continuous-claude-v3 |
Review Playwright Tests Systematically review Playwright test files for anti-patterns, missed best practices, and coverage gaps. Input $ARGUMENTS can be: A file path: review that specific test file A directory: review all test files in the directory Empty: review all tests in the project's testDir Steps 1. Gather Context Read playwright.config.ts for project settings List all *.spec.ts / *.spec.js files in scope If reviewing a single file, also check related page objects and fixtures 2. Check Ea...
|
186 |
| 4607 | metrics-dashboard | phuryn/pm-skills |
Product Metrics Dashboard Design a comprehensive product metrics dashboard with the right metrics, visualizations, and alert thresholds. Context You are designing a metrics dashboard for $ARGUMENTS . If the user provides files (existing dashboards, analytics data, OKRs, or strategy docs), read them first. Domain Context Metrics vs KPIs vs NSM : Metrics = all measurable things. KPIs = a few key quantitative metrics tracked over a longer period. North Star Metric = a single customer-centric KPI th...
|
186 |
| 4608 | engineering-advanced-skills | alirezarezvani/claude-skills |
Engineering Advanced Skills (POWERFUL Tier) 25 advanced engineering skills for complex architecture, automation, and platform operations. Quick Start Claude Code /read engineering/agent-designer/SKILL.md Codex CLI npx agent-skills-cli add alirezarezvani/claude-skills/engineering Skills Overview Skill Folder Focus Agent Designer agent-designer/ Multi-agent architecture patterns Agent Workflow Designer agent-workflow-designer/ Workflow orchestration API Design Reviewer api-design-reviewer/ REST/Gr...
|
186 |
| 4609 | fix | parcadei/continuous-claude-v3 |
Fix Lint and Formatting Instructions Run yarn prettier to fix formatting Run yarn linc to check for remaining lint issues Report any remaining manual fixes needed Common Mistakes Running prettier on wrong files - yarn prettier only formats changed files Ignoring linc errors - These will fail CI, fix them before committing
|
186 |
| 4610 | exa-search | affaan-m/everything-claude-code |
Exa Search Skill Trigger Conditions & Endpoint Selection Choose Exa endpoint based on user intent: search : Need semantic search / find web pages / research topics contents : Given result IDs, need to extract full content findsimilar : Given URL, need to find similar pages answer : Need direct answer to a question research : Need structured research output following given output_schema Recommended Architecture (Main Skill + Sub-skill) This skill uses a two-phase architecture: Main skill (current...
|
186 |
| 4611 | workflow-router | parcadei/continuous-claude-v3 |
Workflow Router You are a goal-based workflow orchestrator. Your job is to understand what the user wants to accomplish and route them to the appropriate specialist agents with optimal resource allocation. When to Use Use this skill when: User wants to start a new task but hasn't specified a workflow User asks "how should I approach this?" User mentions wanting to explore, plan, build, or fix something You need to orchestrate multiple agents for a complex task Workflow Process Step 1: Goal S...
|
186 |
| 4612 | research-external | parcadei/continuous-claude-v3 |
External Research Workflow Research external sources (documentation, web, APIs) for libraries, best practices, and general topics. Note: The current year is 2025. When researching best practices, use 2024-2025 as your reference timeframe. Invocation /research-external <focus> [options] Question Flow (No Arguments) If the user types just /research-external with no or partial arguments, guide them through this question flow. Use AskUserQuestion for each phase. Phase 1: Research Type question...
|
186 |
| 4613 | sqlmap database penetration testing | sickn33/antigravity-awesome-skills |
SQLMap Database Penetration Testing Purpose Provide systematic methodologies for automated SQL injection detection and exploitation using SQLMap. This skill covers database enumeration, table and column discovery, data extraction, multiple target specification methods, and advanced exploitation techniques for MySQL, PostgreSQL, MSSQL, Oracle, and other database management systems. Inputs / Prerequisites Target URL : Web application URL with injectable parameter (e.g., ?id=1 ) SQLMap Installation...
|
186 |
| 4614 | docs-demo | remotion-dev/remotion |
Adding an Interactive Demo to Docs Interactive demos render a Remotion composition inline in documentation pages using @remotion/player . They live in packages/docs/components/demos/ . Steps Create a component in packages/docs/components/demos/ (e.g. MyDemo.tsx ). It should be a standard React component using Remotion hooks like useCurrentFrame() and useVideoConfig() . Register the demo in packages/docs/components/demos/types.ts : Import the component Export a DemoType object with these fields: ...
|
186 |
| 4615 | seedance-prompter | pexoai/pexo-skills |
Seedance Prompt Designer Skill This skill transforms a user's scattered multimodal assets (images, videos, audio) and ambiguous creative intent into a structured, executable prompt for the Seedance 2.0 video generation model. It acts as an expert prompt engineer, ensuring the highest quality output from the underlying model. When to Use When the user provides multiple assets (images, videos, audio) for video generation. When the user's request is complex and requires careful prompt construction....
|
186 |
| 4616 | brainstorm-ideas-new | phuryn/pm-skills |
Brainstorm Product Ideas (New Product) Multi-perspective ideation for initial product discovery of a new product. Generates specific feature ideas from PM, Designer, and Engineer viewpoints. Context You are supporting initial product discovery for a new product: $ARGUMENTS . If the user provides files (market research, competitive analysis), read them first. Use web search to understand the market if needed. Domain Context Initial Discovery vs Continuous Discovery : Initial Discovery focuses on ...
|
186 |
| 4617 | agent development | anthropics/claude-plugins-official |
Agent Development for Claude Code Plugins Overview Agents are autonomous subprocesses that handle complex, multi-step tasks independently. Understanding agent structure, triggering conditions, and system prompt design enables creating powerful autonomous capabilities. Key concepts: Agents are FOR autonomous work, commands are FOR user-initiated actions Markdown file format with YAML frontmatter Triggering via description field with examples System prompt defines agent behavior Model and color cu...
|
186 |
| 4618 | prove | parcadei/continuous-claude-v3 |
/prove - Machine-Verified Proofs (5-Phase Workflow) For mathematicians who want verified proofs without learning Lean syntax. Prerequisites Before using this skill, check Lean4 is installed: Check if lake is available command -v lake &>/dev/null && echo "Lean4 installed" || echo "Lean4 NOT installed" If not installed: Install elan (Lean version manager) curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh Restart shell, then verify lake --version Firs...
|
186 |
| 4619 | design-everyday-things | wondelai/skills |
Design of Everyday Things Framework Foundational design principles for creating products that are intuitive, discoverable, and understandable. The "bible of UX" — applicable to physical products, software, and any human-designed system. Core Principle Good design is actually a lot harder to notice than poor design, in part because good designs fit our needs so well that the design is invisible. When something works well, we take it for granted. When it fails, we blame ourselves — but the fault i...
|
185 |
| 4620 | remember | parcadei/continuous-claude-v3 |
Memory Keeper You are an expert prompt engineer and keeper of domain-organized Memory Instructions that persist across VS Code contexts. You maintain a self-organizing knowledge base that automatically categorizes learnings by domain and creates new memory files as needed. Scopes Memory instructions can be stored in two scopes: Global ( global or user ) - Stored in <global-prompts> ( vscode-userdata:/User/prompts/ ) and apply to all VS Code projects Workspace ( workspace or ws ) - Stored in <wor...
|
185 |
| 4621 | enrich-lead | anthropics/knowledge-work-plugins |
Enrich Lead Turn any identifier into a full contact dossier. The user provides identifying info via "$ARGUMENTS". Examples /apollo:enrich-lead Tim Zheng at Apollo /apollo:enrich-lead https://www.linkedin.com/in/timzheng /apollo:enrich-lead sarah@stripe.com /apollo:enrich-lead Jane Smith, VP Engineering, Notion /apollo:enrich-lead CEO of Figma Step 1 — Parse Input From "$ARGUMENTS", extract every identifier available: First name, last name Company name or domain LinkedIn URL Email address Job tit...
|
185 |
| 4622 | braintrust-tracing | parcadei/continuous-claude-v3 |
Braintrust Tracing for Claude Code Comprehensive guide to tracing Claude Code sessions in Braintrust, including sub-agent correlation. Architecture Overview PARENT SESSION +---------------------+ | SessionStart | | (creates root) | +----------+----------+ | +----------v----------+ | UserPromptSubmit | ...
|
185 |
| 4623 | asc-build-lifecycle | rudrankriyam/asc-skills |
asc build lifecycle Use this skill to manage build state, processing, and retention. Find the right build Latest build: asc builds latest --app "APP_ID" --version "1.2.3" --platform IOS Recent builds: asc builds list --app "APP_ID" --sort -uploadedDate --limit 10 Inspect processing state asc builds info --build "BUILD_ID" Distribution flows Prefer end-to-end: asc publish testflight --app "APP_ID" --ipa "./app.ipa" --group "GROUP_ID" --wait asc publish appstore --app "APP_ID" --ipa "./app.ipa" --...
|
185 |
| 4624 | level-design | pluginagentmarketplace/custom-plugin-game-developer |
Level Design Level Design Philosophy ┌─────────────────────────────────────────────────────────────┐ │ LEVEL DESIGN PILLARS │ ├─────────────────────────────────────────────────────────────┤ │ 1. FLOW: Guide the player naturally through space │ │ 2. PACING: Control intensity and rest moments │ │ 3. DISCOVERY: Reward exploration and curiosity │ │ 4. CLARITY: Player always knows where to go │ │ 5. CHALLENGE: Sk...
|
185 |
| 4625 | promote | alirezarezvani/claude-skills |
/si:promote — Graduate Learnings to Rules Moves a proven pattern from Claude's auto-memory into the project's rule system, where it becomes an enforced instruction rather than a background note. Usage /si:promote <pattern description> Auto-detect best target /si:promote <pattern> --target claude.md Promote to CLAUDE.md /si:promote <pattern> --target rules/testing.md Promote to scoped rule /si:promote <pattern> --target rules/api.md --paths "src/api//*.ts" ...
|
185 |
| 4626 | blip-2-vision-language | davila7/claude-code-templates |
BLIP-2: Vision-Language Pre-training Comprehensive guide to using Salesforce's BLIP-2 for vision-language tasks with frozen image encoders and large language models. When to use BLIP-2 Use BLIP-2 when: Need high-quality image captioning with natural descriptions Building visual question answering (VQA) systems Require zero-shot image-text understanding without task-specific training Want to leverage LLM reasoning for visual tasks Building multimodal conversational AI Need image-text retrieva...
|
185 |
| 4627 | ml-paper-writing | orchestra-research/ai-research-skills |
ML Paper Writing for Top AI Conferences Expert-level guidance for writing publication-ready papers targeting NeurIPS, ICML, ICLR, ACL, AAAI, and COLM. This skill combines writing philosophy from top researchers (Nanda, Farquhar, Karpathy, Lipton, Steinhardt) with practical tools: LaTeX templates, citation verification APIs, and conference checklists. Core Philosophy: Collaborative Writing Paper writing is collaborative, but Claude should be proactive in delivering drafts. The typical workflo...
|
185 |
| 4628 | seo-optimizer | ailabs-393/ai-labs-claude-skills |
SEO Optimizer Overview This skill provides comprehensive SEO optimization capabilities for HTML/CSS websites. It analyzes websites for SEO issues, implements best practices, and generates optimization reports covering all critical SEO aspects including meta tags, heading structure, image optimization, schema markup, mobile optimization, and technical SEO. When to Use This Skill Use this skill when the user requests: "Analyze my website for SEO issues" "Optimize this page for SEO" "Generate an SE...
|
185 |
| 4629 | markdown-to-docx | duc01226/easyplatform |
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 ...
|
185 |
| 4630 | bfl-api | black-forest-labs/skills |
BFL API Integration Guide Use this skill when integrating BFL FLUX APIs into applications for image generation, editing, and processing. First: Check API Key Before generating images, verify your API key is set: echo $BFL_API_KEY If empty or you see "Not authenticated" errors, see API Key Setup below. Important: Image URLs Expire in 10 Minutes Result URLs from the API are temporary. Download images immediately after generation completes - do not store or cache the URLs themselves. When ...
|
185 |
| 4631 | analytics-tracking | davila7/claude-code-templates |
Analytics Tracking You are an expert in analytics implementation and measurement. Your goal is to help set up tracking that provides actionable insights for marketing and product decisions. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before implementi...
|
185 |
| 4632 | finance-skills | alirezarezvani/claude-skills |
Finance Skills Production-ready financial analysis skill for strategic decision-making. Quick Start Claude Code /read finance/financial-analyst/SKILL.md Codex CLI npx agent-skills-cli add alirezarezvani/claude-skills/finance Skills Overview Skill Folder Focus Financial Analyst financial-analyst/ Ratio analysis, DCF, budget variance, forecasting Python Tools 4 scripts, all stdlib-only: python3 financial-analyst/scripts/ratio_calculator.py --help python3 financial-analyst/scripts/dcf_valuation.py ...
|
185 |
| 4633 | pymatgen | davila7/claude-code-templates |
Pymatgen - Python Materials Genomics Overview Pymatgen is a comprehensive Python library for materials analysis that powers the Materials Project. Create, analyze, and manipulate crystal structures and molecules, compute phase diagrams and thermodynamic properties, analyze electronic structure (band structures, DOS), generate surfaces and interfaces, and access Materials Project's database of computed materials. Supports 100+ file formats from various computational codes. When to Use This Skil...
|
185 |
| 4634 | nextjs-deployment | giuseppe-trisciuoglio/developer-kit |
Next.js Deployment Deploy Next.js applications to production with Docker, CI/CD pipelines, and comprehensive monitoring. Overview This skill provides patterns for: Docker configuration with multi-stage builds GitHub Actions CI/CD pipelines Environment variables management (build-time and runtime) Preview deployments Monitoring with OpenTelemetry Logging and health checks Production optimization When to Use Activate when user requests involve: "Deploy Next.js", "Dockerize Next.js", "containerize"...
|
185 |
| 4635 | build | parcadei/continuous-claude-v3 |
Build - Workflow Orchestrator You are a workflow orchestrator that chains existing skills for feature development. You coordinate the execution of multiple skills in sequence, passing handoffs between them and pausing for human checkpoints at phase boundaries. Invocation /build <mode> [options] [description] Question Flow (No Arguments) If the user types just /build with no or partial arguments, guide them through this question flow to infer the right configuration. Use AskUserQuestion for e...
|
185 |
| 4636 | email-marketing | claude-office-skills/skills |
Email Marketing Comprehensive email marketing skill covering campaign creation, automated sequences, A/B testing, segmentation, and deliverability optimization. Overview This skill covers: Email campaign creation and templates Automated drip sequences A/B testing frameworks List segmentation strategies Deliverability best practices Email Types & Templates 1. Welcome Sequence sequence : "Welcome Series" trigger : subscriber_signup duration : 14_days emails : - day_0 : subject : "Welcome to {Brand...
|
185 |
| 4637 | skill-builder | jwynia/agent-skills |
Skill-Builder: Meta-Skill for Creating Skills You help create new agent skills that follow established patterns. Your role is to guide skill design, generate scaffolding, and validate completeness. Core Principle Skills are diagnostic frameworks with tools, not feature checklists. A skill diagnoses a problem space, identifies states, and provides interventions. Scripts provide randomization and structure; the LLM provides judgment. Each does what it's best at. Skill Anatomy Every skill has...
|
185 |
| 4638 | postgresql-expert | personamanagmentlayer/pcl |
PostgreSQL Expert You are an expert in PostgreSQL with deep knowledge of advanced queries, indexing, performance tuning, replication, and database administration. You design and manage production PostgreSQL databases that are performant, reliable, and scalable. Core Expertise Advanced Data Types JSON and JSONB: -- Create table with JSONB CREATE TABLE events ( id SERIAL PRIMARY KEY, event_type VARCHAR(50), data JSONB NOT NULL, created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP ); ...
|
185 |
| 4639 | dmux-workflows | affaan-m/everything-claude-code |
dmux Workflows Orchestrate parallel AI agent sessions using dmux, a tmux pane manager for agent harnesses. When to Activate Running multiple agent sessions in parallel Coordinating work across Claude Code, Codex, and other harnesses Complex tasks that benefit from divide-and-conquer parallelism User says "run in parallel", "split this work", "use dmux", or "multi-agent" What is dmux dmux is a tmux-based orchestration tool that manages AI agent panes: Press n to create a new pane with a prompt Pr...
|
185 |
| 4640 | codex-review | davila7/claude-code-templates |
Codex Code Review Skill Trigger Conditions Triggered when user input contains: "代码审核", "代码审查", "审查代码", "审核代码" "review", "code review", "review code", "codex 审核" "帮我审核", "检查代码", "审一下", "看看代码" Core Concept: Intention vs Implementation Running codex review --uncommitted alone only shows AI "what was done (Implementation)". Recording intention first tells AI "what you wanted to do (Intention)". "Code changes + intention description" as combined input is the most effective way to improve AI code revi...
|
185 |
| 4641 | coverage | alirezarezvani/claude-skills |
Analyze Test Coverage Gaps Map all testable surfaces in the application and identify what's tested vs. what's missing. Steps 1. Map Application Surface Use the Explore subagent to catalog: Routes/Pages: Scan route definitions (Next.js app/ , React Router config, Vue Router, etc.) List all user-facing pages with their paths Components: Identify interactive components (forms, modals, dropdowns, tables) Note components with complex state logic API Endpoints: Scan API route files or backend controll...
|
185 |
| 4642 | infographic | claude-office-skills/skills |
Infographic Skill Overview I help you design infographics by planning layouts, structuring content, and creating visual hierarchies that tell compelling data stories. I provide detailed specifications that designers can implement. What I can do: Plan infographic layouts and structure Organize content for visual impact Recommend visual elements (icons, charts, imagery) Create text hierarchy and copy Suggest color schemes and typography Provide design specifications What I cannot do: Create actual...
|
185 |
| 4643 | codex | davila7/claude-code-templates |
Codex Skill Guide Running a Task Default to gpt-5.2 model. Ask the user (via AskUserQuestion ) which reasoning effort to use ( xhigh , high , medium , or low ). User can override model if needed (see Model Options below). Select the sandbox mode required for the task; default to --sandbox read-only unless edits or network access are necessary. Assemble the command with the appropriate options: -m, --model <MODEL> --config model_reasoning_effort="<high|medium|low>" --sandbox <read-only|workspace-...
|
185 |
| 4644 | tldr-code | parcadei/continuous-claude-v3 |
TLDR-Code: Complete Reference Token-efficient code analysis. 95% savings vs raw file reads. Quick Reference Task Command File tree tldr tree src/ Code structure tldr structure . --lang python Search code tldr search "pattern" . Call graph tldr calls src/ Who calls X? tldr impact func_name . Control flow tldr cfg file.py func Data flow tldr dfg file.py func Program slice tldr slice file.py func 42 Dead code tldr dead src/ Architecture tldr arch src/ Imports tldr imports file.py Who imports X? t...
|
184 |
| 4645 | fal-ai-media | affaan-m/everything-claude-code |
fal.ai Media Generation Generate images, videos, and audio using fal.ai models via MCP. When to Activate User wants to generate images from text prompts Creating videos from text or images Generating speech, music, or sound effects Any media generation task User says "generate image", "create video", "text to speech", "make a thumbnail", or similar MCP Requirement fal.ai MCP server must be configured. Add to ~/.claude.json : "fal-ai" : { "command" : "npx" , "args" : [ "-y" , "fal-ai-mcp-server" ...
|
184 |
| 4646 | agent-xlsx | apetta/agent-xlsx |
agent-xlsx XLSX CLI for AI agents. JSON to stdout by default (raw text for --format csv|markdown ). Polars+fastexcel for data reads (7-10x faster than openpyxl), openpyxl for metadata/writes, three rendering engines for visual capture (Aspose → Excel → LibreOffice), oletools for VBA. Running If agent-xlsx is not already installed, use uvx for zero-install execution: uvx agent-xlsx probe report.xlsx All examples below use agent-xlsx directly — prefix with uvx if not globally installed. This file ...
|
184 |
| 4647 | gifgrep | steipete/clawdis |
gifgrep Use gifgrep to search GIF providers (Tenor/Giphy), browse in a TUI, download results, and extract stills or sheets. GIF-Grab (gifgrep workflow) Search → preview → download → extract (still/sheet) for fast review and sharing. Quick start gifgrep cats --max 5 gifgrep cats --format url | head -n 5 gifgrep search --json cats | jq '.[0].url' gifgrep tui "office handshake" gifgrep cats --download --max 1 --format url TUI + previews TUI: gifgrep tui "query" CLI still previews: --thumbs (Kitty/G...
|
184 |
| 4648 | update-swiftui-apis | avdlee/swiftui-agent-skill |
Update SwiftUI APIs Systematically scan Apple's developer documentation via the Sosumi MCP, identify deprecated SwiftUI APIs and their modern replacements, and update swiftui-expert-skill/references/latest-apis.md . Prerequisites Sosumi MCP must be enabled and available (provides searchAppleDocumentation , fetchAppleDocumentation , fetchAppleVideoTranscript , fetchExternalDocumentation ) Write access to this repository (or a fork) Workflow 1. Understand current coverage Read swiftui-expert-skill...
|
184 |
| 4649 | extract | alirezarezvani/claude-skills |
Identify reusable patterns, components, and design tokens, then extract and consolidate them into the design system for systematic reuse. Discover Analyze the target area to identify extraction opportunities: Find the design system : Locate your design system, component library, or shared UI directory (grep for "design system", "ui", "components", etc.). Understand its structure: Component organization and naming conventions Design token structure (if any) Documentation patterns Import/export co...
|
184 |
| 4650 | x-api | affaan-m/everything-claude-code |
X API Programmatic interaction with X (Twitter) for posting, reading, searching, and analytics. When to Activate User wants to post tweets or threads programmatically Reading timeline, mentions, or user data from X Searching X for content, trends, or conversations Building X integrations or bots Analytics and engagement tracking User says "post to X", "tweet", "X API", or "Twitter API" Authentication OAuth 2.0 Bearer Token (App-Only) Best for: read-heavy operations, search, public data. Environ...
|
184 |