The local Tuturuuu Codex plugin lives atDocumentation Index
Fetch the complete documentation index at: https://docs.tuturuuu.com/llms.txt
Use this file to discover all available pages before exploring further.
plugins/tuturuuu. It packages
repo-specific operating knowledge as Codex skills so future agent sessions can
load focused guidance without copying long instructions into every prompt.
Discovery
Codex discovers repo-local plugins through.agents/plugins/marketplace.json. The Tuturuuu marketplace is named
tuturuuu, displays as Tuturuuu, and points its local plugin entry at
./plugins/tuturuuu.
After changing marketplace metadata or plugin files, restart Codex. Then open
the plugin directory, choose the Tuturuuu marketplace, and install the
Tuturuuu plugin.
If Codex does not show the repo marketplace after restart, add the repo root as
a local marketplace source from the CLI:
Included Skills
$tuturuuu-platform: repo-wide workflow guidance forapps/web,packages/*,apps/database,apps/docs, translations, navigation, and verification follow-through.$tuturuuu-mobile-task-board: Flutter mobile task-board guidance for task dates, overdue behavior, task detail routing, description mode, assignee flows, and mobile version bump checks.$tuturuuu-database: Supabase migration, RLS, workspace-scoped API write, generated type, storage, and database verification guidance.$tuturuuu-ci-docs: GitHub Actions,tuturuuu.ts, validation script, docs-page, and docs navigation guidance.
CI Coverage
.github/workflows/codex-plugin.yaml runs the plugin-local validator and parses
the docs navigation JSON. The workflow is enabled through tuturuuu.ts, matching
the repo’s other CI switchboard-controlled checks.
The CI check currently verifies:
- plugin manifest JSON and interface metadata
- repo marketplace metadata at
.agents/plugins/marketplace.json - skill folder and frontmatter naming parity
agents/openai.yamldefaults for every skill- skill
references/links - plugin docs page registration in
apps/docs/docs.json - Codex plugin workflow registration in
tuturuuu.ts - absence of scaffold
[TODO: ...]placeholders
Validate The Plugin
Run the local validator after changing the plugin manifest or its skills:yaml, so it requires PyYAML in the active
Python environment. The plugin-local validator uses only the Python standard
library.
Maintenance Rules
- Keep
plugins/tuturuuu/.codex-plugin/plugin.jsonaligned with the plugin folder name. - Keep each skill folder name aligned with its
SKILL.mdfrontmattername. - Put detailed guidance in
references/and keepSKILL.mdfocused on the workflow that should be loaded immediately. - Add marketplace metadata only when deciding where the plugin should be
installed from: repo-local
.agents/plugins/marketplace.jsonor home-local~/.agents/plugins/marketplace.json.