[ COMPLETE CATALOG + INSTALL COMMANDS ]

Skill reference

Every bundled workflow is documented below with its purpose, trigger guidance, profile membership, automatic companions, invocation syntax, and exact selective-install command.

Install one skill

Use npm when you want a selective set for Codex, OpenCode, or Pi. Node.js 20 or newer is required. The default user destination is ~/.agents/skills.

npx @waybarrios/opencode-power-pack install <skill-id> # Example npx @waybarrios/opencode-power-pack install code-review
USER INSTALL

Omit a scope flag. The installer copies the workflow into ~/.agents/skills.

PROJECT INSTALL

Add --project. The installer finds the Git root and uses .agents/skills.

DEPENDENCIES

Required companion skills shown below are selected automatically by the installer.

Native Claude Code, Codex, OpenCode, and Pi plugin/package commands install the full catalog. See the host installation guide when you want all 54 skills.

Invoke by host

Claude Code/opencode-power-pack:<skill-id>
Codex$<skill-id>
OpenCode/<skill-id>
Pi

Ask Pi for the task directly; it selects installed skills from their trigger descriptions.

Search all details

Find the right workflow.

CORE

Build, review, and author

14
CORE / 01

agents-md-improver

What it does / when to use

Audit and improve project-rules files (AGENTS.md, CLAUDE.md, .agents/instructions, local overrides) so the agent keeps accurate project context. Use when the user asks to check, audit, review, update, improve, or fix their AGENTS.md or CLAUDE.md, mentions "project rules maintenance" or "agent context optimization", or when the codebase has changed enough that the rules file may be stale. Scans the repository for every rules file, grades each against a quality rubric, outputs a quality report, and applies targeted edits only after user approval.

Install only this workflow npx @waybarrios/opencode-power-pack install agents-md-improver
Included by profiles
recommended project-memory
Automatic companions
None
Invoke after installation
$agents-md-improver in Codex, /agents-md-improver in OpenCode, or /opencode-power-pack:agents-md-improver in Claude Code.
CORE / 02

agents-md-revise

What it does / when to use

Capture learnings from the current session into the project-rules file (AGENTS.md, CLAUDE.md, or local override) so future sessions benefit. Use when the user says "revise the rules", "update AGENTS.md / CLAUDE.md with what we just learned", "save this to project memory", "remember this for next time", or at the end of a productive session when valuable context has emerged that is not yet documented. This complements agents-md-improver; improver audits, while this one captures.

Install only this workflow npx @waybarrios/opencode-power-pack install agents-md-revise
Included by profiles
recommended project-memory
Automatic companions
agents-md-improver
Invoke after installation
$agents-md-revise in Codex, /agents-md-revise in OpenCode, or /opencode-power-pack:agents-md-revise in Claude Code.
CORE / 03

ai-slop

What it does / when to use

Operational rubric that turns "don't make AI slop" into observable properties, severity levels, evidence requirements, and repair actions for interface design. Use as the reference rubric when building or reviewing marketing sites, product interfaces, dashboards, portfolios, or e-commerce pages, especially alongside frontend-design.

Install only this workflow npx @waybarrios/opencode-power-pack install ai-slop
Included by profiles
frontend
Automatic companions
None
Invoke after installation
$ai-slop in Codex, /ai-slop in OpenCode, or /opencode-power-pack:ai-slop in Claude Code.
CORE / 04

code-architect

What it does / when to use

Design a feature architecture by analyzing existing codebase patterns and conventions, then provide a comprehensive implementation blueprint with specific files to create or modify, component designs, data flows, and a build sequence. Use this skill when the user asks for an architecture design, an implementation plan for a non-trivial feature, or when dispatched as a sub-task during feature-dev architecture phase.

Install only this workflow npx @waybarrios/opencode-power-pack install code-architect
Included by profiles
recommended feature-dev
Automatic companions
None
Invoke after installation
$code-architect in Codex, /code-architect in OpenCode, or /opencode-power-pack:code-architect in Claude Code.
CORE / 05

