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

ryanmaclean

Vista por repositorio de 120 skills recopiladas en 5 repositorios de GitHub.

skills recopiladas
120
repositorios
5
actualizado
2026-05-08
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.

explorador de repositorios

Repositorios y skills representativas

Mostrando las 8 principales de 61 skills recopiladas en este repositorio.
almanac
Secretarios y asistentes administrativos (excepto legal, médico y ejecutivo)

Almanac reference for dates, holidays, time zones, business days, and astronomical events. Use when checking if a date is a business day, calculating date differences, converting time zones, looking up holidays, or checking for astronomical events like solstices, equinoxes, and moon phases. Also for seasonal calculations, workday schedules, and calendar arithmetic.

2026-04-15
toyota-way
Desarrolladores de software

Toyota Production System (TPS) and Toyota Way for software engineering — lean thinking, waste elimination, root cause analysis, and continuous improvement. Use when identifying waste (muda/muri/mura), running blameless postmortems, doing 5 Whys, writing A3 problem statements, or connecting lean philosophy to TRIZ contradiction resolution.

2026-04-15
translate
Intérpretes y traductores

Local multilingual translation via Ollama — 119 languages, no API key, no network, no data leaves the machine. Use when translating to/from Japanese, Chinese, Korean, French, Spanish, German, Portuguese, Russian, Arabic, or any other language. Also for localization, i18n text, and roundtrip validation. Qwen3:32b on Apple Silicon — faster and cheaper than cloud APIs.

2026-04-15
triz
Desarrolladores de software

TRIZ contradiction matrix oracle for software and systems design. Use when improving one quality worsens another — speed vs correctness, isolation vs sharing, autonomy vs control, simplicity vs completeness. Trigger phrases: "tradeoff", "tension between", "can't have both", "worsens when", "at the cost of", "faster but less reliable", "more isolated but harder to share". Not for bugs, merge conflicts, or tool choices. Prerequisite: triz binary must be installed (run `triz doctor` to verify).

2026-04-15
ansible-fleet
Administradores de redes y sistemas informáticos

Deploy and manage software on Linux/BSD fleet hosts (Pis, NAS, workstations) via Ansible. Use when user mentions deploy, ansible, fleet, hosts, inventory, or deployment.

2026-04-15
elixir-gastown-ops
Administradores de redes y sistemas informáticos

Use when operating, debugging, or deploying the elixir-gastown Elixir/BEAM fleet — cluster federation, release builds, worker deploys, seccomp fixes, sname/name distribution issues, rate limiter, or any gastown service on Pi workers or coordinator nodes.

2026-04-15
fleet-irc
Administradores de redes y sistemas informáticos

Use when communicating with fleet agents, checking agent status, or sending commands via IRC. The fleet runs TLS IRC on 10.0.3.203; agents listen in

2026-04-15
irclaw-cluster-ops
Administradores de redes y sistemas informáticos

Use when operating the fleet of Raspberry Pis, NAS hosts, and workstations via irclaw IRC bots, Ansible, Ollama (kimi-k2.5:cloud), or long-running deploys. Covers IRC DM protocol, bot security policy, zellij for long tasks, OS upgrades, and gastown/polecat deployments.

2026-04-15
Mostrando las 8 principales de 40 skills recopiladas en este repositorio.
apple-silicon
Desarrolladores de software

Apple Silicon optimization for VMs, ML inference, and compression. Covers Metal GPU acceleration, MLX model inference, CoreML conversion, M-series zstd compression, Apple Virtualization Framework, and performance tuning.

2026-05-08
datadog
Administradores de redes y sistemas informáticos

Query Datadog APM traces, logs, metrics, SLOs, security signals, and service catalog. Create monitors, dashboards, and synthetic tests. Manage incidents and workflows. Use when investigating performance issues, searching logs, checking SLOs, analyzing costs, or automating Datadog operations.

2026-05-08
k8s-deploy
Administradores de redes y sistemas informáticos

Helm and Kubernetes deployment operations for ACR/AKS production, KIND local development, and resource management. Use for deploying charts, managing pods/services, configuring ingress, and troubleshooting K8s workloads.

2026-05-08
openrouter-models
Desarrolladores de software

Find and test free OpenRouter models. Lists available free models, tests their availability, and selects the best working model for code generation tasks. Use this before spawning agents to select cost-effective models.

2026-05-08
datadog-code-security
Analistas de seguridad de la información

Run Datadog Code Security scans — SAST, SAIST (AI-native SAST), SCA, secrets, IaC scanning, plus supply-chain protection (GuardDog, Supply-Chain Firewall) and IDE runtime defense (IDE Shepherd). Integrates via Code Security MCP Server for real-time scanning in Claude Code, Cursor, and VS Code. Use when asked to scan code for vulnerabilities, run a security audit, find bugs via static analysis, check dependencies for known CVEs, or protect against supply-chain attacks.

2026-05-07
henshu
Intérpretes y traductores

Editorial quality gate for i18n translations. Validates translation completeness, placeholder parity, terminology consistency, and wiring coverage across all locale files. Run before any PR that touches UI to prevent translation drift. Use when: adding new UI strings, modifying pages/components, or before releases.

2026-05-04
project-conventions
Desarrolladores de software

VibeCode project conventions, patterns, and critical warnings. Preload into any agent working on this codebase.

2026-02-13
testing-guide
Analistas de garantía de calidad de software y probadores

VibeCode test conventions, Jest configuration, mock patterns, and known issues. Preload into test-fixer and quality-sweep agents.

2026-02-13
Mostrando las 8 principales de 9 skills recopiladas en este repositorio.
cli-task-lifecycle
Desarrolladores de software

Use the `at` CLI to create, execute, monitor, and complete tasks on the Auto-Tundra daemon. Covers the full bead lifecycle from sling to done.

2026-02-22
diagnostics
Desarrolladores de software

Use when troubleshooting build failures, test failures, daemon connectivity issues, or integration errors in Auto-Tundra.

2026-02-22
api-operations
Desarrolladores de software

Use the Auto-Tundra HTTP API directly (via curl) for operations not exposed in the CLI, such as task updates, terminal management, GitLab/Linear queries, and Kanban board manipulation.

2026-02-22
crate-development
Desarrolladores de software

Use when adding features, fixing bugs, or refactoring code in any Auto-Tundra crate. Covers build, test, lint, and validation workflows.

2026-02-22
integration-hardening
Desarrolladores de software

Use for GitHub/GitLab/Linear wiring in rust-harness to remove stub-token paths, enforce env-driven credential resolution, and add regression tests for real-client behavior with safe fallbacks.

2026-02-22
ollama-refinery-overseer
Administradores de redes y sistemas informáticos

Use for local Ollama-first execution with queued multi-agent CLI workflows. Configures auto-tundra for one-human-overseer and many-agent-subscriber code refinery mode.

2026-02-22
tundra-cli-smoke
Analistas de garantía de calidad de software y probadores

Use when developing or refactoring at-cli. Runs deterministic smoke checks for run/agent/skill/doctor commands, including --dry-run and --out artifact paths.

2026-02-22
wave-execution
Desarrolladores de software

Use for multi-lane implementation waves in rust-harness when coordinating sub-agents, sequencing risk, and enforcing compile/test gates before reporting completion.

2026-02-22
Mostrando 5 de 5 repositorios
Todos los repositorios cargados