Dart Sass
Helps with Dart, Sass/SCSS as part of agent workflows 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-sass npx -- -y @trustedskills/dart-sass
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"dart-sass": {
"command": "npx",
"args": [
"-y",
"@trustedskills/dart-sass"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to work with Dart Sass, a command-line tool for compiling Sass/SCSS files into CSS. It supports using Sass syntax features like variables, nesting, mixins, and functions, as well as integrating Sass into build tools and workflows. The skill provides access to Sass CLI commands and allows configuration of compilation options including source maps.
When to use it
- Installing and configuring Dart Sass for a project.
- Compiling SCSS/Sass files into CSS.
- Utilizing advanced Sass features like modules, imports, and custom functions.
- Integrating Sass within JavaScript or Dart projects.
- Optimizing Sass compilation performance.
Key capabilities
- Compilation of Sass/SCSS to CSS.
- Support for Sass syntax (variables, nesting, mixins, functions).
- Usage of Sass modules and imports.
- Configuration of Sass compilation options.
- Access to Sass CLI commands.
- Generation of source maps.
Example prompts
- "Compile my
src/styles.scssfile intodist/styles.css." - "Use a mixin called 'rounded-corners' in my SCSS."
- "How do I import a Sass module?"
Tips & gotchas
- Installation requires using
npm install --save-dev sass. - Refer to the provided documentation mapping (examples/) for detailed syntax and usage examples.
- Templates are available for basic projects, modular projects, and build tool integration.
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.