skillissue.sh

house / MCP Registry Maintainer

✓ hosted skill bundlemcpv1.0.0MIT4.0 KB
skills/mcp-registry-maintainer/SKILL.md

MCP server sprawl without inventory. Maintain registry scans and health.

InstallCLI + MCP
CLIRun from your local shell.
$autovault add jack-arturo/skillissue@775e1e1620d2730c8a67e8b7958448e3e888dfc2:skills/mcp-registry-maintainer/SKILL.md --sync-profiles
MCPPaste into an agent MCP tool call.
>add_skill({ source: "github", identifier: "jack-arturo/skillissue@775e1e1620d2730c8a67e8b7958448e3e888dfc2:skills/mcp-registry-maintainer/SKILL.md" })
Choose CLI for a shell install or MCP for an agent tool call.
Source
Example type
bundle
hosted skill bundle
Bundle files
2
SKILL.md + resources
Resources
1
inspectable source files
Declared agents
3
from frontmatter
Source
house
pinned GitHub bundle
SKILL.mdview raw →
---
name: mcp-registry-maintainer
description: Maintain AutoHub MCP server configuration, tool registry scans, health checks, and host config repair through a standardized AutoVault skill.
license: MIT
tags: [mcp, registry, tools, autohub, diagnostics]
agents: [claude-code, codex, autojack]
category: operations
metadata:
  version: "1.0.0"
capabilities:
  network: true
  filesystem: readwrite
  tools: [Bash, Node]
requires-secrets: []
resources:
  - path: bin/mcp-registry-maintainer
    type: file
bin:
  doctor:
    command: bin/mcp-registry-maintainer
    args: [doctor]
    description: Run MCP health diagnostics from the target repo.
    requires-tty: true
  sync:
    command: bin/mcp-registry-maintainer
    args: [sync]
    description: Refresh the MCP tool registry from configured servers.
    requires-tty: true
  setup:
    command: bin/mcp-registry-maintainer
    args: [setup]
    description: Run MCP config setup or repair helpers.
    requires-tty: true
  audit:
    command: bin/mcp-registry-maintainer
    args: [audit]
    description: Validate workflow references against the MCP registry.
    requires-tty: true
---

MCP Registry Maintainer

When To Use

Use this skill when the user wants to refresh AutoHub's MCP tool registry,

check server health, repair host MCP configuration, or diagnose workflow/tool

drift.

Workflow

autovault skill doctor mcp-registry-maintainer --repo .
autovault skill sync mcp-registry-maintainer --repo .
autovault skill setup mcp-registry-maintainer --repo . --task cursor
autovault skill audit mcp-registry-maintainer --repo .

Output

Report which registry/config helper ran, which repo was targeted, and any

server names that need manual attention. Do not print resolved secret values.

Anti-Patterns

  • Do not edit host MCP config by hand when a repo helper exists.
  • Do not treat a stale registry as proof that a server lacks a tool; rescan first.
story.md

Why it exists

MCP server sprawl without inventory. Maintain registry scans and health.

History

1.0.0

AutoVault skill packaging for hub ops.

How Jack actually uses it

Config drift, health checks, host repair.

What it is not

Not a generic tutorial. It's the house runbook for this machine and these agents.

Bundle contents

Every file declared by this skill is inspectable here. Static resources are previewed from same-origin hosted files; script-like files are shown as text only.

2files
markdownSKILL.md
view raw →

SKILL.md

Primary agent instructions, frontmatter, workflow, and declared resource manifest.

Select a package file to inspect it.

Declared capabilities

network
true
filesystem
readwrite
tools
[Bash, Node]

No secrets declared by this package.

Public, pinned, and inspectable

This house package is installed from the pinned Git commit shown here. Inspect the source and every bundled file before you run it.

package pin775e1e1sourceGitHub packagecompatibilityclaude-code, codex, autojack
VersionBundleSourcePinRaw
v1.0.0latest2 files · 4.0 KBhouse775e1e1SKILL.md