daos

daos is a skill for Claude Code, Codex from orangehrm/orangehrm. It costs 0 tokens per session (9,707 once invoked), scanned A, original, GPL-3.0.

A reference for OrangeHRM's data-access classes, which contain the code that reads from and writes to the database. It covers plugin-specific DAO classes, shared database helpers, and common query-building patterns.

In plain words
What is it for?
Use it when creating DAO classes, accessing entities, joining related records, filtering results, or building conditional database queries.
Why use it?
It helps developers follow the project's established persistence structure instead of writing database queries in inconsistent or incompatible ways.

Skill for Claude CodeCodex

About the project

OrangeHRM is a human resources management system for handling essential employee and workforce functions. Enterprises use it as an HR application, and the repository also includes guidance for AI coding agents working on the project. The catalogue items support that development workflow.

orangehrm/orangehrm · 1,129 stars · on GitHub

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 skills/orangehrm/orangehrm/daos
Any agent
npx skills add orangehrm/orangehrm --skill daos
Clone the repo
git clone --depth 1 https://github.com/orangehrm/orangehrm

Made for: Claude Code, 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 daos

README.md
[![agentmods](https://agentmods.dev/badge/skills/orangehrm/orangehrm/daos.svg)](https://agentmods.dev/skills/orangehrm/orangehrm/daos)
Your own site
<a href="https://agentmods.dev/skills/orangehrm/orangehrm/daos"><img src="https://agentmods.dev/badge/skills/orangehrm/orangehrm/daos.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 9,707 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00000 $0.09707
Opus 5 $0.00000 $0.04854
Sonnet 5 $0.00000 $0.01941
Haiku 4.5 $0.00000 $0.00971

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

Security

Grade A, and why

daos 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 5d 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/daos/SKILL.md · 871 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 5d ago First seen · 871 lines · 0 tokens per session scan A 1eb0f629b978

Subscribe to this mod's changes

daos is a skill published in the GitHub repository orangehrm/orangehrm (1,129 stars, last pushed 2mo ago), licensed GPL-3.0. It costs nothing until one of its globs matches a file; then it loads 9,707 tokens. 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

sqlite-schema-design

Design or review schemas for crates/cloudsync using SQLite Sync constraints, not generic SQLite advice. Use when adding synced tables, changing synced columns, or planning CloudSync-safe migrations.

fastrepl/anarlog · 42 tokens

query-performance

Validate what a ClickHouse query actually costs before merging it — at production scale through read-only environment access, or on a revived Testcontainers dataset extrapolated to 20k/500k/1M entities. Use when a DAO query changes, when an endpoint is slow, or when a reviewer asks "what does this cost at scale".

comet-ml/opik · 71 tokens

reactive-sqlite-ui

Build SQLite-backed reactive UI in apps/desktop using stable patterns for reads, selection, forms, writes, and loading states. Use when implementing or reviewing screens built on useDrizzleLiveQuery and SQLite mutations.

fastrepl/anarlog · 53 tokens

whodb

Query and explore databases via MCP. Use when the user asks to inspect schemas, run SQL, browse tables, analyze data quality, generate ER diagrams, or work with PostgreSQL, MySQL, MariaDB, TiDB, SQLite, MongoDB, Redis, ClickHouse, Elasticsearch, or DuckDB.

clidey/whodb · 64 tokens

schema-designer

Help design database schemas, create tables, and plan data models. Activates when users ask to create tables, design schemas, or model data relationships.

clidey/whodb · 34 tokens

query-builder

Convert natural language questions into SQL queries. Activates when users ask data questions in plain English like "show me users who signed up last week" or "find orders over $100".

clidey/whodb · 40 tokens