Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
tyroneross
Perfil de creador de GitHub

tyroneross

Vista por repositorio de 152 skills recopiladas en 20 repositorios de GitHub.

skills recopiladas
152
repositorios
20
actualizado
2026-07-26
mapa de repositorios

Dónde viven las skills

Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.

#01
build-loop
55 skills · 2026-07-26
Desarrolladores de softwareOtras ocupaciones informáticasAnalistas de garantía de calidad de software y probadoresAnalistas de seguridad de la informaciónDiseñadores de interfaces web y digitales
5 categorías ocupacionales · 100% clasificado
36%participación
#02
RossLabs-AI-Toolkit
31 skills · 2026-05-30
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresEspecialistas en gestión de proyectosEspecialistas en operaciones de negocios, todos los demásAnalistas de seguridad de la informaciónAnalistas de sistemas informáticos
10 categorías ocupacionales · 100% clasificado
20%participación
#03
interface-built-right
26 skills · 2026-07-10
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresDiseñadores de interfaces web y digitalesDesarrolladores webAdministradores de redes y sistemas informáticosDirectores de arte
6 categorías ocupacionales · 100% clasificado
17%participación
#04
NavGator
6 skills · 2026-07-09
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadores
2 categorías ocupacionales · 100% clasificado
3.9%participación
#05
pyramid-principle
5 skills · 2026-04-28
Secretarios ejecutivos y asistentes administrativos de direcciónAnalistas de gestiónEscritores y autoresRedactores técnicos
4 categorías ocupacionales · 100% clasificado
3.3%participación
#06
spectra
5 skills · 2026-07-01
Analistas de investigación de mercados y especialistas en marketingDesarrolladores de softwareEditores de cine y videoEspecialistas en formación y desarrolloTécnicos de audio y video
5 categorías ocupacionales · 100% clasificado
3.3%participación
#07
claude-code-debugger
3 skills · 2026-06-04
Desarrolladores de software
1 categorías ocupacionales · 100% clasificado
2.0%participación
#08
agent-rally-point
3 skills · 2026-07-03
Otras ocupaciones informáticasEspecialistas en gestión de proyectos
2 categorías ocupacionales · 100% clasificado
2.0%participación
Aquí se muestran los 8 repositorios principales; la lista completa continúa abajo.
explorador de repositorios

Repositorios y skills representativas

handoff
Desarrolladores de software

Compose a complete, durable build-loop handoff document from the current run state, and optionally launch a fresh session with it injected. Use when crossing a context boundary (context limit, planned restart, worktree GC). Triggers: 'hand off', 'handoff', 'new session', 'context limit', 'restart', 'fresh session', '/build-loop:compose-handoff'.

2026-07-26
ui-design
Diseñadores de interfaces web y digitales

Use when build-loop needs UI design direction, visual style selection, UI guidance inventory, a .build-loop/app-contract/ui.md design contract, or non-trivial web/mobile/native UI planning. Build-loop-owned design route for design-contract-specialist; selects from project tokens, recent structures, UI Guidance, IBR artifacts, Mockup Gallery, and research based on product/workflow/data/platform fit.

2026-07-25
color-engine
Diseñadores de interfaces web y digitales

Generate accessible color systems and solve contrast, instead of guessing hex values. Use when picking or fixing colors for any UI, chart, diagram, doc, or artifact — "what colors should this use", "is this readable", "this text fails contrast", "make a dark theme", "pick an accent". Also use before shipping any palette, to PROVE contrast rather than assert it. NOT for choosing layout, typography, or component structure.

2026-07-25
build-loop-data-plane-worktrees
Desarrolladores de software

Use when a Build Loop run or Git worktree touches mutable non-Git state: SQLite or file-backed databases, PostgreSQL databases/schemas and migrations, generated search/vector indexes, Docker volumes or service projects, mutable file trees, caches that cannot be rebuilt safely, or external cloud/account namespaces. Inventories each surface, selects per-worktree, shared-readonly, shared-serialized, or external-namespaced isolation, registers it in the run data manifest, validates collisions before writes, and requires a terminal disposition at closeout.

