microsoft/FluidFramework
DirSkills catalogs 31 skills from this repository, across 7 categories: AI Engineering, Automation, Data, DevOps, Frontend, Quality, Writing.
π
2026/07/19
API Changes Review
Guides developers through the API change review process, including release tag assignment, API Council review, breaking change classification, and deprecation. Triggered by CI readiness checks when API report diffs are detected.
DevOps
4.9K583
π‘
2026/07/19
Brainstorming
Refines rough ideas into fully-formed designs through structured Socratic questioning, alternative exploration, and incremental validation. Use before writing any code or implementation plans.
AI Engineering
4.9K583
π¨
2026/07/19
Building UI/UX
Guides the implementation of user interfaces with design variation exploration, frontend setup, iterative feedback, and proper integration into the application.
Frontend
4.9K583
π§
2026/07/19
Ci Readiness Check
Runs formatting, policy, and syncpack checks on changed packages before pushing, catching common CI failures like stale API reports and missing changesets. Useful for pre-push validation in large TypeScript monorepos.
DevOps
4.9K583
π
3w ago
Comparison Base
Comparison Base resolves the correct merge-base for a review branch against its target branch. Use it to identify the commit and remote needed for PR comparisons and change analysis.
DevOps
4.9K585
π οΈ
2026/07/19
Creating Skills
Guides through the process of creating custom skills for agent profiles, covering requirements gathering, directory structure, writing SKILL.md, and bundling scripts. Use when building reusable, persistent agent instructions.
AI Engineering
4.9K583
π
2026/07/19
Debug Test Iteration
Guides debugging by creating external test scripts that replicate bugs, adding logs, and iterating until the issue is resolved. Suitable for isolating elusive bugs without internal mocking.
Quality
4.9K583
π
2026/07/19
Finishing a Development Branch
Automates the workflow for finalizing a development branch: runs tests, formatting, linting, type checking, creates a PR, and ensures CI passes. Ideal for developers ready to submit their feature implementation for review.
DevOps
4.9K583
π
2026/07/19
Fluid Framework Kusto
Provides a comprehensive reference for investigating Fluid Framework telemetry using Kusto queries, including error analysis, session lookups, deployment monitoring, and performance metrics. Use when querying Office_Fluid_FluidRuntime_* tables or investigating Fluid-related incidents.
Data
4.9K583
π
2026/07/19
Fluid PR
Automates composing and creating pull requests in the Fluid Framework repository with project-specific title and body conventions. It guides the user through approval before pushing and opening the PR on GitHub.
Automation
4.9K583
π
2026/07/19
Fluid PR Guide
Guides composing PR titles and descriptions for the Fluid Framework repo, including two acceptable title styles and a body template with required sections.
Quality
4.9K583
π
2026/07/19
Fluid Release
Automates Fluid Framework client releases β minor and patch releases, version bumps, changelogs, release notes, and type test updates. Detects release state from schedule and repo, and executes the appropriate phase, with fallback to GitHub issues on failure.
DevOps
4.9K583
π€
2026/07/19
Handle Large Tasks
Splits large tasks into smaller chunks managed by subagents to prevent context window overflow. Use when long-running tasks cause context issues, ensuring coherent final output through iterative testing.
AI Engineering
4.9K583
π€
2026/07/19
Nori Workflow
Defines a structured workflow for AI coding agents: checks for protected branches, sets operating modes (full-send or copilot), enforces research, planning, TDD, documentation, and strict coding guidelines.
AI Engineering
4.9K583
π
2026/07/19
OCE Shift Status Dashboard
Generates a consolidated shift status dashboard by querying incident management, CI/CD pipelines, error logs, and team communications in parallel. Use for quick operational overviews of OCE status, including incidents, build health, and error rates.
Automation
4.9K583
π§ͺ
3w ago
Pipeline Test Triage
Pipeline Test Triage analyzes Azure DevOps test failures for Fluid Framework pipeline runs. Use it to summarize failing tests, compare runs, separate flaky issues from real bugs, and identify when a bug should be filed.
Quality
4.9K585
β
3w ago
Policy Check
Policy Check runs pnpm policy-check from the repo root to validate package compliance. Use it for a specific package with --path, or run the repository-wide check when changes may affect other packages.
Quality
4.9K585
π
2026/07/19
Receiving Code Review
Provides a structured approach to code review feedback: fetch comments, clarify requirements, implement one change at a time, run tests, and push. Emphasizes verification and quality over performative agreement.
Quality
4.9K583
π
3w ago
Review
Review checks a branch or diff for correctness, API compatibility, architecture, tests, performance, and security. Use it when you need a concise code review with optional deeper analysis.
Quality
4.9K585
π
3w ago
Review PR Locally
Review PR Locally checks out an Azure DevOps or GitHub pull request into an isolated git worktree so a human can inspect it in their editor. It also posts only the review comments the human explicitly requests, using ADO tools or the gh CLI.
Automation
4.9K585
π
2026/07/19
Root Cause Tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior
Quality
4.9K583
πΈ
2026/07/19
Screenshot Capture & Analysis
Captures screen context using platform-specific CLI tools and loads images for visual analysis. Use when asked to take a screenshot or analyze UI issues.
Automation
4.9K583
π
2026/07/19
Systematic Debugging
A systematic four-phase debugging framework (root cause investigation, pattern analysis, hypothesis testing, and implementation) for when you encounter any bug, test failure, or unexpected behavior, ensuring you understand the issue before attempting fixes.
Quality
4.9K583
π§ͺ
2026/07/19
Test-Driven Development
Follow a disciplined test-driven development cycle: write a failing test first, implement minimal code to pass, then refactor. Use for any feature or bugfix to ensure tests genuinely verify behavior.
Quality
4.9K583
β
2026/07/19
Testing Anti-Patterns
Prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies. Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code.
Quality
4.9K583
π
2026/07/14
Trigger Pipelines For Copilot PR
Trigger Pipelines For Copilot PR posts two /azp run comments on a specified PR in microsoft/FluidFramework. Use it when a Copilot-created pull request needs Azure DevOps pipelines started.
DevOps
4.9K585
π
2026/07/19
Updating Noridocs
After code changes, use this skill to update Noridocsβdocumentation files describing folder architecture and implementationβvia an automated subagent.
Writing
4.9K583
π²
2026/07/19
Using Git Worktrees
Create isolated git worktrees for parallel development with automatic project setup and testing. Use when you need separate workspaces without cloning the repo again.
Automation
4.9K583
π
2026/07/19
Using Skills
Provides instructions for effectively using skills in Claude Code, including how to read, announce, and apply skill workflows. Use this meta-skill before any conversation to ensure proper skill usage.
AI Engineering
4.9K583
π§ͺ
2026/07/19
Web App Testing
Guides through installing Playwright, writing scripts to interact with a live webapp, and iteratively debugging with logs and screenshots. Use for building features or fixing bugs in any webapp frontend.
Automation
4.9K583
π
2026/07/19
Writing Plans
Creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps for engineers with no codebase context. Use when design is complete to produce bite-sized, actionable tasks.
AI Engineering
4.9K583