code-explorer

What it does / when to use

Deeply analyze an existing codebase feature by tracing execution paths, mapping architecture layers, understanding patterns and abstractions, and documenting dependencies. Use this skill when you need to understand how a feature works before modifying or extending it, when dispatched as a sub-task during feature-dev exploration, or when the user asks "how does X work in this codebase".

Install only this workflow npx @waybarrios/opencode-power-pack install code-explorer
Included by profiles
recommended feature-dev
Automatic companions
None
Invoke after installation
$code-explorer in Codex, /code-explorer in OpenCode, or /opencode-power-pack:code-explorer in Claude Code.
CORE / 06

code-quality

What it does / when to use

Agents should invoke this skill for code reviews, linting/formatting setup, maintainability checks, complexity concerns, warning cleanup, coding standards, or quality gates in Rust, TypeScript, Python, shell, and mixed repos.

Install only this workflow npx @waybarrios/opencode-power-pack install code-quality
Included by profiles
recommended review
Automatic companions
None
Invoke after installation
$code-quality in Codex, /code-quality in OpenCode, or /opencode-power-pack:code-quality in Claude Code.
CORE / 07

code-review

What it does / when to use

Review a pull request or a set of code changes for bugs, logic errors, and project-convention violations using a confidence-filtered, multi-agent process. Use this skill when the user asks to review a PR, audit pending changes, or inspect a diff for problems before merging.

Install only this workflow npx @waybarrios/opencode-power-pack install code-review
Included by profiles
recommended review
Automatic companions
None
Invoke after installation
$code-review in Codex, /code-review in OpenCode, or /opencode-power-pack:code-review in Claude Code.
CORE / 08

code-reviewer

What it does / when to use

Review code for bugs, logic errors, security vulnerabilities, code quality issues, and adherence to project conventions, using confidence-based filtering to report only high-priority issues that truly matter. Use this skill when reviewing a small set of changes locally (such as unstaged diff), when dispatched as a sub-task during feature-dev quality review, or when the user wants a critique of a specific file or function.

Install only this workflow npx @waybarrios/opencode-power-pack install code-reviewer
Included by profiles
recommended review feature-dev
Automatic companions
None
Invoke after installation
$code-reviewer in Codex, /code-reviewer in OpenCode, or /opencode-power-pack:code-reviewer in Claude Code.
CORE / 09

design-patterns

What it does / when to use

Agents should invoke this skill when choosing patterns, designing traits/interfaces/components, deciding abstraction boundaries, evaluating dependency injection/callbacks, or comparing implementation approaches in Rust, TypeScript/React, or Django/Python.

Install only this workflow npx @waybarrios/opencode-power-pack install design-patterns
Included by profiles
Individual selection or full catalog
Automatic companions
None
Invoke after installation
$design-patterns in Codex, /design-patterns in OpenCode, or /opencode-power-pack:design-patterns in Claude Code.
CORE / 10

feature-dev

What it does / when to use

Guide a feature implementation through a structured seven-phase workflow with deep codebase understanding, clarifying questions, parallel architecture design, and quality review. Use this skill when the user asks to build a new feature, add functionality, or wants a methodical approach to implementation rather than diving straight to code.

Install only this workflow npx @waybarrios/opencode-power-pack install feature-dev
Included by profiles
recommended feature-dev
Invoke after installation
$feature-dev in Codex, /feature-dev in OpenCode, or /opencode-power-pack:feature-dev in Claude Code.
CORE / 11

frontend-design

What it does / when to use

Create distinctive, production-grade frontend interfaces with high design quality and accessible markup. Use this skill when the user asks to build or beautify web components, pages, applications, landing pages, dashboards, artifacts, or React/HTML/CSS UI. Generates creative, polished code that avoids generic AI aesthetics, then self-checks it against an objective accessibility and quality rubric.

