Home / figueroaignacio / ignaciofigueroa.dev · apps/api/AGENTS.md · GitHub

AGENTS.md@apps/api agentsA

AGENTS.md@apps/api is agent-read markdown (agents) from figueroaignacio/ignaciofigueroa.dev.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# AGENTS.md

## Commands

```bash
pnpm --filter api dev        # watch mode on :4000
pnpm --filter api build
pnpm --filter api test
pnpm --filter api check-types
pnpm --filter api mcp        # MCP server over stdio (needs a build first)
pnpm --filter api ingest     # rebuild the assistant's RAG table from published content
```

## Architecture

One module per collection, each with a public read controller and a guarded
`admin/` controller. Services own the database access through the injected
Drizzle client; there is no repository layer because Drizzle already is one.

- `config/env.ts` validates the environment with zod at boot; a missing or short
  `JWT_SECRET` fails the process instead of the first request.
- `common/dto.ts` turns the shared zod schemas into Nest DTO classes. Update
  schemas come from `toUpdateSchema`, which strips `.default()` so a PATCH only
  writes the fields it actually sends.
- `storage/` defines `StoragePort` and its Supabase adapter, so the bucket can be
  swapped without touching the media module.
- `github/` syncs pull requests for contributions; a failed call never blocks a save.
- `mcp/` reuses the same services through a standalone Nest context.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add figueroaignacio/ignaciofigueroa.dev/apps/api/AGENTS.md@git:20260921.ab6c3a7
Exact content
mdr add figueroaignacio/ignaciofigueroa.dev/apps/api/AGENTS.md@sha256:f2cce3aaadc87ebe

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_jtkqrzjvgi4lvzct.svg)](https://markdownregistry.com/a/art_jtkqrzjvgi4lvzct)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260921.ab6c3a7 latest2026-09-21 ab6c3a7 1,720 BA view · diff
git:20260912.6189d1b2026-09-12 6189d1b 1,458 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (1720 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

figueroaignacio/ignaciofigueroa.dev · 5 stars · license MIT · pushed 2026-09-22 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_jtkqrzjvgi4lvzct
GET https://markdownregistry.com/api/v1/resolve?ref=figueroaignacio/ignaciofigueroa.dev/apps/api/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/f2cce3aaadc87ebe90d31ee5205132df82edbbd0d178234cc6f7e4b89054a4bb

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from figueroaignacio/ignaciofigueroa.dev

accessibility skill
figueroaignacio/ignaciofigueroa.dev · .agents/skills/accessibility/SKILL.md · Audit and improve web accessibility following WCAG 2.2 guidelines. Use when asked to "improve accessibility", "a11y…
v1.1 · audit A · 5 stars
caveman skill
figueroaignacio/ignaciofigueroa.dev · .agents/skills/caveman/SKILL.md · Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical…
git:20260421.3d2fabf · audit A · 5 stars
AGENTS.md@.agents/skills/composition-patterns agents
figueroaignacio/ignaciofigueroa.dev · .agents/skills/composition-patterns/AGENTS.md
git:20260429.b0d7cdc · audit A · 5 stars
vercel-composition-patterns skill
figueroaignacio/ignaciofigueroa.dev · .agents/skills/composition-patterns/SKILL.md · React composition patterns that scale. Use when refactoring components with
v1.0.0 · audit A · 5 stars
copywriting skill
figueroaignacio/ignaciofigueroa.dev · .agents/skills/copywriting/SKILL.md · When the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages…
v1.1.0 · audit A · 5 stars
design-md skill
figueroaignacio/ignaciofigueroa.dev · .agents/skills/design-md/SKILL.md · Analyze Stitch projects and synthesize a semantic design system into DESIGN.md files
git:20260502.8c00a56 · audit A · 5 stars
DESIGN.md@.agents/skills/design-md/examples design
figueroaignacio/ignaciofigueroa.dev · .agents/skills/design-md/examples/DESIGN.md
git:20260502.8c00a56 · audit A · 5 stars
frontend-design skill
figueroaignacio/ignaciofigueroa.dev · .agents/skills/frontend-design/SKILL.md · Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to…
git:20260429.b0d7cdc · audit A · 5 stars
improve-codebase-architecture skill
figueroaignacio/ignaciofigueroa.dev · .agents/skills/improve-codebase-architecture/SKILL.md · Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in…
git:20260502.f536215 · audit A · 5 stars
marketing-psychology skill
figueroaignacio/ignaciofigueroa.dev · .agents/skills/marketing-psychology/SKILL.md · When the user wants to apply psychological principles, mental models, or behavioral science to marketing. Also use when…
v1.1.0 · audit A · 5 stars
neon-postgres skill
figueroaignacio/ignaciofigueroa.dev · .agents/skills/neon-postgres/SKILL.md · Guides and best practices for working with Neon Serverless Postgres. Covers getting started, local development with…
git:20260429.b0d7cdc · audit A · 5 stars
next-best-practices skill
figueroaignacio/ignaciofigueroa.dev · .agents/skills/next-best-practices/SKILL.md · Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route…
git:20260429.b0d7cdc · audit A · 5 stars

Every file in figueroaignacio/ignaciofigueroa.dev

Other files named AGENTS.md@apps/api

AGENTS.md@apps/api agents
canonry/canonry · apps/api/AGENTS.md
git:20260919.46b60a6 · audit A · 153 stars

Browse by kind, by grade A, or by owner.