Use this skill to work inside miaohong-cloud-base without rediscovering the repository layout every time. Load only the references needed for the current task so the context stays focused.
The repository root file CLAUDE.md is the primary coding standard for this project. When any older repository habit or this skill conflicts with CLAUDE.md, follow CLAUDE.md.
CLAUDE.md from the repository root first when generating or reviewing backend code.references/module-map.md for repository navigation.references/commands.md for build, run, and verification commands.references/conventions.md when implementing or refactoring code.references/controller-style.md when adding or editing controller endpoints.references/provider-style.md when adding or editing Feign provider contracts or provider implementations.references/mapper-xml-style.md when adding mapper methods or XML SQL.references/exception-style.md when handling failures, validation, or error propagation.references/troubleshooting.md for startup, Nacos, gateway, or mapper issues.src/main and src/test.target/ unless you are checking built artifacts on purpose.-pl -am .bootstrap.yml usually defines the application name, active profile placeholder, and Nacos imports.application.yml usually carries local overrides such as logging, static resources, or module-specific behavior.miaohong-common.miaohong-modules-api.miaohong-modules, miaohong-auth, or miaohong-gateway.com.miaohong.ai.user, not feature folders under a single controller tree.*Mapper.xml files under src/main/java/.../mapper/xml, not under src/main/resources.CLAUDE.md as the source of truth:@PutMapping@DeleteMapping@PathVariable@RequestBody DTOMap request bodies or response payloads@author bianruhao.references/module-map.md: root modules, runtime services, entrypoints, and where to start lookingreferences/commands.md: targeted Maven build, test, and run commands for this reporeferences/conventions.md: coding and module-boundary rules inferred from the current codebasereferences/controller-style.md: controller class, route, permission, logging, and response patternsreferences/provider-style.md: Feign-facing provider interface and implementation patterns, with agent-module guidancereferences/mapper-xml-style.md: mapper interface and MyBatis XML division of responsibilityreferences/exception-style.md: business exception, controller fail-fast, and error propagation rulesreferences/troubleshooting.md: Nacos, gateway, startup, and mapper debugging checklist共 1 个版本