2026-07-23
model-tiering
Desarrolladores de software

Use when choosing a model tier or segment for a subagent, deciding a role descriptor (segment + tier) in frontmatter, or escalating mid-flow. Covers the two-axis taxonomy (work-role segment × 7-rung capability ladder) — Opus/Sonnet/Haiku are Anthropic-default mappings; selection is provider-portable and data-driven. NOT for benchmarking models head-to-head on a task — use `model-bakeoff`.

2026-07-23
build-loop
Desarrolladores de software

Orchestrated build loop for multi-step code work. TRIGGER on verb language ('build', 'implement', 'create', 'add', 'ship', 'wire up', 'integrate', 'refactor', 'migrate', 'rewrite', 'replace') OR symptom language ('fix', 'broken', 'doesn't work', 'isn't loading', 'not displaying', 'missing', 'should show', 'needs to', 'make it', 'show this differently') OR any task touching 2+ files, adding/removing an endpoint, crossing an architectural boundary, or attached screenshots of a bug. SKIP one-line edits, pure Q&A, conversational clarifications, status checks, and trivial typos/renames.

2026-07-21
build-loop-native-ax-driver
Desarrolladores de software

Use when the build needs to automate a macOS .app without touching the hardware cursor, or the user asks to "click through the app" or "test the UI headlessly". Drives running apps via Accessibility API; self-contained Swift binary — no IBR, Playwright, or Appium required.

2026-07-20
repo-maintenance
Desarrolladores de software

Audit and evolve repository structure safely across the full maintenance lifecycle: repository topology and scope, application and build-system profiles, module and folder boundaries, canonical source-of-truth and monorepo decisions, sibling consolidation, generated/build artifact retention, worktree and branch hygiene, local-versus-remote state, verified closeout into local main, and preparing a repository for open-source or external distribution (personal-content and secret scrub, internal-artifact de-tracking, .git bloat and history-leak review, distribution signing/notarization). Use when asked how any kind of repo should be structured or maintained, what application/build profile it has, why it has duplicate source or many build directories, whether repositories or modules should split or merge, to clean generated artifacts or a polluted data store (a log, telemetry, cache, or dataset corrupted by test/non-production writes), to review open commits/worktrees/branches/stashes, to merge and close completed

2026-07-16
Mostrando las 8 principales de 55 skills recopiladas en este repositorio.
marketplace-maintenance
Desarrolladores de software

Operational lessons for maintaining a Claude Code plugin marketplace. Load whenever making changes to `.claude-plugin/marketplace.json`, bumping a plugin version that's listed in a marketplace, adding/removing plugins from a marketplace, or troubleshooting "add marketplace" failures. Prevents schema rejection, stale manifests, CDN-lag false negatives, and install-command drift.

2026-05-30
publish-packages
Desarrolladores de software

How to publish a public npm package to GitHub Packages for any project under the @tyroneross scope — Claude Code plugins, build-loop subsystems, prompt-builder, etc. Load whenever the user asks to "publish to GitHub Packages", "publish the plugin", "ship as an npm package", "make this installable", "release this to npm", or whenever bumping a package version that needs to ship. Covers single-package repos (build-loop pattern) and monorepo per-plugin publishing (RossLabs-AI-Toolkit pattern). Includes the GitHub Actions workflow template, the release ritual, and the verification checklist that catches the 403 / version-drift / scope-missing failures already seen in this account.

2026-05-30
agent-eval-harness
Desarrolladores de software

Use when building an evaluation harness for an LLM agent, RAG pipeline, or prompt — when the question is "is this actually working?" Encodes Anthropic and OpenAI's published 2025–2026 eval guidance — start with 20–50 real-failure tasks (not synthetic happy-paths), use three grader types in the right places (deterministic code / LLM judge / human review), measure pass@k vs pass^k for production reliability, grade outcomes not reasoning paths, calibrate the LLM judge against human review before trusting it, and detect eval saturation. Triggers on "build an eval", "build evals", "eval harness", "is this prompt working", "regression test for LLM", "how do I know my agent is better", "LLM judge", "pass@k", "compare two prompts on real data", "the prompt looks fine but production is broken". Vendor-neutral with starter templates.

