peer

Registers a peer into hub metadata file state/peeds.md with optional starring and commit.

8|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/usurobor/cnos --skill peer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: peer
Source: https://github.com/usurobor/cnos/tree/main/src/packages/cnos.core/skills/ops/peer
Command: npx skills add https://github.com/usurobor/cnos --skill peer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add another agent as a peer to your hub, ensuring a persistent and verifiable peer relationship.

Core Features & Use Cases

  • Discover and register new peers from discovery URLs, direct hub links, or manual inputs.
  • Update state/peers.md with peer metadata, including hub, met, note, and peered date.
  • Optional actions such as starring the peer repo and committing/pushing changes to the hub.

Quick Start

Register a new peer by providing the discovery URL or hub URL and an optional star flag.

Frequently Asked Questions about peer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I register a new peer in my hub?

To register a new peer, provide a required discovery URL along with optional hub and note inputs. The skill discovers the hub, records the peer relationship, and commits the changes to persist the connection.

How does automated peering workflow handle hub discovery?

Automated peering discovers the hub from a provided URL when no explicit hub is given. It resolves the target, registers the peer, updates the relationship file, and optionally stars the repository.

What is the state/peers.md file used for in peer management?

The state/peers.md file persists peer metadata including the hub, met status, note, and peered date. It serves as the verifiable record of peer relationships within your hub.

Can I star a repository when adding a peer to the hub?

Yes, you can star a repository during peer registration by using the star input, which defaults to true. The skill commits the peer changes and applies the starring action automatically.

Does peer registration work with direct hub URLs and manual overrides?

Peer registration supports URL-based discovery, direct hub URLs, and manual hub overrides. You provide the URL and optional hub input to integrate peers across different automated discovery methods.

What inputs are required to set up automated peer discovery?

Automated peer discovery requires a URL input to locate the peer. Optional inputs include a specific hub, a star flag defaulting to true, and a note to annotate the peer relationship.