PLUGIN DOCUMENTATION

Bruno API Docs

Comprehensive API documentation generator from Bruno (.bru) files that maps endpoints to Django implementations (DRF/Django Ninja).

Overview

Comprehensive API documentation generator from Bruno (.bru) files that maps endpoints to Django implementations (DRF/Django Ninja).

Bundles 1 skill with 1 Claude Code wrapper. Codex users install the same skill directories directly from GitHub.

Skills

Each skill is a SKILL.md file with YAML frontmatter and Markdown instructions.

bruno-api

Generate comprehensive API docs from Bruno (.bru) files by mapping requests to a Django implementation (DRF/Django Ninja), including auth, multi-tenant filtering, schemas, and code references.

plugins/bruno-api/skills/bruno-api
Skill docs →

Slash Commands

Claude Code wrapper files live under plugins/bruno-api/commands/ and surface as namespaced commands. Codex invokes the underlying skill by name (for example, name: bruno-api).

/bruno-api:docs

Installation

Install the plugin for Claude Code, or install one or more skill paths for Codex.

Claude Code

bash
claude plugin marketplace add DiversioTeam/agent-skills-marketplace
claude plugin install bruno-api@diversiotech

Codex

bash
CODEX_HOME="${CODEX_HOME:-$HOME/.codex}"
python3 "$CODEX_HOME/skills/.system/skill-installer/scripts/install-skill-from-github.py" \
  --repo DiversioTeam/agent-skills-marketplace \
  --path plugins/bruno-api/skills/bruno-api

Claude Code: invoke as /bruno-api:docs. Codex: invoke as name: bruno-api.