2026-05-13
agent-tool-design
Desarrolladores de software

Use when designing the surface of a tool that an LLM agent will call — function declarations, MCP server methods, OpenAI function-calling schemas, Anthropic tool_use definitions, or Agent SDK tools. Encodes Anthropic and OpenAI's published 2025–2026 guidance — namespaced names (service_resource_verb), semantically specific parameters (user_id over user), signal-dense return formats with a response_format knob, prompt-engineered error strings that guide the model toward the fix, and the anti-pattern of wrapping every API endpoint 1:1. Triggers on "design a tool for an agent", "write a function declaration", "MCP server tool", "function calling schema", "tool_use definition", "Agents SDK tool", "the agent keeps calling my tool wrong", "the agent loops on a tool error", "list-all is blowing up context", "tool descriptions". Cross-vendor; vendor wire-format notes in references/.

2026-05-13
long-running-agent-harness
Desarrolladores de software

Use when building or operating a coding agent that has to work across multiple context windows or multiple sessions — when one shot won't fit. Encodes Anthropic's published 2025 harness pattern — initializer/coding split, claude-progress.txt + feature-list JSON + git commits as cross-context state, mandatory session-init protocol (read logs → review features → run e2e → start dev server), edit-status-only contract on the feature file. Triggers on "long-running agent", "multi-session agent", "context window keeps filling up", "agent forgets between sessions", "session handoff", "Codex to Claude Code handoff", "Claude Code to Codex handoff", "harness for an agent", "what does the agent read on session start". Bridges bookmark (session snapshots) and build-loop (single-session orchestration).

2026-05-13
prompt-cache-shaping
Especialistas en operaciones de negocios, todos los demás

Use when designing a prompt or agent that will run at scale and you want to maximize prompt-cache hit rate. Encodes the cross-vendor invariant — order content static-to-dynamic so the cacheable prefix is stable — plus Anthropic's explicit cache_control breakpoint mechanics (4-breakpoint budget, 20-block lookback, 5m vs 1h TTL) and OpenAI's automatic prefix hashing (≥1024 token threshold, 128-token increments, 5–10min idle TTL, up to 24h on gpt-5.5+). Triggers on "prompt caching", "cache hit rate", "reduce LLM cost", "ephemeral cache", "cache_control", "prompt is slow on every call", "we're paying for the same tokens twice", "TTL", "cache breakpoint". Vendor-neutral spine plus per-vendor branches in references/.

2026-05-13
reasoning-model-prompting
Especialistas en operaciones de negocios, todos los demás

Use when prompting a reasoning model — OpenAI o-series (o3, o4-mini, o5), GPT-5 with reasoning_effort, or Anthropic Claude with extended thinking enabled. This is a counter-skill — the default prompt-builder advice (CoT, role-priming, "think step by step") actively hurts reasoning models. Encodes OpenAI and Anthropic's published 2025–2026 guidance — zero-shot first, do NOT add chain-of-thought, do NOT role-prime, developer messages replace system, reasoning_effort is a tuning knob not a quality lever, "Formatting re-enabled" recovers structured output, preserve thinking blocks across tool turns on Anthropic. Triggers on "prompt an o-series model", "prompt o3 / o4-mini / o5", "GPT-5 reasoning_effort", "extended thinking on Claude", "reasoning model", "the o-series is being weird", "the model ignores my CoT prompt", "thinking blocks", "should I use chain-of-thought here".

2026-05-13
grounded-llm-prompt
Correctores de pruebas y marcadores de texto

Use when writing a system prompt for an LLM response that must cite sources, label every number with origin, and stay in a consistent voice. Composes three reusable rule blocks (citation contract, number-labeling, two-register voice) onto a base prompt and gives you the contract tests to keep them from drifting. Triggers on "build a system prompt", "make it cite sources", "add citations", "ground the output", "label numbers", "truthfulness rule", "system prompt for RAG", "system prompt for an audit view", "stop the model from making up numbers", "the model is citing things that aren't in the retrieval list". Designed for RAG, agentic Q&A, recommendation surfaces, and audit/explain views. Not for creative writing, code generation, or pure structured-extraction tasks.

