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

AGENTS.md@apps/web agentsA

AGENTS.md@apps/web 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 dev            # from the repo root: api + web together
pnpm --filter web dev
pnpm --filter web build
pnpm --filter web check-types
```

`pnpm lint` currently fails repo-wide: typescript-eslint supports `typescript <6.1.0`
and this repo compiles with TypeScript 7. Use `check-types` plus `prettier --write`
and commit with `--no-verify` until the plugin catches up.

## Architecture

- **Locale routing**: `[locale]/` segment, public pages under `src/app/[locale]/(main)/`.
- **Admin panel**: `src/app/admin/`, outside the locale segment because it is
  English only. `(panel)/` requires a session; `login/` does not.
- **Data**: the site never talks to the database. `shared/lib/api-server.ts`
  exposes `apiPublic` (no cookies, cached, safe during static generation) and
  `apiAdmin` (forwards the session cookie, never cached).
- **Types**: `@repo/contracts` is the single source of truth. `shared/lib/content-types.ts`
  re-exports the DTOs under the names the UI already used.

### Feature structure (views → containers → widgets → ui)

- **`views/`** — page-level composition, arranges containers in `<Suspense>`.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add figueroaignacio/ignaciofigueroa.dev/apps/web/AGENTS.md@git:20260913.8011ab0
Exact content
mdr add figueroaignacio/ignaciofigueroa.dev/apps/web/AGENTS.md@sha256:16dba893f8bae4dc

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_4r2d3x2ttfqmrof7.svg)](https://markdownregistry.com/a/art_4r2d3x2ttfqmrof7)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260913.8011ab0 latest2026-09-13 8011ab0 2,831 BA view · diff
git:20260912.6189d1b2026-09-12 6189d1b 2,152 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 (2831 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_4r2d3x2ttfqmrof7
GET https://markdownregistry.com/api/v1/resolve?ref=figueroaignacio/ignaciofigueroa.dev/apps/web/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/16dba893f8bae4dcc2dc6de67e50233151099331ed9a0f0c4231f03867fb169e

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/web

AGENTS.md@apps/web agents
canonry/canonry · apps/web/AGENTS.md
git:20260923.508d40e · audit A · 153 stars
AGENTS.md@apps/web agents
suxrobgm/jobpilot · apps/web/AGENTS.md
git:20260906.227a1d2 · audit A · 76 stars
AGENTS.md@apps/web agents
hyperb1iss/sibyl · apps/web/AGENTS.md
git:20260824.2fdf3b5 · audit A · 62 stars
AGENTS.md@apps/web agents
ihui-inf-ai/ihui-ai · apps/web/AGENTS.md
git:20260915.d2ad487 · audit F · 28 stars
AGENTS.md@apps/web agents
dicklesworthstone/asimposium.org · apps/web/AGENTS.md
git:20260904.8d715bc · audit A · 15 stars
AGENTS.md@apps/web agents
hraness/slopcamera · apps/web/AGENTS.md
git:20260922.8121777 · audit A · 6 stars
AGENTS.md@apps/web agents
hraness/atet · apps/web/AGENTS.md
git:20260922.8121777 · audit A · 6 stars

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