coordinate-external-ag…
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
Create or align agent plugin repositories, install deterministic managed FSX plugin maintenance, and validate or apply the whole plugin set through exactly two aggregate Just commands.
$ npx -y skills add gaelic-ghost/socket --skill maintain-agent-plugins --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/maintain-agent-pluginsContext preview
The summary Claude sees to decide when to auto-load this skill.
Create or align agent plugin repositories, install deterministic managed FSX plugin maintenance, and validate or apply the whole plugin set through exactly two aggregate Just commands.
name: maintain-agent-plugins description: Create or align agent plugin repositories, install deterministic managed FSX plugin maintenance, and validate or apply the whole plugin set through exactly two aggregate Just commands. license: Apache-2.0 metadata: semver: 1.0.0
Create and maintain Codex plugin source without reintroducing hand-maintained metadata, per-plugin commands, Python automation, or customizable scaffolding. Use current official OpenAI plugin documentation for host schema facts, then apply the fixed Socket repository policy through the managed runtime.
Plugin maintenance has exactly two public commands. Each processes every plugin manifest and marketplace entry owned by the repository:
just plugins-check just plugins-apply
Do not add per-plugin, per-manifest, scaffold, sync, bootstrap, or alternate mode recipes. `plugins-check` is read-only. `plugins-apply` performs the complete deterministic reconciliation and then checks its result.
1. Confirm the target is a Git repository root. 2. Run `scripts/maintain-agent-plugins.fsx --repo-root <path> --operation install` from this skill once to copy the managed runtime and Just import. 3. The installer also adds ordered repository-maintenance hooks when the target already uses the canonical `scripts/repo-maintenance/` runtime. 4. Run `just plugins-apply`, then `just repo-validate` when repository-skills is present.
Use `--operation refresh` to replace managed files from this skill and `--operation report-only` for a read-only drift report. These installer modes are skill internals, not additional Just tasks.
`https://github.com/gaelic-ghost`.
`https://github.com/gaelic-ghost/<plugin-name>`.
intentional product category.
that default path in the manifest.
The runtime owns these choices. Do not add user profiles, policy files, template variables, interactive questions, or project-local overrides.
1. Establish one bounded capability and its owning plugin name. 2. Create the plugin directory, `.codex-plugin/plugin.json`, `AGENTS.md`, and at least one complete skill under `skills/<skill-name>/SKILL.md`. 3. Add only real optional surfaces: `.mcp.json`, `.app.json`, `hooks/`, agents, or assets must have an actual consumer and validation path. 4. Use the fixed publisher and license policy. Write plugin-specific purpose, descriptions, prompts, keywords, and capability content directly; these are authored semantics, not customization inputs. 5. Run `just plugins-apply`. In Socket, this adds missing root marketplace wiring and checks the complete plugin set. 6. Run only the repository root integration/E2E path. Do not create tests under the plugin or skill.
repo-wide synchronization and validation, protected-main releases, and version changes.
scheduling behavior.
Hermes, and other host adapters.
this skill owns their packaging consistency, not their product behavior.
`sync-skills-repo-guidance`, Python generators, or nested plugin tests.
regular file, or a required optional asset is missing.
Stuff for Agents on macOS Promo audio: Socket Codex Marketplace Promo
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
Assign worktree, branch, write, validation, integration, and cleanup ownership before parallel repository work. Use when a worker will inspect or modify…
Design framework-neutral agent and automation workflows before implementation. Use when choosing between Codex app automations, codex exec, Codex subagents,…
Design evaluation workflows for agent, skill, prompt, and automation behavior before implementation. Use when choosing eval cases, graders, thresholds,…
Design safe n8n workflows with deterministic routing, credentials, idempotency, recovery, local-model checks, drafts, and exact approval gates.
Coordinate bounded worker tasks with a launch envelope, report-back, escalation, and synthesis contract. Use before spawning, resuming, steering, cancelling,…