Agent skill
shared-conventions
Project-wide conventions and patterns that apply to all apps/modules. Use when: asking about project structure, coding standards, or shared patterns. This skill loads for all work in the monorepo.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/shared-conventions
SKILL.md
Shared Conventions
This skill contains project-wide patterns that apply to all apps and modules.
Conventions
Commit Message Format
type(scope): description
Types: feat, fix, refactor, chore, docs, test
Scope: app name or module (e.g., booking, hermes, shared)
Code Organization
All apps follow this structure:
src/
├── domain/ # Business logic, entities, value objects
├── application/ # Use cases, services
└── infrastructure/ # Controllers, repositories, external APIs
Testing
- Unit tests:
*.spec.ts(alongside source files) - Integration tests:
*.test.ts(alongside source files)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?