sample-skill-advanced

sample-skill-advanced is a skill for Claude Code, Codex from lc-rezende/AI-Custom-Skills. It costs 40 tokens per session (193 once invoked), scanned A, original, Apache-2.0.

An example Agent Skill showing progressive disclosure, where basic instructions stay in one file and detailed guidance is loaded only when needed.

In plain words
What is it for?
Use it as a model when creating a structured skill or validating a skill with its supplied reference files and script.
Why use it?
It demonstrates how to organize supporting references, scripts, and templates without placing every instruction in the main file.

Skill for Claude CodeCodex

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

Good fit Use it as a model when creating a structured skill or validating a skill with its supplied reference files and script.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lc-rezende/ai-custom-skills/sample-skill-advanced
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 lc-rezende/AI-Custom-Skills --skill sample-skill-advanced
Clone the repo
git clone --depth 1 https://github.com/lc-rezende/AI-Custom-Skills

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 sample-skill-advanced

README.md
[![agentmods](https://agentmods.dev/badge/skills/lc-rezende/ai-custom-skills/sample-skill-advanced/github.svg)](https://agentmods.dev/skills/lc-rezende/ai-custom-skills/sample-skill-advanced)
Your own site
<a href="https://agentmods.dev/skills/lc-rezende/ai-custom-skills/sample-skill-advanced"><img src="https://agentmods.dev/badge/skills/lc-rezende/ai-custom-skills/sample-skill-advanced/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 sample-skill-advanced

Your own site · 80×15
<a href="https://agentmods.dev/skills/lc-rezende/ai-custom-skills/sample-skill-advanced"><img src="https://agentmods.dev/badge/skills/lc-rezende/ai-custom-skills/sample-skill-advanced.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 193 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 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.00040 $0.00193
Opus 5 $0.00020 $0.00097
Sonnet 5 $0.00008 $0.00039
Haiku 4.5 $0.00004 $0.00019

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

Security

Grade A, and why

sample-skill-advanced 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate-skill.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.

sample-skill-advanced/SKILL.md · 22 lines

What it actually says

When to use this skill

Use this skill to see a complete example of a skill that keeps core instructions in SKILL.md and loads additional context only when needed.

Core workflow

  1. Read this file to understand the minimal, always-loaded guidance.
  2. If you need detailed rules or a checklist, read references/REFERENCE.md.
  3. If you need a template for output formatting, open assets/skill-template.md.
  4. If you need to validate a skill folder, run scripts/validate-skill.sh.

Output expectations

  • The skill uses progressive disclosure correctly.
  • Optional folders are used only when their content is needed.
  • References are relative to the skill root and one level deep.
Files

What ships with it

4 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. 12d ago First seen · 22 lines · 40 tokens per session scan A 3ddab31564e8

Subscribe to this mod's changes

sample-skill-advanced is a skill published in the GitHub repository lc-rezende/AI-Custom-Skills (1 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 40 tokens to every session and 193 once invoked, about $0.0002 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

cognito

AWS Cognito user authentication and authorization service. Use when setting up user pools, configuring identity pools, implementing OAuth flows, managing user attributes, or integrating with social identity providers.

itsmostafa/aws-agent-skills · 38 tokens

sns

AWS SNS notification service for pub/sub messaging. Use when creating topics, managing subscriptions, configuring message filtering, sending notifications, or setting up mobile push.

itsmostafa/aws-agent-skills · 32 tokens

apple-container

Apple's open-source container CLI to build, run, and manage OCI/Linux containers as lightweight per-container VMs on Apple-silicon macOS — no Docker daemon required. Use when the user mentions the container CLI, "apple container", running or building containers on macOS without Docker/Podman, container run, container…

sanjay3290/ai-skills · 146 tokens

imagen

Generate images using Google Gemini's image generation capabilities. Use this skill when the user needs to create, generate, or produce images for any purpose including UI mockups, icons, illustrations, diagrams, concept art, placeholder images, or visual representations.

sanjay3290/ai-skills · 52 tokens

playwright-cli

Automates browser interactions for testing and validating your own web applications using playwright-cli. Use when you need terminal-first browser control for navigation, form filling, screenshots, tracing, bound browser sessions, debugging, or generating Playwright test code. Only use against applications you own or…

testdino-hq/playwright-skill · 64 tokens

manus

Delegate complex, long-running tasks to Manus AI agent for autonomous execution. Use when user says 'use manus', 'delegate to manus', 'send to manus', 'have manus do', 'ask manus', 'check manus sessions', or when tasks require deep web research, market analysis, product comparisons, stock analysis, competitive…

sanjay3290/ai-skills · 89 tokens