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

johnnymo87

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

skills مجمعة
92
مستودعات
7
محدث
2026-07-26
خريطة المستودعات

أين توجد skills

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

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

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

troubleshooting-nixos-host
مديرو الشبكات وأنظمة الحاسوب

Use on any NixOS host (devbox on Hetzner, cloudbox on GCP) when SSH connection fails, host key mismatch, NixOS issues, CPU/IO contention (high load), or verifying the host is properly configured

2026-07-26
opencode-launch
مطوّرو البرمجيات

Launch headless opencode sessions from CLI. Use when you need to start a new opencode session in the background to work on a task in parallel, or when spawning work on a specific directory.

2026-07-26
rebuilding
مديرو الشبكات وأنظمة الحاسوب

How to apply configuration changes to NixOS hosts (devbox, cloudbox). Use when you need to rebuild the system, apply home-manager changes, or recover from issues.

2026-07-25
pagerduty-mcp-setup
مديرو الشبكات وأنظمة الحاسوب

Use when setting up or rotating PagerDuty MCP auth for OpenCode on macOS Keychain or cloudbox sops, or when debugging missing PagerDuty tools.

2026-07-25
rollbar-mcp-setup
مديرو الشبكات وأنظمة الحاسوب

Use when setting up or rotating Rollbar MCP auth for OpenCode on macOS Keychain or cloudbox sops, when triaging a Rollbar error paged via PagerDuty, or when debugging missing Rollbar tools.

2026-07-25
opencode-agents
المهن الحاسوبية الأخرى

Documents the OpenCode agent set — what each does, when to use it, and why the others were cut. Use when questioning agent choices or considering adding/removing agents.

2026-07-25
operating-aigateway
مديرو الشبكات وأنظمة الحاسوب

Use when operating, deploying, debugging, or extending the aigateway LLM cost-capture proxy on cloudbox — routing opencode's Vertex providers through it, querying the per-request cost ledger (gateway_request_log), adding model prices, or rolling routing back.

2026-07-22
monitoring-serve-pool
مديرو الشبكات وأنظمة الحاسوب

Use when an opencode-serve pool member is unresponsive/wedged, when the serve-canary restarted a serve overnight, or when tuning the serve units' memory limits. Covers the "alive but frozen" failure mode, the canary timer, and where its forensics dumps land.

2026-07-21
عرض أهم 8 من أصل 51 skills مجمعة في هذا المستودع.
cross-device-deployment
مديرو الشبكات وأنظمة الحاسوب

Use when deploying pigeon code changes across all machines after merging to main

2026-07-25
worker-architecture
مطوّرو البرمجيات

Use when you need to understand worker architecture, endpoint flow, and command routing behavior before making changes

2026-06-21
daemon-architecture
مطوّرو البرمجيات

Use when you need to understand daemon route flow, storage model, worker connectivity, and command injection architecture before making changes

2026-04-22
opencode-plugin-architecture
مطوّرو البرمجيات

Use when you need to understand the OpenCode plugin event lifecycle, session state transitions, and daemon API contracts

2026-04-22
opencode-plugin-development
مطوّرو البرمجيات

Use when developing or refactoring OpenCode plugin handlers, tests, and daemon integration payloads

2026-04-22
swarm-architecture
محللو أنظمة الحاسوب

Use when you need to understand the swarm IPC subsystem — tables, routes, the per-target arbiter, the session→directory registry, and the wire envelope — before changing it

2026-04-22
swarm-development
مطوّرو البرمجيات

Use when implementing or testing swarm IPC features (new kinds, channels, plugin tools, or schema changes) with a TDD-first workflow

2026-04-22
swarm-operations
مديرو الشبكات وأنظمة الحاسوب

Use for day-to-day swarm IPC ops — health checks, inspecting queued/handed-off/failed messages, debugging stuck deliveries, force-failing retry loops, tailing arbiter logs

