CommunityArt et designgithub.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.

Compatible avecClaude 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.

Documentation

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

Skills associés

masonjames/Shadcnblocks-Skill

Give Claude Code expert knowledge of 2,500+ shadcn/ui blocks and components. This skill lets Claude intelligently select, install, and compose pre-built UI sections — from landing pages to dashboards to ecommerce flows — so you describe what you want and it picks the right pieces.

community

marzun9620/fsd-skill

Feature-Sliced Design architecture guardian skill for React, Next.js, Remix, and React Router projects

community

assistant-ui/setup

Installs and configures assistant-ui in a project via the CLI, and picks the right runtime for a backend. Use for first-time install, scaffold, or config: `npx assistant-ui@latest create my-app` (templates default, minimal, cloud, cloud-clerk, langgraph, mcp), `npx assistant-ui@latest init [--yes] [--overwrite]` in an existing Next.js app, or `npx assistant-ui@latest add` registry components (markdown-text, thread-list). Also use to choose a runtime hook for a backend: useChatRuntime (AI SDK), useLangGraphRuntime, useAgUiRuntime, useA2ARuntime, useLocalRuntime (custom streaming API), or useExternalStoreRuntime (Redux/Zustand). Covers Vite/TanStack Start setup, shadcn styling, the playground --preset flag, and avoiding the deprecated @assistant-ui/styles and @assistant-ui/react-ui packages. For upgrading an existing install or post-upgrade breakage use update; for building UI from raw parts use primitives.

community

nex-crm/wuphf

WUPHF is a collaborative office of AI employees who build and maintain their own knowledge base to never lose context for the tasks you give them. Supports Claude Code, Codex, OpenClaw and local LLMs via OpenCode.

community

115th-discomfited211/Awesome-Harness-Engineering

Explore curated resources for harness engineering to build reliable AI agent systems with context, evals, observability, and runtime controls

community

vietbui1999ru/ResumeLoop

Job board style Agentic workflow for custom work automation (my current use: tailor and apply to jobs based on my personal obsidian markdown bases and data)

community