coder.datafactory-style Skill
C coding standards and conventions for DataFactory.MCP. Use when writing or reviewing C code. Published by microsoft in DataFactory.MCP.
What is coder.datafactory-style Skill?
C coding standards and conventions for DataFactory.MCP. Use when writing or reviewing C code. Published by microsoft in DataFactory.MCP. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use coder.datafactory-style Skill
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/DataFactory.MCP
- Skill file: .github/skills/coder.datafactory-style/SKILL.md
What it does
C coding standards and conventions for DataFactory.MCP. Use when writing or reviewing C code.
Skill instructions
Coding Style — DataFactory.MCP Project Settings - Target: net10.0 - Nullable: enabled (project-wide) - Implicit usings: enabled - License: MIT Conventions Naming | Element | Style | Example | |---------|-------|---------| | Classes | PascalCase | FabricGatewayService | | Interfaces | I prefix | IFabricGatewayService | | Methods | PascalCase | ListGatewaysAsync | | Parameters | camelCase | gatewayClusterId | | Private fields | prefix | httpClient | | Constants | PascalCase | MaxRetryCount | | Async methods | Async suffix | GetGatewayAsync | File Organization - One primary class per file - File name matches class name - Tools in Tools/, Services in Services/, Models in Models/ - Interfaces in Abstractions/ Null Safety - Nullable is ON — respect nullable annotations - Use ? for nullable types, ! only when provably non-null - Prefer pattern matching: if (value is not null) - Never suppress pragma warning disable for nullable without justification Error Handling - Catch specific exceptions,
Explore related resources
Frequently asked questions
What is coder.datafactory-style?
coder.datafactory-style is a open-source AI agent skill with Copy skill directory. C coding standards and conventions for DataFactory.MCP. Use when writing or reviewing C code.
Who is coder.datafactory-style best for?
coder.datafactory-style is best for reusing agent instructions, scripts, and references, writing workflows.
How do I install coder.datafactory-style?
Install or run coder.datafactory-style using Copy skill directory. Check coder.datafactory-style for the latest setup command.
Is coder.datafactory-style actively maintained?
coder.datafactory-style may need a closer maintenance check before production use.
Auto-fetched from GitHub.