Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计未展示

brazilian-official-docsbrazilian official 文档

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

766

周安装

31

GitHub Stars

公开资料未说明

下载量

241
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:brazilian-official-docs(brazilian official 文档)
来源仓库:https://github.com/prof-ramos/skills-gfcr
仓库路径:skills/brazilian-official-docs
安装命令:
npx skills add prof-ramos/skills-gfcr --skill "brazilian-official-docs"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add prof-ramos/skills-gfcr --skill "brazilian-official-docs"

简介

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。

  • 适合提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。
  • 通过 npx skills add prof-ramos/skills-gfcr --skill "brazilian-official-docs" 安装,具体用法请参考来源仓库。
  • 使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Brazilian Official Documents

Create and validate professional Brazilian government documents following official standards and best practices.

Quick Start

For document generation:

  1. Review references/normas-brasileiras.md for document type and formatting standards
  2. Use scripts/gerar_documento.py with appropriate parameters
  3. Output: Professionally formatted PDF following Brazilian government standards

For document validation:

  1. Use scripts/validar_documento.py <file> to check compliance
  2. Review errors and warnings
  3. Apply corrections based on validation feedback

Document Types Supported

Ofício (Official Letter)

External formal communication between government agencies or to citizens.

Key elements:

  • Header with agency name
  • Document number: "Ofício nº XXX/YYYY-SIGLA"
  • Date in full text format
  • Complete recipient information
  • Subject line
  • Formal salutation (vocativo)
  • Body text (2-6 lines per paragraph)
  • Formal closing: "Atenciosamente," or "Respeitosamente,"
  • Signature block

Generate with:

from scripts.gerar_documento import DocumentGenerator

generator = DocumentGenerator()
generator.gerar_oficio(
    output_path='oficio.pdf',
    numero='123',
    destinatario={'nome': '...', 'cargo': '...', ...},
    assunto='...',
    corpo_texto=r'...',  # Use \par for paragraph breaks
    signatario={'nome': '...', 'cargo': '...'},
    orgao={'nome': '...', 'sigla': '...', 'cidade': '...'},
    fecho='Atenciosamente',  # or 'Respeitosamente' for higher authority
    vocativo='Senhor'  # or appropriate title
)

Memorando (Internal Memo)

Internal communication between departments or officials within same agency.

Key elements:

  • Simpler format than ofício
  • Document number: "Memorando nº XXX/YYYY-SIGLA"
  • Direct recipient (department/sector)
  • No formal salutation
  • Concise, objective content
  • Signature block

Generate with:

generator.gerar_memorando(
    output_path='memorando.pdf',
    numero='045',
    destinatario_setor='Coordenação de Recursos Humanos',
    assunto='...',
    corpo_texto=r'...',
    signatario={'nome': '...', 'cargo': '...'},
    orgao={'nome': '...', 'sigla': '...', 'cidade': '...'}
)

Reference Material

references/normas-brasileiras.md contains comprehensive guidance on:

Communication Standards:

  • Manual da Presidência da República guidelines
  • Manual do Itamaraty (diplomatic communications)
  • Language requirements (impessoalidade, clareza, concisão, formalidade)
  • Pronomes de tratamento (forms of address) for all authority levels
  • Proper closings based on recipient hierarchy

Document Structures:

  • Complete formatting specs for 6+ document types
  • ABNT formatting standards (margins, fonts, spacing)
  • Paragraph and numbering conventions
  • Date and number formatting rules

Legal References:

  • Citation formats for laws, decrees, articles
  • Proper abbreviations and terminology
  • Latin expressions commonly used
  • Official acronyms

Load when: Creating any Brazilian official document or needing clarification on standards.

Templates

LaTeX templates in assets/ directory:

  • template_oficio.tex - Official letter template
  • template_memorando.tex - Internal memo template

Template structure:

  • Professional header/timbre area
  • Proper margin/spacing following ABNT
  • Placeholders marked as {{VARIABLE_NAME}}
  • Automatic date formatting
  • Signature block formatting

