Dynamo
AI agent skills for building and testing the Dynamo visual programming platform
All Skills in This Repository (12)
Pure Emerald Level Indicatorsdynamo-onboarding
Guide developers through the Dynamo codebase and architecture.
dynamo-skill-writer
Synchronize canonical skill definitions with wrappers for GitHub Copilot, Cursor, and Claude.
dynamo-unit-testing
Generate NUnit tests for the Dynamo codebase following its testing patterns.
dynamo-jira-ticket
Generate structured Jira tickets for the Dynamo project from bug reports and failing tests.
dynamo-pr-description
Generates pull request descriptions for the Dynamo repository from git diffs, commit logs, or user summaries.
dynamo-dotnet-expert
Review C#/.NET code against Dynamo coding standards and conventions.
dynamo-dotnet-janitor
Modernizes and cleans up C#/.NET codebases through refactoring, testing, and documentation.
dynamo-release-notes
Curate, draft, and publish Dynamo release notes sections to the GitHub wiki.
dynamo-codebase-patterns
Discovers and enforces non-obvious architectural patterns in the Dynamo C# codebase during code review.
dynamo-content-designer
Write Dynamo product documentation, blog posts, tutorials, and UI content following team style guidelines.
dynamo-ux-designer
Plans UX flows and generates Figma mockups using Autodesk Weave Design System components.
dynamo-ecosystem-reviewer
Reviews code changes for cross-platform, service, and thread-safety constraints across Dynamo repositories.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core