Favicon of coder.datafactory-style

coder.datafactory-style Skill

AI Agent SkillC#Open source

C coding standards and conventions for DataFactory.MCP. Use when writing or reviewing C code. Published by microsoft in DataFactory.MCP.

Decision snapshot

Is this a fit?

Best for

Writing, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

2 months ago · MIT license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
39/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Writing
  • Writing use cases

Declared skill metadata

  • Source file: .github/skills/coder.datafactory-style/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use coder.datafactory-style Skill

  • Use it for writing.

Built with

C#Copy skill directory

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,

Verified compatibility and discovery

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.

Share:

Stars
38
Forks
16
Last commit
2 months ago
Last verified
Aug 31, 2026
Metadata fetched
Aug 31, 2026
Repository age
1 year
License
MIT

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to coder.datafactory-style