Leaderboard/Developer Tooling/everything-claude-code
Last commit on January 22, 2026·Created on January 23, 2026

WorldFlowAI/everything-claude-code

A collection of architectural patterns and evaluation frameworks for full-stack development
Combined rank
#123
across all skills
In Developer Tooling
#11
category rank
Stars
3.3k
+15.6% in last 7d
Forks
515
+17.0% in last 7d
Watchers
50
+22.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This repository provides a structured set of guidelines for implementing standardized patterns across React, Node.js, and Next.js environments. It bridges the gap between frontend interface design and backend API optimization.

Engineers can apply specific data engineering best practices for ClickHouse analytical workloads and utilize a formal evaluation harness to implement eval-driven development within Claude Code sessions.

WHO IT'S FOR
Full-stack engineers
implementing standardized patterns for React and Node.js
Data engineers
optimizing high-performance analytical workloads in ClickHouse
AI automation builders
creating eval-driven development workflows for AI agents
Technical leads
enforcing universal coding standards across TypeScript projects
Repository contents

11 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

Claude Code plugin commands

Installs: Installs the complete everything-claude-code plugin collection, including its commands, agents, skills, and hooks. · Claude Code

  1. Enter this command in a Claude Code agent session to add the repository as a marketplace. This is not a terminal command.

    /plugin marketplace add affaan-m/everything-claude-code
  2. After adding the marketplace, enter this command in the Claude Code agent session to install the plugin. This is not a terminal command.

    /plugin install everything-claude-code@everything-claude-code
README.md · Checked Sep 18, 2026.claude-plugin/plugin.json · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Define a small capability evaluation

Uses eval-harness

  • Feature name
  • Intended behavior
  • Relevant constraints or edge cases
Use the eval-harness skill to define one capability evaluation for <feature-name>. I will provide the intended behavior and constraints. Produce a compact evaluation definition with the task, three concrete success criteria, and the expected output; do not implement the feature or run the evaluation yet.
skills/eval-harness/SKILL.md · Checked Sep 18, 2026
Suggested first task

Review one security-sensitive code path

Uses security-review

  • File path or pasted code
  • Security-sensitive concern
  • Relevant runtime or framework context
Use the security-review skill to review <file-or-snippet> for one security-sensitive concern: <authentication, user input, secrets, API endpoint, payment, sensitive data, or third-party API integration>. Return a short checklist of confirmed issues, uncertain findings that need more context, and recommended fixes. Do not modify the code.
skills/security-review/SKILL.md · Checked Sep 18, 2026
Suggested first task

Create a test-first bug-fix plan

Uses tdd-workflow

  • Bug description
  • Project or file path
  • Current behavior
  • Expected behavior
Use the tdd-workflow skill to create a small test-first plan for fixing <bug-description> in <project-or-file-path>. Identify the first failing test to write, the minimum implementation needed to pass it, relevant edge and error cases, and the appropriate unit, integration, or E2E test level. Do not edit files yet.
skills/tdd-workflow/SKILL.md · Checked Sep 18, 2026