HACKATON-TAWS: Skill for Claude Code

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

jelou-build-workflows is a skill for Claude Code, Codex from justinz12xd/HACKATON-TAWS. It costs 238 tokens per session (4,144 once invoked), scanned A, original, no licence file.

A workflow-building entry point for Jelou Brain, a system for creating automated workflows. It can handle either one workflow or a plan covering several workflows.

In plain words
What is it for?
Use it to create one Jelou Brain workflow or plan and build multiple workflows from a larger project request.
Why use it?
It turns a request to build workflows into the appropriate workflow-building process, reducing the need to choose the internal steps yourself.

Skill for Claude CodeCodex

Written for Claude Code and Codex: allowed-tools in frontmatter, but also agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is justinz12xd/HACKATON-TAWS's own configuration. It tells Claude Code and 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-workflows/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/justinz12xd/HACKATON-TAWS

Made for: Claude Code, 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-workflows

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/justinz12xd/hackaton-taws/jelou-build-workflows"><img src="https://agentmods.dev/badge/skills/justinz12xd/hackaton-taws/jelou-build-workflows.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 238 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,144 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.00238 $0.04144
Opus 5 $0.00119 $0.02072
Sonnet 5 $0.00048 $0.00829
Haiku 4.5 $0.00024 $0.00414

Measured 10d ago against content hash 8816baba9e0b, 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-workflows 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.

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-workflows/SKILL.md · 219 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

7 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 · 219 lines · 238 tokens per session scan A 8816baba9e0b

Subscribe to this mod's changes

jelou-build-workflows is a skill published in the GitHub repository justinz12xd/HACKATON-TAWS (2 stars, last pushed 1mo ago), with no licence file. It adds 238 tokens to every session and 4,144 once invoked, about $0.0012 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