everything-claude-code

Standardize repository development conventions and commit formatting for JavaScript codebases.

2|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/CDO-07-New/TF4-AIO-03-foresight-lens-final --skill everything-claude-code-cdo-07-new
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: everything-claude-code
Source: https://github.com/CDO-07-New/TF4-AIO-03-foresight-lens-final/tree/main/.agents/skills/everything-claude-code
Command: npx skills add https://github.com/CDO-07-New/TF4-AIO-03-foresight-lens-final --skill everything-claude-code-cdo-07-new

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes guesswork when working in the repository by turning local conventions into a clear, repeatable development playbook. It helps contributors make changes that match the project's coding style, testing layout, commit format, and workflow expectations.

Core Features & Use Cases

  • Commit Guidance: Uses conventional commits with concise, imperative messages for features, fixes, docs, and tests.
  • Code Organization: Reinforces the repository's hybrid JavaScript structure, relative imports, and naming conventions.
  • Testing & Quality: Encourages *.test.js coverage, try-catch error handling, and established patterns for feature work.
  • Workflow Support: Covers common repository operations such as adding skills, agents, hooks, and keeping documented counts in sync.

Quick Start

Use the everything-claude-code skill to align your next change with this repository's commit style, test patterns, and workflow conventions.

Frequently Asked Questions about everything-claude-code

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

FAQPage Schema
How do I write conventional commits for JavaScript feature work?

Conventional commits for JavaScript feature work require concise, imperative messages that categorize changes as features, fixes, docs, or tests. This standardizes commit formatting across the repository to clarify project history.

What naming conventions do I need for JavaScript test files?

JavaScript test files must follow the *.test.js naming convention to ensure they are recognized by the repository's testing workflow. This pattern maintains consistent test coverage and organization across the codebase.

Why does my repository workflow require relative imports?

Relative imports are required to maintain the hybrid JavaScript module organization within the repository. This convention prevents module resolution failures and ensures consistent dependency mapping across feature work.

What's the best way to structure error handling for new codebase features?

The best way to structure error handling is to wrap operations in try-catch blocks. This pattern aligns with the repository's established code quality conventions and prevents unhandled exceptions during feature execution.

Does this skill apply to documentation updates and repository synchronization?

Yes, this skill applies to documentation updates and repository synchronization. It provides workflow patterns for adding skills, agents, and hooks while keeping documented counts synchronized with the codebase.