PracticalSwan/agent-skills

Skills I use for my Agents (Claude Code, Codex, Copilot)

This repository also configures its own agents. See what agent-skills tells them →

14Stars on the repository
208Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

PracticalSwan/agent-skills

Skill Codex

Discover the user's local AWS context (active profile, region, account ID, caller identity) at the start of any AWS task. Use this skill before any other AWS work — deploying to SageMaker, creating resources, calling AWS APIs, or anything that touches an AWS account. Use it especially when the user has not specified a…

not rated 14 +1 changed 3d ago C 132 tokens original MIT

PracticalSwan/agent-skills

Skill Codex

Set up an isolated Python environment for SageMaker / AWS work, with the right Python version and current boto3. Use this skill whenever Python code will be executed for a SageMaker deployment, training job, or any AWS automation — including when about to run pip install, when about to invoke boto3, when creating or…

not rated 14 +1 changed 3d ago A SkillSpector: warn 128 tokens original MIT

PracticalSwan/agent-skills

Skill Codex

Plan and coordinate the deployment of a model to Amazon SageMaker AI. Use this skill whenever the user wants to deploy, host, serve, or expose a model on SageMaker or AWS — including phrases like "deploy a model", "host this LLM on AWS", "serve this embedding model", "deploy a reranker", "deploy a text-to-image /…

not rated 14 +1 changed 3d ago A 216 tokens copy · 89% MIT

PracticalSwan/agent-skills

Skill Codex

Ensure a usable SageMaker execution role exists before deploying or training. Use this skill whenever about to create a SageMaker endpoint, model, training job, or any resource that requires an execution role. Use it especially when the user has not provided a role ARN explicitly, when scripts are about to call…

not rated 14 +1 changed 3d ago A 131 tokens copy · 86% MIT

PracticalSwan/agent-skills

Skill Codex

Create a SageMaker endpoint (real-time, real-time scale-to-zero, or async) with autoscaling, CloudWatch alarms, and tagging enabled by default. Use this skill whenever about to create a SageMaker endpoint, write deployment code that calls createendpoint, or finalize a deployment after the image URI and IAM role are…

not rated 14 +1 changed 3d ago A 150 tokens copy · 94% MIT

PracticalSwan/agent-skills

Skill Codex

Pick the right serving container for a SageMaker model deployment and find its current image URI. Use this skill whenever about to deploy a model to a SageMaker endpoint and an image URI needs to be chosen — including when the user says "deploy this LLM", "host this HuggingFace model", "serve this fine-tuned model"…

not rated 14 +1 changed 3d ago A 234 tokens copy · 88% MIT

hf-mcp

79

PracticalSwan/agent-skills

Skill Codex

Use Hugging Face Hub via MCP server tools. Search models, datasets, Spaces, papers. Get repo details, fetch documentation, run compute jobs, and use Gradio Spaces as AI tools. Available when connected to the HF MCP server.

not rated 14 +1 changed 3d ago A SkillSpector: warn 52 tokens original MIT

PracticalSwan/agent-skills

Skill Codex

Review homework notebooks for completeness, reproducibility, safe execution, and academic-integrity boundaries.

not rated 14 +1 changed 3d ago A 24 tokens original MIT

huggingface-best

81

PracticalSwan/agent-skills

Skill Codex

Use when the user asks about finding the best, top, or recommended model for a task, wants to know what AI model to use, or wants to compare models by benchmark scores. Triggers on: "best model for X", "what model should I use for", "top models for [task]", "which model runs on my laptop/machine/device", "recommend a…

not rated 14 +1 changed 3d ago A SkillSpector: warn 146 tokens original MIT

PracticalSwan/agent-skills

Skill Codex

Run evaluations for Hugging Face Hub models using inspect-ai and lighteval on local hardware. Use for backend selection, local GPU evals, and choosing between vLLM / Transformers / accelerate. Not for HF Jobs orchestration, model-card PRs, .evalresults publication, or community-evals automation.

not rated 14 +1 changed 3d ago C 71 tokens copy · 86% MIT

PracticalSwan/agent-skills

Skill Codex needs its repo

Use this skill for Hugging Face Dataset Viewer API workflows that fetch subset/split metadata, paginate rows, search text, apply filters, download parquet URLs, and read size or statistics.

not rated 14 +1 changed 3d ago A SkillSpector: warn 43 tokens original MIT

huggingface-gradio

84

PracticalSwan/agent-skills

Skill Codex

Build Gradio web UIs and demos in Python. Use when creating or editing Gradio apps, components, event listeners, layouts, or chatbots.

not rated 14 +1 changed 3d ago A 37 tokens copy · 97% MIT

PracticalSwan/agent-skills

Skill Codex

