agent-plus-meta

Aggregate workspace state and write configuration files for agent-plus plugins.

4|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/osouthgate/agent-plus --skill agent-plus-meta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-plus-meta
Source: https://github.com/osouthgate/agent-plus/tree/main/agent-plus-meta/skills/agent-plus-meta
Command: npx skills add https://github.com/osouthgate/agent-plus --skill agent-plus-meta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The meta plugin for the agent-plus framework bootstraps the workspace, surfaces env-var readiness, caches discovered identities, and manages marketplace lifecycle and extensions so you can reason about your environment without scanning files manually.

Core Features & Use Cases

  • Workspace bootstrap and three-file initialization: manifest.json, services.json, and env-status.json for immediate context.
  • Env-var readiness and identity cache: surfaces which environment variables are configured and caches project/service handles.
  • Marketplace lifecycle and extensions orchestration: coordinates marketplace state and optional user extensions, enabling discovery and refreshed state at session start.
  • Use cases: when starting a session, after config changes, or when an agent asks "is X configured here?" to answer quickly.

Quick Start

Run agent-plus-meta init, then agent-plus-meta envcheck to verify config, and finally agent-plus-meta refresh to resolve identities.

Frequently Asked Questions about agent-plus-meta

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

FAQPage Schema
How do I bootstrap a workspace and check environment variable readiness at session start?

Workspace bootstrap initializes three configuration files to provide immediate context, while env-var readiness checks surface which environment variables are configured. This aggregates workspace state so you can reason about your environment without scanning files manually.

What is the best way to manage marketplace lifecycle and extensions for agent-plus plugins?

Marketplace lifecycle orchestration coordinates marketplace state and optional user extensions to enable discovery and refreshed state at session start. It aggregates workspace state across repos and workspaces, emitting a JSON envelope with tool metadata.

Can I cache discovered identities and project handles to quickly answer agent configuration queries?

Identity caching stores discovered project and service handles during workspace bootstrap. When an agent asks if a specific configuration is present, the cached identities allow you to answer quickly without rescanning the environment.

How do I initialize configuration files like manifest.json and services.json for my workspace?

Workspace bootstrap performs three-file initialization by generating manifest.json, services.json, and env-status.json. Running the init command writes these configuration files to disk, providing immediate context for the session.

Does agent-plus-meta require any external dependencies to inspect workspace coherence?

No external dependencies are required to inspect workspace coherence. The skill operates independently to aggregate workspace state across repos and workspaces, checking env-var readiness and caching identities without additional packages.