packmind packmind-nestjs-module-hierarchy.instructions.md

packmind packmind-nestjs-module-hierarchy.instructions.md is an instructions file for GitHub Copilot from PackmindHub/packmind. It costs 309 tokens per session, scanned A, original, Apache-2.0.

A NestJS project-structure guide for APIs with related resources arranged in parent-and-child modules. NestJS is a framework for building Node.js back ends, and the guide also defines how routes and service inputs should be organized.

In plain words
What is it for?
Use it when adding resources, nested API routes, modules, controllers, or service methods in the Packmind API.
Why use it?
It prevents route definitions and resource logic from being scattered across controllers and modules, making the API easier to maintain as it grows.

Instructions file for GitHub Copilot

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/packmindhub/packmind/packmind-nestjs-module-hierarchy
Clone the repo
git clone --depth 1 https://github.com/PackmindHub/packmind

Made for: GitHub Copilot.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for packmind packmind-nestjs-module-hierarchy.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/packmindhub/packmind/packmind-nestjs-module-hierarchy.svg)](https://agentmods.dev/instructions/packmindhub/packmind/packmind-nestjs-module-hierarchy)
Your own site
<a href="https://agentmods.dev/instructions/packmindhub/packmind/packmind-nestjs-module-hierarchy"><img src="https://agentmods.dev/badge/instructions/packmindhub/packmind/packmind-nestjs-module-hierarchy.svg" alt="Measured on agentmods" height="20"></a>
Per session 309 This file is loaded in full into every session.
When invoked 309 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00309 $0.00309
Opus 5 $0.00154 $0.00154
Sonnet 5 $0.00062 $0.00062
Haiku 4.5 $0.00031 $0.00031

Measured 4d ago against content hash 34adbdc3113a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

packmind packmind-nestjs-module-hierarchy.instructions.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

apps/api/.github/instructions/packmind-nestjs-module-hierarchy.instructions.md · 16 lines

What it actually says

Standard: NestJS Module Hierarchy

Establish a consistent NestJS module structure in the API application where each resource is encapsulated in its own module with proper hierarchical organization to enhance maintainability, scalabilit... :

  • Accept a single typed Command object as the input parameter in service methods instead of multiple individual parameters to enforce explicit intent and maintain consistency with the hexagonal architecture
  • Configure all hierarchical routing exclusively in AppModule using RouterModule.register() with nested children arrays to ensure a single source of truth for the entire API route structure
  • Create a dedicated NestJS module for each resource type, preventing controllers from handling sub-resource routes to maintain clear separation of concerns
  • Define controller routes using empty @Controller() decorators to inherit path segments from RouterModule configuration and avoid path duplication
  • Import child modules in parent module's imports array and register them as children in AppModule's RouterModule configuration to establish proper module dependencies
  • Include all parent resource IDs in URL paths to make hierarchical relationships explicit and enable proper resource scoping and validation
  • Place module files in directories that mirror the URL path hierarchy to make the codebase structure immediately understandable
  • Use organization ID from route parameters (@Param('orgId')) instead of extracting it from AuthRequest to ensure consistency with the URL hierarchy

Full standard is available here for further request: NestJS Module Hierarchy

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 16 lines · 309 tokens per session scan A 34adbdc3113a

Subscribe to this mod's changes

packmind packmind-nestjs-module-hierarchy.instructions.md is an instructions file published in the GitHub repository PackmindHub/packmind (308 stars, last pushed today), licensed Apache-2.0. It adds 309 tokens to every session, about $0.0015 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.