Install only this workflow npx @waybarrios/opencode-power-pack install frontend-design
Included by profiles
recommended frontend
Automatic companions
None
Invoke after installation
$frontend-design in Codex, /frontend-design in OpenCode, or /opencode-power-pack:frontend-design in Claude Code.
CORE / 12

mcp-builder

What it does / when to use

Guide the creation of high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when the user wants to build an MCP server to integrate an external API or service, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

Install only this workflow npx @waybarrios/opencode-power-pack install mcp-builder
Included by profiles
recommended authoring
Automatic companions
None
Invoke after installation
$mcp-builder in Codex, /mcp-builder in OpenCode, or /opencode-power-pack:mcp-builder in Claude Code.
CORE / 13

paper-summarizer

What it does / when to use

Agents should invoke this skill for academic or technical papers, arXiv/PubMed/IEEE/ACM links, PDFs, methodology review, limitations, practical implications, or extracting findings for engineering decisions.

Install only this workflow npx @waybarrios/opencode-power-pack install paper-summarizer
Included by profiles
authoring
Automatic companions
None
Invoke after installation
$paper-summarizer in Codex, /paper-summarizer in OpenCode, or /opencode-power-pack:paper-summarizer in Claude Code.
CORE / 14

skill-creator

What it does / when to use

Create new skills (SKILL.md files), modify and improve existing skills, and design skill descriptions for accurate triggering. Use when the user wants to create a new skill from scratch, edit an existing skill, optimize a skill's description, or convert a workflow they just demonstrated into a reusable skill.

Install only this workflow npx @waybarrios/opencode-power-pack install skill-creator
Included by profiles
recommended authoring
Automatic companions
None
Invoke after installation
$skill-creator in Codex, /skill-creator in OpenCode, or /opencode-power-pack:skill-creator in Claude Code.
SECURITY

Find, verify, and report

15
SECURITY / 01

agentic-actions-auditor

What it does / when to use

Audit GitHub Actions that run AI agents for prompt injection, unsafe interpolation, sandbox gaps, and permissive actor rules. Use for agentic CI workflows, not general application code review.

Install only this workflow npx @waybarrios/opencode-power-pack install agentic-actions-auditor
Included by profiles
security
Automatic companions
None
Invoke after installation
$agentic-actions-auditor in Codex, /agentic-actions-auditor in OpenCode, or /opencode-power-pack:agentic-actions-auditor in Claude Code.
SECURITY / 02

codeql

What it does / when to use

Run CodeQL database creation and security queries, add data-extension models, or process CodeQL SARIF. Use when CodeQL is explicitly requested; use security-review for a broader manual security review.

Install only this workflow npx @waybarrios/opencode-power-pack install codeql
Included by profiles
security
Automatic companions
None
Invoke after installation
$codeql in Codex, /codeql in OpenCode, or /opencode-power-pack:codeql in Claude Code.
SECURITY / 03

differential-review

What it does / when to use

Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and prevents security regressions.

Install only this workflow npx @waybarrios/opencode-power-pack install differential-review
Included by profiles
review security
Automatic companions
None
Invoke after installation
$differential-review in Codex, /differential-review in OpenCode, or /opencode-power-pack:differential-review in Claude Code.
SECURITY / 04

fp-check

What it does / when to use

Systematically verifies suspected security bugs to eliminate false positives. Produces TRUE POSITIVE or FALSE POSITIVE verdicts with documented evidence for each bug.

Install only this workflow npx @waybarrios/opencode-power-pack install fp-check
Included by profiles
security
Automatic companions
None
Invoke after installation
$fp-check in Codex, /fp-check in OpenCode, or /opencode-power-pack:fp-check in Claude Code.
SECURITY / 05

insecure-defaults

What it does / when to use

Detects fail-open insecure defaults (hardcoded secrets, weak auth, permissive security) that allow apps to run insecurely in production. Use when auditing security, reviewing config management, or analyzing environment variable handling.

