tuturuuu-ci-docs

tuturuuu-ci-docs is a skill for Codex from tutur3u/platform. It costs 22 tokens per session (501 once invoked), scanned A, original, Apache-2.0.

Guidance for changing Tuturuuu's automated build checks, deployment workflows, validation scripts, and documentation. Continuous integration, or CI, automatically runs checks when code changes; deployment workflows publish software to an environment.

In plain words
What is it for?
Use it to update GitHub Actions, CI switches, validation scripts, documentation pages and navigation, Docker deployment runbooks, and blue-green deployment guidance.
Why use it?
It helps changes remain discoverable in the documentation and keeps CI and deployment configuration consistent with the project's existing workflow structure.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions AGENTS.md; $skill-name invocation.

Good fit Use it to update GitHub Actions, CI switches, validation scripts, documentation pages and navigation, Docker deployment runbooks, and blue-green deployment guidance.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tutur3u/platform/tuturuuu-ci-docs
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 tutur3u/platform --skill tuturuuu-ci-docs
Clone the repo
git clone --depth 1 https://github.com/tutur3u/platform

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 tuturuuu-ci-docs

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/tutur3u/platform/tuturuuu-ci-docs"><img src="https://agentmods.dev/badge/skills/tutur3u/platform/tuturuuu-ci-docs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 501 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.00022 $0.00501
Opus 5 $0.00011 $0.00251
Sonnet 5 $0.00004 $0.00100
Haiku 4.5 $0.00002 $0.00050

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

Security

Grade A, and why

tuturuuu-ci-docs 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 4d 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.

plugins/tuturuuu/skills/tuturuuu-ci-docs/SKILL.md · 48 lines

How it starts

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

Tuturuuu CI Docs

Core Workflow

For CI changes, inspect the existing workflow family before adding a new file. Most workflows use .github/workflows/ci-check.yml as a reusable switchboard and are enabled from tuturuuu.ts.

For docs changes, update the MDX page and apps/docs/docs.json together when adding a new page. A page that is not in docs.json is not discoverable in the docs site.

Consult references/ci-docs-checklist.md for workflow wiring or docs navigation changes. Read references/blue-green-patterns.md when CI/docs work touches Docker web deployment, blue/green watcher behavior, BuildKit, monitoring, or deployment runbooks that used to live in root AGENTS.md.

If the user asks to commit the finished work, route to $tuturuuu-commit and keep docs, CI, and validator changes split only when they are independently revertible.

CI Patterns

  • Prefer narrow validation jobs that do not install the full monorepo unless the check needs dependencies.
  • Keep plugin and script validators standard-library based when feasible so CI stays fast and stable.
  • Add new workflows to tuturuuu.ts so the repo CI switchboard can enable or disable them consistently.
  • Use read-only permissions for validation jobs unless a workflow truly writes commits, comments, or artifacts.
  • Finite builds needed to validate the authorized change may run; starting a long-lived server requires the runtime task to need it. Deployment authority remains separate.

Documentation Patterns

  • Put durable team-facing knowledge in apps/docs.
  • Prefer updating an existing page when the topic already fits the docs tree.
  • Add new pages to apps/docs/docs.json in the relevant navigation group.
  • Document validation commands and known environment requirements next to the workflow they support.
  • Keep runbooks operational and specific: paths, commands, failure modes, and expected outputs are more useful than broad prose.

Verification

For CI and docs work:

  • Run the changed validator directly.
  • Parse changed JSON with python3 -m json.tool.
  • Run formatter/linter commands required by the repo for touched files.
  • Run git diff --check.
  • If root TypeScript config changed, finish with bun check when feasible.

Read the full file on GitHub · 48 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. 4d ago Changed · -41 tokens per session 99ccaa392706
  2. 7d ago First seen · 48 lines · 63 tokens per session scan A 82946a832a7a

Subscribe to this mod's changes

tuturuuu-ci-docs is a skill published in the GitHub repository tutur3u/platform (53 stars, last pushed today), licensed Apache-2.0. It adds 22 tokens to every session and 501 once invoked, about $0.0001 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-03.

Related

Other skills, from other repositories

magic-ui

Use this skill when users want to add, customize, or troubleshoot Magic UI components in React/Next.js projects. It covers component selection, shadcn registry installation (@magicui/), integration patterns, and practical quality checks for accessibility and maintainability.

magicuidesign/magicui · 56 tokens

frontend-engineer

!cat skills/shared/protocols/ux-protocol.md 2>/dev/null || true !cat skills/shared/protocols/input-validation.md 2>/dev/null || true !cat skills/shared/protocols/tool-efficiency.md 2>/dev/null || true !cat .production-grade.yaml 2>/dev/null || echo "No config — using defaults" !cat .forgewright/codebase-context.md…

buiphucminhtam/forgewright · 55 tokens

nextjs-pages-router

Set up tRPC in Next.js Pages Router with createNextApiHandler, createTRPCNext, withTRPC HOC, SSR via ssr option and ssrPrepass, SSG via createServerSideHelpers with getStaticProps, and server-side helpers for getServerSideProps prefetching.

trpc/trpc · 67 tokens

react-query-setup

Set up @trpc/tanstack-react-query with createTRPCContext(), TRPCProvider, useTRPC() hook, queryOptions/mutationOptions factories, query invalidation via queryClient.invalidateQueries with queryFilter, and type inference with inferInput/inferOutput.

trpc/trpc · 60 tokens

server-side-calls

Call tRPC procedures directly from server code using t.createCallerFactory() and router.createCaller(context) for integration testing, internal server logic, and custom API endpoints. Catch TRPCError and extract HTTP status with getHTTPStatusCodeFromError(). Error handling via onError option.

trpc/trpc · 61 tokens

trpc-router

Entry point for all tRPC skills. Decision tree routing by task: initTRPC.create(), t.router(), t.procedure, createTRPCClient, adapters, subscriptions, React Query, Next.js, links, middleware, validators, error handling, caching, FormData.

trpc/trpc · 59 tokens