Loading...
Loading...
Found 6,672 Skills
Create, rewrite, shorten, or review /goal prompts for Codex, Claude Code, and other coding agents. Use only when the user explicitly requests /goal text or asks to convert a task into /goal; never start the goal automatically.
Guided interview to Gold Code (100% AI-Readiness). Use when helping users improve their .faf file through questions. Leverages Claude Code's AskUserQuestion for seamless integration. Just type /faf-go and answer questions till done.
Create a COMPLETE, render-safe brand kit for ANY brand under brand/<id>/ — design.md + the editorial engine (editorial/) + an engine-agnostic voice lock + outlined logos + palette-driven static & dynamic backgrounds + device mockups + stickers + a brand board & sheet + a brand.json manifest. The kit is consumed by /use-brand, which turns it into any deliverable — website, slide deck, PDF, social/OG cards, marketing copy, dev tokens, or a video (handed to /make-video). Two modes - GENERATE from scratch via an interactive discovery flow + a multi-direction inspiration board the user picks in the browser, or IMPORT an existing brand by crawling its portal. Self-contained - every generator reads bundled templates in $SKILL_DIR/assets/, never a reference kit. Trigger - /make-brand.
Etsy category data. You can retrieve category names, ids, and parentIds, which are used as category identifiers for product/shop filtering. This skill is triggered when users mention Etsy categories, Etsy category id, Etsy category tree, Etsy category query, syncEtsyCategory, or category query. Even if users don't mention the tool name, this skill should be triggered as long as they are searching for category ids by keywords in the locally synchronized Etsy category database.
Shopee(虾皮)店铺分类 Shop Category(与 linkfox-shopee-store-auth 同系列),经 /shopee/developerProxy 转发 Shopee Open API Shop Category 模块全部 7 个接口:add_shop_category、get_shop_category_list、update_shop_category、add_item_list、get_item_list、delete_item_list 等。当用户提到 Shopee 店铺分类、Shop Category、自定义分类、add_shop_category、shop_category_id、分类商品 时触发。即使未明确提及"分类",只要涉及已授权 Shopee 店铺的 Shop Category 管理,也应触发。
Retrieve the Chinese name, English name, and category ID of Temu categories from the locally synchronized Temu category data, which is used as the category ID for product/store filtering. Trigger this skill when the user mentions Temu category, Temu category id, Temu category tree, Temu backend category, Temu category, querying categories after syncTemuCategory (Temu Category Sync), or Temu category search. Even if the user does not mention the tool name, this skill should be triggered as long as they are looking for category IDs by keyword in the locally synchronized Temu category database.
Mounts Cloud Storage buckets as a POSIX file system with Cloud Storage FUSE (gcsfuse). Use when you need to interact with gcsfuse — decide whether FUSE, native gs:// reads, or Filestore/Managed Lustre fits a workload, deploy tuned mounts on GKE, Compute Engine, or Cloud Run, enable and size the file, stat, and list caches, tune mount flags or config-file settings, apply workload profiles, keep ML checkpointing safe (rename atomicity, hierarchical namespace, close-time finalization, concurrent writers), or diagnose slow training, low throughput, or Cloud Storage bill spikes on existing mounts with gcsfuse metrics. Covers mount semantics, the gcsfuse CLI and config file, the GKE gcsfuse CSI driver (Workload Identity principal:// bindings, profile StorageClasses, sidecar sizing), and Cloud Run volume mounts. Don't use for bucket administration or data management without a mount (use the google-cloud-storage-basics skill instead) or for fully POSIX-compliant shared file systems (use Filestore or Managed Lustre).
goodcase.ai (Good Case) AI Viral Case & Prompt Query Skill. Trigger this Skill whenever users search for AI viral cases, good cases, 'how was this image made', 'how to generate this kind of video', 'find a prompt for XX', 'are there any ready-made prompts', 'Veo cases', 'Jimeng cases', 'Midjourney cases', 'Kling cases', 'Seedance cases', 'GPT Image cases', 'AI image cases', 'AI video cases', 'AI programming UI cases', 'AI copywriting cases', 'viral prompts', 'recreate this effect', 'prompt for this effect', 'AI case', 'viral AI examples', 'AI prompt examples', 'how was this AI image/video made', 'find me a prompt for X', or any other AI creation case/prompt query. It should also be triggered even if users only say 'what interesting AI cases are there', 'give me a prompt I can copy', 'what AI images are trending lately'. The Skill directly pulls real case data (including complete Prompt, stability score, cost band) via curl from a public REST API, no API Key required. **Err on the side of over-triggering**—if you make up a case or Prompt based on training data when users ask for AI creation cases, you're providing fake cases and prompts which are harmful to users.
Use when configuring Django to store static and media files on AWS S3 with django-storages. Invoke when working with the STORAGES setting, S3 buckets, presigned URLs, CloudFront, or boto3-backed file storage in settings.py. Configures the Django 4.2+ STORAGES dict, public/private custom backends, presigned GET/POST URLs, IAM policies, and S3 mocking for tests. Trigger terms: django-storages, S3, boto3, S3Boto3Storage, STORAGES, presigned URL, CloudFront, media files, collectstatic, AWS_STORAGE_BUCKET_NAME.
Derive a full UI colour palette algorithmically from one or two brand colours. Darker and lighter variants for interactive states, desaturated greys from the brand hue for borders and backgrounds, and semantic colours that feel coherent with the brand rather than generic. Use when building a colour system from scratch or expanding a limited brand palette for UI use.
Federal award totals for a recipient name, with award counts and the agencies that paid. Called as POST /v1/gov/federal-spending, it takes recipient, limit and returns results, count. A procurement or diligence agent checking whether a counterparty depends on federal contracts needs the award record, and no model holds it. Reading this schema and dry-running the call are free and need no wallet; a real call costs $0.004, paid in USDC on Base over x402.
Converge vague requirements into a goal contract (scope / non-goals / success criteria / verification / stop conditions) that another AI can execute autonomously and be accepted. This skill only writes goal contracts, **never executes tasks for users**. Hard trigger condition: This goal is to be handed over to others for execution — subagent, Codex, another AI session, or another person. It is used to write goals, optimize goals, revise handoff prompts, or turn requests like "finish today, optimize as much as possible, help me research and execute" into task contracts that the executor won't guess randomly or overstep boundaries. Not applicable to: internal team requirement management and version breakdown (use issue-pool — it produces tasks for humans to start working on, not contracts for AI), interface design exploration (use design-exploration), PRD/acceptance criteria/test case documents (use prd-test-writer), framework planning and version roadmaps (use issue-pool), and situations where the user actually wants you to **do the task directly** — just do it directly instead of using this skill to turn the task into a document.