Install only this workflow npx @waybarrios/opencode-power-pack install insecure-defaults
Included by profiles
security
Automatic companions
None
Invoke after installation
$insecure-defaults in Codex, /insecure-defaults in OpenCode, or /opencode-power-pack:insecure-defaults in Claude Code.
SECURITY / 06

sarif-parsing

What it does / when to use

Parses and processes SARIF files from static analysis tools like CodeQL, Semgrep, or other scanners. Triggers on \"parse sarif\", \"read scan results\", \"aggregate findings\", \"deduplicate alerts\", or \"process sarif output\". Handles filtering, deduplication, format conversion, and CI/CD integration of SARIF data. Does NOT run scans; use the Semgrep or CodeQL skills for that.

Install only this workflow npx @waybarrios/opencode-power-pack install sarif-parsing
Included by profiles
security
Automatic companions
None
Invoke after installation
$sarif-parsing in Codex, /sarif-parsing in OpenCode, or /opencode-power-pack:sarif-parsing in Claude Code.
SECURITY / 07

security-review

What it does / when to use

Perform a focused security review of pending git changes to identify high-confidence security vulnerabilities with real exploitation potential. Use this skill when the user asks for a security review, security audit, vulnerability scan, or wants to check pending changes on a branch for security issues before merging. This is NOT a general code review.

Install only this workflow npx @waybarrios/opencode-power-pack install security-review
Included by profiles
security
Automatic companions
None
Invoke after installation
$security-review in Codex, /security-review in OpenCode, or /opencode-power-pack:security-review in Claude Code.
SECURITY / 08

security-threat-model

What it does / when to use

Create a repository-grounded AppSec threat model covering assets, trust boundaries, attackers, abuse paths, and mitigations. Use only for explicit threat-modeling requests, not general architecture or code review.

Install only this workflow npx @waybarrios/opencode-power-pack install security-threat-model
Included by profiles
security
Automatic companions
None
Invoke after installation
$security-threat-model in Codex, /security-threat-model in OpenCode, or /opencode-power-pack:security-threat-model in Claude Code.
SECURITY / 09

semgrep

What it does / when to use

Run Semgrep static analysis across a codebase, optionally using Semgrep Pro for cross-file taint analysis. Use when Semgrep or a static-analysis scan is requested; use security-review for a manual audit.

Install only this workflow npx @waybarrios/opencode-power-pack install semgrep
Included by profiles
security
Automatic companions
None
Invoke after installation
$semgrep in Codex, /semgrep in OpenCode, or /opencode-power-pack:semgrep in Claude Code.
SECURITY / 10

semgrep-rule-creator

What it does / when to use

Creates custom Semgrep rules for detecting security vulnerabilities, bug patterns, and code patterns. Use when writing Semgrep rules or building custom static analysis detections.

Install only this workflow npx @waybarrios/opencode-power-pack install semgrep-rule-creator
Included by profiles
security
Automatic companions
None
Invoke after installation
$semgrep-rule-creator in Codex, /semgrep-rule-creator in OpenCode, or /opencode-power-pack:semgrep-rule-creator in Claude Code.
SECURITY / 11

semgrep-rule-variant-creator

What it does / when to use

Creates language variants of existing Semgrep rules. Use when porting a Semgrep rule to specified target languages. Takes an existing rule and target languages as input, produces independent rule+test directories for each language.

Install only this workflow npx @waybarrios/opencode-power-pack install semgrep-rule-variant-creator
Included by profiles
security
Automatic companions
semgrep-rule-creator
Invoke after installation
$semgrep-rule-variant-creator in Codex, /semgrep-rule-variant-creator in OpenCode, or /opencode-power-pack:semgrep-rule-variant-creator in Claude Code.
SECURITY / 12

sharp-edges

What it does / when to use

