← Browse

@stepfenshawn/example

A

Example skill showing the complete SKILL.md format with all features

skillclaude

Install

agr install @stepfenshawn/example --target claude

Writes 1 file into .claude/skills/, pinned to git-e16d3fb7.

  • .claude/skills/example/SKILL.md

Document


name: example description: Example skill showing the complete SKILL.md format with all features dependencies: Python >= 3.8

Example Skill

This is an example skill demonstrating the standard Claude Skills format.

Instructions

When this skill is activated:

  1. Follow these specific guidelines
  2. Use the provided context and resources
  3. Apply best practices for the task
  4. Provide clear, actionable output

Usage Examples

Example 1: Basic Usage

Input: Simple request Output: Structured response

Example 2: Advanced Usage

Input: Complex request with parameters Output: Detailed analysis and recommendations

Guidelines

  • Be specific and actionable
  • Provide examples when helpful
  • Consider edge cases
  • Validate inputs and outputs

Resources

Additional resources can be placed in the same directory:

  • REFERENCE.md - Reference documentation
  • scripts/ - Executable scripts
  • templates/ - Output templates

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-e16d3fb7a6452026-07-31