Wayner Barrios avatar

Wayner Barrios

Community

@waybarrios · United States

182Followers
|
136Public Repos
|
54Published Skills

CS-EEng

Skills Distribution
DomainAI Models & ...AI Models & Machin.. (50%)Cybersecurity & Co.. (25%)Developer Tooling .. (15%)Cloud & Compute In.. (10%)

Agent Skills by Wayner Barrios

Showing 54 vetted skills indexed across 1 GitHub repositories.

waybarrioswaybarrios
507

huggingface-papers

Fetches Hugging Face paper pages and arXiv metadata via the papers API.

Community
Intermediate
waybarrioswaybarrios
507

huggingface-local-models

Selects and runs GGUF models from Hugging Face locally with llama.cpp.

Community
Intermediate
waybarrioswaybarrios
507

feature-dev

Guides feature implementation through a seven-phase workflow with codebase exploration and review.

Community
Advanced
waybarrioswaybarrios
507

huggingface-llm-trainer

Train and fine-tune language models with TRL or Unsloth on Hugging Face Jobs.

Community
Advanced
waybarrioswaybarrios
507

security-threat-model

Generate repository-grounded AppSec threat models covering assets, trust boundaries, abuse paths, and mitigations.

Community
Advanced
waybarrioswaybarrios
507

huggingface-lora-space-builder

Build and publish Gradio Hugging Face Spaces for image and video LoRA demos.

Community
Advanced
waybarrioswaybarrios
507

transformers-js

Run Hugging Face models in JavaScript with Transformers.js across browser, Node.js, Bun, and Deno.

Community
Intermediate
waybarrioswaybarrios
507

huggingface-community-evals

Run local GPU evaluations of Hugging Face Hub models using inspect-ai and lighteval.

Community
Intermediate
waybarrioswaybarrios
507

hf-cloud-sagemaker-iam-preflight

Discover, validate, or create a SageMaker IAM execution role before deploying models.

Community
Intermediate
waybarrioswaybarrios
507

vuln-report

Drafts disclosure-ready GitHub security advisory reports for confirmed vulnerabilities.

Community
Intermediate
waybarrioswaybarrios
507

trl-training

Train and fine-tune transformer language models using TRL CLI commands.

Community
Intermediate
waybarrioswaybarrios
507

semgrep-rule-creator

Creates and tests custom Semgrep rules for detecting security vulnerabilities and code patterns.

Community
Advanced
waybarrioswaybarrios
507

huggingface-zerogpu

Implement and debug Hugging Face Spaces ZeroGPU code using the @spaces.GPU decorator.

Community
Advanced
waybarrioswaybarrios
507

semgrep

Run Semgrep static analysis scans across codebases and merge findings into SARIF reports.

Community
Advanced
waybarrioswaybarrios
507

hf-cloud-sagemaker-deployment-planner

Plans Amazon SageMaker model deployments by selecting inference pathways and instance types.

Community
Intermediate
waybarrioswaybarrios
507

differential-review

Performs security-focused differential review of code changes with git history analysis and markdown reports.

Community
Advanced
waybarrioswaybarrios
507

huggingface-spaces

Build, deploy, debug, and maintain Hugging Face Spaces using Gradio, Docker, or Static SDKs.

Community
Advanced
waybarrioswaybarrios
507

insecure-defaults

Detects fail-open insecure defaults like hardcoded secrets and weak authentication in application code.

Community
Intermediate
waybarrioswaybarrios
507

huggingface-paper-publisher

Publish, index, and link arXiv research papers on Hugging Face Hub.

Community
Intermediate
waybarrioswaybarrios
507

code-review

Reviews pull requests and code changes for bugs and convention violations using multi-agent detection.

Community
Advanced
waybarrioswaybarrios
507

hf-cli

Operate the Hugging Face Hub CLI for authentication, repositories, jobs, endpoints, and spaces.

Community
Intermediate
waybarrioswaybarrios
507

hf-cloud-serving-image-selection

Selects and verifies region-specific SageMaker serving container URIs from the AWS Deep Learning Containers catalog.

Community
Advanced
waybarrioswaybarrios
507

sarif-parsing

Parses, filters, deduplicates, and aggregates SARIF static analysis results from security scanners.

Community
Intermediate
waybarrioswaybarrios
507

train-sentence-transformers

Train and fine-tune SentenceTransformer bi-encoders, CrossEncoder rerankers, and SparseEncoder models.

Community
Advanced

Frequently Asked Questions About Wayner Barrios

FAQPage Schema
What tasks can I accomplish with Wayner Barrios's skill collection?▼

You can train and fine-tune LLMs with TRL or Unsloth, run GGUF models locally via llama.cpp, build Gradio Spaces, deploy models to SageMaker, analyze research papers, and run security audits using Semgrep, CodeQL, threat modeling, and vulnerability disclosure reporting.

Who is the target audience for these skills?▼

ML engineers fine-tuning and serving Hugging Face models, AppSec engineers performing static analysis and variant hunting, and software developers seeking structured feature design, code review, and architecture planning across Rust, TypeScript, and Python codebases.

How do I run models locally using these skills?▼

The huggingface-local-models skill guides GGUF selection, quantization choices, and llama.cpp server setup on CPU, Mac Metal, CUDA, or ROCm, including OpenAI-compatible serving. The hf-mem skill estimates memory required to load Safetensors or GGUF weights before downloading.

Are these skills free and open source?▼

Yes. All 54 skills are open source under Apache-2.0 or MIT licenses, with modifications documented in UPSTREAMS.json. There is no cost to use them, though underlying services like Hugging Face Jobs, SageMaker, and ZeroGPU may incur their own platform charges.

What prerequisites are needed for the SageMaker deployment skills?▼

You need an active AWS profile, region, and caller identity (verified via hf-cloud-aws-context-discovery), an isolated Python environment with boto3, and a valid SageMaker execution IAM role. The deployment planner skill coordinates image selection, endpoint configuration, and production defaults.