Identify error-prone APIs, dangerous configuration, and footgun designs that enable security mistakes. Use for API ergonomics, misuse resistance, secure defaults, or pit-of-success reviews; use code-review for general defects.

Install only this workflow npx @waybarrios/opencode-power-pack install sharp-edges
Included by profiles
security
Automatic companions
None
Invoke after installation
$sharp-edges in Codex, /sharp-edges in OpenCode, or /opencode-power-pack:sharp-edges in Claude Code.
SECURITY / 13

supply-chain-risk-auditor

What it does / when to use

Identifies dependencies at heightened risk of exploitation or takeover. Use when assessing supply chain attack surface, evaluating dependency health, or scoping security engagements.

Install only this workflow npx @waybarrios/opencode-power-pack install supply-chain-risk-auditor
Included by profiles
security
Automatic companions
None
Invoke after installation
$supply-chain-risk-auditor in Codex, /supply-chain-risk-auditor in OpenCode, or /opencode-power-pack:supply-chain-risk-auditor in Claude Code.
SECURITY / 14

variant-analysis

What it does / when to use

Find similar vulnerabilities and bugs across codebases using pattern-based analysis. Use when hunting bug variants, building CodeQL/Semgrep queries, analyzing security vulnerabilities, or performing systematic code audits after finding an initial issue.

Install only this workflow npx @waybarrios/opencode-power-pack install variant-analysis
Included by profiles
security
Automatic companions
None
Invoke after installation
$variant-analysis in Codex, /variant-analysis in OpenCode, or /opencode-power-pack:variant-analysis in Claude Code.
SECURITY / 15

vuln-report

What it does / when to use

Turn one confirmed security finding into a disclosure-ready GitHub advisory with root cause, proof of concept, impact, and source evidence. Use for reporting an established vulnerability, not discovering or validating one.

Install only this workflow npx @waybarrios/opencode-power-pack install vuln-report
Included by profiles
security
Automatic companions
None
Invoke after installation
$vuln-report in Codex, /vuln-report in OpenCode, or /opencode-power-pack:vuln-report in Claude Code.
ML + HUGGING FACE

Discover, train, evaluate, and deploy

25
ML + HUGGING FACE / 01

hf-cli

What it does / when to use

Use the `hf` CLI for Hub authentication, downloads, uploads, repositories, cache, jobs, buckets, webhooks, and endpoint administration. Use for CLI operations, not model recommendations, paper analysis, training design, or building a Space.

Install only this workflow npx @waybarrios/opencode-power-pack install hf-cli
Included by profiles
huggingface
Automatic companions
None
Invoke after installation
$hf-cli in Codex, /hf-cli in OpenCode, or /opencode-power-pack:hf-cli in Claude Code.
ML + HUGGING FACE / 02

hf-cloud-aws-context-discovery

What it does / when to use

Discover the active AWS profile, region, account, and caller identity before SageMaker or AWS work. Use when local AWS context is needed or unspecified; do not use for cloud-agnostic model planning.

Install only this workflow npx @waybarrios/opencode-power-pack install hf-cloud-aws-context-discovery
Included by profiles
huggingface
Automatic companions
None
Invoke after installation
$hf-cloud-aws-context-discovery in Codex, /hf-cloud-aws-context-discovery in OpenCode, or /opencode-power-pack:hf-cloud-aws-context-discovery in Claude Code.
ML + HUGGING FACE / 03

hf-cloud-python-env-setup

What it does / when to use

Create an isolated Python environment with a compatible Python version and boto3 for SageMaker or AWS automation. Use before executing AWS Python code; do not use for general Python environment setup.

Install only this workflow npx @waybarrios/opencode-power-pack install hf-cloud-python-env-setup
Included by profiles
huggingface
Automatic companions
None
Invoke after installation
$hf-cloud-python-env-setup in Codex, /hf-cloud-python-env-setup in OpenCode, or /opencode-power-pack:hf-cloud-python-env-setup in Claude Code.
ML + HUGGING FACE / 04

