code-style

Enforce concise code style guidelines for JavaScript/TypeScript and Rust projects.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/liangmiQwQ/skills --skill code-style-liangmiqwq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-style
Source: https://github.com/liangmiQwQ/skills/tree/main/my-skills/code-style
Command: npx skills add https://github.com/liangmiQwQ/skills --skill code-style-liangmiqwq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Opinionated code style rules ensure consistent structure, clearer exports, and helpful comments, reducing ambiguity and onboarding time for contributors.

Core Features & Use Cases

  • Language-specific style guidelines with quick references for JavaScript/TypeScript and Rust.
  • Guidance on comment quality and visibility to keep code self-explanatory.
  • Improves readability and maintainability across projects, aiding reviews and collaboration.

Quick Start

Apply the defined code-style rules to your current project to improve structure, exports, and readability.

Frequently Asked Questions about code-style

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

FAQPage Schema
How do I enforce consistent code style guidelines for JavaScript and Rust projects?

You can enforce consistent code style guidelines for JavaScript, TypeScript, and Rust by applying opinionated rules focused on structure, exports, and comments to reduce ambiguity and improve code readability.

What's the best way to improve code readability and maintainability for new contributors?

Improving code readability and maintainability for contributors involves applying concise style conventions and guidance on comment quality, ensuring code remains self-explanatory and onboarding time is reduced.

How do I write effective code comments that keep my codebase maintainable?

To write effective code comments that keep your codebase maintainable, follow style guidelines that focus on comment quality and visibility, ensuring the code stays self-explanatory and clear for reviewers.

Can I use these code style rules to guide automated checks and code reviews?

Yes, you can use these code style rules to guide automated checks and code reviews, as the conventions are designed to enforce clear structure and concise exports applicable across your projects.

Does this code style convention support both TypeScript and Rust workflows?

Yes, this code style convention supports both TypeScript and Rust workflows by providing language-specific style guidelines and quick references stored within its language configuration files.