DynamoDSDynamoDSOfficialยท12 Agent Skills Included

Dynamo

AI agent skills for building and testing the Dynamo visual programming platform

Guides AI agents through real Dynamo development work: writing C#/.NET code, creating NUnit tests, drafting Jira tickets, and formatting PR descriptions. Eliminates guesswork about repo conventions like PublicAPI tracking, node registration patterns, and WebView2 lifecycle rules. Helps contributors onboard faster, review code against Dynamo-specific architecture patterns, and ship changes that pass CI on the first try.
npx skills add DynamoDS/Dynamo --all -g -y
Available:

Tells the AI agent how to build, test, and navigate the Dynamo codebase, and routes tasks to the correct sub-skill for coding, testing, documentation, or PR work.

All Skills in This Repository (12)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
DynamoDSDynamoDS

dynamo-onboarding

Guide developers through the Dynamo codebase and architecture.

Official
Advanced
๐Ÿ“ฆ In Repo
DynamoDSDynamoDS

dynamo-skill-writer

Synchronize canonical skill definitions with wrappers for GitHub Copilot, Cursor, and Claude.

Official
Advanced
๐Ÿ“ฆ In Repo
DynamoDSDynamoDS

dynamo-unit-testing

Generate NUnit tests for the Dynamo codebase following its testing patterns.

Official
Intermediate
๐Ÿ“ฆ In Repo
DynamoDSDynamoDS

dynamo-jira-ticket

Generate structured Jira tickets for the Dynamo project from bug reports and failing tests.

Official
Intermediate
๐Ÿ“ฆ In Repo
DynamoDSDynamoDS

dynamo-pr-description

Generates pull request descriptions for the Dynamo repository from git diffs, commit logs, or user summaries.

Official
Intermediate
๐Ÿ“ฆ In Repo
DynamoDSDynamoDS

dynamo-dotnet-expert

Review C#/.NET code against Dynamo coding standards and conventions.

Official
Advanced
๐Ÿ“ฆ In Repo
DynamoDSDynamoDS

dynamo-dotnet-janitor

Modernizes and cleans up C#/.NET codebases through refactoring, testing, and documentation.

Official
Intermediate
๐Ÿ“ฆ In Repo
DynamoDSDynamoDS

dynamo-release-notes

Curate, draft, and publish Dynamo release notes sections to the GitHub wiki.

Official
Advanced
๐Ÿ“ฆ In Repo
DynamoDSDynamoDS

dynamo-codebase-patterns

Discovers and enforces non-obvious architectural patterns in the Dynamo C# codebase during code review.

Official
Advanced
๐Ÿ“ฆ In Repo
DynamoDSDynamoDS

dynamo-content-designer

Write Dynamo product documentation, blog posts, tutorials, and UI content following team style guidelines.

Official
Intermediate
๐Ÿ“ฆ In Repo
DynamoDSDynamoDS

dynamo-ux-designer

Plans UX flows and generates Figma mockups using Autodesk Weave Design System components.

Official
Advanced
๐Ÿ“ฆ In Repo
DynamoDSDynamoDS

dynamo-ecosystem-reviewer

Reviews code changes for cross-platform, service, and thread-safety constraints across Dynamo repositories.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install Dynamo agent skills?โ–ผ

Run `npx skills add DynamoDS/Dynamo --all -g -y` in your terminal to install all skills in this suite globally.

What do the Dynamo agent skills do?โ–ผ

They teach your AI agent the Dynamo codebase conventions so it can write C# code, NUnit tests, Jira tickets, and PR descriptions that match team standards.

Can AI write NUnit tests for Dynamo?โ–ผ

Yes. The dynamo-unit-testing skill picks the right base class, applies Arrange-Act-Assert structure, and follows Dynamo naming and category conventions.

Do these skills work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the standard SKILL.md format and load natively in Claude Code, Cursor, and other compatible AI coding agents.

Do I need Dynamo experience to contribute with these skills?โ–ผ

No. The onboarding skill explains the architecture and key files, so your agent can guide you through your first ticket step by step.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’