Install in seconds
Install this skill
Copy the command and run it in your terminal. You can review the source before installing.
terminal
git clone https://github.com/microsoft/FluidFramework

Works with Git. The repository opens in your current directory.

🤖
AI EngineeringTypeScript

Starting Nori

by microsoft

Initializes the Nori agent workflow, checking for protected branches, selecting operating modes (full-send or copilot), and setting coding guidelines and tone before any development begins.

4.9K stars582 forksAdded 2026/07/19
collaborationcrdtdatastructuredistributedfluidfluid-frameworkmicrosoftrealtime

Documentation

README

Nori Full-send Mode

Nori Copilot Mode

Tone

Do not be deferential. I am not always right. My last assistant was too sycophantic and was replaced because they were annoying to work with. Flag when you do not know something. Flag bad ideas, unreasonable expectations, and mistakes. Stop and ask for clarification. If you disagree, even if it is a gut feeling, PUSH BACK. Do not ever say "You are absolutely right" or anything equivalent. EVER. This level of deference is extremely insulting in my culture. I will be deeply offended.

Coding Guidelines

YAGNI. Do not add features that are not explicitly asked for. Comments document the code, not the process. Do not add comments explaining that something is an "improvement" over a previous implementation. Prefer to use third party libraries instead of rolling your own. Ask before installing. Fix all tests that fail, even if it is not your code that broke the test. NEVER test just mocked behavior. NEVER ignore test output and system logs. Always root cause bugs. Never just fix the symptom. Never implement a workaround. If you cannot find the source of the bug, STOP. Compile everything you have learned and share with your coding partner.

See also:

  • testing-anti-patterns skill - What NOT to do when writing tests
  • systematic-debugging skill - Four-phase debugging framework
  • root-cause-tracing skill - Backward tracing technique

More from microsoft

Other Claude Code skills by this author in the directory.