hf-cloud-sagemaker-deployment-planner

What it does / when to use

Plan and coordinate a model deployment to Amazon SageMaker, including serving stack and real-time versus async inference. Use as the entry point for SageMaker hosting requests, before image, IAM, and endpoint implementation skills.

Install only this workflow npx @waybarrios/opencode-power-pack install hf-cloud-sagemaker-deployment-planner
Included by profiles
huggingface
Invoke after installation
$hf-cloud-sagemaker-deployment-planner in Codex, /hf-cloud-sagemaker-deployment-planner in OpenCode, or /opencode-power-pack:hf-cloud-sagemaker-deployment-planner in Claude Code.
ML + HUGGING FACE / 05

hf-cloud-sagemaker-iam-preflight

What it does / when to use

Verify or select a SageMaker execution role before creating models, endpoints, or training jobs. Use when a role ARN is missing or IAM access fails; inspect existing roles before proposing role creation.

Install only this workflow npx @waybarrios/opencode-power-pack install hf-cloud-sagemaker-iam-preflight
Included by profiles
huggingface
Automatic companions
None
Invoke after installation
$hf-cloud-sagemaker-iam-preflight in Codex, /hf-cloud-sagemaker-iam-preflight in OpenCode, or /opencode-power-pack:hf-cloud-sagemaker-iam-preflight in Claude Code.
ML + HUGGING FACE / 06

hf-cloud-sagemaker-production-defaults

What it does / when to use

Implement a production SageMaker endpoint with autoscaling, CloudWatch alarms, and tags. Use after the serving image and IAM role are known; use the deployment planner first when architecture is undecided.

Install only this workflow npx @waybarrios/opencode-power-pack install hf-cloud-sagemaker-production-defaults
Included by profiles
huggingface
Automatic companions
None
Invoke after installation
$hf-cloud-sagemaker-production-defaults in Codex, /hf-cloud-sagemaker-production-defaults in OpenCode, or /opencode-power-pack:hf-cloud-sagemaker-production-defaults in Claude Code.
ML + HUGGING FACE / 07

hf-cloud-serving-image-selection

What it does / when to use

Select and verify the current region-specific serving container URI for a SageMaker model deployment. Use after the deployment pathway is chosen and before endpoint code; never infer an image URI from memory.

Install only this workflow npx @waybarrios/opencode-power-pack install hf-cloud-serving-image-selection
Included by profiles
huggingface
Automatic companions
None
Invoke after installation
$hf-cloud-serving-image-selection in Codex, /hf-cloud-serving-image-selection in OpenCode, or /opencode-power-pack:hf-cloud-serving-image-selection in Claude Code.
ML + HUGGING FACE / 08

hf-mem

What it does / when to use

Hugging Face CLI to estimate the required memory to load Safetensors or GGUF model weights for inference from the Hugging Face Hub.

Install only this workflow npx @waybarrios/opencode-power-pack install hf-mem
Included by profiles
huggingface
Automatic companions
None
Invoke after installation
$hf-mem in Codex, /hf-mem in OpenCode, or /opencode-power-pack:hf-mem in Claude Code.
ML + HUGGING FACE / 09

huggingface-best

What it does / when to use

Find and compare recommended Hugging Face models for a task using benchmarks, model size, and device constraints. Use for model selection questions; use huggingface-local-models for GGUF setup and hf-cli for Hub operations.

Install only this workflow npx @waybarrios/opencode-power-pack install huggingface-best
Included by profiles
huggingface
Automatic companions
None
Invoke after installation
$huggingface-best in Codex, /huggingface-best in OpenCode, or /opencode-power-pack:huggingface-best in Claude Code.
ML + HUGGING FACE / 10

huggingface-community-evals

What it does / when to use

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, .eval_results publication, or community-evals automation.

