everything-claude-code

Define and enforce development conventions for JavaScript projects using Claude Code.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/rivaldiekaptrrr/Track-app --skill everything-claude-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: everything-claude-code
Source: https://github.com/rivaldiekaptrrr/Track-app/tree/main/.agent/.agents/skills/everything-claude-code
Command: npx skills add https://github.com/rivaldiekaptrrr/Track-app --skill everything-claude-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill codifies and communicates the development conventions used across everything-claude-code, reducing onboarding time and ensuring consistency.

Core Features & Use Cases

  • Commit Conventions: Use conventional commits for all changes to standardize messages.
  • Architecture Guidance: Defines a hybrid module organization and project structure to guide code organization.
  • Code Style & Testing: Establishes JavaScript naming, formatting, and testing patterns to improve reliability.
  • Workflow Guidance: Provides standard pull request, review, and release workflows to align team practices.

Use Case: A new contributor can start a feature with a clear template, run tests, and follow commit messages that align with the project conventions.

Quick Start

Follow these conventions when starting a new feature or contributing to Claude Code projects.

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 JavaScript coding conventions and commit message standards for contributors?

You can enforce JavaScript coding conventions by defining project rules for commit messages, architecture, testing, and documentation. This skill codifies those standards to reduce onboarding time and ensure consistency across contributions.

What are conventional commits and how do they standardize pull request workflows?

Conventional commits standardize pull request workflows by providing a clear template for all changes. This skill specifies requirements for standard PR, review, and release workflows to align team practices and guide contributors effectively.

How do I set up development conventions for a JavaScript project to guide code organization?

To set up development conventions for a JavaScript project, define a hybrid module organization and project structure. This skill establishes JavaScript naming, formatting, and testing patterns to guide code organization and improve reliability.

Can I use SKILL.md to define guardrails and workflows for Claude Code contributions?

Yes, you can use SKILL.md to define guardrails and workflows for Claude Code contributions. This skill specifies requirements for SKILL.md usage to ensure consistency and quality across the project architecture and documentation.

What is the best way to align new contributors with existing project conventions and code style?

The best way to align new contributors is to codify development conventions into a clear template. This skill communicates architecture guidance, code style, and testing patterns so new contributors can start features while following project conventions.

Why do I need development conventions for my JavaScript project architecture and testing?

You need development conventions to ensure consistency and quality in JavaScript project architecture and testing. Without standardized naming, formatting, and testing patterns, onboarding time increases and code reliability suffers across contributions.