Anthony Hernandez avatar

Anthony Hernandez

Community

@tonytino

6Followers
|
16Public Repos
|
3Published Skills

Tonytino's skills orchestrate multi-agent Claude Code sessions with adversarial review loops and owner-run weekly meal-plan generation.

Skills Distribution
DomainAI Models & ...Multi-Agent Orches.. (45%)Adversarial Output.. (30%)Meal-Plan Content .. (25%)

Agent Skills by Anthony Hernandez

Showing 3 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Anthony Hernandez

FAQPage Schema
What tasks can I run with tonytino's skills?

Three skills are provided: orchestrate runs a full session as orchestrator with GitHub Issues recon, worker dispatch by model tier, adversarial review, and labeled PRs; review-loop independently reviews worker subagent output; generate-week creates a weekly meal plan with recipes, deterministic gates, and a dietary-safety review round.

Who should use these orchestration and review skills?

They target operators of Claude Code multi-agent setups: an orchestrator persona dispatching worker subagents and reviewing their code, docs, or content before shipping, plus a single owner running the generate-week meal-planning routine in a local session.

How do the orchestrate and review-loop skills run in practice?

Invoke orchestrate at the start of every session before multi-step work; it performs GitHub Issues recon, dispatches workers by model tier, applies adversarial review, and opens a labeled PR with safe:agent self-merge or safe:human handoff. Skip it only for tiny tasks like questions or typo fixes.

Does generate-week run in CI or incur metered model spend?

No. Per ADR-007 as amended by ADR-008, generate-week never runs in CI and incurs no metered LLM spend. It runs owner-invoked via /generate-week in a local Claude Code session, drafting the week JSON and recipes, then opening a safe:human plan PR.

What prerequisites do these skills require?

A Claude Code environment with multi-agent worker subagents for orchestrate and review-loop, plus a repository using GitHub Issues and labeled PRs with safe:agent/safe:human conventions. Generate-week additionally expects a content/weeks directory structure and agreement with the owner on the target week and ingredients on hand.