HACKATON-TAWS: Skill for Codex

.agents/skills/jelou-build-workflow/SKILL.md

jelou-build-workflow is a skill for Codex from justinz12xd/HACKATON-TAWS. It costs 100 tokens per session (3,724 once invoked), scanned A, original, no licence file.

An internal tool for building or changing one Jelou Brain workflow at a time. Jelou Brain workflows are automated sequences of steps for handling a task.

In plain words
What is it for?
It is for creating or patching a single Jelou Brain workflow, followed by recommended quality checks.
Why use it?
It guides the workflow through discovery, intent detection, editing, validation, and delivery checks.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is justinz12xd/HACKATON-TAWS's own configuration. It tells Codex how to work on HACKATON-TAWS itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything HACKATON-TAWS configures →

Reuse

Borrowing it

Nothing to install: this file belongs to justinz12xd/HACKATON-TAWS. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/justinz12xd/HACKATON-TAWS/main/.agents/skills/jelou-build-workflow/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/justinz12xd/HACKATON-TAWS

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 jelou-build-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/justinz12xd/hackaton-taws/jelou-build-workflow/github.svg)](https://agentmods.dev/skills/justinz12xd/hackaton-taws/jelou-build-workflow)
Your own site
<a href="https://agentmods.dev/skills/justinz12xd/hackaton-taws/jelou-build-workflow"><img src="https://agentmods.dev/badge/skills/justinz12xd/hackaton-taws/jelou-build-workflow/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 jelou-build-workflow

Your own site · 80×15
<a href="https://agentmods.dev/skills/justinz12xd/hackaton-taws/jelou-build-workflow"><img src="https://agentmods.dev/badge/skills/justinz12xd/hackaton-taws/jelou-build-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,724 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 unknown 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.00100 $0.03724
Opus 5 $0.00050 $0.01862
Sonnet 5 $0.00020 $0.00745
Haiku 4.5 $0.00010 $0.00372

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

Security

Grade A, and why

jelou-build-workflow 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 10d ago.

The scan reads SKILL.md. This mod also ships 6 executable files (bin/workflow-wording-translator.js, hooks/workflow-push-translator-reminder.sh, hooks/workflow-question-registry-gate.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/skills/jelou-build-workflow/SKILL.md · 252 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

60 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. 10d ago First seen · 252 lines · 100 tokens per session scan A c0fb14aa059a

Subscribe to this mod's changes

jelou-build-workflow is a skill published in the GitHub repository justinz12xd/HACKATON-TAWS (2 stars, last pushed 2mo ago), with no licence file. It adds 100 tokens to every session and 3,724 once invoked, about $0.0005 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-08-31.

Related

Other skills, from other repositories

procurement-analysis

A procurement analysis workflow for breaking down purchasing needs, collecting data, analysing it, making charts, and writing a report. It covers supplier comparisons, price analysis, material selection, and procurement strategy reviews.

Running-hue/procureflow-agent · 62 tokens

supplier-price-urls

A lookup table that maps supplier names and spare-part names from an ERP system to supplier quotation-page URLs. An ERP system is software used to manage business data and operations.

Running-hue/procureflow-agent · 65 tokens

web-scraper

A web-scraping tool that fetches web pages, reads their HTML, and saves the content as clean Markdown files. It can also use local demonstration URLs.

Running-hue/procureflow-agent · 75 tokens

web-content-fetcher

A webpage-fetching tool that converts web pages to Markdown through alternative services when ordinary crawlers are blocked.

Running-hue/procureflow-agent · 83 tokens

skill-management

A tool for managing coding-agent skills from download through installation, testing, storage, and assignment to a child agent.

Running-hue/procureflow-agent · 62 tokens

python-backend

Production Python async patterns including asyncio TaskGroup, FastAPI dependency injection and middleware, SQLAlchemy 2.0 async sessions, and database connection pool tuning. Python 3.11+ runtime concerns such as ExceptionGroup, cancellation semantics, and session rollback. Use when building async services, wiring…

yonatangross/orchestkit · 82 tokens