code-patterns

Provide language-specific coding patterns for Python, TypeScript/React, and C#/.NET.

3|Updated Nov 15, 2025
One-click install
npx skills add https://github.com/MasterCodeYoda/agent-tools --skill code-patterns-mastercodeyoda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-patterns
Source: https://github.com/MasterCodeYoda/agent-tools/tree/main/skills/code-patterns
Command: npx skills add https://github.com/MasterCodeYoda/agent-tools --skill code-patterns-mastercodeyoda

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides developers with clear, actionable guidelines and best practices for writing high-quality, maintainable code in various programming languages, ensuring consistency and reducing bugs.

Core Features & Use Cases

  • Language-Specific Standards: Detailed patterns for Python, TypeScript/React, and C#/.NET.
  • Best Practices: Covers type safety, error handling, testing strategies, and architectural principles.
  • Use Case: A team is starting a new C# project. They use this Skill to establish consistent coding standards for naming, error handling (Result pattern), and project structure (Clean Architecture), ensuring all developers follow the same guidelines from day one.

Quick Start

Use the code-patterns skill to get the best practices for writing Python code.

Frequently Asked Questions about code-patterns

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What are the best practices for Python type safety and error handling?

Python best practices include specific patterns for type safety, error handling, and testing strategies to ensure consistency and reduce bugs. This skill routes to the appropriate Python guide based on project context.

How do I establish coding standards for a new C# .NET project?

To establish C# .NET coding standards, apply language-specific patterns for naming, error handling using the Result pattern, and project structure using Clean Architecture to ensure all developers follow consistent guidelines.

Does this provide TypeScript and React framework best practices?

Yes, it provides TypeScript and React framework best practices. It covers type safety, testing strategies, error handling, and async patterns specifically tailored for TypeScript and React project contexts.

What's the best way to implement async patterns in TypeScript?

The best way to implement async patterns in TypeScript is to follow language-specific guidelines that cover type safety and framework best practices. This skill routes to the TypeScript guide to provide these actionable patterns.

Can I use this to enforce coding standards across Python, TypeScript, and C#?

Yes, you can enforce coding standards across Python, TypeScript, and C#. The skill provides actionable guidelines for writing high-quality, maintainable code across these specific languages to ensure team consistency.