writing-standards

Enforce English and Portuguese language standards in code and UI text.

1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/rhbpinheiro/smart-financy --skill writing-standards-rhbpinheiro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-standards
Source: https://github.com/rhbpinheiro/smart-financy/tree/main/.github/skills/writing-standards
Command: npx skills add https://github.com/rhbpinheiro/smart-financy --skill writing-standards-rhbpinheiro

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that the project maintains consistent language usage in both English and Portuguese, reducing errors and improving readability.

Core Features & Use Cases

  • Language Enforcement: Enforces correct language usage in code, UI, and documentation.
  • Typos and Errors: Identifies and corrects typos, mixed-language issues, and inconsistent terminology.
  • Use Case: When developing a web application, use this Skill to review and fix writing errors in the codebase, ensuring that all identifiers are in English and UI text is in Portuguese.

Quick Start

Run the writing-standards skill to check the language consistency of the current codebase.

Frequently Asked Questions about writing-standards

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

FAQPage Schema
How do I enforce language consistency for English code and Portuguese UI text in a Django project?

To enforce language consistency, this Skill reviews your Django codebase to ensure identifiers use English and UI text uses Portuguese. It identifies mixed-language issues and inconsistent terminology, reducing errors and improving readability across the web application.

What is the best way to identify and correct typos in a bilingual Python codebase?

The best way to identify and correct typos in a bilingual Python codebase is using this Skill. It scans your project to detect writing errors, mixed-language issues, and inconsistent terminology, enforcing correct language standards across code, UI, and documentation.

Do I need Python and Django knowledge to integrate a language enforcement tool?

Yes, you need Python and Django knowledge to integrate this language enforcement tool. The Skill is designed for a bilingual project and requires understanding of the Python framework to properly review and fix writing errors within the codebase.

When should I check my codebase for mixed-language issues and inconsistent terminology?

You should check your codebase for mixed-language issues and inconsistent terminology during web application development. Running this Skill helps review and fix writing errors, ensuring all identifiers remain in English and UI text stays in Portuguese.

Does this language enforcement Skill support processing PDF documents?

Yes, the language enforcement Skill supports processing PDF documents through its pypdf, pdfplumber, and pdf2image dependencies. These libraries allow the tool to extract and review text content from PDFs for typos and terminology consistency.