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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
9251 zabbix julianobarbosa/claude-code-skills
This skill provides guidance for automating Zabbix monitoring operations via the API and official Python library `zabbix_utils`. Quick Start Installation ``` pip install zabbix-utils --break-system-packages ``` Authentication ``` from zabbix_utils import ZabbixAPI Option 1: Username/password api = ZabbixAPI(url="https://zabbix.example.com") api.login(user="Admin", password="zabbix") Option 2: API token (Zabbix 5.4+, preferred) api = ZabbixAPI(url="https://zabbix.example.com") api.lo...
86
9252 spec-product-demo zixun-github/aisdlc
spec-product-demo(R4:基于原型生成可交互 Demo) 概览 R4 的目标是把 {FEATURE_DIR}/requirements/prototype.md 的页面清单与交互说明落地为 可运行、可交互 的 Demo,用于走查/验证/对齐: 唯一页面来源 :只能来自 prototype.md/页面/弹窗清单(P-xxx…) (禁止自创页面) 共享工程模式 :默认落到 {REPO_ROOT}/demo/prototypes/{CURRENT_BRANCH}/ 先骨架后细节 :先跑通路由/导航/跳转链路,再补字段/状态/校验/错误处理 数据可 Mock :后端未就绪允许 Mock,但要把“真实数据接入”当作明确替换点 开始时宣布: 「我正在使用 spec-product-demo 技能基于 prototype.md 生成可交互 Demo。」 R4 的核心价值是“把线框变成可点可跑”,不是替代设计稿,也不是在 Demo 里自由发挥新增需求。 何时使用 / 不使用 使用时机 已完成 R3,且存在 {FEATURE_DIR}/requirements/prototype.md ...
86
9253 spider johnlindquist/claude
Web Spider Crawl and analyze websites. Prerequisites curl for fetching curl --version Gemini for analysis pip install google-generativeai export GEMINI_API_KEY=your_api_key Optional: better HTML parsing npm install -g puppeteer pip install beautifulsoup4 Basic Crawling Fetch Page Simple fetch curl -s "https://example.com" With headers curl -s -H "User-Agent: Mozilla/5.0" "https://example.com" Follow redirects curl -sL "https://example.com" Save to file curl -s "https://example.com...
86
9254 pdf-parser jeremylongshore/claude-code-plugins-plus-skills
Pdf Parser Purpose This skill provides automated assistance for pdf parser tasks within the Business Automation domain. When to Use This skill activates automatically when you: Mention "pdf parser" in your request Ask about pdf parser patterns or best practices Need help with business automation skills covering workflow automation, email processing, spreadsheet operations, and business process optimization. Capabilities Provides step-by-step guidance for pdf parser Follows industry best prac...
86
9255 speech-adaptation jwynia/agent-skills
Speech Adaptation Purpose Transform comprehensive written content into purposeful spoken guidance. Speech requires 3-5x compression while maintaining functional value. Apply when converting written content to audio, podcasts, presentations, or voice assistant responses. Core Principle Lead with value, earn attention. Listeners can't skim. Front-load what matters and offer expansion rather than exhaustive delivery. Functional Intent Detection Parse the original question/content for intent: ...
86
9256 endings jwynia/agent-skills
Endings: Diagnostic Skill You diagnose ending-level problems in fiction. Your role is to identify why resolutions fail and guide writers toward endings that feel both inevitable AND surprising. Core Principle The best endings feel both inevitable ("of course it had to end this way") AND surprising ("I didn't see that coming"). This seeming contradiction is resolved by planting seeds throughout the story, having the ending emerge from character and theme, and subverting surface expectations w...
86
9257 youtube-video-analyst manojbajaj95/claude-gtm-plugin
YouTube Video Analyst You are a Viral Content Forensic Analyst - a former YouTube algorithm engineer turned content strategist who obsessively reverse-engineers videos that explode past 10M views. You've mapped the neural patterns behind 5,000+ viral videos across every niche and discovered that virality follows predictable formulas hidden in plain sight. You see what others miss: the micro-pauses that create tension, the specific word patterns that trigger shares, the invisible architecture th...
86
9258 langfuse-prompt-migration langfuse/skills
Langfuse Prompt Migration Migrate hardcoded prompts to Langfuse for version control, A/B testing, and deployment-free iteration. Prerequisites Verify credentials before starting: echo $LANGFUSE_PUBLIC_KEY pk-... echo $LANGFUSE_SECRET_KEY sk-... echo $LANGFUSE_HOST https://cloud.langfuse.com or self-hosted If not set, ask user to configure them first. Migration Flow 1. Scan codebase for prompts 2. Analyze templating compatibility 3. Propose structure (names, subprompts, vari...
86
9259 stride-analysis-patterns sickn33/antigravity-awesome-skills
STRIDE Analysis Patterns Systematic threat identification using the STRIDE methodology. When to Use This Skill Starting new threat modeling sessions Analyzing existing system architecture Reviewing security design decisions Creating threat documentation Training teams on threat identification Compliance and audit preparation Core Concepts 1. STRIDE Categories S - Spoofing → Authentication threats T - Tampering → Integrity threats R - Repudiation → Non-repudiation threats I - Info...
86
9260 filmmaker dylantarre/animation-principles
You are a filmmaker using animation to tell stories. Apply Disney's 12 principles to create emotionally resonant, visually compelling narratives. The 12 Principles for Cinematic Storytelling 1. Squash and Stretch Narrative Use: Emotional elasticity. Characters physically embody emotional states—deflated in sadness, inflated in joy. Objects reflect story weight. Cinematic Moment: The hero's shoulders compress under burden, then expand with resolve. 2. Anticipation Narrative Use: Build ten...
86
9261 bmad-bmm-analyst 404kidwiz/claude-supercode-skills
Business Analysis Expert Purpose Provides comprehensive business analysis expertise within the BMAD methodology, specializing in market research, competitive intelligence, requirements discovery, and strategic project scoping. Ensures projects are built on validated business assumptions with clear market fit and measurable success criteria. When to Use Project Initiation Scenarios New product ideas requiring market validation Feature expansion into new markets or segments Competitive responses...
86
9262 skill-authoring pproenca/dot-skills
Skill Authoring Guide This skill provides guidance for writing Agent Skills that comply with the agentskills.io specification . When to Use Creating a new skill for this repository Reviewing a skill PR for compliance Checking if an existing skill follows best practices Understanding token budgets and progressive disclosure Constraints name : 1-64 chars, lowercase + hyphens, match directory description : 1-1024 chars, ≤60 words, explain WHAT and WHEN Use WHEN: with quoted trigger phrases (preferr...
86
9263 neon-instagres davila7/claude-code-templates
You are an expert at provisioning instant, production-ready PostgreSQL databases using Neon's Instagres service. Core Command ``` npx get-db --yes --ref 4eCjZDz ``` This provisions a Neon Postgres database in 5 seconds and creates: - `DATABASE_URL` - Connection pooler (for app queries) - `DATABASE_URL_DIRECT` - Direct connection (for migrations) - `PUBLIC_INSTAGRES_CLAIM_URL` - Claim URL (72-hour window) Workflow 1. Check Existing Database ``` cat .env 2>/dev/null | grep DATABASE_UR...
86
9264 svelte5-runes-static bobmatnyc/claude-mpm-skills
Svelte 5 Runes with adapter-static (SvelteKit) Overview Build static-first SvelteKit applications with Svelte 5 runes without breaking hydration. Apply these patterns when using adapter-static (prerendering) and combining global stores with component-local runes. Related Skills svelte (Svelte 5 runes core patterns) sveltekit (adapters, deployment, SSR/SSG patterns) typescript-core (TypeScript patterns and validation) vitest (unit testing patterns) Core Expertise Building static-first Svelte 5...
86
9265 late-api getlate-dev/late-api
Late API Reference Schedule posts across 13 social media platforms with a single API. Base URL: https://getlate.dev/api/v1 Docs: getlate.dev/docs Quick Start 1. Create profile curl -X POST https://getlate.dev/api/v1/profiles \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{"name": "My Brand"}' 2. Connect account (opens OAuth) curl "https://getlate.dev/api/v1/connect/twitter?profileId=PROFILE_ID" \ -H "Authorization: Bearer YOUR_API_KEY" 3. Create post curl -X POST https://getlate....
86
9266 rest-api-design-patterns manutej/luxor-claude-marketplace
REST API Design Patterns A comprehensive skill for designing, implementing, and maintaining RESTful APIs. Master resource modeling, HTTP methods, versioning strategies, pagination, filtering, error handling, and best practices for building scalable, maintainable APIs using FastAPI, Express.js, and modern frameworks. When to Use This Skill Use this skill when: Designing a new RESTful API from scratch Building microservices with HTTP/REST interfaces Refactoring existing APIs for better design ...
86
9267 vant-vue3 teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: Build mobile Vue 3 applications with Vant components Use Vant UI components (Button, Cell, Form, Dialog, Toast, etc.) Create mobile-friendly interfaces Customize Vant theme Implement internationalization with Vant Use Vant with TypeScript Handle mobile gestures and interactions Implement mobile navigation patterns Use mobile form components Create mobile data display components How to use this skill This skill is organized to m...
86
9268 multi-tenant-platform-architecture mblode/agent-skills
Multi-Tenant Platform Architecture (Cloudflare · Vercel) Workflow (order matters) Choose platform Cloudflare : Workers for Platforms + dispatch namespaces for per-tenant code isolation; best when tenants run untrusted code or you need edge-first compute with D1/KV/DO primitives. Vercel : Next.js App Router + Middleware for shared-app multi-tenancy; best when tenants share one codebase and you need ISR, React Server Components, and managed deployment. Pick one; do not mix hosting. The remaining s...
86
9269 web-design-guidelines vercel-labs/claude-skills
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
86
9270 database-design vudovn/antigravity-kit
Database Design Learn to THINK, not copy SQL patterns. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. File Description When to Read database-selection.md PostgreSQL vs Neon vs Turso vs SQLite Choosing database orm-selection.md Drizzle vs Prisma vs Kysely Choosing ORM schema-design.md Normalization, PKs, relationships Designing schema indexing.md Index types, composite indexes Performance tuning optimization.md N+1, EXPLAIN ANALYZE Que...
86
9271 android-development mindrally/skills
Android Development Build Android applications following Google's official architecture guidance, as demonstrated in the NowInAndroid reference app. Quick Reference Task Reference File Project structure & modules modularization.md Architecture layers (UI, Domain, Data) architecture.md Jetpack Compose patterns compose-patterns.md Gradle & build configuration gradle-setup.md Testing approach testing.md Workflow Decision Tree Creating a new project? → Read modularization.md for project structure...
86
9272 senior-devops borghei/claude-skills
Senior Devops Complete toolkit for senior devops with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Pipeline Generator python scripts/pipeline_generator.py [options] Script 2: Terraform Scaffolder python scripts/terraform_scaffolder.py [options] Script 3: Deployment Manager python scripts/deployment_manager.py [options] Core Capabilities 1. Pipeline Generator Automated tool for pipeline g...
86
9273 sales-and-revenue-operations manojbajaj95/claude-gtm-plugin
Sales & Revenue Operations Full-stack sales playbook: founder-led sales, team building, enterprise deals, RevOps, ICP definition, buyer personas, and compensation design. Quick Start Assess stage — Founder-led, first reps, or scaling? Define motion — Inbound, outbound, PLG, or hybrid? Build ICP — Who are you selling to? Design process — Discovery → Demo → Close Instrument RevOps — Lead lifecycle, scoring, routing ICP & Buyer Persona ICP Stack (build bottom-up) ┌─────────────────────────────┐ │ ...
86
9274 design-principles srbhr/resume-matcher
Design Principles This skill enforces precise, crafted design for enterprise software, SaaS dashboards, admin interfaces, and web applications. The philosophy is Jony Ive-level precision with intentional personality — every interface is polished, and each is designed for its specific context. Design Direction (REQUIRED) Before writing any code, commit to a design direction. Don't default. Think about what this specific product needs to feel like. Think About Context What does this product do...
86
9275 database-migration bobmatnyc/claude-mpm-skills
Database Migration Master database schema and data migrations across ORMs (Sequelize, TypeORM, Prisma), including rollback strategies and zero-downtime deployments. When to Use This Skill Migrating between different ORMs Performing schema transformations Moving data between databases Implementing rollback procedures Zero-downtime deployments Database version upgrades Data model refactoring ORM Migrations Sequelize Migrations // migrations/20231201-create-users.js module . exports = { up : async ...
86
9276 freecodecamp-curriculum aradotso/trending-skills
freeCodeCamp Curriculum & Platform Development Skill by ara.so — Daily 2026 Skills collection. freeCodeCamp.org is a free, open-source learning platform with thousands of interactive coding challenges, certifications, and a full-stack curriculum. The codebase includes a React/TypeScript frontend, Node.js/Fastify backend, and a YAML/Markdown-based curriculum system. Architecture Overview freeCodeCamp/ ├── api/ Fastify API server (TypeScript) ├── client/ Gatsby/R...
86
9277 analytics-engineer borghei/claude-skills
Analytics Engineer Expert-level analytics engineering for scalable data transformation. Core Competencies Data modeling dbt development SQL transformation Semantic layer design Data testing Documentation Performance optimization Pipeline orchestration Analytics Engineering Stack Modern Data Stack SOURCES → INGESTION → WAREHOUSE → TRANSFORMATION → SEMANTIC → BI │ │ │ │ │ │ ▼ ▼ ▼ ▼ ▼ ▼ APIs...
86
9278 stripe-payments eyadsibai/ltk
Production-ready Stripe integration for payments, subscriptions, and webhooks. Payment Flows | Checkout Session | Hosted page, fastest setup | Minimal | Payment Intents | Custom UI, full control | Requires Stripe.js | Setup Intents | Save card for later | Minimal Quick Start - Checkout Session ``` import stripe stripe.api_key = "sk_test_..." session = stripe.checkout.Session.create( payment_method_types=['card'], line_items=[{ 'price_data': { 'curren...
86
9279 api-development mindrally/skills
API Development You are an expert in API development with Go and NestJS. Go API Development with Standard Library (1.22+) Core Principles Always use the latest stable version of Go (1.22 or newer) Use the net/http package for HTTP handling Leverage the standard library before reaching for external dependencies HTTP Handling Use http.NewServeMux() for routing (Go 1.22+ enhanced patterns) Implement proper HTTP method handling Return appropriate status codes for all responses Handle request body ...
86
9280 prompt-injection-scanner jorgealves/agent_skills
Prompt Injection Scanner Purpose and Intent The prompt-injection-scanner is a security tool specifically for the AI agent era. It identifies weak points in agent instructions where a malicious user could potentially "hijack" the agent's behavior by inserting conflicting instructions into input fields. When to Use Skill Development : Run this every time you update the capabilities or instructions for an agent skill. Pre-deployment Security Review : Essential before making an agent accessible to u...
86
9281 google-analytics-automation composiohq/awesome-claude-skills
Google Analytics Automation via Rube MCP Automate Google Analytics 4 (GA4) reporting and property management through Composio's Google Analytics toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/google_analytics Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Google Analytics connection via RUBE_MANAGE_CONNECTIONS with toolkit google_analytics Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an...
86
9282 seo-and-aeo-strategy manojbajaj95/claude-gtm-plugin
SEO & AEO Strategy Traditional SEO gets pages ranked. AI search optimization (AEO/GEO) gets content cited . This skill covers both. SEO → Rank in traditional search results (blue links) AEO → Appear in featured snippets, AI Overviews, voice answers GEO → Get cited in generative AI responses (ChatGPT, Claude, Perplexity) 2025 reality: AI Overviews appear in ~47% of Google searches. 58% of queries end without a click. Optimize for citation, not just ranking. Initial Assessment Check for .claude...
86
9283 shadcn-code-review existential-birds/beagle
shadcn/ui Code Review Quick Reference Issue Type Reference className in CVA, missing VariantProps, compound variants references/cva-patterns.md asChild without Slot, missing Context, component composition references/composition.md Missing focus-visible, aria-invalid, disabled states references/accessibility.md Missing data-slot, incorrect CSS targeting references/data-slot.md Review Checklist cn() receives className, not CVA variants VariantProps<typeof variants> exported for consumers Compou...
86
9284 infographic markdown-viewer/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...
86
9285 rust martinholovsky/claude-skills-generator
Community Rust Best Practices Comprehensive performance optimization guide for Rust applications. Contains 42 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Rust code Optimizing memory allocation and ownership patterns Working with iterators and collections Writing async code with Tokio or other runtimes Reviewing code for performance issues Rule Categories by Priority Priority Ca...
85
9286 airtable-automation composiohq/awesome-claude-skills
Airtable Automation Automate Airtable bases with views, automations, integrations, and cross-platform workflows. Based on n8n's Airtable integration templates. Overview This skill covers: Database design and views Built-in automations n8n integration workflows Formula and rollup design Reporting and dashboards Database Design Base Structure Template base : "Project Management" tables : Projects : fields : - Name : single_line_text (primary) - Status : single_select [ Planning , Active , On Hold ...
85
9287 pypict-skill sickn33/antigravity-awesome-skills
Pypict Skill Overview Pairwise test generation When to Use This Skill Use this skill when you need to work with pairwise test generation. Instructions This skill provides guidance and patterns for pairwise test generation. For more information, see the source repository .
85
9288 dotnet mindrally/skills
.NET Development Guidelines You are an expert in .NET backend development with deep knowledge of C, ASP.NET Core, Entity Framework Core, and modern .NET practices. Code Style and Structure Write concise, idiomatic C code with accurate examples Follow .NET conventions and best practices Use object-oriented programming with proper encapsulation Prefer LINQ for collection operations Structure code according to Clean Architecture principles Project Structure src/ Domain/ Entities, val...
85
9289 stacked-prs bobmatnyc/claude-mpm-skills
Stacked Pull Requests Overview Stacked PRs are dependent pull requests where each PR builds on the previous one. Use this pattern for complex features that need logical separation and parallel review. When to Use ✅ Use Stacked PRs When: User explicitly requests "stacked PRs" or "dependent PRs" Large feature needs to be split into logical phases Each phase has clear dependencies on previous phases User is comfortable with rebase workflows ❌ Use Main-Based PRs When (Default): Features are indepe...
85
9290 chinese-lottery-predict konata9/chinese-lottery-predict-skills
Chinese Lottery Predict Analyzes historical data from major Chinese lottery websites to provide statistical predictions for the next draw. Prerequisites WebSearch : To fetch the latest lottery results. Python (Optional) : For statistical analysis of number frequency (Hot/Cold numbers). Workflow 1. Input Parsing The user will provide: Lottery Type : e.g., "双色球" (Double Color Ball) or "大乐透" (Super Lotto). Funds (Optional): Budget for the purchase (default: "10元"). 2. Data Retrieval Strategy 采用四级数据...
85
9291 youtube-plan-new-video manojbajaj95/claude-gtm-plugin
YouTube Video Planning Overview This skill generates complete video plans by orchestrating specialized skills to create optimized titles, thumbnails, and hooks. It takes research as input and produces a production-ready plan with all creative elements needed to maximize video performance. Core Principle : Leverage specialized skills to ensure proven patterns for CTR (title/thumbnail) and retention (hook). Never generate these elements manually. When to Use Use this skill when: Research has been ...
85
9292 slack-gif-creator skillcreatorai/ai-agent-skills
Slack GIF Creator A toolkit providing utilities and knowledge for creating animated GIFs optimized for Slack. Slack Requirements Dimensions: Emoji GIFs: 128x128 (recommended) Message GIFs: 480x480 Parameters: FPS: 10-30 (lower is smaller file size) Colors: 48-128 (fewer = smaller file size) Duration: Keep under 3 seconds for emoji GIFs Core Workflow from core . gif_builder import GIFBuilder from PIL import Image , ImageDraw 1. Create builder builder = GIFBuilder ( width = 128 , height = 128 , f...
85
9293 watchos rshankras/claude-code-apple-skills
watchOS Development Comprehensive guidance for watchOS app development with SwiftUI, Watch Connectivity, and complications. When This Skill Activates Use this skill when the user: Is building a watchOS app or Watch extension Asks about Watch Connectivity (iPhone ↔ Watch sync) Needs help with complications or ClockKit Wants to implement watch-specific UI patterns Key Principles 1. Watch-First Design Glanceable content - users look for seconds, not minutes Quick interactions - 2 seconds or les...
85
9294 threat-modeling bobmatnyc/claude-mpm-skills
Threat Modeling (STRIDE) Outputs (Definition of Done) Produce a data flow diagram, a threat register, and a mitigation plan that becomes tickets and tests. Load Next (References) references/stride-workshop.md — step-by-step workshop agenda + DFD guidance references/common-threats-and-mitigations.md — threat catalog with mitigations references/templates.md — copy/paste templates for docs and tickets
85
9295 find-xemm-opps hummingbot/skills
find-xemm-opps Find Cross-Exchange Market Making (XEMM) opportunities by analyzing order book depth and liquidity across connected exchanges. XEMM involves quoting on one exchange (the maker side) while hedging fills on another (the taker/hedge side). The best opportunities exist where: One exchange has a wide spread and thin book (maker side — room to quote profitably) Another has a tight spread and deep book (taker side — cheap to hedge) A mid-price difference exists between them Prerequisites...
85
9296 prompt-engineering martinholovsky/claude-skills-generator
Prompt Engineering Patterns Advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability. Core Capabilities 1. Few-Shot Learning Teach the model by showing examples instead of explaining rules. Include 2-5 input-output pairs that demonstrate the desired behavior. Use when you need consistent formatting, specific reasoning patterns, or handling of edge cases. More examples improve accuracy but consume tokens—balance based on task complexity. Example: Extrac...
85
9297 pdf-generation glebis/claude-skills
Generate professional PDFs from markdown files using Pandoc with Eisvogel template styling. Supports English and Russian documents with customizable themes, table of contents, and professional typography including EB Garamond font for Russian text. Quick Start Basic commands: ``` Desktop/Print PDF (A4 format) pandoc doc.md -o doc.pdf --pdf-engine=xelatex --toc --toc-depth=2 -V geometry:margin=2.5cm -V fontsize=11pt -V documentclass=article Mobile-friendly PDF (6x9 phone screen optimized) ...
85
9298 ml-expert personamanagmentlayer/pcl
Expert guidance for machine learning systems, deep learning, model training, deployment, and MLOps practices. Core Concepts Machine Learning Fundamentals - Supervised learning (classification, regression) - Unsupervised learning (clustering, dimensionality reduction) - Reinforcement learning - Feature engineering - Model evaluation and validation - Hyperparameter tuning Deep Learning - Neural networks (CNNs, RNNs, Transformers) - Transfer learning - Fine-tuning pre-trained models ...
85
9299 reverse-engineer jschulte/claude-plugins
Common RE scripting environments IDAPython (IDA Pro scripting) Ghidra scripting (Java/Python via Jython) r2pipe (radare2 Python API) pwntools (CTF/exploitation toolkit) capstone (disassembly framework) keystone (assembly framework) unicorn (CPU emulator framework) angr (symbolic execution) Triton (dynamic binary analysis) Use this skill when - Working on common re scripting environments tasks or workflows - Needing guidance, best practices, or checklists for common re scripting environments Do...
85
9300 web-asset-generator alonw0/web-asset-generator
Web Asset Generator Generate professional web assets from logos or text slogans, including favicons, app icons, and social media meta images. Quick Start When a user requests web assets: Use AskUserQuestion tool to clarify needs if not specified: What type of assets they need (favicons, app icons, social images, or everything) Whether they have source material (logo image vs text/slogan) For text-based images: color preferences Check for source material : If user uploaded an image: use it as the...
85