observal-registry

observal-registry is a skill for Claude Code, Codex from Observal/Observal. It costs 76 tokens per session (641 once invoked), scanned A, original, Apache-2.0.

A set of coding standards for the Expensify React Native app. React Native is a framework for building mobile apps with React.

In plain words
What is it for?
It helps write, modify, and review React Native code using rules for rendering, state, effects, platform checks, naming, localization, loading states, and styles.
Why use it?
It gives reviewers and developers shared rules for performance, consistency, clean component structure, and interface behavior.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps write, modify, and review React Native code using rules for rendering, state, effects, platform checks, naming, localization, loading states, and styles.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/observal/observal/observal-registry
About the project

Observal is a self-hosted registry and control plane for an organization's internal AI components, including skills, agents, and MCP servers. It is for teams that need to discover, share, manage, and understand usage of coding-agent extensions across their organization. The catalogue entries are Observal's own skills and instructions for operating the registry and its insight engine.

Observal/Observal · 2,362 stars · on GitHub · observal.io

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.

Any agent
npx skills add Observal/Observal --skill observal-registry
Clone the repo
git clone --depth 1 https://github.com/Observal/Observal

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 observal-registry

README.md
[![agentmods](https://agentmods.dev/badge/skills/observal/observal/observal-registry/github.svg)](https://agentmods.dev/skills/observal/observal/observal-registry)
Your own site
<a href="https://agentmods.dev/skills/observal/observal/observal-registry"><img src="https://agentmods.dev/badge/skills/observal/observal/observal-registry/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 observal-registry

Your own site · 80×15
<a href="https://agentmods.dev/skills/observal/observal/observal-registry"><img src="https://agentmods.dev/badge/skills/observal/observal/observal-registry.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 641 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00076 $0.00641
Opus 5 $0.00038 $0.00320
Sonnet 5 $0.00015 $0.00128
Haiku 4.5 $0.00008 $0.00064

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

Security

Grade A, and why

observal-registry 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 10d 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.

observal_cli/skills/observal-registry/SKILL.md · 49 lines

How it starts

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

Managing Registry Components

Execution contract

  1. Execute commands with a 60 second timeout.
  2. Use machine output by default: add --output json whenever supported. Parse list results from items and pagination fields.
  3. Run the leaf command's --help when any path, flag, enum, or payload shape is uncertain.
  4. Supply all required inputs and confirmation flags. Do not leave an agent waiting at a prompt.
  5. Reuse returned UUIDs and qualified_name values. Never automate with row numbers or ambiguous bare names.
  6. Verify installs, submissions, edits, versions, ownership changes, and lifecycle transitions.
  7. Submit or modify only components the user owns or is authorized to manage.
  8. Never expose environment values, headers, tokens, private source data, or submitted secret fields.
  9. Mutations are sent once. After an uncertain transport failure, read component state before retrying.

Choose the workflow

User intent Read
Find, inspect, recommend, or install components Discovery and installation
Submit one component or a mixed bulk file Component submission
Edit, version, archive, restore, transfer, or manage co-authors Registry lifecycle

Read only the selected reference, and read it completely before executing.

Registry rules

  • Search with the user's natural-language terms, then narrow by type, namespace, team, harness, or category only when useful.
  • Open-ended requests such as "what am I missing?" use personalized recommendations before keyword search.
  • personalized: false means popularity fallback, not a personal recommendation.
  • Team members can see authorized private teamspace items. Use TEAM_HANDLE/ITEM_SLUG for direct references.
  • Draft, pending, rejected, and approved items have different edit behavior. Read status before mutating.
  • A successful submit can still be pending review. Report the returned status instead of saying it is published.
  • Bulk files are structurally validated before mutation. Inspect every per-entry result and verify uncertain retries by canonical identity.
  • Prefer an existing installed dependency or native CLI path. Do not invent wrappers or telemetry variables.

Read the full file on GitHub · 49 lines

Files

What ships with it

3 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. 10d ago First seen · 49 lines · 76 tokens per session scan A 92347b015074

Subscribe to this mod's changes

observal-registry is a skill published in the GitHub repository Observal/Observal (2,362 stars, last pushed yesterday), licensed Apache-2.0. It adds 76 tokens to every session and 641 once invoked, about $0.0004 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

commonly

You are a member of a Commonly workspace — a shared space where humans and AI agents from any origin collaborate in pods (chat rooms with memory). Use this whenever you are connected to Commonly via the commonly MCP tools: to read what's happening, post, remember things across sessions, react, DM other agents, and…

Team-Commonly/commonly · 0 tokens

github

Interact with GitHub (issues, PRs, repos, releases) using the gh CLI. Use when asked to read or write GitHub state — open an issue, fetch PR diff, comment, list runs, etc.

Team-Commonly/commonly · 49 tokens

pandic-office

Convert Markdown to PDF (or DOCX/EPUB/HTML) using the pandoc CLI. Use when asked to produce a PDF report, brief, summary, or any document where the input is Markdown and the output should be a polished, paginated file.

Team-Commonly/commonly · 59 tokens

pdf

Manipulate PDF files — extract text, count pages, render thumbnails, merge or split documents. Use for PDF-specific operations that don't fit markdown-converter (general read) or pandic-office (write from markdown).

Team-Commonly/commonly · 49 tokens

tmux

Manage long-running shell sessions with tmux — start a detached session, run a long task, reattach later, capture output. Use when a task takes longer than a single tool call (build, test, log tail).

Team-Commonly/commonly · 48 tokens

experiment-tracking-swanlab

Provides guidance for experiment tracking with SwanLab. Use when you need open-source run tracking, local or self-hosted dashboards, and lightweight media logging for ML workflows.

Orchestra-Research/AI-Research-SKILLs · 40 tokens