Skip to main content

← All sources

Multi-Language Standards skills

Best practices standards for NestJS, Golang, React, and more skills-hub.ai mirrors 274 skills from Multi-Language Standards daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/HoangNguyen0403/agent-skills-standard

Installing a Multi-Language Standards skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a Multi-Language Standards skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all Multi-Language Standards skills via API
curl https://skills-hub.ai/api/v1/skills?source=multi-language-standards

# Browse all sources
open https://skills-hub.ai/sources

Top Multi-Language Standards skills

See all →

The most-installed skills from Multi-Language Standards, ranked by adoption.

  1. 01common-architecture-audit

    2 installs

    Audit structural debt, logic leakage, and monolithic components across Web, Mobile, and Backend codebases. Use when reviewing architecture, assessing tech debt, detecting logic in wrong layers, or identifying God classes. (triggers: package.json, pubspec.yaml, go.mod, pom.xml, nest-cli.json, architecture audit, code review, tech debt, logic leakage, refactor)

    Buildfrom Multi-Language Standards
  2. 02kotlin-best-practices

    1 installs

    Core patterns for robust Kotlin code including scope functions and backing properties. Use when writing idiomatic Kotlin, choosing between scope functions (let/apply/run/also/with), encapsulating mutable state with backing properties, or exposing read-only collection interfaces. (triggers: **/*.kt, apply, let, run, also, with, runCatching, backing property, MutableList, internal, private set)

    Buildfrom Multi-Language Standards
  3. 03nextjs-architecture

    1 installs

    Structure Next.js projects with Feature-Sliced Design layers, domain-grouped slices, and strict import hierarchy. Use when organizing features into FSD layers, enforcing slice boundaries, or keeping page.tsx thin. (triggers: src/features/**, src/entities/**, src/widgets/**, FSD, Feature Sliced Design, slices, segments)

    Buildfrom Multi-Language Standards
  4. 04android-architecture

    1 installs

    Apply Clean Architecture layering, modularization, and Unidirectional Data Flow in Android projects. Use when setting up project structure, placing code in layers, configuring feature/core modules, or implementing UDF patterns.

    Buildfrom Multi-Language Standards
  5. 05flutter-testing

    1 installs

    Write unit, widget, and integration tests with robot patterns, widget keys, and Patrol in Flutter. Use when writing tests or implementing test automation.

    Buildfrom Multi-Language Standards
  6. 06common-debugging

    1 installs

    Troubleshoot systematically using the Scientific Method. Use when debugging crashes, tracing errors, diagnosing unexpected behavior, or investigating exceptions. (triggers: debug, fix bug, crash, error, exception, troubleshooting)

    Buildfrom Multi-Language Standards
  7. 07flutter-bloc-state-management

    1 installs

    Implement BLoC/Cubit state management correctly in Flutter. Use when writing, modifying, reviewing, or testing any BLoC, Cubit, state, or event file.

    Buildfrom Multi-Language Standards
  8. 08common-store-changelog

    1 installs

    Generate user-facing release notes for the Apple App Store and Google Play Store by collecting git history, triaging user-impacting changes, and drafting store-compliant changelogs. Enforces character limits (App Store ≤4000, Google Play ≤500), tone, and bullet format. Use when generating release notes, app store changelog, play store release, what's new, or version release notes for any mobile app. (triggers: generate changelog, app store notes, play store release, what's new, release notes, version notes, store release)

    Buildfrom Multi-Language Standards
  9. 09spring-boot-architecture

    1 installs

    Structure Spring Boot 3+ projects with feature packaging and clean layering. Use when structuring Spring Boot 3 projects, defining layers, or applying architecture patterns. (triggers: pom.xml, build.gradle, structure, layering, dto, controller, @RestController, @Service, @Repository, @Entity, @Bean, @Configuration)

    Buildfrom Multi-Language Standards
  10. 10nestjs-architecture

    1 installs

    Design decoupled, testable NestJS module boundaries with feature, core, and shared modules. Use when structuring module imports, creating feature modules, or enforcing separation of concerns in NestJS. (triggers: **/*.module.ts, main.ts, NestFactory, Module, Controller, Injectable)

    Buildfrom Multi-Language Standards
  11. 11nextjs-authentication

    1 installs

    Secure token storage (HttpOnly Cookies) and Middleware patterns. Use when implementing authentication, secure session storage, or auth middleware in Next.js. (triggers: middleware.ts, **/auth.ts, **/login/page.tsx, cookie, jwt, session, localstorage, auth)

    Buildfrom Multi-Language Standards
  12. 12common-best-practices

    1 installs

    Enforce SOLID principles, guard-clause style, function size limits, and intention-revealing naming across all languages. Use when refactoring for readability, applying clean-code patterns, reviewing naming conventions, or reducing function complexity. (triggers: **/*.ts, **/*.tsx, **/*.go, **/*.dart, **/*.java, **/*.kt, **/*.swift, **/*.py, solid, kiss, dry, yagni, naming, conventions, refactor, clean code)

    Buildfrom Multi-Language Standards
  13. 13common-owasp

    1 installs

    OWASP Top 10 audit checklists for Web Applications (2021), APIs (2023), and Mobile (2024). Use when performing any security review, PR review, or codebase audit touching web, mobile, or API code.

    Buildfrom Multi-Language Standards
  14. 14java-testing

    1 installs

    Testing standards using JUnit 5, AssertJ, and Mockito for Java. Use when writing or reviewing Java unit tests, setting up parameterized tests, writing integration tests with Testcontainers, or working with Mockito mocks. (triggers: **/*Test.java, **/*IT.java, @Test, @ParameterizedTest, Mockito, AssertJ, assertThat, JUnit, Testcontainers)

    Buildfrom Multi-Language Standards
  15. 15javascript-best-practices

    1 installs

    Idiomatic JavaScript patterns and conventions for maintainable code. Use when writing or refactoring JavaScript following idiomatic patterns and conventions.

    Buildfrom Multi-Language Standards
  16. 16quality-engineering-quality-assurance

    1 installs

    Write manual test cases with 1-condition-per-TC granularity, Module_Action on Screen when Condition naming, platform prefix rules, and High/Normal/Low priority classification. Use when writing or reviewing manual test cases for Zephyr — to split compound TCs, fix naming violations, assign correct platform tags, or determine bug priority. (triggers: test case, manual test, zephyr, test scenario, naming convention, acceptance criteria)

    Buildfrom Multi-Language Standards
  17. 17flutter-idiomatic-flutter

    1 installs

    Compose modern Flutter layouts and widgets idiomatically. Use when composing widget trees, managing layout constraints, or following idiomatic Flutter patterns.

    Buildfrom Multi-Language Standards
  18. 18common-security-audit

    1 installs

    Probe for hardcoded secrets, injection surfaces, unguarded routes, business logic flaws, and platform-specific weaknesses across backend (Node, Go, Java, Python, Rust), frontend (React, Angular, Vue), and mobile (iOS, Android, Flutter) codebases. Use when performing security audits, vulnerability scans, secrets detection, or penetration testing.

    Buildfrom Multi-Language Standards
  19. 19caveman-compress

    1 installs

    Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman:compress <filepath> or "compress memory file"

    Buildfrom Multi-Language Standards
  20. 20angular-architecture

    1 installs

    Standards for Angular project structure, feature modules, and lazy loading. Use when structuring Angular apps, defining feature modules, or configuring lazy loading. (triggers: angular.json, angular components, standalone, feature module, lazy loading, loadComponent, loadChildren)

    Buildfrom Multi-Language Standards
  21. 21swift-swiftui

    1 installs

    Configure SwiftUI state, view lifecycle, and Property Wrappers correctly. Use when managing SwiftUI state, view lifecycle, or property wrappers like @State and @Binding. (triggers: **/*.swift, @State, @Binding, @ObservedObject, View, body)

    Buildfrom Multi-Language Standards
  22. 22react-component-patterns

    Build modern React component architecture with composition patterns. Use when designing reusable React components, applying composition patterns, or structuring component hierarchies. (triggers: **/*.jsx, **/*.tsx, component, props, children, composition, hoc, render-props)

    Buildfrom Multi-Language Standards
  23. 23specialist-integration-test-generator

    Generates one integration/E2E test from an approved test case spec using existing project patterns. Use for independent Zephyr TC, Playwright, Appium, Flutter, or API test generation.

    Buildfrom Multi-Language Standards
  24. 24common-git-collaboration

    Enforce version control best practices for commits, branching, pull requests, and repository security. Use when writing commits, creating branches, merging, or opening pull requests. (triggers: commit, branch, merge, pull-request, git)

    Buildfrom Multi-Language Standards

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Jun 14, 2026, 4:10 PM (success).

Multi-Language Standards skills, frequently asked

What are Multi-Language Standards skills?

Multi-Language Standards skills are AI coding skills published by Multi-Language Standards (Best practices standards for NestJS, Golang, React, and more) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many Multi-Language Standards skills are available?

skills-hub.ai indexes 274 skills from Multi-Language Standards, synced daily from the upstream GitHub repository (https://github.com/HoangNguyen0403/agent-skills-standard).

How do I install a Multi-Language Standards skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official Multi-Language Standards skills?

Yes. Every skill from this source is mirrored from Multi-Language Standards's own GitHub repository (https://github.com/HoangNguyen0403/agent-skills-standard). Each skill page links back to the upstream source of truth, so you can verify the original.