claude-skills: Skill for Gemini CLI

.gemini/skills/challenge/SKILL.md

challenge is a skill for Gemini CLI from alirezarezvani/claude-skills. It costs 0 tokens per session (18 once invoked), scanned A, original, MIT.

A challenge skill associated with executive mentoring.

In plain words
What is it for?
It is intended for testing assumptions in decisions or plans.
Why use it?
It may provide constructive questioning or pushback, but the available description does not explain how it works.

Skill for Gemini CLI

Written for Gemini CLI: installed under .gemini/.

This is alirezarezvani/claude-skills's own configuration. It tells Gemini CLI how to work on claude-skills 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 claude-skills configures →

not rated 26krepo +253 9d ago A scan Socket: passSnyk: passSkillSpector: warn 0 tokens original MIT
About the project

claude-skills is a large collection of reusable skills, commands, plugins, and supporting resources for coding agents across engineering, business, research, compliance, and productivity work. It is used by people who want agents such as Claude Code, Codex, Gemini CLI, or Cursor to follow specialized workflows. The catalogue contains selected skills and settings from the collection.

alirezarezvani/claude-skills · 25,679 stars · on GitHub · alirezarezvani.medium.com

Reuse

Borrowing it

Nothing to install: this file belongs to alirezarezvani/claude-skills. 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/alirezarezvani/claude-skills/main/.gemini/skills/challenge/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/alirezarezvani/claude-skills

Made for: Gemini CLI.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/alirezarezvani/claude-skills/challenge"><img src="https://agentmods.dev/badge/skills/alirezarezvani/claude-skills/challenge.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 18 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
  • Socket pass 15 May 2026
  • Snyk pass 15 May 2026
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Agent Snooping · line 1
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
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.00000 $0.00018
Opus 5 $0.00000 $0.00009
Sonnet 5 $0.00000 $0.00004
Haiku 4.5 $0.00000 $0.00002

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

Security

Grade A, and why

challenge 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 5d 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.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

  • challenge — 100% identical, 0 lines differ
  • challenge — 100% identical, 0 lines differ
.gemini/skills/challenge/SKILL.md · 1 lines

What it actually says

../../../c-level-advisor/executive-mentor/skills/challenge/SKILL.md

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. 5d ago First seen · 1 lines · 0 tokens per session scan A d56303f02a82

Subscribe to this mod's changes

challenge is a skill published in the GitHub repository alirezarezvani/claude-skills (25,679 stars, last pushed 9d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 18 tokens. 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

handoff

Create a structured session handoff when context is running low or work is pausing. Deep context mining, self-validation, multi-file splitting. Captures everything the next session needs.

REMvisual/claude-handoff · 39 tokens

handoffplan

Run /handoff to capture session data, then write a phased implementation plan that references it. Creates beads for tracking.

REMvisual/claude-handoff · 28 tokens

slides

Create and edit presentation slide decks (.pptx) with PptxGenJS and render/validation utilities. Use when tasks involve building a new PowerPoint deck, recreating slides from screenshots/PDFs/reference decks, modifying slide content while preserving editable output, adding charts/diagrams/visuals, or diagnosing layout…

rojim666/SztuCode · 78 tokens

devexpress-blazor-ribbon

Build and configure the DevExpress Blazor Ribbon (DxRibbon) — an Office-style tabbed command UI for Blazor. Use when creating ribbon tabs, groups, and items; application menu (File); contextual tabs; toggle/check items and radio groups; and embedding editors like combo boxes, spin edits, and color palettes. Also use…

DevExpress/agent-skills · 95 tokens

devexpress-office-file-api-pdf

Build .NET applications with the DevExpress PDF Document API for creating, reading, editing, merging, signing, and extracting content from PDF files programmatically. Use when working with PDF documents, PDF generation, PDF graphics API, interactive PDF forms, digital signatures, PDF/A compliance, text extraction…

DevExpress/agent-skills · 153 tokens

devexpress-office-file-api-zip

Build .NET applications with the DevExpress Zip Compression and Archive API for creating, reading, and extracting ZIP archives programmatically. Use when creating zip files, extracting archives, compressing files or streams, adding password protection to archives, compressing byte arrays or .NET streams, or handling…

DevExpress/agent-skills · 129 tokens