Train or fine-tune language and vision models using TRL (Transformer Reinforcement Learning) or Unsloth with Hugging Face Jobs infrastructure. Covers SFT, DPO, GRPO and reward modeling training methods, plus GGUF conversion for local deployment. Includes guidance on the TRL Jobs package, UV scripts with PEP 723…

not rated 14 +1 changed 3d ago A 133 tokens copy · 86% MIT

PracticalSwan/agent-skills

Skill Codex

Use to select models to run locally with llama.cpp and GGUF on CPU, Mac Metal, CUDA, or ROCm. Covers finding GGUFs, quant selection, running servers, exact GGUF file lookup, conversion, and OpenAI-compatible local serving.

not rated 14 +1 changed 3d ago A SkillSpector: warn 59 tokens original MIT

PracticalSwan/agent-skills

Skill Codex

Build and publish a Gradio demo on Hugging Face Spaces for a user-provided LoRA. Use when someone asks to create, generate, ship, or publish a Space, demo, Gradio app, or playground for a LoRA — including LoRAs for Qwen-Image, Qwen-Image-Edit, LTX-Video, Wan, FLUX, SDXL, or other diffusion base models. Also triggers…

not rated 14 +1 changed 3d ago A 187 tokens copy · 81% MIT

PracticalSwan/agent-skills

Skill Codex

Publish and manage research papers on Hugging Face Hub. Supports creating paper pages, linking papers to models/datasets, claiming authorship, and generating professional markdown-based research articles.

not rated 14 +1 changed 3d ago A 42 tokens copy · 88% MIT

huggingface-papers

89

PracticalSwan/agent-skills

Skill Codex

Look up and read Hugging Face paper pages in markdown, and use the papers API for structured metadata such as authors, linked models/datasets/spaces, Github repo and project page. Use when the user shares a Hugging Face paper page URL, an arXiv URL or ID, or asks to summarize, explain, or analyze an AI research paper.

not rated 14 +1 changed 3d ago A 78 tokens copy · 88% MIT

huggingface-spaces

90

PracticalSwan/agent-skills

Skill Codex

Build, deploy, and maintain applications on Hugging Face Spaces — Gradio / Docker / Static SDKs, ZeroGPU and dedicated hardware, model loading, debugging, buckets, inference providers, community grants. Use whenever the user asks to create or host an app on Hugging Face, port code onto ZeroGPU, fix a Space that won't…

not rated 14 +1 changed 3d ago B 106 tokens original MIT

PracticalSwan/agent-skills

Skill Codex

Use this skill when the user wants to build tool/scripts or achieve a task where using data from the Hugging Face API would help. This is especially useful when chaining or combining API calls or the task will be repeated/automated. This Skill creates a reusable script to fetch, enrich or process data.

not rated 14 +1 changed 3d ago A 67 tokens copy · 88% MIT

huggingface-trackio

92

PracticalSwan/agent-skills

Skill Codex

Track and visualize ML training experiments with Trackio. Use when logging metrics during training (Python API), firing alerts for training diagnostics, or retrieving/analyzing logged metrics (CLI). Supports real-time dashboard visualization, alerts with webhooks, HF Space syncing, and JSON output for automation.

not rated 14 +1 changed 3d ago A SkillSpector: warn 63 tokens original MIT

PracticalSwan/agent-skills

Skill Codex

Trains and fine-tunes vision models for object detection (D-FINE, RT-DETR v2, DETR, YOLOS), image classification (timm models — MobileNetV3, MobileViT, ResNet, ViT/DINOv3 — plus any Transformers classifier), and SAM/SAM2 segmentation using Hugging Face Transformers on Hugging Face Jobs cloud GPUs. Covers COCO-format…

not rated 14 +1 changed 3d ago A 194 tokens copy · 89% MIT

huggingface-zerogpu

94

PracticalSwan/agent-skills

Skill Codex

AI demos and GPU compute with Gradio Spaces and Hugging Face Spaces ZeroGPU. Use when writing or reviewing code that uses @spaces.GPU, configuring pythonversion or requirements.txt for a ZeroGPU Space, or handling ZeroGPU-specific code constraints — pickle-based process isolation, gr.State semantics across the worker…

not rated 14 +1 changed 3d ago A 205 tokens copy · 88% MIT

imagegen

95

PracticalSwan/agent-skills

Skill Codex

Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when the active client should create a new image, transform an existing image, or derive visual variants from references, and route…

not rated 14 +1 changed 3d ago A 75 tokens copy · 81% MIT

PracticalSwan/agent-skills

Skill Codex

Scan a codebase for deepening opportunities, present them as a visual HTML report, then guide a user-directed decision loop for the selected candidate.

not rated 14 +1 changed 3d ago A 36 tokens copy · 80% MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: