███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4551 | paseo-handoff | getpaseo/paseo |
Handoff Skill You are handing off the current task to another agent. Your job is to write a comprehensive handoff prompt and launch the agent via Paseo CLI. User's arguments: $ARGUMENTS Prerequisites Load the Paseo skill first — it contains the CLI reference for all agent commands. What Is a Handoff A handoff transfers your current task — including all context, decisions, failed attempts, and constraints — to a fresh agent that will carry it to completion. The handoff prompt is the most importan...
|
1.3K |
| 4552 | seo-cluster | agricidaniel/claude-seo |
Semantic Topic Clustering (v1.9.0) SERP-overlap-driven keyword clustering for content architecture. Groups keywords by how Google actually ranks them (shared top-10 results), not by text similarity. Designs hub-and-spoke content clusters with internal link matrices and generates interactive cluster map visualizations. Scripts: Located at the plugin root scripts/ directory. Quick Reference Command What it does /seo cluster plan <seed-keyword> Full planning workflow: expand, cluster, architect, vi...
|
1.3K |
| 4553 | fastapi-patterns | affaan-m/everything-claude-code |
FastAPI Patterns Production-oriented patterns for FastAPI services. When to Use Building or reviewing a FastAPI app. Splitting routers, schemas, dependencies, and database access. Writing async endpoints that call a database or external service. Adding authentication, authorization, OpenAPI docs, tests, or deployment settings. Checking a FastAPI PR for copy-pasteable examples and production risks. How It Works Treat the FastAPI app as a thin HTTP layer over explicit dependencies and service code...
|
1.3K |
| 4554 | websocket-security | yaklang/hack-skills |
SKILL: WebSocket Security AI LOAD INSTRUCTION : This skill covers WebSocket protocol basics, cross-site WebSocket hijacking (CSWSH), practical tooling bridges, and common vulnerability classes. Apply only in authorized tests; treat tokens and message content as sensitive. For REST/GraphQL companion testing, cross-load api-sec when present in the workspace. 0. QUICK START During proxy or raw traffic review, watch for: Upgrade : websocket Connection : Upgrade Sec-WebSocket-Key : dGhlIHNhbXBsZSBub2...
|
1.3K |
| 4555 | authbypass-authentication-flaws | yaklang/hack-skills |
SKILL: Authentication Bypass — Expert Attack Playbook AI LOAD INSTRUCTION : Expert authentication bypass techniques. Covers SQL injection-based login bypass, password reset flaws, token predictability, account enumeration, brute force bypass, and multi-factor auth bypass. Distinct from JWT/OAuth (covered in ../jwt-oauth-token-attacks/SKILL.md). Focus on the login mechanism itself. 0. AUTHORIZED CREDENTIAL TEST PLANNING 在减少入口后,默认凭证、用户名变体、端口聚焦和字典规模选择并入这里统一处理。 Service-first tiny sets Service Type F...
|
1.3K |
| 4556 | auth-sec | yaklang/hack-skills |
Authentication and Authorization Router This is the routing entry point for authentication, sessions, and authorization boundaries. Use it to decide whether the issue is mainly login mechanics, object-level authorization, browser trust boundaries, or identity protocols such as OAuth/JWT/SAML before going deeper. When to Use The target includes login, registration, password reset, 2FA, sessions, JWT, OAuth, or SSO You suspect object authorization flaws, cross-tenant access, cross-origin reads, CS...
|
1.3K |
| 4557 | waf-bypass-techniques | yaklang/hack-skills |
SKILL: WAF Bypass Techniques — Evasion Playbook AI LOAD INSTRUCTION : Covers WAF identification, generic bypass categories (encoding, protocol abuse, HTTP/2, parameter pollution), and a decision tree. For product-specific bypasses (Cloudflare, AWS WAF, ModSecurity, Akamai, etc.), load WAF_PRODUCT_MATRIX.md . Base models often suggest basic encoding but miss protocol-level bypasses and WAF behavioral quirks. 0. RELATED ROUTING sqli-sql-injection for payloads to deliver after bypassing WAF xss-cro...
|
1.3K |
| 4558 | injection-checking | yaklang/hack-skills |
Injection Testing Router 这是输入进入危险解释器或执行环境时的分类入口。 它适合在确认“这是注入类问题”之后,继续判断更偏向浏览器上下文、数据库、模板引擎、服务端请求、XML 解析器还是系统命令。 When to Use 输入会进入 HTML、JS、SQL、模板、URL 提取器、XML 解析器或 shell 你还没决定应该先走 XSS、SQLi、SSRF、XXE、SSTI、CMDi 还是 NoSQL 你需要按输入流向选择正确的深度专题 skill Skill Map XSS Cross Site Scripting SQLi SQL Injection SSRF Server Side Request Forgery XXE XML External Entity SSTI Server Side Template Injection CMDi Command Injection NoSQL Injection Deserialization Insecure JNDI Injection Expression Language Injection CRLF I...
|
1.3K |
| 4559 | generating-mermaid-diagrams | forcedotcom/sf-skills |
generating-mermaid-diagrams: Salesforce Diagram Generation Use this skill when the user needs text-based diagrams : Mermaid diagrams for architecture, OAuth, integration flows, ERDs, or Agentforce structure, plus ASCII fallback when plain-text compatibility matters. Scope In Scope Use generating-mermaid-diagrams when the user wants: Mermaid output ASCII fallback diagrams architecture, sequence, flowchart, or ERD views in markdown-friendly form diagrams that can live directly in docs, READMEs, or...
|
1.3K |
| 4560 | developing-agentforce | forcedotcom/sf-skills |
Agent Script Skill What This Skill Is For Agent Script is Salesforce's scripting language for authoring next-generation AI agents on the Atlas Reasoning Engine. Introduced in 2025 with zero training data in any AI model. Everything needed to write, modify, diagnose, or deploy Agent Script agents is in this skill's reference files. ⚠️CRITICAL: Agent Script is NOT AppleScript, JavaScript, Python, or any other language. Do NOT confuse Agent Script syntax or semantics with any other language you hav...
|
1.3K |
| 4561 | generating-visual-diagrams | forcedotcom/sf-skills |
generating-visual-diagrams: Salesforce Visual AI Skill Use this skill when the user needs rendered visuals , not text diagrams: ERDs, UI mockups, architecture illustrations, slide-ready images, or image edits using Nano Banana Pro. Scope In scope: PNG / SVG-style rendered image output Visual ERDs and architecture diagrams LWC or Experience Cloud mockups / wireframes Image edits on previously generated visuals Out of scope — delegate instead: Mermaid or text-only diagrams → generating-mermaid-dia...
|
1.3K |
| 4562 | sf-integration | jaganpro/sf-skills |
Expert integration architect specializing in secure callout patterns, event-driven architecture, and external service registration for Salesforce. Core Responsibilities - Named Credential Generation: Create Named Credentials with OAuth 2.0, JWT Bearer, Certificate, or Custom authentication - External Credential Generation: Create modern External Credentials (API 61+) with Named Principals - External Service Registration: Generate ExternalServiceRegistration metadata from OpenAPI/Swagger spe...
|
1.3K |
| 4563 | listenhub | marswaveai/skills |
Four modes, one entry point: Podcast — Two-person dialogue, ideal for deep discussions Explain — Single narrator + AI visuals, ideal for product intros TTS/Flow Speech — Pure voice reading, ideal for articles Image Generation — AI image creation, ideal for creative visualization Users don't need to remember APIs, modes, or parameters. Just say what you want. ⛔ Hard Constraints (Inviolable) The scripts are the ONLY interface. Period. ┌─────────────────────────────────────────────────────────...
|
1.3K |
| 4564 | google-apps-script | jezweb/claude-skills |
Google Apps Script Build automation scripts for Google Sheets and Workspace apps. Scripts run server-side on Google's infrastructure with a generous free tier. What You Produce Apps Script code pasted into Extensions > Apps Script Custom menus, dialogs, sidebars Automated triggers (on edit, time-driven, form submit) Email notifications, PDF exports, API integrations Workflow Step 1: Understand the Automation Ask what the user wants automated. Common scenarios: Custom menu with actions (report ge...
|
1.3K |
| 4565 | sentry-dotnet-sdk | getsentry/sentry-for-ai |
All Skills > SDK Setup > .NET SDK Sentry .NET SDK Opinionated wizard that scans your .NET project and guides you through complete Sentry setup: error monitoring, distributed tracing, profiling, structured logging, and cron monitoring across all major .NET frameworks. Invoke This Skill When User asks to "add Sentry to .NET", "set up Sentry in C", or "install Sentry for ASP.NET Core" User wants error monitoring, tracing, profiling, logging, or crons for a .NET app User mentions SentrySdk.Init , Us...
|
1.3K |
| 4566 | paseo-loop | getpaseo/paseo |
Loop Skill You are setting up an autonomous loop. An agent runs repeatedly until an exit condition is met. User's arguments: $ARGUMENTS Prerequisites Load the Paseo skill first — it contains the CLI reference for all agent commands. What Is a Loop A loop runs an agent repeatedly until it's done. There are two modes: Self-terminating (no verifier) A single worker agent runs each iteration. It returns { done: boolean, reason: string } via structured output. The loop exits when done is true. Worker...
|
1.3K |
| 4567 | skill-stocktake | affaan-m/everything-claude-code |
skill-stocktake Slash command ( /skill-stocktake ) that audits all Claude skills and commands using a quality checklist + AI holistic judgment. Supports two modes: Quick Scan for recently changed skills, and Full Stocktake for a complete review. Scope The command targets the following paths relative to the directory where it is invoked : Path Description ~/.claude/skills/ Global skills (all projects) {cwd}/.claude/skills/ Project-level skills (if the directory exists) At the start of Phase 1, th...
|
1.3K |
| 4568 | monetization-strategy | phuryn/pm-skills |
Monetization Strategy You are an expert in mobile app monetization with deep knowledge of subscription economics, paywall psychology, and pricing strategy. Your goal is to help the user maximize revenue while maintaining user satisfaction. Initial Assessment Check for app-marketing-context.md — read it for context Ask for current monetization model (free, freemium, paid, subscription, ads) Ask for current pricing (if applicable) Ask for conversion rate (free to paid, trial to subscription) Ask f...
|
1.3K |
| 4569 | analytics-tracking | kostja94/marketing-skills |
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...
|
1.3K |
| 4570 | coss-particles | cosscom/coss |
COSS UI Particles Index Particles are copy-paste-ready UI patterns built on coss primitives. Browse them visually at https://coss.com/ui/particles . How to use this skill Describe the UI you need (e.g. "a form with validation", "a dialog with a form inside", "tabs with icons"). Search this index for matching particles by component type and description. Fetch the JSON URL to get the full source code of the particle. Adapt the particle code to your needs. JSON URL pattern Each particle has a JSON ...
|
1.3K |
| 4571 | observability-logs-search | elastic/agent-skills |
Logs Search Search and filter logs to support incident investigation. The workflow mirrors Kibana Discover: apply a time range and scope filter, then iteratively add exclusion filters (NOT) until a small, interesting subset of logs remains—either the root cause or the key document. Optionally view logs in context (preceding and following that document) or pivot to another entity and start a fresh search. Use ES|QL only ( POST /_query ); do not use Query DSL. When NOT to use Metrics or traces — u...
|
1.3K |
| 4572 | mongodb-mcp-setup | mongodb/agent-skills |
MongoDB MCP Server Setup This skill guides users through configuring the MongoDB MCP server for use with an agentic client. Overview The MongoDB MCP server requires authentication. Users have three options: Connection String (Option A): Direct connection to a specific cluster Quick setup for single cluster Requires MDB_MCP_CONNECTION_STRING environment variable Service Account Credentials (Option B): MongoDB Atlas Admin API access Recommended for Atlas users - simplifies authentication and data ...
|
1.3K |
| 4573 | business-logic-vulnerabilities | yaklang/hack-skills |
SKILL: Business Logic Vulnerabilities — Expert Attack Playbook AI LOAD INSTRUCTION : Business logic flaws are scanner-invisible and high-reward on bug bounty. This skill covers race conditions, price manipulation, workflow bypass, coupon/referral abuse, negative values, and state machine attacks. These require human reasoning, not automation. For specific exploitation techniques (payment precision/overflow, captcha bypass, password reset flaws, user enumeration), load the companion SCENARIOS.md ...
|
1.3K |
| 4574 | idor-broken-object-authorization | yaklang/hack-skills |
SKILL: IDOR / Broken Object Level Authorization — Expert Attack Playbook AI LOAD INSTRUCTION : IDOR is the 1 bug bounty finding. This skill covers non-obvious IDOR surfaces, all attack vectors (not just URL params), A-B testing methodology, BOLA vs BFLA distinction, chaining IDOR to higher impact, and what testers repeatedly miss. 1. IDOR vs BOLA vs BFLA Term Meaning Impact IDOR Insecure Direct Object Reference Read/modify other users' data BOLA Broken Object Level Authorization (OWASP API Top 1...
|
1.3K |
| 4575 | shadcn-vue | unovue/shadcn-vue |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. shadcn-vue A framework for building ui, components and design systems. Components are added as source code to the user's project via the CLI. IMPORTANT: Run all CLI commands using the project's package runner: npx shadcn-vue@latest , pnpm dlx shadcn-vue@latest , or bunx --bun shadcn-vue@latest — based on the project's packageManager . Examples ...
|
1.3K |
| 4576 | remove-ai-style | zc277584121/marketing-skills |
Remove AI Style Review and adjust the writing style of an article to reduce obvious AI-generated patterns, making the text read more naturally and human-like. When to Use Use this skill when the user asks to: Remove AI style from an article Make AI-generated text sound more natural Polish writing to reduce robotic or formulaic patterns Intensity Levels The user can specify how aggressively to remove AI patterns. If they don't specify, default to "heavy" . Level Description Moderate (中等) Only fix...
|
1.3K |
| 4577 | switching-org | forcedotcom/sf-skills |
Steps Identify the org: the user provides a username or alias ( orgIdentifier ). If not provided, run sf org list to show authenticated orgs and ask the user which one to use. Set the default org: Local (default): sf config set target-org <orgIdentifier> Applies only within the current project directory. Use this for normal project work. Global (only if user explicitly requests): sf config set target-org <orgIdentifier> --global Applies system-wide across all directories. Use when working outsid...
|
1.3K |
| 4578 | configuring-connected-apps | forcedotcom/sf-skills |
configuring-connected-apps: Salesforce Connected Apps & External Client Apps Use this skill when the user needs OAuth app configuration in Salesforce: Connected Apps, External Client Apps (ECAs), JWT bearer setup, PKCE decisions, scope design, or migration from older Connected App patterns to newer ECA patterns. Scope In scope: .connectedApp-meta.xml or .eca-meta.xml files OAuth flow selection and callback / scope setup JWT bearer auth, device flow, client credentials, or auth-code decisions Con...
|
1.3K |
| 4579 | generating-ui-bundle-metadata | forcedotcom/sf-skills |
UI Bundle Metadata Scaffolding a New UI Bundle Use sf template generate ui-bundle to create new apps — not create-react-app, Vite, or other generic scaffolds. Always pass --template reactbasic to scaffold a React-based bundle. UI bundle name ( -n ): Alphanumerical only — no spaces, hyphens, underscores, or special characters. Example: sf template generate ui-bundle -n CoffeeBoutique --template reactbasic After generation: Replace all default boilerplate — "React App", "Vite + React", default <ti...
|
1.3K |
| 4580 | nelson | harrymunro/nelson |
Nelson Execute this workflow for the user's mission. 1. Issue Sailing Orders Review the user's brief for ambiguity. If the outcome, scope, or constraints are unclear, ask the user to clarify before drafting sailing orders. Write one sentence for outcome , metric , and deadline . Set constraints: token budget, reliability floor, compliance rules, and forbidden actions. Define what is out of scope. Define stop criteria and required handoff artifacts. You MUST read references/admiralty-templates/sa...
|
1.3K |
| 4581 | sentry-android-sdk | getsentry/sentry-for-ai |
All Skills > SDK Setup > Android SDK Sentry Android SDK Opinionated wizard that scans your Android project and guides you through complete Sentry setup — error monitoring, tracing, profiling, session replay, logging, and more. Invoke This Skill When User asks to "add Sentry to Android" or "set up Sentry" in an Android app User wants error monitoring, crash reporting, ANR detection, tracing, profiling, session replay, or logging in Android User mentions sentry-android , io.sentry:sentry-android ,...
|
1.3K |
| 4582 | network-interface-health | affaan-m/everything-claude-code |
Network Interface Health Use this skill when a network symptom might be caused by a physical link, switch port, cable, transceiver, duplex setting, or congested interface. When to Use A host or VLAN has packet loss, latency spikes, or intermittent reachability. A switch or router interface shows CRCs, runts, giants, drops, resets, or flaps. You need to compare both ends of a link before replacing hardware. A change window needs before/after interface counter evidence. Monitoring reports rising i...
|
1.3K |
| 4583 | oklch-skill | jakubkrehel/oklch-skill |
OKLCH Colors OKLCH is a perceptually uniform color space where the numbers actually mean what you think they mean. Most color problems in CSS — broken palettes, failing contrast, hue drift — come from using color spaces that don't match how we see. OKLCH fixes the model so the tools work. To explore interactively, visit oklch.fyi . Quick Reference Category When to use Reference Conversion Hex/rgb/hsl to oklch color-conversion.md Palettes Generate scales, multi-hue, dark mode palette-generation.m...
|
1.3K |
| 4584 | elasticsearch-authn | elastic/agent-skills |
Elasticsearch Authentication Authenticate to an Elasticsearch cluster using any supported authentication realm that is already configured. This skill covers all built-in realms, credential verification, and the full API key lifecycle. For roles, users, role assignment, and role mappings, see the elasticsearch-authz skill. For detailed API endpoints, see references/api-reference.md . Deployment note: Not all realms are available on every deployment type. See Deployment Compatibility for self-mana...
|
1.3K |
| 4585 | 401-403-bypass-techniques | yaklang/hack-skills |
SKILL: 401/403 Bypass Techniques — Expert Attack Playbook AI LOAD INSTRUCTION : Comprehensive 401/403 forbidden bypass techniques. Covers path normalization tricks, HTTP method override, header-based bypasses (X-Original-URL, X-Forwarded-For), protocol version tricks, and combination attacks. Base models typically know 2-3 header bypasses but miss the full matrix of path manipulation variants and verb+path combos. 0. RELATED ROUTING authbypass-authentication-flaws — broader auth bypass (login fl...
|
1.3K |
| 4586 | generating-ui-bundle-features | forcedotcom/sf-skills |
UI Bundle Features Installing Pre-built Features Always check for an existing feature before building something from scratch. The features CLI installs pre-built, tested packages into Salesforce UI bundles — from foundational UI libraries (shadcn/ui) to full-stack capabilities (authentication, search, navigation, GraphQL, Agentforce AI). Workflow Search project code first — check src/ for existing implementations before installing anything. Scope searches to src/ to avoid matching node_modules/ ...
|
1.3K |
| 4587 | deploying-ui-bundle | forcedotcom/sf-skills |
Deploying a UI Bundle The order of operations is critical when deploying to a Salesforce org. This sequence reflects the canonical flow. Step 1: Org Authentication Check if the org is connected. If not, authenticate. All subsequent steps require an authenticated org. Step 2: Pre-deploy UI Bundle Build Install dependencies and build the UI bundle to produce dist/ . Required before deploying UI bundle entities. Run when: deploying UI bundles and dist/ is missing or source has changed. Step 3: Depl...
|
1.3K |
| 4588 | building-ui-bundle-app | forcedotcom/sf-skills |
Building a UI Bundle App Overview Build a complete, deployable Salesforce React UI bundle application from a natural language description by orchestrating specialized UI bundle skills in correct dependency order. Each skill MUST be explicitly loaded before executing its phase. When to Use This Skill Use when: User requests a "React app", "UI bundle", "web app", or "full-stack app" on Salesforce User says "build an app", "create an application" and the context implies a non-LWC based frontend (e....
|
1.3K |
| 4589 | building-ui-bundle-frontend | forcedotcom/sf-skills |
UI Bundle UI Identify the Task Determine which category the request falls into: Category Examples Implementation Guide Page New routed page (contacts, dashboard, settings) implementation/page.md Header / Footer Site-wide nav bar, footer, branding implementation/header-footer.md Component Widget, card, table, form, dialog implementation/component.md Layout and Navigation appLayout.tsx is the source of truth for navigation and layout. Every page shares this shell. When making any change that affec...
|
1.3K |
| 4590 | generating-ui-bundle-site | forcedotcom/sf-skills |
Digital Experience Site for React UI Bundles Create and configure Digital Experience Sites that host React UI bundles on Salesforce. This skill generates the minimum necessary site infrastructure — Network, CustomSite, DigitalExperienceConfig, DigitalExperienceBundle, and the sfdc_cms__site content type — so a React app can be served from Salesforce. React sites differ from standard LWR sites: they don't need routes, views, theme layouts, or branding sets. The site acts as a thin container ( app...
|
1.3K |
| 4591 | clerk-cli | clerk/skills |
Clerk CLI The clerk binary is a pre-authenticated gateway to Clerk's Backend API and Platform API, plus project-level tooling (auth, linking, env pulls, instance config). When the user asks anything that touches a Clerk resource, reach for clerk first instead of hand-rolling curl . This skill targets clerk latest . If clerk --version disagrees with the latest available CLI, refresh it with clerk skill install or a package runner such as bunx clerk@latest . The binary is always the source of trut...
|
1.3K |
| 4592 | frontend responsive design standards | am-will/codex-skills |
Frontend Responsive Design Standards Rule: Mobile-first development with consistent breakpoints, fluid layouts, relative units, and touch-friendly targets. When to use this skill When creating or modifying layouts that need to work on mobile, tablet, and desktop When implementing mobile-first design patterns starting with mobile layout When writing media queries or breakpoint-specific styles When using flexible units (rem, em, %) instead of fixed pixels for scalability When implementing fluid la...
|
1.2K |
| 4593 | react-hook-form-zod | jezweb/claude-skills |
React Hook Form + Zod Validation Status: Production Ready ✅ Last Verified: 2026-01-20 Latest Versions: react-hook-form@7.71.1, zod@4.3.5, @hookform/resolvers@5.2.2 Quick Start npm install react-hook-form@7.70.0 zod@4.3.5 @hookform/resolvers@5.2.2 Basic Form Pattern: const schema = z.object({ email: z.string().email(), password: z.string().min(8), }) type FormData = z.infer<typeof schema> const { register, handleSubmit, formState: { errors } } = useForm<FormData>({ resolver: zodResol...
|
1.2K |
| 4594 | context7 | am-will/codex-skills |
Context7 Overview This skill enables retrieval of current documentation for software libraries and components by querying the Context7 API via curl. Use it instead of relying on potentially outdated training data. Workflow Step 1: Search for the Library To find the Context7 library ID, query the search endpoint: curl -s "https://context7.com/api/v2/libs/search?libraryName=LIBRARY_NAME&query=TOPIC" | jq '.results[0]' Parameters: libraryName (required): The library name to search for (e.g., "react...
|
1.2K |
| 4595 | anti-render | lionad-morotar/anti-render-skill |
Anti-Render 理想vs现实视觉对比生成器 核心理念 通过并置(juxtaposition)手法,揭示任何领域中"承诺与交付之间巨大落差"的普遍困境。左侧呈现理想化的完美渲染,右侧揭示真实的日常面貌。 执行流程 接收图像 → 分析内容,识别所属领域为 $domain ,计算图片宽高比为 $ratio 状态判断 → 确定当前状态(破败/普通/理想) 意图识别 → 根据用户指令确定输出模式 参数映射 → 将通用五维度映射到领域专属表达 构建提示词 → 构建基于领域专属表达的提示词 生成图像 → 生成目标图像 works well with skills: image-to-prompt , prompt-to-image 工作模式 1. 图像状态识别 用户上传图片后,分析其当前状态: 状态 特征 输出目标 破败 质量问题、使用痕迹、维护不良 生成理想化渲染图(即 step 2.1) 理想 用户上传了营销图片、广告图片等精修后照片 生成轻微破败渲染图片(即 step 2.2) 普通/正常 无明显破损、日常使用状态 生成理想化渲染和轻微破败的对比图(即 step 2.3) 如状态模糊,...
|
1.2K |
| 4596 | filament-resource | mwguerra/claude-code-plugins |
FilamentPHP Resource Generation Skill Overview This skill generates complete FilamentPHP v4 resources including form schemas, table configurations, relation managers, and custom pages. All generated code follows official documentation patterns. Documentation Reference CRITICAL: Before generating any resource, read: /home/mwguerra/projects/mwguerra/claude-code-plugins/filament-specialist/skills/filament-docs/references/general/03-resources/ /home/mwguerra/projects/mwguerra/claude-code-plugins/fil...
|
1.2K |
| 4597 | file-name-wizard | cygnusfear/agent-skills |
Filename & Naming Convention Audit Instructions Perform systematic audit of all filenames and naming conventions in the codebase to identify inconsistencies, anti-patterns, and violations of naming standards. Phase 1: Discovery & Standard Extraction Step 1: Find All Files Use Glob to identify all files in the codebase: Source files ( .ts , .tsx , .js , .jsx , etc.) Config files Documentation files Test files Create comprehensive todo list of all files to audit. Step 2: Extract Naming Standards R...
|
1.2K |
| 4598 | planner | am-will/codex-skills |
Planner Agent Create detailed, phased implementation plans for bugs, features, or tasks. Process Phase 0: Research Investigate the codebase: Architecture and patterns Similar existing implementations Dependencies and frameworks Related components Analyze the request: Core requirements Challenges & edge cases Security/performance/UX considerations Phase 1: Clarify Requirements Before doing ANY documentation search: clarify requirements with user. This will narrow and aid you in finding the...
|
1.2K |
| 4599 | parallel-task | am-will/codex-skills |
Parallel Task Executor Use Orchestration Mode. Parse plan files and delegate tasks to parallel subagents. Process Step 1: Parse Request Extract from user request: Plan file: The markdown plan to read Sprint/Phase (optional): Which section to run If sprint not provided, ask user which to run. Step 2: Read & Parse Plan Find sprint/phase section (e.g., Sprint 1:) Extract task subsections (e.g., Task 1.1:) For each task, extract: Task ID and name Full content (description, location, acceptan...
|
1.2K |
| 4600 | read-github | am-will/codex-skills |
Read GitHub Docs Access GitHub repository documentation and code via the gitmcp.io MCP service. URL Conversion Convert GitHub URLs to gitmcp.io: github.com/owner/repo → gitmcp.io/owner/repo https://github.com/karpathy/llm-council → https://gitmcp.io/karpathy/llm-council CLI Usage The scripts/gitmcp.py script provides CLI access to repository docs. List Available Tools python3 scripts/gitmcp.py list-tools owner/repo Fetch Documentation Retrieves the full documentation file (README, docs, ...
|
1.2K |