blacksugar-public-repo

Manage and deploy the BlackSugar21 public repository with YAML frontmatter.

Updated Dec 1, 2025
One-click install
npx skills add https://github.com/Black-Sugar-21/Public-BlackSugar21 --skill blacksugar-public-repo-black-sugar-21
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blacksugar-public-repo
Source: https://github.com/Black-Sugar-21/Public-BlackSugar21/tree/main/.github/skills/blacksugar-public
Command: npx skills add https://github.com/Black-Sugar-21/Public-BlackSugar21 --skill blacksugar-public-repo-black-sugar-21

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires firebase-admin.

What problem does it solve?

This Skill provides an expert, centralized guide for maintaining and deploying the BlackSugar21 public repository, covering public pages, multilingual content, and deployment workflows to ensure a consistent public-facing experience.

Core Features & Use Cases

  • Public-site configuration: Terms, privacy, data-deletion, safety pages, with routing and content organization.
  • Internationalization: Patterns and workflows to support ES/EN/PT and multi-language content.
  • Deployment & Admin Scripts: Firebase Hosting deployment, server-side scripts for testing, data population, and governance.
  • Documentation & Testing: Unified testing system, comprehensive documentation, and deployment workflows.

Quick Start

Open this SKILL.md and run the unified testing script to explore the system.

Frequently Asked Questions about blacksugar-public-repo

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

FAQPage Schema
How do I deploy an Angular project to Firebase Hosting?

Deploy an Angular project to Firebase Hosting by running the provided admin deployment scripts. This workflow builds your application and pushes the compiled assets to Firebase Hosting to establish a live public-facing experience.

What is the best way to manage multilingual content for an Angular application?

Manage multilingual content for an Angular application by applying the internationalization patterns supporting ES, EN, and PT. These workflows structure routing and translation assets to deliver consistent multi-language public pages.

How do I configure public-facing pages like terms and privacy policies?

Configure public-facing pages like terms and privacy policies by setting up routing and content organization within the public-site configuration. This establishes structured access to safety, data-deletion, and legal documentation.

Can I use a unified testing system for Firebase admin scripts?

Yes, you can use a unified testing system for Firebase admin scripts. The repository includes server-side scripts for testing and data population, allowing you to run validation checks through a single testing command.

Do I need firebase-admin to run server-side data population scripts?

Yes, you need firebase-admin to run server-side data population scripts. The dependency provides the backend authentication and database access required to execute governance and data management tasks effectively.