grey-haven-code-style

Enforce Grey Haven coding standards across TypeScript/React and Python/FastAPI projects.

29|4|Updated Aug 10, 2025
One-click install
npx skills add https://github.com/greyhaven-ai/claude-code-config --skill grey-haven-code-style
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grey-haven-code-style
Source: https://github.com/greyhaven-ai/claude-code-config/tree/main/grey-haven-plugins/developer-experience/skills/code-style
Command: npx skills add https://github.com/greyhaven-ai/claude-code-config --skill grey-haven-code-style

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes checklists (resource) and templates (resource) components.

What problem does it solve?

This Skill eliminates the guesswork and manual effort of code reviews by automatically applying Grey Haven Studio's battle-tested coding standards from their production templates.

Core Features & Use Cases

  • Automated Code Review: Instantly check TypeScript/React and Python/FastAPI code against exact production configurations.
  • Multi-Tenant Database Patterns: Provides ready-to-use schemas with built-in tenant isolation.
  • Use Case: Imagine you're reviewing a pull request with 50+ files. Use this Skill to automatically identify formatting errors, naming convention violations, and missing type hints.

Quick Start

Apply the Grey Haven code style to this React component file and fix any linting errors.

Frequently Asked Questions about grey-haven-code-style

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

FAQPage Schema
How do I enforce coding standards automatically across TypeScript and Python projects?

Enforce coding standards automatically by applying Grey Haven's production-grade configurations for TypeScript/React and Python/FastAPI. The Skill applies exact Prettier, ESLint, and Ruff settings to code creation, reviews, and linting, catching formatting errors and naming violations instantly across your codebase.

Can I use this to speed up code reviews for large pull requests?

Yes. Automated code review against Grey Haven standards identifies formatting errors, naming convention violations, and missing type hints across 50+ files instantly, eliminating manual inspection of repetitive issues and letting reviewers focus on logic and architecture.

Does this work with multi-tenant database schemas?

Yes. The Skill provides ready-to-use multi-tenant database patterns with built-in tenant isolation and enforces snake_case naming conventions for database columns, ensuring your schemas follow production-tested design patterns from Grey Haven templates.

What coding standards does this Skill enforce?

The Skill enforces Grey Haven's exact Prettier and ESLint configurations for TypeScript/React, Ruff for Python/FastAPI, snake_case database naming, multi-tenant isolation patterns, and adoption of included templates and reference materials across your codebase.

Can I apply this Skill to existing React and FastAPI projects?

Yes. The Skill applies to code creation and existing code reviews in TypeScript/React and Python/FastAPI projects, checking against exact production configurations and helping teams adopt Grey Haven templates and standards incrementally.

What happens if my code doesn't match the Grey Haven standards?

The Skill identifies all deviations from Prettier, ESLint, Ruff, and naming conventions, then provides fixes aligned with Grey Haven's production templates. You receive a complete review highlighting formatting, type hints, naming, and pattern violations.