███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 12151 | imagegen | davila7/claude-code-templates |
Generates or edits images for the current project (e.g., website assets, game assets, UI mockups, product mockups, wireframes, logo design, photorealistic images, infographics). Defaults to `gpt-image-1.5` and the OpenAI Image API, and prefers the bundled CLI for deterministic, reproducible runs. When to use - Generate a new image (concept art, product shot, cover, website hero) - Edit an existing image (inpainting, masked edits, lighting or weather transformations, background replacement, o...
|
61 |
| 12152 | fal-ai | hoodini/ai-agents-skills |
fal.ai - Serverless AI Platform Generate images, videos, and audio with fal.ai's fast serverless inference. Quick Start npm install @fal-ai/serverless-client import * as fal from '@fal-ai/serverless-client'; fal.config({ credentials: process.env.FAL_KEY, }); // Generate image with Flux const result = await fal.subscribe('fal-ai/flux/dev', { input: { prompt: 'A serene Japanese garden with cherry blossoms', image_size: 'landscape_16_9', num_images: 1, }, }); console.log(res...
|
61 |
| 12153 | accounting | whawkinsiv/claude-code-skills |
Accounting & Bookkeeping Expert Act as a top 1% small business accounting advisor who specializes in bootstrapped SaaS companies. You help solo founders set up clean books, stay tax-ready, and avoid the financial messes that cost thousands to fix later. You explain accounting in plain English — no jargon, no unnecessary complexity. You always recommend the simplest system that keeps the founder legal, informed, and out of trouble. Core Principles Bookkeeping is not optional. Messy books cost you...
|
61 |
| 12154 | memory-metadata-search | basicmachines-co/basic-memory-skills |
Memory Metadata Search Find notes by their structured frontmatter fields instead of (or in addition to) free-text content. Any custom YAML key in a note's frontmatter beyond the standard set ( title , type , tags , permalink , schema ) is automatically indexed as entity_metadata and becomes queryable. When to Use Filtering by status or priority — find all notes with status: draft or priority: high Querying custom fields — any frontmatter key you invent is searchable Range queries — find notes wi...
|
61 |
| 12155 | debugging | oimiragieo/agent-studio |
Debugging When to use this skill Encountering runtime errors or exceptions Code produces unexpected output or behavior Performance degradation or memory issues Intermittent or hard-to-reproduce bugs Understanding unfamiliar error messages Post-incident analysis and prevention Instructions Step 1: Gather Information Collect all relevant context about the issue: Error details : Full error message and stack trace Error type (syntax, runtime, logic, etc.) When did it start occurring? Is it reproduci...
|
61 |
| 12156 | bun hono integration | secondsky/claude-skills |
Bun Hono Integration Hono is a fast, lightweight web framework optimized for Bun. Quick Start bun create hono my-app cd my-app bun install bun run dev Basic Setup import { Hono } from "hono" ; const app = new Hono ( ) ; app . get ( "/" , ( c ) => c . text ( "Hello Hono!" ) ) ; app . get ( "/json" , ( c ) => c . json ( { message : "Hello" } ) ) ; export default app ; Routing import { Hono } from "hono" ; const app = new Hono ( ) ; // HTTP methods app . get ( "/users" , ( c ) => c . json ( [ ] ) )...
|
61 |
| 12157 | notifications-toasts | dylantarre/animation-principles |
Notification & Toast Animation Principles Apply Disney's 12 principles to notifications for attention-grabbing yet non-disruptive alerts. Principles Applied to Notifications 1. Squash & Stretch Toast can compress slightly on entrance impact, then stretch back. Creates a "landing" feel as if it arrived from off-screen. 2. Anticipation Before auto-dismiss, toast can contract slightly (95% scale) for 100ms. Signals imminent departure to user. 3. Staging Notifications should appear in consist...
|
61 |
| 12158 | vueuse-functions | vueuse/vueuse |
VueUse Functions This skill is a decision-and-implementation guide for VueUse composables in Vue.js / Nuxt projects. It maps requirements to the most suitable VueUse function, applies the correct usage pattern, and prefers composable-based solutions over bespoke code to keep implementations concise, maintainable, and performant. When to Apply Apply this skill whenever assisting user development work in Vue.js / Nuxt. Always check first whether a VueUse function can implement the requirement. Pre...
|
61 |
| 12159 | groksearch | connorads/dotfiles |
groksearch Search X and the web using Grok's server-side tools and return a concise summary with top sources. This skill uses Grok's own x_search and web_search tools (not Claude WebSearch). Usage Run the script using absolute path (do NOT cd to the skill directory first): uv run ~/.claude/skills/groksearch/scripts/groksearch.py "your query" Common options X + Web (default) uv run ~/.claude/skills/groksearch/scripts/groksearch.py "your query" --sources both X only uv run ~/.claude/skills/groks...
|
61 |
| 12160 | typescript | siviter-xyz/dot-agent |
TypeScript Code Style Guide Types and Type Safety Avoid explicit type annotations when TypeScript can infer Avoid implicitly any ; explicitly type when necessary Use accurate types: prefer Record<PropertyKey, unknown> over object or any Prefer interface for object shapes (e.g., React props); use type for unions/intersections Prefer as const satisfies XyzInterface over plain as const Prefer @ts-expect-error over @ts-ignore over as any Avoid meaningless null/undefined parameters; design strict fun...
|
61 |
| 12161 | moai-workflow-project | modu-ai/moai-adk |
MoAI Workflow Project - Integrated Project Management System Purpose: Comprehensive project management system that integrates documentation generation, multilingual support, and template optimization into unified architecture with intelligent automation and Claude Code integration. Scope: Consolidates documentation management, language initialization, and template optimization into single cohesive system supporting complete project lifecycle from initialization to maintenance. Target: Claude ...
|
61 |
| 12162 | api-gateway-patterns | manutej/luxor-claude-marketplace |
API Gateway Patterns A comprehensive skill for implementing production-grade API gateways using Kong and industry best practices. This skill covers advanced routing, authentication, rate limiting, load balancing, traffic management, and observability patterns for microservices architectures. When to Use This Skill Use this skill when: Implementing an API gateway for microservices architectures Managing traffic routing, load balancing, and service discovery Implementing authentication and aut...
|
61 |
| 12163 | rust-system-event-driven | pproenca/dot-skills |
Rust System Event-Driven Best Practices Comprehensive best practices guide for event-driven system programming in Rust. Contains 42 rules across 8 categories, prioritized by impact to guide async runtime usage, channel communication, threading, networking, and terminal handling. When to Apply Reference these guidelines when: Building async applications with Tokio or async-std Implementing network servers or clients Writing terminal user interfaces (TUIs) Managing concurrent tasks and shared ...
|
61 |
| 12164 | hl7-pam-parser | dedalus-erp-pas/foundation-skills |
This skill parses and explains HL7 v2.5 IHE PAM (Patient Administration Management) messages - the standard healthcare interoperability format for patient administration events. The parser identifies message types, extracts segments and fields, validates structure according to IHE PAM 2.10 specifications, and provides human-readable explanations. When to use this skill: - Parse and explain any HL7 ADT message (raw HL7 text) - Identify HL7 message type and event code (ADT^A01, ADT^A02, etc.) ...
|
61 |
| 12165 | heartwood-auth | autumnsgrove/groveengine |
Heartwood Auth Integration Skill When to Activate Activate this skill when: Adding authentication to a Grove application Protecting admin routes Validating user sessions Setting up OAuth sign-in Integrating with Heartwood (GroveAuth) Overview Heartwood is Grove's centralized authentication service powered by Better Auth. Domain Purpose heartwood.grove.place Frontend (login UI) auth-api.grove.place Backend API Key Features OAuth Providers : Google Magic Links : Click-to-login emails via Resend Pa...
|
61 |
| 12166 | conversational-ai-flow | dengineproblem/agents-monorepo |
Conversational AI Flow Expert Эксперт по проектированию и реализации потоков разговорного ИИ. Основные принципы дизайна Управление состоянием class ConversationState : def __init__ ( self ) : self . current_intent = None self . entities = { } self . conversation_history = [ ] self . flow_position = "start" self . confidence_threshold = 0.7 def update_context ( self , user_input , intent , entities ) : self . conversation_history . append ( { "user_input" : user_input , "intent" : intent , "entit...
|
61 |
| 12167 | umbraco-entity-actions | umbraco/umbraco-cms-backoffice-skills |
Umbraco Entity Actions What is it? Entity Actions perform an action on a specific item in Umbraco. They provide a generic extension point for secondary functionality associated with entity types like documents, media, or custom entities. These actions appear in context menus throughout the backoffice and can be controlled by user permissions. Documentation Always fetch the latest docs before implementing: Main docs : https://docs.umbraco.com/umbraco-cms/customizing/extending-overview/extension-t...
|
61 |
| 12168 | vuln-analysis-expert | tanweai/wooyun-legacy |
WooYun 漏洞分析专家系统 ┌─────────────────────────────────────────────────────────────────┐ │ 🎯 知识来源: WooYun 88,636 真实漏洞案例 (2010-2016) │ │ 📊 知识库规模: 8大类型 × 50案例深度分析 = 4,973行方法论 │ │ ⚡ 核心价值: 元思考方法论 + 实战测试流程 + 绕过技巧库 │ └─────────────────────────────────────────────────────────────────┘ 一、漏洞类型全景图 漏洞类型 案例数 知识库 核心洞察 SQL注入 27,732 sql-injection.md 代码与数据边界混淆 XSS跨站 7,532 xss.md 信任边界突破 命令执行 6,826 command-execution.md 数据到指令的跃迁 逻辑漏洞 8,292 logic-flaws.md 业务假设与行为偏差 文件上传 2,711 file-upl...
|
61 |
| 12169 | github | dalestudy/skills |
GitHub Patterns Tools Use gh CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage. Quick Commands Create a PR from the current branch gh pr create --title "feat: add feature" --body "Description" Squash-merge a PR gh pr merge < PR_NUMBER > --squash --title "feat: add feature (<PR_NUMBER>)" View PR status and checks gh pr status gh pr checks < PR_NUMBER > Stacked PR Workflow Summary When merging a chain of stacked PRs (each targeting the previous branch): M...
|
61 |
| 12170 | muapi-ui-design | samuraigpt/generative-media-skills |
🎨 UI/UX Design Mockup Skill A specialized skill for AI Agents to architect high-fidelity digital interfaces. The UI/UX Design skill translates product requirements into technical design specifications for high-fidelity mockups, wireframes, and design systems. Core Competencies Atomic Design Orchestration : Structuring interfaces from Atoms (buttons) to Organisms (headers) for system consistency. Platform-Specific Layouts : Designing for responsive breakpoints across Mobile (iOS/Android) and Web ...
|
61 |
| 12171 | model-quantization | martinholovsky/claude-skills-generator |
Model Quantization Skill File Organization: Split structure. See references/ for detailed implementations. 1. Overview Risk Level: MEDIUM - Model manipulation, potential quality degradation, resource management You are an expert in AI model quantization with deep expertise in 4-bit/8-bit optimization, GGUF format conversion, and quality-performance tradeoffs. Your mastery spans quantization techniques, memory optimization, and benchmarking for resource-constrained deployments. You excel at:...
|
61 |
| 12172 | social-media-intelligence | jamditis/claude-skills-journalism |
Social media intelligence Systematic approaches for monitoring, analyzing, and investigating social media for journalism. When to activate Tracking how a story spreads across platforms Investigating potential coordinated inauthentic behavior Monitoring breaking news across social platforms Analyzing account networks and relationships Detecting bot activity or manipulation campaigns Building evidence trails for digital investigations Archiving social content before deletion Real-time monitoring M...
|
61 |
| 12173 | b2c-logs | salesforcecommercecloud/b2c-developer-tooling |
B2C Logs Skill Use the b2c CLI to retrieve and monitor log files on Salesforce B2C Commerce instances. The logs get command is designed for agent-friendly, non-interactive log retrieval with structured JSON output. Tip: If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli logs get ). Agent-Friendly Log Retrieval The logs get command is optimized for coding agents: Exits immediately after retrieving logs (non-interactive) Supports --json for structu...
|
61 |
| 12174 | execution-validator | shipshitdev/library |
Execution Validator - Hormozi Speed Scorecard Overview Assess whether someone is ready to take action, if their scope is appropriate, and if they're building excuses or building businesses. Hormozi's Core Principle: "Speed is the only competitive advantage that matters early on." When This Activates "validate my plan" / "am I ready to launch" "is my scope too big" "should I do X or Y first" "I'm still planning" / "I'm not ready yet" Been "working on something" for months Stuck in analysis par...
|
61 |
| 12175 | podman | knoopx/pi |
Podman Skill Container Management Basic Lifecycle Run a container (detached) podman run -d --name my-app alpine sleep 1000 List running containers podman ps List all containers (including stopped ones) podman ps -a Stop and remove a container podman stop my-app podman rm my-app Inspect container details podman inspect my-app Logs and Execution View container logs (non-interactive) podman logs my-app Execute a command in a running container podman exec my-app ls /app Image Managemen...
|
61 |
| 12176 | b2c-site-import-export | salesforcecommercecloud/b2c-developer-tooling |
Site Import/Export Skill Use the b2c CLI plugin to import and export site archives on Salesforce B2C Commerce instances. Tip: If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli job import ). Import Commands Import Local Directory Import a local directory as a site archive b2c job import ./my-site-data Import and wait for completion b2c job import ./my-site-data --wait Import a local zip file b2c job import ./export.zip Keep the archive on the...
|
61 |
| 12177 | umbraco-property-editor-schema | umbraco/umbraco-cms-backoffice-skills |
Umbraco Property Editor Schema What is it? A Property Editor Schema defines the server-side metadata and configuration structure for a property editor - essentially the "blueprint" for how data is stored and processed. It's one half of a property editor (paired with a Property Editor UI). The schema determines data validation, storage format, and how property data is made available when rendering the website. Most custom editors can use built-in schemas; custom schemas are needed for specialized...
|
61 |
| 12178 | interactive-shell | dicklesworthstone/pi_agent_rust |
Interactive Shell (Skill) Last verified: 2026-01-18 Foreground vs Background Subagents Pi has two ways to delegate work to other AI coding agents: Foreground Subagents Dispatch Subagents Background Subagents Tool interactive_shell interactive_shell (dispatch) subagent Visibility User sees overlay User sees overlay (or headless) Hidden from user Agent model Polls for status Notified on completion Full output captured Default agent pi (others if user requests) pi (others if user requests) Pi only ...
|
61 |
| 12179 | systemd | chaterm/terminal-skills |
Systemd 服务单元编写、依赖管理、日志查看等技能。 服务管理 基础命令 ``` 启停服务 systemctl start service-name systemctl stop service-name systemctl restart service-name systemctl reload service-name 重载配置(不中断服务) 开机启动 systemctl enable service-name systemctl disable service-name systemctl enable --now service-name 启用并立即启动 查看状态 systemctl status service-name systemctl is-active service-name systemctl is-enabled service-name systemctl is-failed service-name ``` 服务列表 ``` 列出所有服务 systemctl list-units --type=servic...
|
61 |
| 12180 | learned-docs | dagster-io/erk |
Learned Documentation Guide Overview: docs/learned/ contains agent-focused documentation with: YAML frontmatter for routing and discovery Hierarchical category organization (categories listed in index below) Index files for category navigation Routing tables in AGENTS.md Core Knowledge (ALWAYS Loaded) @learned-docs-core.md Document Registry (Auto-Generated) @docs/learned/index.md Frontmatter Requirements Every markdown file (except index.md) MUST have: --- title : Document Title read_when : - "f...
|
61 |
| 12181 | imgur | vm0-ai/vm0-skills |
Imgur Image Hosting Imgur is a free image hosting service. Upload images and get URLs for sharing, embedding in articles, or using in documentation. When to Use Upload images to get shareable URLs Host images for blog posts or documentation Get image URLs for use in Markdown content Anonymous image uploads (no account needed) Prerequisites Set the following environment variable: export IMGUR_CLIENT_ID = your_client_id Get your Client ID from: https://api.imgur.com/oauth2/addclient When registeri...
|
61 |
| 12182 | document-management | groeimetai/snow-flow |
Document Management for ServiceNow Document Management handles attachments, templates, and document generation. Document Architecture Record ├── Attachments (sys_attachment) │ └── Attachment Data (sys_attachment_doc) ├── Generated Documents └── Document Templates Key Tables Table Purpose sys_attachment Attachment metadata sys_attachment_doc Attachment content sys_report_template Report templates dms_document Document records Attachments (ES5) Upload Attachment // Attach file...
|
61 |
| 12183 | umbraco-property-value-preset | umbraco/umbraco-cms-backoffice-skills |
Umbraco Property Value Preset What is it? Property Value Presets provide default values when users create new content. They use an API to supply preset values for specific property editors, enabling streamlined content creation with sensible defaults. Multiple presets can work together using the weight property to progressively modify values. Documentation Always fetch the latest docs before implementing: Main docs : https://docs.umbraco.com/umbraco-cms/customizing/extending-overview/extension-t...
|
61 |
| 12184 | styling-expert | oimiragieo/agent-studio |
Styling Expert When reviewing or writing code, apply these guidelines: You are a Senior Frontend Developer and an Expert in CSS and TailwindCSS. Always write correct, best practice, bug free, fully functional and working code. Focus on easy and readability code. Always use Tailwind classes for styling HTML elements; avoid using CSS or tags. styled components attrs method When reviewing or writing code, apply these guidelines: Utilize styled-components' attrs method for frequently used props....
|
61 |
| 12185 | wiki-architect | sickn33/antigravity-awesome-skills |
Wiki Architect You are a documentation architect that produces structured wiki catalogues and onboarding guides from codebases. When to Activate User asks to "create a wiki", "document this repo", "generate docs" User wants to understand project structure or architecture User asks for a table of contents or documentation plan User asks for an onboarding guide or "zero to hero" path Procedure Scan the repository file tree and README Detect project type, languages, frameworks, architectural patter...
|
61 |
| 12186 | planning-validate | drillan/speckit-gates |
Validates planning artifacts for quality and consistency after `/speckit.plan` completes. Purpose This skill automatically validates your planning artifacts to catch specification gaps before task generation. It checks: - spec.md completeness: All mandatory sections present with content - plan.md executability: Technical context, project structure, and constitution check completed - data-model.md consistency: Entities align with spec requirements (if exists) - Contract coverage: API contr...
|
61 |
| 12187 | python-formatter-advisor | jorgealves/agent_skills |
Python Code Formatter Advisor Purpose and Intent Enforce Pythonic standards using Black, Isort, and Flake8. Use to ensure consistency across large Python codebases and team environments. When to Use Project Setup : When initializing a new Python project. Continuous Integration : As part of automated build and test pipelines. Legacy Refactoring : When updating older Python codebases to modern standards. When NOT to Use Non-Python Projects : This tool is specialized for the Python ecosystem. Error...
|
61 |
| 12188 | browser-automation | civitai/civitai |
Browser Automation You are a browser automation expert who has debugged thousands of flaky tests and built scrapers that run for years without breaking. You've seen the evolution from Selenium to Puppeteer to Playwright and understand exactly when each tool shines. Your core insight: Most automation failures come from three sources - bad selectors, missing waits, and detection systems. You teach people to think like the browser, use the right selectors, and let Playwright's auto-wait do its job....
|
61 |
| 12189 | context preserver | daffy0208/ai-dev-standards |
Context Preserver Never lose your place. Resume in 5 minutes. Eliminate "Where was I?" moments. Core Principle ADHD brains have high context-switching costs and limited working memory. Every interruption means 15-30 minutes of "getting back into it." The solution: Automatically capture and restore mental state so you can resume work in under 5 minutes. Key Insight: The act of saving context is therapeutic - it signals "I can stop safely." The Context Problem Problem 1: High Context-Switching Cos...
|
61 |
| 12190 | ui-review | srbhr/resume-matcher |
UI Review Agent Use to verify frontend changes comply with Swiss International Style before committing. Review Process Step 1: Run automated checks Check for forbidden rounded corners rg 'rounded-(sm|md|lg|xl|2xl|3xl|full)' apps/frontend/ --glob '*.{tsx,jsx,css}' --no-heading -n Check for gradient usage (forbidden) rg '(bg-gradient|from-|via-|to-)' apps/frontend/ --glob '*.{tsx,jsx,css}' --no-heading -n Check for soft shadows (should be hard only) rg 'shadow-(sm|md|lg|xl|2xl|inner)' apps/fron...
|
61 |
| 12191 | asciinema-cast-format | terrylica/cc-skills |
asciinema-cast-format Reference documentation for the asciinema v3 .cast file format (asciicast v2 specification). Platform: All platforms (documentation only) Format Overview Asciinema v3 uses NDJSON (Newline Delimited JSON) format: Line 1: Header object with recording metadata Lines 2+: Event arrays with timestamp, type, and data Header Specification The first line is a JSON object with these fields: Field Type Required Description version int Yes Format version (always 2 for v3 recordi...
|
61 |
| 12192 | cron | volcengine/openviking |
Cron 定时任务配置、日志监控、故障排查等技能。 Crontab 基础 管理命令 ``` 编辑当前用户的 crontab crontab -e 查看当前用户的 crontab crontab -l 删除当前用户的 crontab crontab -r 管理其他用户的 crontab(需要 root) crontab -u username -e crontab -u username -l ``` 时间格式 ``` ┌───────────── 分钟 (0-59) │ ┌───────────── 小时 (0-23) │ │ ┌───────────── 日 (1-31) │ │ │ ┌───────────── 月 (1-12) │ │ │ │ ┌───────────── 星期 (0-7, 0和7都是周日) │ │ │ │ │ * * * * * command ``` 特殊字符 ``` * 任意值 , 列表 (1,3,5) - 范围 (1-5) / 步长 (*/5 每5分钟) 示...
|
61 |
| 12193 | expert-validator | shipshitdev/library |
Expert Validator - Expert Secrets Scorecard Assess positioning, authority, and messaging against Expert Secrets principles. Expose weak positioning that makes people look like everyone else. Brunson's Principle: "You don't need to be the most qualified—you need to be the most positioned." When This Activates User asks "validate my positioning" User asks "is my messaging right" User says "I sound like everyone else" User asks "how do I build authority" User asks "what's my angle" The Framework...
|
61 |
| 12194 | hig-platforms | raintree-technology/apple-hig-skills |
Apple HIG: Platform Design Check for .claude/apple-design-context.md before asking questions. Use existing context and only ask for information not already covered. Key Principles Each platform has a distinct identity. Do not port designs between platforms. Respect each platform's conventions, interaction models, and user expectations. iOS: touch-first. Direct manipulation on a handheld screen. Optimize for one-handed use. Navigation uses tab bars and push/pop stacks. iPadOS: expanded canvas. Su...
|
61 |
| 12195 | web-design-guidelines | vercel-labs/vercel-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...
|
61 |
| 12196 | agent-browser | arize-ai/phoenix |
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
|
61 |
| 12197 | frontend-design | steipete/agent-scripts |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
61 |
| 12198 | pdf generator | eddiebe147/claude-settings |
PDF Generator The PDF Generator skill enables creation of professional PDF documents from various sources including Markdown, HTML, plain text, and structured data. It handles formatting, images, metadata, watermarks, and multi-page layouts. This skill leverages Node.js libraries like puppeteer , pdfkit , or jsPDF for comprehensive PDF generation capabilities. Whether you need to convert documentation to PDF, generate reports with charts, create printable forms, or produce client deliverables, t...
|
61 |
| 12199 | logo ideator | eddiebe147/claude-settings |
Logo Ideator A creative director specializing in logo concept development and brand mark ideation. This skill combines brand strategy, visual metaphor, and design principles to generate diverse, meaningful logo concepts that capture brand essence and stand the test of time. From initial brainstorming through refined concepts with Midjourney prompts, this skill guides you through the logo design process with multiple creative directions, strategic rationale, and implementation guidelines. Core Wo...
|
61 |
| 12200 | ai-artist | binhmuc/autobot-review |
AI Artist - Prompt Engineering Craft effective prompts for AI text and image generation models. Core Principles Clarity - Be specific, avoid ambiguity Context - Set scene, role, constraints upfront Structure - Use consistent formatting (markdown, XML tags, delimiters) Iteration - Refine based on outputs, A/B test variations Quick Patterns LLM Prompts (Claude/GPT/Gemini) [Role] You are a {expert type} specializing in {domain}. [Context] {Background information and constraints} [Task] {Specific ...
|
61 |