2026-04-22
عرض أهم 8 من أصل 18 skills مجمعة في هذا المستودع.
datadog-monitors
مديرو الشبكات وأنظمة الحاسوب

Create, inspect, and update Datadog monitors via API - get monitor details by ID or URL, create or update metric/query alerts with thresholds and Slack notifications. Use when setting up alerting, tuning monitors, investigating monitor triggers, or checking monitor group states.

2026-05-15
datadog-auth
مطوّرو البرمجيات

Troubleshoot Datadog API authentication issues (401/403 errors), understand API keys vs app keys, and configure correct regions. Use when hitting auth errors or setting up Datadog API access.

2026-05-04
datadog-error-tracking
مديرو الشبكات وأنظمة الحاسوب

Search and manage Datadog Error Tracking issues via API - find grouped errors by service, resolve/ignore issues. Use when investigating production errors or managing error tracking issue states.

2026-05-04
datadog-incidents
مطوّرو البرمجيات

Work with Datadog Incidents API - fetch incidents with enrichment, update incident fields, understand incident data structures. Use when working with incidents or the dd-cli get-incident/update-incident commands.

2026-05-04
datadog-log-metrics
مطوّرو البرمجيات

Create log-based count metrics via API - works with all storage tiers including flex. Use when you need to monitor log patterns but logs are in flex tier (where log monitors don't work).

2026-05-04
datadog-logs
مديرو الشبكات وأنظمة الحاسوب

Search Datadog logs via API - query syntax, storage tiers (indexes, flex, online-archives), pagination. Use when searching logs or using the dd-cli search-logs command.

2026-05-04
datadog-slos
مديرو الشبكات وأنظمة الحاسوب

List and inspect Datadog SLOs via API - view SLI values, error budgets, thresholds, and history. Use when checking SLO compliance, reviewing error budgets, or finding SLOs by tag.

2026-05-04
datadog-workflows
مطوّرو البرمجيات

Fetch Datadog Workflow Automation definitions and instances via API. Use when inspecting workflow configurations or execution history.

2026-05-04
using-github-api-with-gh-cli
مطوّرو البرمجيات

This skill teaches how to access GitHub's REST and GraphQL APIs via gh api for inline PR comments, review threads, and data not available through standard gh commands. Use this when you need PR review comments, thread status, or other GitHub data that gh pr view doesn't provide.

2025-12-27
creating-ephemeral-kubernetes-exec-pods
مديرو الشبكات وأنظمة الحاسوب

This skill creates ephemeral pods cloned from existing deployments for interactive shell access with full application context. Use this when you need Rails console, database access, or debugging with env vars and secrets without affecting production pods.

2025-12-02
fixing-tmux-socket-issues
مديرو الشبكات وأنظمة الحاسوب

This skill repairs tmux socket connection errors when the socket directory is deleted while tmux is running. Use this when you see "error connecting to /private/tmp/tmux-UID/default (No such file or directory)" while tmux sessions are still active.

2025-11-16
configuring-neovim
مطوّرو البرمجيات

This skill guides working with Neovim configuration including testing changes headlessly, managing plugins with lazy.nvim, configuring LSP servers, and troubleshooting startup errors. Use this when modifying nvim config files or debugging nvim issues.

2025-11-01
querying-web-search-agent
مطوّرو البرمجيات

This skill guides the process of creating context-free queries for a web search agent (another Claude instance with web search tools). Use this when you need expert guidance from web research but the search agent has no access to the codebase or conversation history.

2025-10-21
managing-stacked-pull-requests
مطوّرو البرمجيات

This skill teaches how to manage stacked PRs (pr1 → pr2 → pr3) after the base PR merges. Covers rebasing dependent PRs onto the updated base branch using cherry-pick workflow. Use this when you have a chain of dependent PRs and need to update them after merging earlier PRs in the stack.

2025-10-19
عرض 7 من أصل 7 مستودعات
تم تحميل كل المستودعات