Dart Contribute
Enables automated contributions to DartSim simulations via API calls, streamlining testing and data generation workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add dart-contribute npx -- -y @trustedskills/dart-contribute
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"dart-contribute": {
"command": "npx",
"args": [
"-y",
"@trustedskills/dart-contribute"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The dart-contribute skill allows AI agents to contribute code changes to a Dart project. It facilitates submitting patches and pull requests, streamlining the development workflow for collaborative coding efforts. This includes formatting code according to Dart's style guidelines and preparing commits with appropriate messages.
When to use it
- Collaborative Coding: Use when an agent needs to propose modifications or additions to existing Dart codebase.
- Automated Patch Generation: Employ the skill to automatically generate patches based on specified changes.
- Pull Request Preparation: Leverage the tool for preparing and submitting pull requests with properly formatted code and commit messages.
- Code Style Enforcement: Ensure contributions adhere to established Dart coding standards.
Key capabilities
- Code formatting according to Dart style guidelines
- Commit message generation
- Patch creation
- Pull request submission
Example prompts
- "Generate a patch for this code snippet, fixing the bug described in issue #123."
- "Format this Dart file and create a commit with the message 'Fix: Corrected calculation error'."
- "Prepare a pull request to merge these changes into the main branch."
Tips & gotchas
The agent needs access to the relevant repository and appropriate permissions to contribute. Ensure the environment is configured correctly for interacting with Git repositories.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.