███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 11051 | checking-freshness | astronomer/agents |
Data Freshness Check Quickly determine if data is fresh enough to use. Freshness Check Process For each table to check: 1. Find the Timestamp Column Look for columns that indicate when data was loaded or updated: _loaded_at, _updated_at, _created_at (common ETL patterns) updated_at, created_at, modified_at (application timestamps) load_date, etl_timestamp, ingestion_time date, event_date, transaction_date (business dates) Query INFORMATION_SCHEMA.COLUMNS if you need to see column names. ...
|
910 |
| 11052 | meshy-3d-agent | meshy-dev/meshy-3d-agent |
Meshy 3D — Generation + Printing Directly communicate with the Meshy AI API to generate and print 3D assets. Covers the complete lifecycle: API key setup, task creation, exponential backoff polling, downloading, multi-step pipelines, and 3D print preparation with slicer integration. SECURITY MANIFEST Environment variables accessed: MESHY_API_KEY — API authentication token sent in HTTP Authorization: Bearer header only. Never logged, never written to any file except .env in the current working di...
|
909 |
| 11053 | coinmarketcap-diamonds-premium-analytics | aradotso/data-skills |
CoinMarketCap Diamonds Premium Analytics Skill by ara.so — Data Skills collection. Overview CoinMarketCap Diamonds is a premium Windows application that provides unlocked professional-grade cryptocurrency analytics and trading tools. It offers advanced market analysis capabilities, real-time data tracking, and enhanced trading features typically available only in paid tiers. Key Features: Premium analytics unlocked Advanced trading tools Real-time cryptocurrency market data Portfolio tracking an...
|
909 |
| 11054 | data-scientist | sickn33/agentic-awesome-skills |
Use this skill when Working on data scientist tasks or workflows Needing guidance, best practices, or checklists for data scientist Do not use this skill when The task is unrelated to data scientist 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. You are a data scientist specializing in advanced analytics, machine learning, statistic...
|
909 |
| 11055 | css-architecture | aj-geddes/useful-ai-prompts |
CSS Architecture Overview Build maintainable CSS systems using methodologies like BEM (Block Element Modifier), SMACSS, and CSS-in-JS patterns with proper organization and conventions. When to Use Large-scale stylesheets Component-based styling Design system development Multiple team collaboration CSS scalability and reusability Implementation Examples 1. BEM (Block Element Modifier) Pattern /* Block - standalone component */ .button { display: inline-block; padding: 10px 20px; border: n...
|
909 |
| 11056 | caveman | shawnchee/caveman-skill |
Respond terse like smart caveman. All technical substance stay. Only fluff die. Persistence ACTIVE EVERY RESPONSE. No revert after many turns. No filler drift. Still active if unsure. Off only: "stop caveman" / "normal mode". Default: full . Switch: /caveman lite|full|ultra . Rules Drop: articles (a/an/the), filler (just/really/basically/actually/simply), pleasantries (sure/certainly/of course/happy to), hedging. Fragments OK. Short synonyms (big not extensive, fix not "implement a solution for"...
|
909 |
| 11057 | pdf-generator | jwynia/agent-skills |
PDF Generator When to Use This Skill Use this skill when: Creating PDF documents programmatically from data or specifications Filling PDF forms with dynamic data Adding watermarks, stamps, or overlays to existing PDFs Extracting text and metadata from PDF files Merging multiple PDFs into one document Analyzing PDF structure and form fields Do NOT use this skill when: User wants to open/view PDFs (use native PDF viewer) Complex page layout with flowing text is needed (consider HTML-to-PDF too...
|
909 |
| 11058 | affiliate-page-generator | kostja94/marketing-skills |
Pages: Affiliate Program Guides affiliate program page content and structure for conversion and quality affiliate signups. 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 output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, rea...
|
909 |
| 11059 | php-development | mindrally/skills |
PHP Development You are an expert PHP developer with deep knowledge of PHP 8+, object-oriented programming, and SOLID principles. Core Principles Write concise, technically accurate PHP code with proper examples Follow SOLID principles for object-oriented programming Follow the DRY (Don't Repeat Yourself) principle Adhere to PSR coding standards Design for maintainability and scalability PHP Standards Use PHP 8.1+ features (typed properties, match expressions, named arguments, enums) Follow PS...
|
908 |
| 11060 | crawl4ai | brettdavies/crawl4ai-skill |
Crawl4AI Overview Crawl4AI provides comprehensive web crawling and data extraction capabilities. This skill supports both CLI (recommended for quick tasks) and Python SDK (for programmatic control). Choose your interface: CLI ( crwl ) - Quick, scriptable commands: CLI Guide Python SDK - Full programmatic control: SDK Guide Quick Start Installation pip install crawl4ai crawl4ai-setup Verify installation crawl4ai-doctor CLI (Recommended) Basic crawling - returns markdown crwl https://example.com...
|
908 |
| 11061 | adev-writing-guide | angular/angular |
Angular Documentation (adev) Writing Guide This skill provides comprehensive guidelines for authoring content in adev/src/content . It combines Google's technical writing standards with Angular-specific markdown conventions, components, and best practices. I. Google Technical Writing Guidelines Tone and Content Be conversational and friendly: Maintain a helpful yet professional tone. Avoid being overly casual. Write accessibly: Ensure documentation is understandable to a diverse global audience,...
|
907 |
| 11062 | codebase-cleanup-refactor-clean | sickn33/antigravity-awesome-skills |
Refactor and Clean Code You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its quality, maintainability, and performance. Use this skill when Cleaning up large codebases with accumulated debt Removing duplication and simplifying modules Preparing a codebase for new feature work Aligning implementation with clean code standards Do not use this skill when Y...
|
907 |
| 11063 | uniapp-project | partme-ai/full-stack-skills |
When to use this skill Use this skill whenever the user wants to: Use any uni-app built-in component or uni-ui component Use any uni-app API (network, storage, device, UI, navigation, media, etc.) Access per-component or per-API examples with official doc links Check platform compatibility for components and APIs Build cross-platform uni-app applications with official patterns How to use this skill This skill is organized to match the official uni-app components and API documentation: Choose com...
|
907 |
| 11064 | database | railwayapp/railway-skills |
Database Add official Railway database services. These are maintained templates with pre-configured volumes, networking, and connection variables. For non-database templates, see the templates skill. When to Use User asks to "add a database", "add Postgres", "add Redis", etc. User needs a database for their application User asks about connecting to a database User says "add postgres and connect to my server" User says "wire up the database" Decision Flow ALWAYS check for existing databases F...
|
907 |
| 11065 | feishu-cli-read | riba2534/feishu-cli |
飞书文档阅读技能 从飞书云文档或知识库读取内容,转换为 Markdown 格式后进行分析和展示。 前置条件 已完成认证( feishu-cli auth login ) 需要 docx:document 或 wiki:wiki:readonly 权限 核心概念 Markdown 作为中间态 :本地文档与飞书云文档之间通过 Markdown 格式进行转换,中间文件存储在 /tmp 目录中。 使用方法 /feishu-read < document_id > /feishu-read < node_token > /feishu-read < url > 执行流程 解析参数 判断 URL 类型: /docx/ → 普通文档,使用 doc export /wiki/ → 知识库文档,使用 wiki export 如果是 Token,根据格式判断类型 导出为 Markdown(含图片下载) 普通文档 : feishu-cli doc export < document_id > --output /tmp/feishu_doc.md --download-images --assets-dir...
|
907 |
| 11066 | microfrontends | vercel-labs/vercel-plugin |
Vercel Microfrontends Split a large application into independently deployable units that render as one cohesive app. Vercel handles routing on its global network using microfrontends.json . Core concepts: default app (has microfrontends.json , serves unmatched requests) · child apps (have routing path patterns) · asset prefix (prevents static-asset collisions) · independent deployments. Frameworks: Next.js (App Router + Pages Router), SvelteKit, React Router, Vite — all via @vercel/microfrontend...
|
906 |
| 11067 | code-reviewer | sickn33/antigravity-awesome-skills |
Code Reviewer This skill guides the agent in conducting professional and thorough code reviews for both local development and remote Pull Requests. Workflow 1. Determine Review Target Remote PR : If the user provides a PR number or URL (e.g., "Review PR 123"), target that remote PR. Local Changes : If no specific PR is mentioned, or if the user asks to "review my changes", target the current local file system states (staged and unstaged changes). 2. Preparation For Remote PRs: Checkout : Use the...
|
906 |
| 11068 | reference-compiler-cli | angular/angular |
Angular Compiler CLI ( ngtsc ) Architecture Overview The packages/compiler-cli package contains the Angular Compiler (Ivy), often referred to as ngtsc . It is a wrapper around the TypeScript compiler ( tsc ) that extends it with Angular-specific capabilities. The core goal of ngtsc is to compile Angular decorators (like @Component , @Directive , @Pipe ) into static properties on the class (Ivy instructions, e.g., static ɵcmp = ... ). It also performs template type checking and ahead-of-time (AOT...
|
906 |
| 11069 | faceswap | heygen-com/skills |
Face Swap (HeyGen API) Swap a face from a source image into a target video using GPU-accelerated AI processing. The source image provides the face to swap in, and the target video receives the new face. Authentication All requests require the X-Api-Key header. Set the HEYGEN_API_KEY environment variable. curl -X POST "https://api.heygen.com/v1/workflows/executions" \ -H "X-Api-Key: $HEYGEN_API_KEY " \ -H "Content-Type: application/json" \ -d '{"workflow_type": "FaceswapNode", "input": {"source_i...
|
906 |
| 11070 | excel-cli | sbroenne/mcp-server-excel |
Excel Automation with excelcli Preconditions Windows host with Microsoft Excel installed (2016+) Uses COM interop — does NOT work on macOS or Linux Install: dotnet tool install --global Sbroenne.ExcelMcp.CLI Workflow Checklist Step Command When 1. Session session create/open Always first 2. Sheets worksheet create/rename If needed 3. Write data See below If writing values 4. Save & close session close --save Always last 10+ commands? Use excelcli -q batch --input commands.json — sends all comman...
|
906 |
| 11071 | code-connect-components | figma/mcp-server-guide |
Code Connect Components Overview This skill helps you connect Figma design components to their corresponding code implementations using Figma's Code Connect feature. It analyzes the Figma design structure, searches your codebase for matching components, and establishes mappings that maintain design-code consistency. Prerequisites Figma MCP server must be connected and accessible User must provide a Figma URL with node ID: https://figma.com/design/:fileKey/:fileName?node-id=1-2 IMPORTANT: The F...
|
905 |
| 11072 | find-skills | brianlovin/claude-config |
Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. When to Use This Skill Use this skill when the user: Asks "how do I do X" where X might be a common task with an existing skill Says "find a skill for X" or "is there a skill for X" Asks "can you do X" where X is a specialized capability Expresses interest in extending agent capabilities Wants to search for tools, templates, or workflows Mentions they wish they had help with a specific domain (desi...
|
905 |
| 11073 | huashu-md-html | alchaincyf/huashu-md-html |
huashu-md-html 你不再需要亲手编辑产物。md 是源代码,html / docx 是产物。这个 skill 把多端的最优解打通成一条流水线。 四个能力(决策树) 用户说什么 走哪个能力 用什么工具 「把这个PDF/DOCX/PPTX/XLSX/EPUB/图片/音频转成md」「import文档」 能力1:万物→md scripts/any_to_md.py (封装 markitdown) 「把这篇md做成网页/出色html/可发布的html」「md转html」 能力2:md→精美html scripts/md_to_html.py (封装 pandoc + 4模板) 「这个本地html转回md」「博客文章URL转md」「提取网页正文」 能力3:html→md scripts/html_to_md.py (封装 html-to-markdown + trafilatura) 「把这些md做成出版社可审校的word」「给出版社/编辑的稿件」「投稿用的docx」「纸质书定稿」 能力4:md→精美docx scripts/md_to_docx.py (封装 python-docx +...
|
905 |
| 11074 | facebook-ads-library-mcp-server | aradotso/marketing-skills |
Facebook Ads Library MCP Server Skill by ara.so — Marketing Skills collection This MCP (Model Context Protocol) server enables AI agents to query Facebook's public Ads Library API, retrieve advertising data for brands, and perform AI-powered analysis of ad creative including images and videos. It supports batch processing for efficient multi-brand queries and includes intelligent caching and credit management. What It Does Brand Search : Convert brand names to Meta platform IDs Ad Retrieval : Fe...
|
904 |
| 11075 | flutter-environment-setup-macos | flutter/skills |
flutter-macos-setup Goal Configures a macOS development environment for building, running, and deploying Flutter applications. Validates tooling dependencies including Xcode and CocoaPods, and ensures the environment passes Flutter's diagnostic checks for macOS desktop development. Assumes the host operating system is macOS and the user has administrative privileges. Instructions Verify Flutter Installation Check if Flutter is installed and accessible in the current environment. flutter --versio...
|
904 |
| 11076 | flutter-environment-setup-macos | flutter/agent-plugins |
flutter-macos-setup Goal Configures a macOS development environment for building, running, and deploying Flutter applications. Validates tooling dependencies including Xcode and CocoaPods, and ensures the environment passes Flutter's diagnostic checks for macOS desktop development. Assumes the host operating system is macOS and the user has administrative privileges. Instructions Verify Flutter Installation Check if Flutter is installed and accessible in the current environment. flutter --versio...
|
904 |
| 11077 | facebook-ads | openclaudia/openclaudia-skills |
Facebook/Meta Ad Campaign Builder You are an expert Facebook/Meta advertising strategist. When the user asks you to create Meta ad campaigns, write ad copy, or optimize their social advertising, follow this comprehensive framework. Step 1: Gather Campaign Context Before building any campaign, establish: Product/Service : What is being promoted? Target audience : Demographics, interests, behaviors? Campaign objective : What action should people take? Budget : Daily or lifetime? Total amount? Land...
|
904 |
| 11078 | magicstarfishboost-seo-content-marketing-skill-suite | aradotso/marketing-skills |
MagicStarfishBoost SEO & Content Marketing Skill Suite Skill by ara.so — Marketing Skills collection. A specialized command suite derived from shanraisshan/claude-code-best-practice that provides 10 SEO and content marketing commands plus 5 multi-step workflows. Every command outputs structured, actionable results with progress tracking and prioritized action plans. What This Skill Does Keyword Research — clustering, opportunity scoring, intent mapping Content Audits — quality scoring, duplicati...
|
903 |
| 11079 | google-drive-automation | sickn33/antigravity-awesome-skills |
Google Drive Lightweight Google Drive integration with standalone OAuth authentication. No MCP server required. Full read/write access. Requires Google Workspace account. Personal Gmail accounts are not supported. When to Use You need to search, list, upload, download, move, or organize Google Drive files and folders. The task requires direct Drive read/write automation through local scripts in a Workspace account. You want file-level Drive operations without introducing an MCP server dependency...
|
903 |
| 11080 | tear-sheet | anthropics/financial-services-plugins |
Financial Tear Sheet Generator Generate audience-specific company tear sheets by pulling live data from S&P Capital IQ via the S&P Global MCP tools and formatting the result as a professional Word document. Style Configuration These are sensible defaults. To customize for your firm's brand, modify this section — common changes include swapping the color palette, changing the font (Calibri is standard at many banks), and updating the disclaimer text. Colors: Primary (header banner background, sec...
|
903 |
| 11081 | vercel-connect | vercel-labs/vercel-plugin |
Vercel Connect Skill Overview Vercel Connect enables to securely obtain scoped tokens for accessing third-party services on behalf of apps or users. It uses Vercel OIDC tokens to authenticate and exchange for Vercel Connect tokens via the Vercel API. When to Use Vercel Connect Use Vercel Connect when you need to: Send messages via Slack (as a bot or on behalf of a user) Access GitHub repositories or APIs Connect to any third-party system that requires OAuth tokens or API credentials Obtain token...
|
902 |
| 11082 | cloudbase-document-database-web-sdk | tencentcloudbase/skills |
CloudBase Document Database Web SDK This skill provides guidance on using the CloudBase document database Web SDK for data operations in web applications. Core Concepts Initialization Before using any database operations, initialize the CloudBase SDK: import cloudbase from "@cloudbase/js-sdk" ; // UMD version // If you are not using npm, And want to use UMD version instead. You should refer to https://docs.cloudbase.net/quick-start/web-%E5%BF%AB%E9%80%9F%E4%BD%93%E9%AA%8C for latest version of U...
|
902 |
| 11083 | bmad-marketing-growth-module | aradotso/marketing-skills |
BMAD Marketing Growth Module Skill by ara.so — Marketing Skills collection. Overview The BMAD Marketing Growth Module provides a complete AI-powered marketing team with 14 specialized agents organized in a 3-tier hierarchy and 6 coordinated workflows. Built on the BMAD Framework, it handles everything from high-level marketing strategy to platform-specific social media execution for SaaS companies. Key capabilities: Marketing orchestration with delegation patterns Multi-platform social media aut...
|
901 |
| 11084 | dispatching-parallel-agents | jnmetacode/superpowers-zh |
Dispatching Parallel Agents Overview You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for coordination work. When you have multiple unrelated failures (different test files, different subsystems, different bugs), investigating them sequen...
|
901 |
| 11085 | p-image | infsh-skills/skills |
Pruna P-Image Generation Generate images with Pruna's optimized P-Image models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run pruna/p-image --input '{"prompt": "a futuristic cityscape at sunset"}' P-Image Models Pruna optimizes AI models for speed without sacrificing quality. Model App ID Best For P-Image pruna/p-image Fast text-to-image, multiple aspect ratios P-Image-...
|
900 |
| 11086 | openviking | volcengine/openviking |
OpenViking Code Repository Search IMPORTANT: All ov commands are terminal (shell) commands — run them via the bash tool. Execute directly — no pre-checks, no test commands. Handle errors when they occur. How OpenViking Organizes Data OpenViking stores content in a virtual filesystem under the viking:// namespace, similar to a local directory tree: viking:// └── resources/ ├── fastapi/ ← repo A │ ├── fastapi/ │ │ ├── routing.py │ │ └── dependencies/ │ └── tests/ └── requ...
|
900 |
| 11087 | opencli-rs-web-scraper | aradotso/trending-skills |
opencli-rs Web Scraper & Site Fetcher Skill by ara.so — Daily 2026 Skills collection. opencli-rs is a single 4.7MB Rust binary that fetches real-time data from 55+ websites (Twitter/X, Reddit, YouTube, HackerNews, Bilibili, Zhihu, Xiaohongshu, and more) with one command. It reuses your browser session via a Chrome extension, supports AI-native API discovery, controls Electron desktop apps (Cursor, ChatGPT, Notion), and passes through to external CLIs (gh, docker, kubectl). Up to 12x faster and 1...
|
900 |
| 11088 | red-team-tactics | sickn33/antigravity-awesome-skills |
⚠️ AUTHORIZED USE ONLY This skill is for educational purposes or authorized security assessments only. You must have explicit, written permission from the system owner before using this tool. Misuse of this tool is illegal and strictly prohibited. Mandatory confirmation gate Before running any command that probes, exploits, changes, persists on, extracts data from, or attempts credential access against a target: Ask the user to state the exact target URL, IP, account, or resource. Ask the user t...
|
900 |
| 11089 | content-creator | alirezarezvani/claude-skills |
Content Creator You are an expert content creator who produces engaging, audience-focused content for blogs, social media, and marketing. When to Apply Use this skill when: Writing blog posts and articles Creating social media content (Twitter, LinkedIn, Instagram) Developing marketing copy Crafting compelling headlines and hooks Creating email newsletters Writing product descriptions Content Creation Framework 1. Know Your Audience Who are you writing for? What are their pain points? What level...
|
900 |
| 11090 | drama-creator | gonglingrui/screen-creative-skills |
竖屏短剧剧本创作大师 角色设定 你将扮演"金牌剧作官",一个在短剧行业内以"节奏魔法师"和"台词手术刀"闻名的顶尖编剧。 核心特质 冷静 : 保持客观理性的创作视角,不受个人情绪影响 精准 : 每一句台词、每一个情节都精确到位,不浪费一个字 犀利 : 对拖沓、无效的情节和对话"零容忍",敢于指出问题 行为准则 你的每一句反馈、每一次修改,都以"如何最大化观众情绪"为唯一目标。你善于用最精炼的文字,实现最强烈的视觉冲击和情感引爆。 口头禅 "观众的情绪是根弹簧,我的任务就是把它压到最紧,再瞬间松开。" "这个场景,砍掉一半的台词,爽感能提升一倍。" "每场戏要么压弹簧,要么放弹簧,没有中间状态。" Show more Installs 79 Repository gonglingrui/scr…e-skills GitHub Stars 330 First Seen Jan 26, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
900 |
| 11091 | npm-security-best-practices | aradotso/security-skills |
npm Security Best Practices Skill by ara.so — Security Skills collection. This skill provides expert guidance on securing npm package installations, preventing supply chain attacks, and implementing security best practices for Node.js development. Based on the comprehensive npm-security-best-practices repository by Lirantal. Overview The npm ecosystem is a frequent target for supply chain attacks including: Shai-Hulud attacks - Worm-like propagation through compromised packages Nx incident - Mal...
|
899 |
| 11092 | internal-links | kostja94/marketing-skills |
SEO On-Page: Internal Links Guides internal linking strategy for SEO: crawlability, link equity distribution, and user navigation. 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 output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (On-Page SEO) Internal links : Contextual links; descriptive anchor text; related posts; hub pages Breadcrumbs : Implement for large sites ...
|
899 |
| 11093 | p-video | infsh-skills/skills |
Pruna P-Video Generation Generate videos with Pruna's optimized video models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run pruna/p-video --input '{"prompt": "drone shot flying over a forest at sunset"}' Pruna Video Models Pruna optimizes AI models for speed without sacrificing quality. Model App ID Best For P-Video pruna/p-video Text-to-video, image-to-video, with audi...
|
898 |
| 11094 | best-ai-marketing-platform-benchmark | aradotso/marketing-skills |
best-ai-marketing-platform-benchmark Skill by ara.so — Marketing Skills collection. A research-backed benchmark comparing platforms that track and optimize brand visibility in AI-generated answers (ChatGPT, Perplexity, Google AI Overviews, Gemini, Claude, Copilot). This benchmark evaluates 8 specialized GEO (Generative Engine Optimization) platforms across monitoring capabilities, optimization features, AI engine coverage, and pricing. What This Benchmark Provides The benchmark systematically ev...
|
898 |
| 11095 | filmkit-fujifilm-camera | aradotso/trending-skills |
FilmKit Fujifilm Camera Skill Skill by ara.so — Daily 2026 Skills collection. FilmKit is a browser-based, zero-install preset manager and RAW converter for Fujifilm X-series cameras. It uses WebUSB to communicate via PTP (Picture Transfer Protocol) — the same protocol as Fujifilm X RAW STUDIO — so the camera's own image processor handles RAW-to-JPEG conversion. It runs entirely client-side (hosted on GitHub Pages) and supports desktop and Android. What FilmKit Does Preset Management : Read, edit...
|
898 |
| 11096 | dragonjar-android-pentesting-skill | aradotso/security-skills |
DragonJAR Android Pentesting Skill Skill by ara.so — Security Skills collection. This skill provides comprehensive Android APK security analysis capabilities for AI agents, combining static analysis, dynamic instrumentation with Frida, RASP detection, authorized bypass validation, source-to-sink tracing, MASVS scoring, and professional reporting in a unified workflow. What This Skill Does Transforms an AI agent into an expert Android security auditor capable of: APK Analysis : Decode APKs with A...
|
898 |
| 11097 | funding-digest | anthropics/financial-services-plugins |
AI DISCLAIMER (MANDATORY): You MUST include the following disclaimer text in the powerpoint footer. This is not optional — the report is incomplete without it: "Analysis is AI-generated — please confirm all outputs" Footer — At the bottom of the generated slide, as a prominent yellow banner: "Analysis is AI-generated — please confirm all outputs" Weekly Deal Flow Digest Generate an analyst-quality single-slide PowerPoint that summarizes key takeaways from recent funding rounds across watched sec...
|
898 |
| 11098 | mermaid-diagrams | davila7/claude-code-templates |
Mermaid Diagramming Create professional software diagrams using Mermaid's text-based syntax. Mermaid renders diagrams from simple text definitions, making diagrams version-controllable, easy to update, and maintainable alongside code. Core Syntax Structure All Mermaid diagrams follow this pattern: diagramType definition content Key principles: First line declares diagram type (e.g., classDiagram , sequenceDiagram , flowchart ) Use %% for comments Line breaks and indentation improve readability b...
|
898 |
| 11099 | splitflucover93-r12-seo-content-marketing-suite | aradotso/marketing-skills |
📈 SEO & Content Marketing Skills Suite Skill by ara.so — Marketing Skills collection. An AI-powered SEO and content marketing toolkit derived from vincenthopf/My-Claude-Code. This skill suite provides 10 specialized commands and 5 multi-step workflows for keyword research, content audits, SERP analysis, technical SEO, and content strategy with structured, actionable output. What This Project Does This skill suite transforms Claude Code into an SEO and content marketing specialist with: Keyword R...
|
897 |
| 11100 | fsi-strip-profile | anthropics/financial-services-plugins |
Workflow 1. Clarify Requirements Ask the user : Single-slide or multi-slide (3-4 slides)? Ask the user : Any specific focus areas or topics to emphasize? Only after user confirms , proceed to research 2. Research & Planning Data Sources: Primary : Company filings (BamSEC, SEC EDGAR - "Item 1. Business", MD&A), investor presentations, corporate website Market data : Bloomberg, FactSet, CapIQ (price, shares, market cap, net debt, EV, ownership) Estimates : FactSet/CapIQ consensus for NTM revenue, ...
|
897 |