everything-claude-code

Guide JavaScript project development with conventional commits and code style.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide to the development conventions and patterns used in everything-claude-code, ensuring consistency and efficiency in JavaScript project management.

Core Features & Use Cases

  • Conventional Commits: Follows the fix, test, feat, and docs commit message conventions.
  • Project Structure: Offers guidelines for a single package project structure.
  • Code Style: Defines naming conventions and import/export styles.
  • Testing: Assists in writing unit and integration tests.
  • Error Handling: Provides a standard error handling pattern.
  • Common Workflows: Details common workflows like database migration, feature development, and adding new skills.
  • Best Practices: Recommends best practices for code quality and maintainability.

Quick Start

Run 'everything-claude-code' to activate the skill and follow the conventions for your JavaScript project.

Frequently Asked Questions about everything-claude-code

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

FAQPage Schema
How do I format conventional commits for JavaScript projects?

Format conventional commits in JavaScript projects using specific prefixes like fix, test, feat, and docs to categorize changes and maintain consistent project history. This skill provides guidelines for these commit message conventions and development patterns.

What is the best way to structure a single package JavaScript project?

Structure a single package JavaScript project by following defined guidelines for project organization, code style, and naming conventions. This ensures consistency and efficiency in managing your development workflows and import/export styles.

Do I need Git and GitHub experience to use these JavaScript development patterns?

Yes, you need Git and GitHub experience to use these JavaScript development patterns. The skill requires knowledge of JavaScript and familiarity with Git and GitHub to effectively implement the conventions and workflows provided.

How do I write unit and integration tests following standard development patterns?

Write unit and integration tests following standard development patterns by applying the testing guidelines and best practices provided. This skill assists in structuring tests to ensure code quality and maintainability within your JavaScript project.

What standard error handling pattern should I use in JavaScript development?

Use a standard error handling pattern in JavaScript development to ensure consistent error management across your application. This skill provides a specific error handling pattern along with recommended best practices for code quality.

Does this skill define common workflows for database migration and feature development?

Yes, this skill defines common workflows for database migration, feature development, and adding new skills. It details these processes to ensure consistent and efficient JavaScript project management within a single package structure.