2026-05-13
Mostrando las 8 principales de 31 skills recopiladas en este repositorio.
mockup-gallery-bridge
Diseñadores de interfaces web y digitales

Use when /ibr:build detects .mockup-gallery/ or IBR needs to tie a build to gallery-selected mockups. Reads ratings/selections, enforces approved target roles, preserves scratch-first workflow, and writes implementation completion. Filesystem only.

2026-07-10
native
Analistas de garantía de calidad de software y probadores

Use when validating iOS, watchOS, or macOS UI with IBR.

2026-07-07
native-testing
Analistas de garantía de calidad de software y probadores

Use when working on iOS, watchOS, or macOS apps — .swift files, SwiftUI views, simulators. IBR's native scan workflow for touch targets, a11y labels, watchOS constraints, Fix Guide.

2026-07-07
validate
Analistas de garantía de calidad de software y probadores

Use when scanning, auditing, comparing, or testing UI with IBR.

2026-07-07
design
Desarrolladores de software

Use when planning or implementing UI with IBR.

2026-05-01
ui-ux-guidance
Diseñadores de interfaces web y digitales

Use when planning, designing, implementing, or auditing UI/UX with IBR in Codex. Provides the latest compact IBR guidance for Calm Precision, web archetypes, interaction states, mobile, content states, data visualization, Mockup Gallery targets, and imagegen approval gates.

2026-05-01
component-patterns
Diseñadores de interfaces web y digitales

Use when building cards, navs, forms, dashboards, modals, tables, or lists. Opinionated patterns with Calm Precision principles, spacing, accessibility, and anti-patterns.

2026-04-29
data-visualization
Desarrolladores de software

Use when UI work includes charts, graphs, dashboards, KPIs, analytical search responses, metrics, tables, trend lines, rankings, distributions, or data storytelling. Provides chart-worthiness gates, chart routing, hierarchy, attribution, accessibility, and validation rules.

2026-04-29
Mostrando las 8 principales de 26 skills recopiladas en este repositorio.
product-marketing
Analistas de investigación de mercados y especialistas en marketing

Use when planning or producing product marketing content/video for any software product — "plan a marketing video", "app store preview", "product hunt launch", "explainer vs demo", "LinkedIn/YouTube video for <product>", "launch video", "what video should I make for <app>", "ongoing content plan", "changelog/release video", "readme demo GIF", "repurpose this into shorts", or when Spectra is about to capture/produce marketing assets and should tailor them to the product's audience, channel, and funnel stage. Turns product × audience × goal into a concrete plan (video type, length, channel, story-spine script, specs, polish style) and routes production to Spectra's capture/record/polish tools.

2026-07-01
video-design
Editores de cine y video

Use when a video's craft needs tuning — "this video looks/feels off", "how should this video be paced", "what color/typography/font size for video", "music or voiceover pace", "cut rate", "why isn't my video engaging", "make it feel premium" or "make it feel authentic", "kinetic text", "safe zones", or when Spectra is polishing/rendering a clip and needs concrete design settings (color, type, sound, pacing). Turns the emotional/visual/sound/pacing science into font-size floors, cut-rate targets, color rules, and Spectra polish parameters.

2026-07-01
demo
Técnicos de audio y video

Use when the user asks to produce a polished demo video from a screen recording, highlight key moments in a recording, add spotlight focus to video segments, create an agent demo video, or trim and caption a screen capture for sharing.

2026-06-27
host-walkthrough
Especialistas en formación y desarrollo

Use when the user asks to walk me through a UI, demo this flow, show me how a feature works, capture a walkthrough, or navigate a web/macOS app with Spectra.

2026-05-24
content-capture
Desarrolladores de software

Use when the user asks to capture screenshots, record a demo or video, create marketing assets, or document a feature visually from a running application.

2026-04-28
Mostrando 12 de 20 repositorios