Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
ryanmaclean
ملف منشئ GitHub

ryanmaclean

عرض على مستوى المستودعات لـ 120 skills مجمعة عبر 5 مستودعات GitHub.

skills مجمعة
120
مستودعات
5
محدث
2026-05-08
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

مستكشف المستودعات

المستودعات و skills الممثلة

عرض أهم 8 من أصل 61 skills مجمعة في هذا المستودع.
almanac
السكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)

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
مطوّرو البرمجيات

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
المترجمون الفوريون والتحريريون

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
مطوّرو البرمجيات

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
مديرو الشبكات وأنظمة الحاسوب

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
مديرو الشبكات وأنظمة الحاسوب

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
مديرو الشبكات وأنظمة الحاسوب

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
مديرو الشبكات وأنظمة الحاسوب

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
عرض أهم 8 من أصل 40 skills مجمعة في هذا المستودع.
apple-silicon
مطوّرو البرمجيات

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
مديرو الشبكات وأنظمة الحاسوب

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
مديرو الشبكات وأنظمة الحاسوب

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
مطوّرو البرمجيات

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
محللو أمن المعلومات

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
المترجمون الفوريون والتحريريون

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
مطوّرو البرمجيات

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

2026-02-13
testing-guide
محللو ضمان جودة البرمجيات والمختبرون

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

2026-02-13
عرض أهم 8 من أصل 9 skills مجمعة في هذا المستودع.
cli-task-lifecycle
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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

2026-02-22
api-operations
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مديرو الشبكات وأنظمة الحاسوب

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
محللو ضمان جودة البرمجيات والمختبرون

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
مطوّرو البرمجيات

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
عرض 5 من أصل 5 مستودعات
تم تحميل كل المستودعات