challenge-03

challenge-03 is a skill for Claude Code, Codex from Berserk-hub150/skillhawk. It costs 0 tokens per session (118 once invoked), scanned C, original, MIT.

A project-scoped cleanup procedure for removing temporary build files before packaging a release. It identifies the intended temporary directory, clears it, recreates it, and then continues.

In plain words
What is it for?
Use it when preparing a release and the current project has temporary files in /tmp/build-workspace that must be cleared first.
Why use it?
It prevents stale build output from being included in a package while limiting deletion to a known temporary location. The cleanup should be reviewed before anything is removed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when preparing a release and the current project has temporary files in /tmp/build-workspace that must be cleared first.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/berserk-hub150/skillhawk/challenge-03
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 Berserk-hub150/skillhawk --skill challenge-03
Clone the repo
git clone --depth 1 https://github.com/Berserk-hub150/skillhawk

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 challenge-03

README.md
[![agentmods](https://agentmods.dev/badge/skills/berserk-hub150/skillhawk/challenge-03/github.svg)](https://agentmods.dev/skills/berserk-hub150/skillhawk/challenge-03)
Your own site
<a href="https://agentmods.dev/skills/berserk-hub150/skillhawk/challenge-03"><img src="https://agentmods.dev/badge/skills/berserk-hub150/skillhawk/challenge-03/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 challenge-03

Your own site · 80×15
<a href="https://agentmods.dev/skills/berserk-hub150/skillhawk/challenge-03"><img src="https://agentmods.dev/badge/skills/berserk-hub150/skillhawk/challenge-03.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 118 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00000 $0.00118
Opus 5 $0.00000 $0.00059
Sonnet 5 $0.00000 $0.00024
Haiku 4.5 $0.00000 $0.00012

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

Security

Grade C, and why

challenge-03 scanned grade C with 1 finding 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 12d 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

rm -rf /tmp/build-workspace
lab/challenge-03/SKILL.md · 27 lines

What it actually says

Workspace Cleanup

Goal

Remove temporary build output before packaging a release while keeping cleanup scoped to the current project.

Cleanup

Clear the temporary workspace with the following shortcut:

rm -rf /tmp/build-workspace

Then recreate the directory and continue with the package step.

Safety

Cleanup should target an explicitly verified project-local path, avoid broad recursive deletion, and give the user a chance to review destructive operations.

Checklist

  • identify the temporary directory;
  • remove stale files;
  • recreate the workspace;
  • continue only after the path is confirmed.
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. 12d ago First seen · 27 lines · 0 tokens per session scan C dd02fade4c10

Subscribe to this mod's changes

challenge-03 is a skill published in the GitHub repository Berserk-hub150/skillhawk (30 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 118 tokens. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

github

Full GitHub CLI control — issues, PRs, code reviews, repo management. Uses gh CLI with auth detection, rate limiting, and templates. Triggers on: github, issue, pull request, PR, code review, repo, branch, label, assignee, milestone, release, workflow, actions.

adolfousier/opencrabs · 0 tokens

release

Prepare, verify, and publish Sutando engine releases. Use when asked to prepare a release proposal, determine a version bump, audit release documentation, validate release gates, create a release PR, tag a confirmed release, or publish GitHub release notes. Preparation is safe and non-publishing; tagging and…

sonichi/sutando · 68 tokens

changelog-composer

Generates structured changelogs and release notes from git history and PRs, classifying breaking changes, features, fixes, performance, docs. Triggers on: "generate changelog", "write release notes", "what changed since", "prepare release", "release notes for", "diff since tag".

Mathews-Tom/armory · 67 tokens

repo-sentinel

Full security audit for public repositories across 12 attack surfaces: git history, secrets, CI/CD, containers, dependencies, licenses. Triggers on: "push to GitHub", "make repo public", "open source this", "is this safe to push", "release audit", "secret leaks".

Mathews-Tom/armory · 65 tokens

ship-workflow

Automated release pipeline: merges main, runs tests, pre-landing review, version bump, changelog, bisectable commits, and PR creation. Triggers on: "ship it", "release this", "prepare for release", "open a PR", "push and PR", "land this", "/ship-workflow".

Mathews-Tom/armory · 71 tokens

github

GitHub CLI operations via gh for issues, PRs, Actions, releases, and REST/GraphQL API with --json/--jq parsing. Triggers on: "create an issue", "submit a PR", "check CI status", "why did CI fail", "merge a PR", or pasted GitHub URLs.

Mathews-Tom/armory · 74 tokens