WealthWise-Finance-Tracker: Skill for Codex

.agents/skills/db-seed/SKILL.md

db-seed is a skill for Codex from hoangsonww/WealthWise-Finance-Tracker. It costs 52 tokens per session (373 once invoked), scanned A, original, MIT.

A project skill that fills the WealthWise MongoDB database with transaction categories or demonstration records using the project's seed scripts.

In plain words
What is it for?
Use it to add categories, create demo users and financial records, or populate a local database for testing. It can seed categories, demo data, or both.
Why use it?
It avoids manually creating test data and helps prevent unsafe seeding by checking the environment and database connection first.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is hoangsonww/WealthWise-Finance-Tracker's own configuration. It tells Codex how to work on WealthWise-Finance-Tracker itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything WealthWise-Finance-Tracker configures →

Reuse

Borrowing it

Nothing to install: this file belongs to hoangsonww/WealthWise-Finance-Tracker. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/hoangsonww/WealthWise-Finance-Tracker/master/.agents/skills/db-seed/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/hoangsonww/WealthWise-Finance-Tracker

Made for: Codex.

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 db-seed

README.md
[![agentmods](https://agentmods.dev/badge/skills/hoangsonww/wealthwise-finance-tracker/db-seed/github.svg)](https://agentmods.dev/skills/hoangsonww/wealthwise-finance-tracker/db-seed)
Your own site
<a href="https://agentmods.dev/skills/hoangsonww/wealthwise-finance-tracker/db-seed"><img src="https://agentmods.dev/badge/skills/hoangsonww/wealthwise-finance-tracker/db-seed/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for db-seed

Your own site · 80×15
<a href="https://agentmods.dev/skills/hoangsonww/wealthwise-finance-tracker/db-seed"><img src="https://agentmods.dev/badge/skills/hoangsonww/wealthwise-finance-tracker/db-seed.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 373 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00052 $0.00373
Opus 5 $0.00026 $0.00187
Sonnet 5 $0.00010 $0.00075
Haiku 4.5 $0.00005 $0.00037

Measured 11d ago against content hash fa68d25cfd57, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

db-seed 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 11d 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.

.agents/skills/db-seed/SKILL.md · 38 lines

What it actually says

Seed the WealthWise database using the project's built-in seed scripts.

Behavior by argument

Argument Command Seeds
(none) or categories npm run db:seed System transaction categories from categories.seed.ts
demo npm run db:seed -- demo Full demo dataset: user, transactions, budgets, goals from demo.seed.ts
all Run both in sequence Categories first, then demo

Pre-flight checks

  1. Verify .env exists in apps/api/ — check with test -f apps/api/.env. Never read its contents.
  2. Warn if NODE_ENV=production is set — seeding in production is destructive.
  3. Confirm MongoDB is reachable (check if the API is running or MongoDB container is up).
  4. Note: demo seeding may create duplicates if run multiple times against the same database.

Steps

  1. Run the appropriate seed command
  2. Report what was created based on the seed output (number of categories, demo records, etc.)
  3. Remind the user:
    • The demo user's credentials are defined in apps/api/src/seeds/demo.seed.ts
    • The seeded data is only visible when the API server connects to the same MongoDB instance

Safety

Never run db:seed -- demo without confirming the target environment is not production. If any doubt exists, ask before proceeding.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 38 lines · 52 tokens per session scan A fa68d25cfd57

Subscribe to this mod's changes

db-seed is a skill published in the GitHub repository hoangsonww/WealthWise-Finance-Tracker (24 stars, last pushed 3d ago), licensed MIT. It adds 52 tokens to every session and 373 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

google-firebase-ninja

Master orchestrator for 18+ Firebase agent skills from official Google repositories. Use when working with Firebase, Firestore, Firebase Auth, Firebase Hosting, Cloud Functions, Firebase Extensions, or any Firebase backend task. Routes to the optimal specialized skill based on context. Triggers: Firebase, Firestore…

fabricioctelles/jump-skills · 98 tokens

mongodb

Administer MongoDB databases. Configure replica sets, sharding, and backups. Use when managing MongoDB deployments.

BagelHole/DevOps-Security-Agent-Skills · 25 tokens

documentdb-document-crud

Document create/read/update/delete operations on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) collection via the documentdb-mcp MCP server — insert one/many, find with filter/sort/skip/limit, update/replace one/many, delete, count, and the atomic find-and-modify variants. Use when the agent must read or mutate…

Knuckles-Team/documentdb-mcp · 126 tokens

documentdb-aggregation-analytics

Read-only analytics on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) collection via the documentdb-mcp MCP server — run aggregation pipelines ($match/$group/$sort/…) and fetch distinct field values. Use when the agent must summarize, group, or profile documents rather than fetch individual rows. Do NOT use for…

Knuckles-Team/documentdb-mcp · 102 tokens

documentdb-collection-admin

Database, collection, and user administration on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) server via the documentdb-mcp MCP server — list/create/drop/rename databases and collections, and manage database users and their roles. Use when the agent must provision or tear down namespaces, enumerate the…

Knuckles-Team/documentdb-mcp · 106 tokens

documentdb-mcp-operations

Operate documentdb-mcp through its governed MCP and GraphOS capabilities, including documentdb aggregation analytics, documentdb collection admin, documentdb document crud, documentdb starter. Use when a request requires this provider's read, change, automation, ingestion, troubleshooting, or evidence workflows.

Knuckles-Team/documentdb-mcp · 63 tokens