{
  "markdown": "# Agent Plugins\n\nCross-agent plugins and skills for solo-founder speed: small, practical bundles\nthat help AI agents build, ship, debug, and operate real products.\n\nThis repository is both:\n\n- a Claude Code plugin marketplace, via `.claude-plugin/marketplace.json`\n- a Codex plugin marketplace, via `.agents/plugins/marketplace.json`\n\nIt also keeps the underlying workflows as normal `SKILL.md` files so Gemini,\nHermes, OpenCode, and other agentskills-compatible runtimes can reuse the same\nsource material.\n\n## Marketplace Name\n\n```text\nagent-plugins-marketplace\n```\n\nThe name is intentionally broad because this repo will host more than\n`build-visionos-apps` over time.\n\n## Available Plugins\n\n### build-visionos-apps\n\nBuild, refine, and debug visionOS apps with SwiftUI scenes, RealityKit, Reality\nComposer Pro, immersive spaces, spatial gestures, and Xcode workflows.\n\nIncluded skills:\n\n- `build-run-debug-visionos`\n- `visionos-scenes-and-spaces`\n- `realitykit-entities`\n- `reality-composer-pro`\n- `spatial-gestures-interaction`\n\n## Install\n\n### Claude Code\n\nRegister this marketplace:\n\n```text\n/plugin marketplace add likw99/agent-plugins\n```\n\nInstall the first plugin:\n\n```text\n/plugin install build-visionos-apps@agent-plugins-marketplace\n```\n\n### Codex CLI / Codex App\n\nRegister this marketplace:\n\n```bash\ncodex plugin marketplace add likw99/agent-plugins\n```\n\nInstall the first plugin:\n\n```bash\ncodex plugin add build-visionos-apps@agent-plugins-marketplace\n```\n\nStart a new thread after install so newly exposed skills and tools are loaded.\n\n### Gemini CLI\n\nGemini CLI uses extensions rather than the Claude/Codex marketplace manifest.\nInstall this repo as a lightweight catalog extension:\n\n```bash\ngemini extensions install https://github.com/likw99/agent-plugins\n```\n\nThen ask Gemini to use the relevant plugin docs under `plugins/`.\n\n### Hermes\n\nHermes should consume the `SKILL.md` files directly. See `docs/hermes.md` for\nthe skill-first install path.\n\n### OpenCode\n\nOpenCode users can start from `.opencode/INSTALL.md`, which points agents at the\nsame durable plugin instructions.\n\n## Repository Layout\n\n```text\nagent-plugins/\n  .claude-plugin/\n    marketplace.json\n  .agents/\n    plugins/\n      marketplace.json\n  plugins/\n    build-visionos-apps/\n      .claude-plugin/\n        plugin.json\n      .codex-plugin/\n        plugin.json\n      .mcp.json\n      commands/\n      skills/\n      assets/\n  docs/\n    official-marketplaces.md\n    hermes.md\n```\n\n## Validate\n\nClaude:\n\n```bash\nclaude plugin validate .\nclaude plugin validate ./plugins/build-visionos-apps\n```\n\nCodex plugin manifest:\n\n```bash\npython3 /Users/k/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py ./plugins/build-visionos-apps\n```\n\n## Official Marketplace Notes\n\nSee `docs/official-marketplaces.md`.\n\nShort version:\n\n- Claude has a documented public submission path through in-app forms.\n- Codex has a documented plugin library, but no public self-serve official\n  submission form was found in current public docs.\n",
  "bytes": 3007,
  "sha": "2dea1e6ddb12b439ae0ea030dff76324b993f84aa57e3e9bdfc1085d95ba8fd7",
  "repo_slug": "likw99/agent-plugins",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_likw99_agent_plugins_55b94c88/readme"
}