tutorials

Sync tutorial registry entries and localized copy across four locale files.

Updated Sep 21, 2025
One-click install
npx skills add https://github.com/jammindev/house --skill tutorials-jammindev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tutorials
Source: https://github.com/jammindev/house/tree/main/.claude/skills/tutorials
Command: npx skills add https://github.com/jammindev/house --skill tutorials-jammindev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill keeps the in-app tutorial experience accurate after a feature is implemented or changed, so users always see guidance that matches the current product.

Core Features & Use Cases

  • Update tutorial registry: Add or revise guides and getting-started items when a new module, major capability, or important user flow is introduced.
  • Maintain multilingual content: Update the tutorial copy consistently across English, French, German, and Spanish.
  • Preserve progression behavior: Keep tutorial completion keys aligned with the existing frontend and backend conventions without changing backend logic.
  • Use Case: After shipping a new dashboard feature, you update the matching guide, add the new step text in all locales, and verify the registry and translations stay consistent.

Quick Start

Update the tutorial registry and the four locale files so the new feature is covered end to end.

Frequently Asked Questions about tutorials

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

FAQPage Schema
How do I update app tutorials after shipping a new feature?

To update app tutorials after a feature ships, sync the guide registry entries, getting-started items, and localized tutorial copy so the in-app guidance matches the new product workflows.

What is the best way to keep multilingual user guidance in sync across React or Django apps?

Keeping multilingual user guidance in sync requires updating tutorial copy consistently across English, French, German, and Spanish locale files while maintaining consistent content keys across the guide registry.

Do I need to modify backend progress logic when adding new onboarding steps?

No, you do not need to modify backend progress logic when adding onboarding steps; you must keep tutorial completion keys aligned with existing frontend and backend conventions without changing backend logic.

When do I need to update the tutorial registry for application onboarding?

You need to update the tutorial registry when a new module, major capability, or important user flow is introduced that alters user onboarding, module navigation, or described workflows across the app.

What happens if content keys are inconsistent across the registry and locale files?

If content keys are inconsistent across the registry and the four locale files, the tutorial sync process fails; consistent content keys are required across the registry and locale files to preserve progression behavior.

Does this tutorial update process support frameworks other than React and Django?

The tutorial update process applies to features altering user onboarding and described workflows across the app, requiring consistent content keys across the registry and four locale files regardless of the specific frontend or backend framework.