multi-tenant-skill-generator

Generate project-specific tenant-context skills for multi-tenant projects lacking them.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/mdmagnuson-creator/yo-go --skill multi-tenant-skill-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-tenant-skill-generator
Source: https://github.com/mdmagnuson-creator/yo-go/tree/main/skills/meta/multi-tenant-skill-generator
Command: npx skills add https://github.com/mdmagnuson-creator/yo-go --skill multi-tenant-skill-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill identifies projects with multiTenant enabled but lacking a tenant-context skill and generates a project-specific tenant-context skill.

Core Features & Use Cases

  • Auto-generates a project-scoped tenant-context skill when a multi-tenant project lacks one.
  • Documents multi-tenant patterns and integration points for the repository.
  • Updates project metadata to reflect the generated skill.

Quick Start

Trigger generation of a project-specific tenant-context skill when a multiTenant project lacks one, and review the generated docs at docs/skills/tenant-context/SKILL.md

Frequently Asked Questions about multi-tenant-skill-generator

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

FAQPage Schema
How do I auto-generate a tenant-context skill for a multi-tenant project?

To auto-generate a tenant-context skill, trigger the generation process on a project with multiTenant enabled. It identifies missing tenant-context skills, applies multi-tenant patterns, and outputs docs/skills/tenant-context/SKILL.md.

What is a tenant-context skill and when do I need one?

A tenant-context skill documents multi-tenant patterns and integration points for a repository. You need one when your project has multiTenant enabled but lacks dedicated documentation for tenant-specific scoping and logic.

How do I scaffold multi-tenant documentation into my project metadata?

Scaffolding multi-tenant documentation automatically updates your project.json file to reflect the generated skill. It records generated metadata and integrates the new tenant-context skill directly with your repository manifest.

Does the tenant-context skill generator work without external dependencies?

Yes, the tenant-context skill generator works without external dependencies. It operates directly on your project files to identify multiTenant: true configurations and generates the required project-scoped skill autonomously.

What is the best way to document multi-tenant patterns for project-specific scoping?

The best way to document multi-tenant patterns is to auto-generate a project-scoped skill that asks clarifying questions about your architecture. This produces a standardized SKILL.md file tailored to your repository's specific integration points.

Why does my multi-tenant project lack a tenant-context skill after scaffolding?

Your multi-tenant project lacks a tenant-context skill if the generation process was not triggered or the project.json multiTenant flag is missing. Run the generator to scope multi-tenant patterns and produce the missing SKILL.md file.