skillsboard AGENTS.md

skillsboard AGENTS.md is an instructions file for Codex, OpenCode from TommyBez/skillsboard. It costs 1,046 tokens per session, scanned A, original, MIT.

Project instructions for working on Skills Board, a Next.js web app with a PostgreSQL database and user sign-in. They explain the app, local setup, and database structure.

In plain words
What is it for?
Use them when running Skills Board locally, changing its app or database code, or checking its authentication and deployment configuration.
Why use it?
They give coding agents the project context and setup steps needed to work consistently without guessing how the app runs.

Instructions file for CodexOpenCode

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/tommybez/skillsboard/agents-md
Clone the repo
git clone --depth 1 https://github.com/TommyBez/skillsboard

Made for: Codex, OpenCode.

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 skillsboard AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/tommybez/skillsboard/agents-md.svg)](https://agentmods.dev/instructions/tommybez/skillsboard/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/tommybez/skillsboard/agents-md"><img src="https://agentmods.dev/badge/instructions/tommybez/skillsboard/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,046 This file is loaded in full into every session.
When invoked 1,046 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.1 $0.01046 $0.01046
Opus 5 $0.00523 $0.00523
Sonnet 5 $0.00209 $0.00209
Haiku 4.5 $0.00105 $0.00105

Measured yesterday against content hash 064c1dc28826, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

skillsboard AGENTS.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 yesterday.

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.

AGENTS.md · 35 lines

How it starts

The opening of the file, as written. The whole thing — 35 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md

Cursor Cloud specific instructions

What this is

skillsboard is a single Next.js 16 (App Router, Turbopack) app — UI + API routes in one process. Its backing store is a Neon PostgreSQL database (pulled from Vercel; see below). Auth is Better Auth (email OTP via Resend + organizations + OAuth/MCP provider). There is no separate backend to run.

Running locally

  • Environment lives in .env.local (gitignored, so it is not in the repo). Populate it from Vercel (VERCEL_TOKEN is provided as a secret): the project is linked to tommasos-projects-bb9d6551/skillsboard. Pull the Development variables (Neon Postgres DATABASE_URL / DATABASE_URL_UNPOOLED, BETTER_AUTH_SECRET, VERCEL_OIDC_TOKEN, etc.) with: npx vercel env pull .env.local --environment=development --yes (run npx vercel link --yes --project skillsboard --scope tommasos-projects-bb9d6551 first if .vercel/project.json is absent). This points the app at the persistent Neon development branch, isolated from Production's main branch. Preview deployments use Neon-managed ephemeral branches. Set BETTER_AUTH_URL=http://localhost:3000 in .env.local for local auth callbacks. PostHog variables are scoped to Vercel Production and analytics is intentionally disabled in local development and Preview deployments.
  • Dev server: pnpm dev (serves http://localhost:3000). Standard scripts live in package.json.
  • After changing .env.local, restart pnpm dev so the pg pool in lib/db/index.ts (created at module load) picks up the new DATABASE_URL.

Database schema

The schema lives in lib/db/schema.ts and is managed with versioned Drizzle migrations committed in drizzle/ (see docs/database-migrations.md). After editing the schema, run pnpm db:generate --name <description> and commit the generated SQL together with the schema change — do not hand-edit drizzle/meta/. Vercel builds apply pending migrations automatically (vercel-build runs pnpm db:migrate before next build): preview builds against the Neon preview/<git-branch> database branch, production builds against Neon main. Drizzle uses the direct DATABASE_URL_UNPOOLED; the app continues to use pooled DATABASE_URL. To align the database in .env.local (normally the Neon development branch), run pnpm db:migrate. pnpm db:push remains for throwaway prototyping only; never push to a migration-managed database, or the next db:migrate will fail on drift.

Read the full file on GitHub · 35 lines

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. yesterday First seen · 35 lines · 1,046 tokens per session scan A 064c1dc28826

Subscribe to this mod's changes

skillsboard AGENTS.md is an instructions file published in the GitHub repository TommyBez/skillsboard (5 stars, last pushed yesterday), licensed MIT. It adds 1,046 tokens to every session, about $0.0052 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-09-03.