📐
QualityTypeScript

Backend Module Standards

by siteboon

Backend Module Standards is a Quality skill for Claude Code, published by siteboon in claudecodeui.

13.3K stars1.8K forkson siteboon/claudecodeuiAdded 2026/08/14Repository updated 2026/08/13
anthropicanthropic-aianthropic-claudeclaudeclaude-apiclaude-codeclaude-code-uiclaudecodeguimobile-firstreactui
Install in seconds
Install Backend Module Standards
Copy Backend Module Standards into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/siteboon/claudecodeui/tree/main/.agents/skills/backend-module-standards ~/.claude/skills/backend-module-standards

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/siteboon/claudecodeui.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/backend-module-standards/SKILL.md in siteboon/claudecodeui
Installs to
~/.claude/skills/backend-module-standards
Collection
The only skill cataloged from this repository
Category
Quality1354 skills

What Backend Module Standards does

Backend Module Standards defines rules for organizing TypeScript backend code under server/ into feature modules with strict barrels and shared placement. Use it when creating, modifying, refactoring, or reviewing backend routes, services, modules, repositories, shared code, and tests.

Backend Module Standards is cataloged under Quality on DirSkills. Backend Module Standards comes from a repository tagged anthropic, anthropic-ai, anthropic-claude, claude and claude-api.

Documentation

README

Backend Module Standards

Apply these rules after the repository's basic scaffolding is in place. Limit them to backend code under server/. Preserve the requested task scope: make touched and newly generated backend code compliant without performing an unrelated repository-wide migration.

Inspect before editing

  1. Identify the owning feature module and its existing barrel, services, routes, and tests.
  2. Search for existing shared types, interfaces, and utilities before adding any definition.
  3. Search for every consumer before changing a module's public exports.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Backend Module Standards

  • How does Backend Module Standards compare to other Quality skills?

    Backend Module Standards ranks #165 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Backend Module Standards against them. Open each page to compare what they document and how they install.