everything-claude-code

Enforce JavaScript coding conventions and conventional commit formats.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/TymorIbrahim/UniPilot --skill everything-claude-code-tymoribrahim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: everything-claude-code
Source: https://github.com/TymorIbrahim/UniPilot/tree/main/.cursor/.agents/skills/everything-claude-code
Command: npx skills add https://github.com/TymorIbrahim/UniPilot --skill everything-claude-code-tymoribrahim

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures consistency and best practices in development for everything-claude-code projects by enforcing coding conventions and patterns.

Core Features & Use Cases

  • Conventional Commits: Promotes adherence to the conventional commit message format.
  • Code Style: Provides guidelines for JavaScript code style and naming conventions.
  • Commit Message Examples: Offers examples of correct commit messages for different scenarios.
  • Architecture Guidelines: Sets out architecture best practices for hybrid module organization.
  • Error Handling: Standardizes error handling across the codebase.
  • Common Workflows: Outlines typical workflows for database migrations, feature development, adding new skills, agents, and more.

Quick Start

Use the everything-claude-code skill to ensure your commit messages adhere to the conventional commit format.

Frequently Asked Questions about everything-claude-code

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

FAQPage Schema
How do I enforce coding conventions and conventional commits in JavaScript projects?

You enforce coding conventions by applying standardized guidelines for conventional commit message formats, JavaScript code style, and architecture to ensure consistency across all development phases.

What is the conventional commit format for feature development and code reviews?

The conventional commit format structures commit messages with specific prefixes to indicate changes, ensuring clear project history and consistency during feature development and code reviews.

How do I standardize error handling and module organization in my codebase?

You standardize error handling and module organization by following architecture best practices for hybrid module organization and applying uniform error handling rules across the codebase.

Are there specific workflows for database migrations and adding new skills?

Yes, specific workflows are outlined for database migrations, feature development, and adding new skills or agents to standardize and guide these common project processes.

What are the best practices for JavaScript code style and naming conventions?

Best practices for JavaScript code style involve adhering to provided guidelines that standardize naming structures and formatting to maintain readability and consistency across the project.