Direct usage:

  1. Copy template
  2. Replace placeholders
  3. Compile with pdflatex

Programmatic usage: Use DocumentGenerator class which handles template loading, placeholder replacement, and PDF compilation.

Validation

scripts/validar_documento.py checks documents against Brazilian norms:

Usage:

python3 scripts/validar_documento.py documento.txt

Validation checks:

  • Document numbering format
  • Pronome de tratamento usage and verbal agreement
  • Formal closing presence and correctness
  • Paragraph length (flags >8 lines)
  • Legal citation format
  • Date format compliance
  • First-person language detection
  • Colloquial expressions
  • Formatting issues (excessive whitespace)

Output:

  • Errors (❌): Must fix for compliance
  • Warnings (⚠️): Recommended improvements
  • Success (✓): Document follows all standards

Writing Guidelines

Language principles:

  1. Impessoalidade - Avoid first person, use impersonal constructions
  2. Clareza - Short sentences, common vocabulary, direct meaning
  3. Concisão - Eliminate unnecessary words without losing clarity
  4. Formalidade - Maintain professional tone appropriate to government communication
  5. Padrão culto - Use standard/formal Portuguese grammar and vocabulary

Pronomes de tratamento agreement:

  • Always third person: "Vossa Excelência solicitou" (never "solicitastes")
  • Adjectives agree with person's gender: "Vossa Senhoria está ocupado" (for male)

Hierarchy-appropriate closings:

  • "Respeitosamente," - To higher authorities
  • "Atenciosamente," - To equal or lower rank

Paragraph structure:

  • 2-6 lines per paragraph optimal
  • 2-3 sentences per paragraph
  • Avoid single paragraphs >8 lines

Numbers:

  • 0-10: Write out (zero, um, dois, etc.)
  • 10: Use digits
  • Exception: Large round numbers (mil, milhão)
  • Percentages: Always digits (15%)
  • Money: Always digits (R$ 1.234,56)
  • Legal acts: Always digits (Lei nº 8.112)

Dates:

  • Full format: "13 de janeiro de 2025"
  • Numeric: 13/01/2025 or 13.01.2025
  • Never: 13-01-2025 in official documents

Common Workflows

Creating ofício from scratch:

  1. Determine document number (sequential for year)
  2. Identify recipient authority level (determines vocativo/fecho)
  3. Draft body text following paragraph guidelines
  4. Review against normas-brasileiras.md
  5. Generate using script or template
  6. Validate output

Converting draft to official format:

  1. Run validation on draft
  2. Fix errors (numbering, pronouns, closing)
  3. Apply formatting warnings (paragraph length, whitespace)
  4. Check language for impessoalidade
  5. Regenerate and validate

Adapting for Itamaraty standards:

  • Use numbered paragraphs
  • Employ more formal diplomatic language
  • Include appropriate diplomatic protocol
  • Reference specific sections in normas-brasileiras.md for MRE requirements

Important Notes

LaTeX compilation requirements:

  • Requires pdflatex in system PATH
  • Scripts use 2-pass compilation (for cross-references)
  • Temporary files created in system temp directory
  • Check compilation logs if PDF generation fails

Character encoding:

  • All files use UTF-8
  • Templates support Brazilian Portuguese characters (ã, ç, etc.)
  • Ensure input text is properly encoded

Customization:

  • Templates can be modified for specific agency branding
  • Add agency logos by modifying \timbre command in templates
  • Adjust margins/spacing while maintaining ABNT compliance

Validation limitations:

  • Heuristic-based (may have false positives/negatives)
  • Does not check factual content accuracy
  • Legal citation validation is pattern-based
  • Manual review still recommended for critical documents

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenCode

28.65%
按下载量换算69

Claude Code

21.35%
按下载量换算51

Antigravity

16.44%
按下载量换算40

Gemini CLI

14.55%
按下载量换算35

windsurf

9.18%
按下载量换算22

trae

3.29%
按下载量换算8

安全审计

暂无安全审计结果可展示。

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills