equilateral-agents-open-core: Skill for Claude Code

.agents/skills/project-object/SKILL.md

project-object is a skill for Claude Code, Codex from Equilateral-AI/equilateral-agents-open-core. It costs 28 tokens per session (2,464 once invoked), scanned A, original, no licence file.

A session-memory tool for carrying decisions, coding patterns, corrections, and project standards between AI coding sessions.

In plain words
What is it for?
Use it when you want the agent to remember project conventions, past decisions, and feedback while writing code.
Why use it?
It reduces repeated explanations and helps keep work consistent across separate sessions.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is Equilateral-AI/equilateral-agents-open-core's own configuration. It tells Claude Code and Codex how to work on equilateral-agents-open-core 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 equilateral-agents-open-core configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Equilateral-AI/equilateral-agents-open-core. 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/Equilateral-AI/equilateral-agents-open-core/main/.agents/skills/project-object/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Equilateral-AI/equilateral-agents-open-core

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 project-object

README.md
[![agentmods](https://agentmods.dev/badge/skills/equilateral-ai/equilateral-agents-open-core/project-object.svg)](https://agentmods.dev/skills/equilateral-ai/equilateral-agents-open-core/project-object)
Your own site
<a href="https://agentmods.dev/skills/equilateral-ai/equilateral-agents-open-core/project-object"><img src="https://agentmods.dev/badge/skills/equilateral-ai/equilateral-agents-open-core/project-object.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,464 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 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.1 $0.00028 $0.02464
Opus 5 $0.00014 $0.01232
Sonnet 5 $0.00006 $0.00493
Haiku 4.5 $0.00003 $0.00246

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

Security

Grade A, and why

project-object 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 7d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/context-reader.sh, scripts/setup.sh, scripts/standards-loader.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/project-object/SKILL.md · 317 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

6 files 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. 7d ago First seen · 317 lines · 28 tokens per session scan A 4e8fc54c2751

Subscribe to this mod's changes

project-object is a skill published in the GitHub repository Equilateral-AI/equilateral-agents-open-core (59 stars, last pushed 3d ago), with no licence file. It adds 28 tokens to every session and 2,464 once invoked, about $0.0001 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

memory

Unified read-side memory operations including knowledge graph search, session context loading, decision timeline viewing, and Mermaid graph visualization. Subcommands: search, load, history, viz, status. Complements /ork:remember (write-side). Use when searching past decisions, loading context, or visualizing the…

yonatangross/orchestkit · 64 tokens

context-agent

Agente de contexto para continuidade entre sessoes. Salva resumos, decisoes, tarefas pendentes e carrega briefing automatico na sessao seguinte.

sinhoneyy/master-skills · 35 tokens

session-handoff

Use this skill to compress and serialize the current engineering session state into a structured handoff document. Captures completed work, modified files, key architectural decisions, test status, open blockers, and exact next steps for another agent or future session to resume work without context loss.

karthikrshet/aiskills · 60 tokens

context-agent

Agente de contexto para continuidade entre sessoes. Salva resumos, decisoes, tarefas pendentes e carrega briefing automatico na sessao seguinte.

aboalrejal-ai/skills · 35 tokens

memory-os

Persistent memory system for AI agents — daily logs, long-term memory, identity files, and heartbeat-driven recall. Solves context amnesia across sessions.

theagentledger/agent-skills · 33 tokens

project-wiki

A system for creating and maintaining a project wiki: a set of organized documents that explain a software project's plans, rules, references, and progress.

GeminiLight/MindOS · 63 tokens