Community아트 & 디자인github.com

bks-lab/open-bridge

Your AI coding agent starts every session knowing your repos, your clients, and how you work — a plain git repo of markdown + YAML it reads at session start, independent of model or frontend. Context compounds instead of restarting. MIT.

지원 대상Claude Code~Codex CLI~Cursor
npx skills add bks-lab/open-bridge

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

문서

Remote

Manage remote machines defined in infra/remotes/*.yaml. Read the referenced file ONLY when triggered.

Guard

remotes.enabled must be true in bridge-config.yaml. If not: inform and exit.

Arguments

ArgumentEffectDefault
(none)Dashboard of all remotes
{hostname}Detail view of one remote
health {hostname}SSH health check
logs {hostname} {service}Show recent logs
restart {hostname} {service}Restart service
sync {hostname}Sync config files
wake {hostname}Wake-on-LAN
connect {hostname}Open SSH / RDP session
shutdown {hostname}Power off (requires [y])
reboot {hostname}Restart machine (requires [y])

Decision Tree

User wants to...
├── Remote overview / dashboard        → Read references/workflow.md (§ Dashboard)
├── Detail view of one machine         → Read references/workflow.md (§ Dashboard, single host)
├── Wake / power on a machine          → Read references/fleet.md (§ Stage 3 WoL)
├── Connect via SSH / RDP              → Read references/fleet.md (§ Stage 4 Connect)
├── Reboot or shutdown                 → Read references/fleet.md (§ Stage 5)
├── Check reachability / online?       → Read references/fleet.md (§ Stage 2)
├── Update inventory after a change    → Read references/fleet.md (§ Stage 6)
├── Health check for a machine         → Read references/workflow.md (§ Health Check)
├── View service logs                  → Read references/workflow.md (§ Logs)
├── Restart a service                  → Read references/workflow.md (§ Restart)
├── Sync config to a remote            → Read references/workflow.md (§ Sync)
├── Deploy services to a remote        → Read references/workflow.md (§ Deploy)
├── Identify "my PC" / intent-only     → Read references/fleet.md (§ Stage 1 + Learned routing)
└── Questions about remotes            → Answer from CLAUDE.md § Remotes

Reference map

FileOwns
references/fleet.mdInventory, WoL, connect, shutdown, reachability, "my PC" routing
references/workflow.mdService dashboard, health, logs, restart, sync, deploy

Hard Rules (non-negotiable)

  • Tailscale first, LAN as fallback — LAN fails on VPN or foreign networks
  • No destructive operation (shutdown, reboot, format) without per-action [y]
  • Never store credentials in infra/remotes/*.yaml — KeyVault / 1Password URIs only
  • Honor wake_on_lan.enabled: false — never force wake a machine that opted out
  • Read infra/remotes/{target}.yaml before any operation — no guessing

관련 스킬

yeyzhi/build-proposal-by-template

Codex skill for building editable proposal PPTs from project materials and a Golden Reference template

community

samaraundereducated370/Novel-Control-Station-Skill

Build a controllable Chinese long-form fiction system with outlines, character files, continuity checks, and chapter-by-chapter tracking

community

lyra81604/peer-review

用审稿人视角给学术论文做投稿前自检与模拟评分(九维 1–5),会议/期刊双尺度、中英双语,依据 Wiley 与剑桥官方审稿指南。A Claude Agent Skill that peer-reviews academic manuscripts — pre-submission self-check + simulated 1–5 scores across 9 dimensions, with separate conference/journal calibration. Grounded in Wiley & Cambridge guidelines.

community

pathiec92/claude-skills

Curated Claude Code skills for cloud-native, MLOps, and LLM/AI architecture — principal-engineer review frameworks and design checklists.

community

openai/chatgpt-apps

Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.

community

wallarm/docker-wallarm-node

⚡️ Official docker image for Wallarm Node. API security platform agent.

community