topfinanzas-mx-codebase

Coordinate safe Next.js codebase changes while preserving routing, SEO, and deployment guardrails.

Updated Dec 19, 2025
One-click install
npx skills add https://github.com/juanjaragavi/topfinanzas-mx-next --skill topfinanzas-mx-codebase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: topfinanzas-mx-codebase
Source: https://github.com/juanjaragavi/topfinanzas-mx-next/tree/main/.agents/skills/topfinanzas-mx-codebase
Command: npx skills add https://github.com/juanjaragavi/topfinanzas-mx-next --skill topfinanzas-mx-codebase

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill gives a safe implementation map for making changes in the TopFinanzas MX repository without breaking routing, SEO, analytics, or deployment guardrails.

Core Features & Use Cases

  • Page and content updates: Add or revise MX routes, blog content, and financial solution pages in the Next.js App Router.
  • Integration changes: Modify API endpoints, contact and subscription flows, search, and Google Sheets sync logic.
  • Operational safety: Preserve basePath, canonical and hreflang behavior, noindex rules, environment handling, and build validation.
  • Example: Use it when launching a new card comparison page or updating metadata across listing pages.

Quick Start

Use this skill to plan and implement the requested TopFinanzas MX change while preserving the repository's routing, SEO, analytics, and deployment rules.

Frequently Asked Questions about topfinanzas-mx-codebase

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

FAQPage Schema
How do I update Next.js App Router routes without breaking hreflang and canonical SEO tags?

To update Next.js App Router routes safely, preserve canonical and hreflang behavior across page revisions. This ensures search engines maintain proper indexing when adding or modifying MX content routes.

What's the best way to manage basePath routing and environment variables in a Next.js deployment?

Manage basePath routing and environment variables by enforcing environment-variable safety checks during implementation. This prevents deployment failures and ensures routing configurations remain intact across MX site updates.

How do I add noindex controls to specific Next.js App Router pages?

Add noindex controls to Next.js App Router pages by applying the repository's SEO guardrails during content updates. This restricts search engine indexing on specific routes while preserving overall site visibility.

Does this approach support integrating external API endpoints and Google Sheets sync in Next.js?

Yes, this approach supports modifying API endpoints, contact flows, search, and Google Sheets sync logic. It coordinates integration changes while maintaining deployment readiness and validation through lint and build checks.

Why does my Next.js build fail after updating financial solution page metadata?

Next.js builds fail after metadata updates when deployment guardrails like lint checks and build validation are bypassed. Running these validation checks before deployment catches routing and SEO configuration errors.

Can I use lint and build checks to validate Next.js analytics and API integration changes?

Yes, you can use lint and build checks to validate analytics and API integration changes. These checks verify that modifications to contact flows, search, and subscription logic maintain deployment readiness.