relatorio-gerencial
v0.2.0Gera relatorios executivos com resumo e paginas de detalhe a partir de tarefas atuais e do backlog GLOBAL unico (~/.backlog/backlog.json), agrupando por repo automaticamente.
By Carlos AraujoLicense: MIT0 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install relatorio-gerencial for Codex
codex plugin marketplace add cadugevaerd/codex-skills
codex plugin marketplace upgrade codex-skills
codex plugin add relatorio-gerencial@codex-skillsPaste and run these commands in a terminal with Codex. They add and refresh the codex-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “relatorio-gerencial-2” remain stable.
- Codex:
relatorio-gerencial-2@agent-plugin-marketplace→relatorio-gerencial@codex-skills
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/cadugevaerd/codex-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/relatorio-gerencial/.
Plugin files
└── .codex-plugin/plugin.json
Plugin manifests1
{
"name": "relatorio-gerencial",
"version": "0.2.0",
"description": "Gera relatorios executivos com resumo e paginas de detalhe a partir de tarefas atuais e do backlog GLOBAL unico (~/.backlog/backlog.json), agrupando por repo automaticamente.",
"author": {
"name": "Carlos Araujo",
"email": "[email protected]",
"url": "https://github.com/cadugevaerd"
},
"homepage": "https://github.com/cadugevaerd/codex-skills",
"repository": "https://github.com/cadugevaerd/codex-skills",
"license": "MIT",
"keywords": [
"relatorio",
"gestao",
"backlog",
"pdf",
"portfolio"
],
"skills": "./skills/",
"interface": {
"displayName": "Relatorio Gerencial",
"shortDescription": "PDF executivo de tarefas e backlog com detalhe.",
"longDescription": "Coleta backlogs de repositorios configurados, combina com tarefas atuais informadas manualmente, agrupa microtarefas em iniciativas e gera um PDF visual com resumo e paginas de detalhe em linguagem nao tecnica.",
"developerName": "Carlos Araujo",
"category": "Productivity",
"capabilities": [
"Read",
"Write",
"Generate"
],
"defaultPrompt": [
"/relatorio-gerencial gerar report com minhas tarefas atuais",
"/relatorio-gerencial adicionar repositorio ao portfolio",
"/relatorio-gerencial remover repositorio do portfolio"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[relatorio-gerencial on Agent Plugins Marketplace](https://pluginsmp.com/plugins/relatorio-gerencial-2)