Back to skills
SkillHub ClubShip Full StackFull Stack
global-coding-style
Imported from https://github.com/DevanB/lucidlog.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Stars
0
Hot score
74
Updated
March 20, 2026
Overall rating
C2.0
Composite score
2.0
Best-practice grade
C57.6
Install command
npx @skill-hub/cli install devanb-lucidlog-global-coding-style
Repository
DevanB/lucidlog
Skill path: .claude/skills/global-coding-style
Imported from https://github.com/DevanB/lucidlog.
Open repositoryBest for
Primary workflow: Ship Full Stack.
Technical facets: Full Stack.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: DevanB.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install global-coding-style into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/DevanB/lucidlog before adding global-coding-style to shared team environments
- Use global-coding-style for development workflows
Works across
Claude CodeCodex CLIGemini CLIOpenCode
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
--- name: Global Coding Style description: Maintain consistent code formatting, naming conventions, type safety, and automated code quality standards across PHP and TypeScript/JavaScript. Use this skill when writing or editing any PHP files (.php), TypeScript/JavaScript files (.ts, .tsx, .js, .jsx), when implementing type declarations and return types, when running code formatters (Laravel Pint, Ultracite) or linters, when running static analysis tools (Larastan), when naming variables, functions, classes, or files, when applying DRY principles, when removing dead code, or when preparing code for review or commit. --- # Global Coding Style This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle global coding style. ## When to use this skill - When writing or editing PHP files (.php) in any part of the application - When writing or editing TypeScript or JavaScript files (.ts, .tsx, .js, .jsx) - When implementing explicit return type declarations in PHP methods and functions - When adding type hints to function parameters in PHP - When leveraging TypeScript types in frontend code - When naming variables, functions, classes, methods, or files - When running Laravel Pint for PHP code formatting - When running Ultracite for JavaScript/TypeScript linting and formatting - When running Larastan (PHPStan) for static analysis - When applying DRY principles to eliminate code duplication - When removing unused imports, dead code, or commented-out blocks - When configuring pre-commit hooks via Lefthook - When preparing code for review with CodeRabbit CLI - When refactoring code for better readability and maintainability ## Instructions For details, refer to the information provided in this file: [global coding style](../../../agent-os/standards/global/coding-style.md)