src/simba/codex_skills/simba-codex-lifecycle/SKILL.md
Enforce Simba's Codex lifecycle routine for coding tasks. Use when starting or finishing implementation work in a Simba-enabled repo to run `simba codex-status` at start, `simba codex-extract` when extraction is pending, and `simba codex-finalize` before final handoff.
npx skillsauth add mahmoudimus/simba simba-codex-lifecycleInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run this routine for implementation tasks in Simba-enabled repositories.
simba codex-recall "<user request>"
simba codex-status
Do not run this on every prompt. Re-run only if:
pending_extraction, run:simba codex-extract
simba codex-finalize
Prefer to include both response text and transcript path when available:
simba codex-finalize --response-file /path/to/response.txt --transcript /path/to/transcript.jsonl
If those files are not available, still run simba codex-finalize as a best-effort check.
If simba is not in PATH, use:
uvx --from /Users/mahmoud/src/ai/simba simba codex-status
codex-recall returned relevant memories and how they informed your approach.codex-status reports pending extraction, do not ignore it. Run codex-extract and report that action.development
Index the current project for optimized search with QMD semantic search and fast file suggestions. Run this when entering a new codebase or after significant changes. Saves 60-80% tokens on exploration tasks.
tools
Show token economics comparing usage with turbo-search vs without. Demonstrates actual savings from search-first approach.
development
Enforce Simba's Codex lifecycle routine for coding tasks. Use when starting or finishing implementation work in a Simba-enabled repo to run `simba codex-status` at start, `simba codex-extract` when extraction is pending, and `simba codex-finalize` before final handoff.
tools
Save the current work session to persistent memory for future context. Summarizes accomplishments, tracks files modified, and stores learnings for cross-session continuity.