Install only this workflow npx @waybarrios/opencode-power-pack install huggingface-community-evals
Included by profiles
huggingface
Automatic companions
None
Invoke after installation
$huggingface-community-evals in Codex, /huggingface-community-evals in OpenCode, or /opencode-power-pack:huggingface-community-evals in Claude Code.
ML + HUGGING FACE / 11

huggingface-datasets

What it does / when to use

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.

Install only this workflow npx @waybarrios/opencode-power-pack install huggingface-datasets
Included by profiles
huggingface
Automatic companions
None
Invoke after installation
$huggingface-datasets in Codex, /huggingface-datasets in OpenCode, or /opencode-power-pack:huggingface-datasets in Claude Code.
ML + HUGGING FACE / 12

huggingface-gradio

What it does / when to use

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

Install only this workflow npx @waybarrios/opencode-power-pack install huggingface-gradio
Included by profiles
huggingface
Automatic companions
None
Invoke after installation
$huggingface-gradio in Codex, /huggingface-gradio in OpenCode, or /opencode-power-pack:huggingface-gradio in Claude Code.
ML + HUGGING FACE / 13

huggingface-llm-trainer

What it does / when to use

Train or fine-tune language models with TRL or Unsloth on Hugging Face Jobs, including SFT, DPO, GRPO, reward models, and GGUF conversion. Use for cloud LLM training; use huggingface-vision-trainer for vision tasks.

Install only this workflow npx @waybarrios/opencode-power-pack install huggingface-llm-trainer
Included by profiles
huggingface
Automatic companions
None
Invoke after installation
$huggingface-llm-trainer in Codex, /huggingface-llm-trainer in OpenCode, or /opencode-power-pack:huggingface-llm-trainer in Claude Code.
ML + HUGGING FACE / 14

huggingface-local-models

What it does / when to use

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.

Install only this workflow npx @waybarrios/opencode-power-pack install huggingface-local-models
Included by profiles
huggingface
Automatic companions
None
Invoke after installation
$huggingface-local-models in Codex, /huggingface-local-models in OpenCode, or /opencode-power-pack:huggingface-local-models in Claude Code.
ML + HUGGING FACE / 15

huggingface-lora-space-builder

What it does / when to use

Build and publish a Gradio Hugging Face Space for a user-provided image or video LoRA, including pipeline selection and model-card settings. Use for LoRA demos; use huggingface-spaces for general Space work.

Install only this workflow npx @waybarrios/opencode-power-pack install huggingface-lora-space-builder
Included by profiles
huggingface
Automatic companions
None
Invoke after installation
$huggingface-lora-space-builder in Codex, /huggingface-lora-space-builder in OpenCode, or /opencode-power-pack:huggingface-lora-space-builder in Claude Code.
ML + HUGGING FACE / 16

huggingface-paper-publisher

What it does / when to use

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.

Install only this workflow npx @waybarrios/opencode-power-pack install huggingface-paper-publisher
Included by profiles
huggingface
Automatic companions
None
Invoke after installation
$huggingface-paper-publisher in Codex, /huggingface-paper-publisher in OpenCode, or /opencode-power-pack:huggingface-paper-publisher in Claude Code.
ML + HUGGING FACE / 17

huggingface-papers

What it does / when to use

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.

Install only this workflow npx @waybarrios/opencode-power-pack install huggingface-papers
Included by profiles
huggingface
Automatic companions
None
Invoke after installation
$huggingface-papers in Codex, /huggingface-papers in OpenCode, or /opencode-power-pack:huggingface-papers in Claude Code.
ML + HUGGING FACE / 18

huggingface-spaces

What it does / when to use

Build, deploy, debug, or maintain a Hugging Face Space using Gradio, Docker, or Static SDKs. Use for general Space hosting and configuration; use huggingface-zerogpu for ZeroGPU runtime constraints and lora-space-builder for LoRA demos.

