gpt-astra

gpt-astra is a skill for Claude Code, Codex from Zfinix/aster. It costs 49 tokens per session (442 once invoked), scanned A, original, Apache-2.0.

A guide for adapting agent instructions, skills, and prompts for GPT-6 Astra, also called Codex. It focuses on removing unnecessary instructions, handling decisions clearly, and defining when work is complete.

In plain words
What is it for?
Use it to audit or rewrite AGENTS.md files, skills, and prompts when targeting Astra, Codex, or GPT-6.
Why use it?
Older instructions may over-explain routine behaviour or make the agent stop too early. This guide helps reduce wasted context and avoid overly restrictive rules.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md; mentions Codex.

Good fit Use it to audit or rewrite AGENTS.md files, skills, and prompts when targeting Astra, Codex, or GPT-6.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zfinix/aster/gpt-astra
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 Zfinix/aster --skill gpt-astra
Clone the repo
git clone --depth 1 https://github.com/Zfinix/aster

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 gpt-astra

README.md
[![agentmods](https://agentmods.dev/badge/skills/zfinix/aster/gpt-astra.svg)](https://agentmods.dev/skills/zfinix/aster/gpt-astra)
Your own site
<a href="https://agentmods.dev/skills/zfinix/aster/gpt-astra"><img src="https://agentmods.dev/badge/skills/zfinix/aster/gpt-astra.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 442 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.00049 $0.00442
Opus 5 $0.00024 $0.00221
Sonnet 5 $0.00010 $0.00088
Haiku 4.5 $0.00005 $0.00044

Measured today against content hash cfed09d8c07e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

gpt-astra 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 today.

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.

skills/gpt-astra/SKILL.md · 32 lines

What it actually says

GPT-6 Astra optimization

Astra handles nuance, ambiguity, and judgment better than previous models. Instructions written for older models often over-specify, over-constrain, or burn context on things Astra does on its own.

Core principles

  1. Remove what Astra already does. It runs tests, checks its work, and reads what it needs without being told. Instructions that push these behaviors waste context and can cause over-testing.

  2. Loosen decision boundaries. Astra takes boundaries seriously. Strong "always ask first" language written for older models will make Astra stop where you'd want it to continue. Replace with per-workflow permission: "The local test suite uses disposable fixtures. Run it, fix failures caused by your change, and rerun without asking."

  3. Define completion, not just the first step. Astra can feel tentative about how far to take a task. If the work includes "implement, inspect the result, and fix what fails," say that in the request. A requirement to stop for review after the first implementation pulls Astra toward an early stopping point.

  4. Keep descriptions short. Skill descriptions compete for context. Each one should be the minimum needed to decide when to load the skill. Long descriptions get truncated, and "pick me" energy leads to wrong skill selection.

  5. Use progressive disclosure. The root SKILL.md is a router. Put detailed workflows in companion files so Astra only reads what applies to the current task.

When to apply

  • Writing or editing a SKILL.md for this repo
  • Auditing AGENTS.md for over-specification
  • Writing task prompts for Astra
  • Reviewing a skill that fires too often or not enough

Companion docs

  • AUDIT.md — step-by-step workflow for auditing AGENTS.md and skills against Astra's capabilities. Load this when the user asks for an audit.
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. today First seen · 32 lines · 49 tokens per session scan A cfed09d8c07e

Subscribe to this mod's changes

gpt-astra is a skill published in the GitHub repository Zfinix/aster (57 stars, last pushed yesterday), licensed Apache-2.0. It adds 49 tokens to every session and 442 once invoked, about $0.0002 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-09-07.

Related

Other skills, from other repositories

harness

Use when governing a workspace's control plane, code or not — the 01-TOOLS/ tooling layer, the 02-DOCS/ chaos→knowledge wiki, the root Knowledge map. Audits it, migrates legacy XX- folders, scaffolds provider tooling, sweeps the inbox, writes root CLAUDE.md/AGENTS.md. NOT the bootstrap front door (that is init, which…

ericrisco/rsc-harness · 94 tokens

ctx

Codebase intelligence and evidence-driven governance with the indexed ctx CLI. Use when exploring an unfamiliar repository, locating symbols or callers, checking for existing implementations, estimating change impact, enforcing architecture rules, scoring a branch, finding hotspots or duplication, or analyzing…

agentis-tools/ctx · 60 tokens

lemma-user

Operate an existing Lemma pod from the CLI as a human or agent: inspect resources, query tables and records under RLS, search and read pod files (converted markdown, page images), run functions and workflows, submit waiting workflow forms, chat with pod agents, message pod members, and execute third-party connector…

lemma-work/lemma-platform · 81 tokens

lemma-builder

Design and build complete Lemma pods: model tables/files/functions/agents/workflows/schedules/connectors/surfaces/apps from a problem statement, author a local pod bundle, import progressively with the Lemma CLI, and verify every layer. Use for pod design, creation, restructuring, import/export, and app development.…

lemma-work/lemma-platform · 85 tokens

lemma-evals

Design, run, and review repeatable evaluations for Lemma agents, functions, and workflows. Use when defining evaluation contracts and case datasets, comparing a baseline with a candidate revision or runtime, checking deterministic correctness or rubric-scored judgment, measuring repeated-run variance, testing…

lemma-work/lemma-platform · 102 tokens

lemma-research

Run rigorous, source-backed research in an existing Lemma pod. Use for investigations, literature or market scans, policy and product research, fact-checking, comparisons, current-information questions, and updates to prior research that require pod files, workspace material, or web sources; exact citations; explicit…

lemma-work/lemma-platform · 89 tokens