api-and-interface-desi…
Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints,…
HuggingFace hf CLI: search/download/upload models, datasets.
$ npx -y skills add kevinnft/ai-agent-skills --skill huggingface-hub --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/huggingface-hubContext preview
The summary Claude sees to decide when to auto-load this skill.
HuggingFace hf CLI: search/download/upload models, datasets.
name: huggingface-hub description: "HuggingFace hf CLI: search/download/upload models, datasets." version: 1.0.0 author: Hugging Face license: MIT tags: [huggingface, hf, models, datasets, hub, mlops] origin: original source_repo: kevinnft/ai-agent-skills source_url: https://github.com/kevinnft/ai-agent-skills source_license: MIT language: en
The `hf` command is the modern command-line interface for interacting with the Hugging Face Hub, providing tools to manage repositories, models, datasets, and Spaces.
> **IMPORTANT:** The `hf` command replaces the now deprecated `huggingface-cli` command.
---
---
---
191 attribution-first agent skills for Hermes Agent, Claude Code, Cursor — one installer, 28 categories, searchable catalog. See NOTICE for upstream attribution.
Repo: kevinnft/ai-agent-skills
Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints,…
Tests in real browsers. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze…
Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test…
Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to…
Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend…
Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure…