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.
npx agentmods add skills/comeonoliver/skillshub/project-guidelines-examplenpx skills add ComeOnOliver/skillshub --skill project-guidelines-examplegit clone --depth 1 https://github.com/ComeOnOliver/skillshubWrote 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.
[](https://agentmods.dev/skills/comeonoliver/skillshub/project-guidelines-example)<a href="https://agentmods.dev/skills/comeonoliver/skillshub/project-guidelines-example"><img src="https://agentmods.dev/badge/skills/comeonoliver/skillshub/project-guidelines-example.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00027 | $0.01260 |
| Opus 5 | $0.00014 | $0.00630 |
| Sonnet 5 | $0.00005 | $0.00252 |
| Haiku 4.5 | $0.00003 | $0.00126 |
Grade A, and why
project-guidelines-example scanned grade A with 1 finding 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 4d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
const response = await fetch(endpoint, { How it starts
The opening of the file, as written. The whole thing — 212 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Project Guidelines Skill (Ongize Example)
This is an example of a project-specific skill. Use this as a template for your own projects.
Based on the local Ongize monorepo.
When to Use
Reference this skill when working on the Ongize repo. Project skills contain:
- Architecture overview
- File structure
- Code patterns
- Testing and quality workflow
- Deployment workflow
Architecture Overview
Tech Stack:
- Monorepo: Turborepo + pnpm workspaces
- Frontend: Next.js 15 (App Router), React 19, TypeScript, Mantine, Tailwind 4
- Backend: Cloudflare Workers (Hono + Zod OpenAPI)
- Database: Neon Postgres with Drizzle ORM (Kysely for complex SQL)
- Auth: better-auth
- Background Jobs: Trigger.dev
- Tooling: Biome, TypeScript, Lefthook, Commitlint
- Deployment: OpenNext on Cloudflare (web/app) + Wrangler for API
Services:
┌────────────────────────────┐ ┌────────────────────────────┐
│ Frontend (website) │ │ Frontend (app) │
│ Next.js + React + Mantine │ │ Next.js + React + Mantine │
└───────────────┬────────────┘ └───────────────┬────────────┘
│ │
└───────────────┬────────────────┘
▼
┌─────────────────────────────────────────────────┐
│ API (Cloudflare) │
│ Hono + Zod OpenAPI + TypeScript │
└───────────────────────┬─────────────────────────┘
▼
┌──────────────────┐
│ Postgres (Neon) │
│ Drizzle + Kysely │
└──────────────────┘
Other services: S3 (files), Resend (email), Twilio (SMS), Trigger.dev (jobs)
File Structure
ongize/
├── apps/
│ ├── website/ # Marketing site (Next.js)
│ ├── app/ # Main product (Next.js)
│ └── api/ # Cloudflare Workers API (Hono)
├── packages/
│ └── shared/ # Shared types, utilities, styles
├── scripts/ # Tooling scripts (type generation, etc.)
├── docs/ # Documentation
├── turbo.json # Turbo pipelines
├── pnpm-workspace.yaml # Workspaces
└── biome.json # Lint/format rules
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.
- 4d ago First seen · 212 lines · 27 tokens per session scan A 422709222a34
project-guidelines-example is a skill published in the GitHub repository ComeOnOliver/skillshub (63 stars, last pushed 2mo ago), licensed MIT. It adds 27 tokens to every session and 1,260 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
mem0-oss-to-platform
Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…
complete-partial-pr
Evaluate and complete an issue or PR where the submitted patch fixes only a narrow symptom of the reported pain point. Use when a contribution may miss adjacent integration surfaces, provider/spec semantics, roundtrip behavior, tests, docs, or historical maintainer decisions.
rulesync
Generates and syncs AI rule configuration files (.cursorrules, CLAUDE.md, copilot-instructions.md) across 20+ coding tools from a single source. Use when syncing AI rules, running rulesync commands, importing or generating rule files, or managing shared AI coding configurations.
taiyi-ui-design
TaiyiForge 第 4 阶段 — UI/UX 契约,产出 UI-DESIGN.md。四端通用。.
code-reviewer
Code review specialist focused on patterns, bugs, security, and performance.
gh-bulk-issues
Orchestrate parallel Mastra Code headless instances to debug and fix multiple GitHub issues simultaneously.