Install only this workflow npx @waybarrios/opencode-power-pack install huggingface-spaces
Included by profiles
huggingface
Automatic companions
None
Invoke after installation
$huggingface-spaces in Codex, /huggingface-spaces in OpenCode, or /opencode-power-pack:huggingface-spaces in Claude Code.
ML + HUGGING FACE / 19

huggingface-tool-builder

What it does / when to use

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.

Install only this workflow npx @waybarrios/opencode-power-pack install huggingface-tool-builder
Included by profiles
huggingface
Automatic companions
None
Invoke after installation
$huggingface-tool-builder in Codex, /huggingface-tool-builder in OpenCode, or /opencode-power-pack:huggingface-tool-builder in Claude Code.
ML + HUGGING FACE / 20

huggingface-trackio

What it does / when to use

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.

Install only this workflow npx @waybarrios/opencode-power-pack install huggingface-trackio
Included by profiles
huggingface
Automatic companions
None
Invoke after installation
$huggingface-trackio in Codex, /huggingface-trackio in OpenCode, or /opencode-power-pack:huggingface-trackio in Claude Code.
ML + HUGGING FACE / 21

huggingface-vision-trainer

What it does / when to use

Train object-detection, image-classification, or SAM segmentation models on Hugging Face Jobs. Use for vision fine-tuning and evaluation; use huggingface-llm-trainer for language models.

Install only this workflow npx @waybarrios/opencode-power-pack install huggingface-vision-trainer
Included by profiles
huggingface
Automatic companions
None
Invoke after installation
$huggingface-vision-trainer in Codex, /huggingface-vision-trainer in OpenCode, or /opencode-power-pack:huggingface-vision-trainer in Claude Code.
ML + HUGGING FACE / 22

huggingface-zerogpu

What it does / when to use

Implement or debug Hugging Face Spaces ZeroGPU code using `@spaces.GPU`, including isolation, state, duration, sizing, and CUDA-wheel constraints. Use for ZeroGPU-specific behavior; use huggingface-spaces for general hosting.

Install only this workflow npx @waybarrios/opencode-power-pack install huggingface-zerogpu
Included by profiles
huggingface
Automatic companions
None
Invoke after installation
$huggingface-zerogpu in Codex, /huggingface-zerogpu in OpenCode, or /opencode-power-pack:huggingface-zerogpu in Claude Code.
ML + HUGGING FACE / 23

train-sentence-transformers

What it does / when to use

Train or fine-tune SentenceTransformer bi-encoders, CrossEncoder rerankers, or SparseEncoder models, including losses, negatives, evaluation, distillation, LoRA, and Matryoshka. Use for sentence-transformers training tasks.

Install only this workflow npx @waybarrios/opencode-power-pack install train-sentence-transformers
Included by profiles
huggingface
Automatic companions
None
Invoke after installation
$train-sentence-transformers in Codex, /train-sentence-transformers in OpenCode, or /opencode-power-pack:train-sentence-transformers in Claude Code.
ML + HUGGING FACE / 24

transformers-js

What it does / when to use

Run Hugging Face models in JavaScript or TypeScript with Transformers.js, WebGPU, or WASM across browser, Node.js, Bun, and Deno. Use for client-side or JS-runtime inference, not Python training.

Install only this workflow npx @waybarrios/opencode-power-pack install transformers-js
Included by profiles
huggingface
Automatic companions
None
Invoke after installation
$transformers-js in Codex, /transformers-js in OpenCode, or /opencode-power-pack:transformers-js in Claude Code.
ML + HUGGING FACE / 25

trl-training

What it does / when to use

Train and fine-tune transformer language models using TRL (Transformers Reinforcement Learning). Supports SFT, DPO, GRPO, KTO, RLOO and Reward Model training via CLI commands.

Install only this workflow npx @waybarrios/opencode-power-pack install trl-training
Included by profiles
huggingface
Automatic companions
None
Invoke after installation
$trl-training in Codex, /trl-training in OpenCode, or /opencode-power-pack:trl-training in Claude Code.