continue

continue is a command for Codex from KaelSensei/MagicAIBuilder. It costs 0 tokens per session (540 once invoked), scanned A, original, MIT.

A command for resuming work on the MagicTheOfflining app by reading its progress and development-plan files. It identifies the current state and the next unfinished task.

In plain words
What is it for?
Use it to reload progress, inspect the development plan, check the project state, summarize recent work, and begin the next pending task.
Why use it?
It avoids restarting from memory or guessing what remains to be done. The command restores project context before continuing development.

Command for Codex

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 commands/kaelsensei/magicaibuilder/continue
Clone the repo
git clone --depth 1 https://github.com/KaelSensei/MagicAIBuilder

Made for: 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 continue

README.md
[![agentmods](https://agentmods.dev/badge/commands/kaelsensei/magicaibuilder/continue.svg)](https://agentmods.dev/commands/kaelsensei/magicaibuilder/continue)
Your own site
<a href="https://agentmods.dev/commands/kaelsensei/magicaibuilder/continue"><img src="https://agentmods.dev/badge/commands/kaelsensei/magicaibuilder/continue.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 540 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00540
Opus 5 $0.00000 $0.00270
Sonnet 5 $0.00000 $0.00108
Haiku 4.5 $0.00000 $0.00054

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

Security

Grade A, and why

continue 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 3d 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/commands/continue.md · 66 lines

How it starts

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

Continue Command - Resume MagicTheOfflining Work

When /continue is invoked, resume work on this app by reloading progress and picking the next pending task.

Step 1: Project Context

  1. Assume a single app: MagicTheOfflining/
  2. Use project rules from .cursor/rules/*.mdc

Step 2: Read Progress Documentation

  1. Read PROGRESS.md
  2. Read docs/development/magic_the_offlining_step_by_step_dev_plan.md
  3. Optionally skim:
    • docs/architecture/magic_the_offlining_architecture.md
    • docs/deployment/PLAY_STORE_DEPLOYMENT.md (if currently in a release/deployment phase)

Step 3: Load Context

  1. From PROGRESS.md, extract:
    • Recently completed items
    • Any explicit "Next" / TODO sections
  2. From docs/development/magic_the_offlining_step_by_step_dev_plan.md, identify:
    • The current step
    • The next unfinished step(s)
  3. Check git status (conceptually):
    • Current branch
    • Uncommitted files
    • Whether there are local changes related to an in-progress feature

Step 4: Summarize and Proceed

Without asking for confirmation:

  1. State:
    • Current branch name
    • Last commit summary (if available)
  2. Summarize:
    • What has just been done (from PROGRESS.md)
    • What is clearly pending (from both docs)
  3. Choose the next concrete, bite-sized task, prioritizing:
    • Finishing an in-progress feature
    • Small UX fixes / scraping fixes / SQLite issues before big refactors
  4. Start implementing that task immediately, following:
    • Offline-only / local-first rules
    • React Native + TypeScript + SQLite stack conventions
    • Version-management rules (stage → commit with conventional message → push)

Expected Files

These live at the project root or in docs/:

  • PROGRESS.md (root)
  • docs/development/magic_the_offlining_step_by_step_dev_plan.md
  • docs/architecture/magic_the_offlining_architecture.md
  • docs/deployment/PLAY_STORE_DEPLOYMENT.md

Usage

Type /continue when you come back to MagicTheOfflining. The AI will:

Read the full file on GitHub · 66 lines

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. 3d ago First seen · 66 lines · 0 tokens per session scan A 9c392da9ea61

Subscribe to this mod's changes

continue is a command published in the GitHub repository KaelSensei/MagicAIBuilder (2 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 540 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-31.

Related

Other commands, from other repositories