Tyler Kendrick avatar

Tyler Kendrick

Community

@tyler-r-kendrick · Chicago, IL. USA

29Followers
|
111Public Repos
|
76Published Skills

Former Cloud Solution Architect @microsoft. I empower companies that build software and push the frontier of AI.

Skills Distribution
DomainAI Models & ...Model Training & F.. (35%)Prompt & Skill Eng.. (25%)Evaluation & Judging (20%)Cloud ML Deployment (15%)

Agent Skills by Tyler Kendrick

Showing 76 vetted skills indexed across 2 GitHub repositories.

Tyler-R-KendrickTyler-R-Kendrick

skill-creator

Create, evaluate, and iteratively improve Agent Skills with benchmark-driven testing loops.

Community
Advanced
Tyler-R-KendrickTyler-R-Kendrick

learn

Capture user corrections and encode them into durable repository guidance files.

Community
Intermediate
Tyler-R-KendrickTyler-R-Kendrick

engineer-skill

Validate and optimize agent skill structure, frontmatter, and SKILL.md body content.

Community
Intermediate
Tyler-R-KendrickTyler-R-Kendrick

trainer-synthesize

Generate evals.json manifests and APO train/val JSONL datasets from grounded source data.

Community
Advanced
Tyler-R-KendrickTyler-R-Kendrick

trainer-train-agent

Orchestrates the trainer optimization loop for agent contract files.

Community
Advanced
Tyler-R-KendrickTyler-R-Kendrick

judge-rubric

Generate formalized judging rubrics with locked dimensions, pass-partial-fail boundaries, and evidence requirements.

Community
Intermediate
Tyler-R-KendrickTyler-R-Kendrick

create-workflow

Create and validate GitHub Agentic Workflows using the gh aw CLI.

Community
Advanced
Tyler-R-KendrickTyler-R-Kendrick

researcher-research

Research public datasets and benchmarks to produce ranked source briefs for eval authoring.

Community
Intermediate
Tyler-R-KendrickTyler-R-Kendrick

trainer-optimize

Optimizes markdown prompt files using Agent Lightning APO with explicit JSONL train and validation datasets.

Community
Advanced
Tyler-R-KendrickTyler-R-Kendrick

trainer-train-skill

Orchestrates the trainer optimization loop for SKILL.md agent skill targets.

Community
Advanced
Tyler-R-KendrickTyler-R-Kendrick

trainer-train-code

Orchestrates optimization loops for Python code targets using Microsoft Trace and test-based feedback.

Community
Advanced
Tyler-R-KendrickTyler-R-Kendrick

trainer-train

Orchestrates iterative optimization loops for prompt files, skill contracts, and agent contracts.

Community
Advanced
Tyler-R-KendrickTyler-R-Kendrick

trainer-train-prompt

Orchestrates the trainer optimization loop for prompt-like markdown and prompty files.

Community
Advanced
Tyler-R-KendrickTyler-R-Kendrick

engineer-prompt

Diagnose prompt failures and rewrite markdown prompts using minimal prompt-engineering techniques.

Community
Advanced
Tyler-R-KendrickTyler-R-Kendrick

judge-outcome

Evaluate final outputs and candidate responses against locked rubrics for outcome-based comparison.

Community
Intermediate
Tyler-R-KendrickTyler-R-Kendrick

engineer-copilot-agent

Validate and optimize GitHub Copilot custom-agent contracts with discovery, routing, and minimization scripts.

Community
Advanced
Tyler-R-KendrickTyler-R-Kendrick

engineer-code

Convert Python functions and prompts into trainable Microsoft Trace components with feedback loops.

Community
Intermediate
Tyler-R-KendrickTyler-R-Kendrick

judge-trajectory

Evaluate agent trajectories and tool-use traces with process-aware rubrics.

Community
Intermediate
Tyler-R-KendrickTyler-R-Kendrick

agentv

Create, run, and manage AgentV evaluations for AI agents using EVAL.yaml files.

Community
Intermediate
Tyler-R-KendrickTyler-R-Kendrick

trainer-election

Elect the strongest prompt or skill candidate from scored evaluation workspace artifacts.

Community
Advanced
Tyler-R-KendrickTyler-R-Kendrick
1

playwright-cli

Automate browser interactions and web testing workflows via Playwright CLI.

Community
Advanced
Tyler-R-KendrickTyler-R-Kendrick
1

openui-autoresearch

Orchestrate machine learning research campaigns with hypothesis generation and contract enforcement.

Community
Advanced
Tyler-R-KendrickTyler-R-Kendrick
1

huggingface-papers

Retrieve structured metadata for AI research papers via the Hugging Face API.

Community
Intermediate
Tyler-R-KendrickTyler-R-Kendrick
1

huggingface-local-models

Search Hugging Face Hub and launch GGUF models via llama.cpp.

Community
Intermediate

Frequently Asked Questions About Tyler Kendrick

FAQPage Schema
What tasks can I accomplish with Tyler Kendrick's skills?▼

You can train and fine-tune Hugging Face models, deploy SageMaker endpoints, build Gradio Spaces, estimate VRAM for GGUF and Safetensors models, optimize prompts via Agent Lightning APO, author EVAL.yaml agent evaluations, and audit codebases for minimalist simplification.

Who should use these skills?▼

ML engineers running Hugging Face training jobs, cloud architects deploying SageMaker inference, prompt engineers refining SKILL.md and agent contracts, and researchers orchestrating NeMo-RL or OpenUI symbolic diffusion experiment campaigns benefit most.

What are the installation and runtime requirements?▼

Most trainer and engineer skills require Python 3.11+; trainer-optimize needs agentlightning and openai packages, trainer-train-code needs the trace-opt package, and agentv requires Node.js 18+ with agentv installed globally via npm.

Are these skills open source and what do they cost?▼

The new skills carry MIT licenses at no cost. Usage expenses come only from underlying infrastructure you choose, such as Hugging Face Jobs, ZeroGPU, or AWS SageMaker compute, not from the skills themselves.

What prerequisites or repository structure do the trainer skills expect?▼

Trainer loops expect repositories keeping artifacts in a .trainer-workspace/ directory next to the target file, a validation command, and stage capabilities. Agent targets use .agent.md files; skill targets follow the agentskills.io specification.