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.
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
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.
Installs: Enables the complete everything-claude-code plugin collection through Claude Code settings, including the skills directory declared by its plugin manifest. · Claude Code
Manually add the documented `extraKnownMarketplaces` entry for GitHub repository `affaan-m/everything-claude-code` and set `everything-claude-code@everything-claude-code` to `true` under `enabledPlugins` in `~/.claude/settings.json`.
Installs: Manually installs the repository's agents, rules, commands, and complete skills bundle into the user's Claude configuration; hooks and desired MCP servers are configured separately. · Claude Code
Before you start
Run from: Run the terminal commands from the directory in which the `everything-claude-code` repository folder should be created.
Manually copy the hook definitions from `hooks/hooks.json` into `~/.claude/settings.json`.
If desired, manually copy MCP server definitions from `mcp-configs/mcp-servers.json` into `~/.claude.json`. Replace every `YOUR_*_HERE` placeholder with the corresponding actual API key while keeping secrets out of the repository.
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.
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.
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.