๐Ÿงช
QualityPython

Sample Skill

by tripleyak

Sample Skill is a Quality skill for Claude Code, published by tripleyak in SkillForge.

876 stars89 forkson tripleyak/SkillForgeAdded 2026/08/22+2% in starsRepository updated 2026/07/29
agent-skillsclaude-aiclaude-codeclaude-skillscodexevals
Install in seconds
Install Sample Skill
Copy Sample Skill into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/tripleyak/SkillForge/tree/main/scripts/tests/fixtures/sample-skill ~/.claude/skills/sample-skill

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/tripleyak/SkillForge.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
scripts/tests/fixtures/sample-skill/SKILL.md in tripleyak/SkillForge
Installs to
~/.claude/skills/sample-skill
Collection
One of 2 skills cataloged from this repository
Category
Quality โ€” 1354 skills

What Sample Skill does

Sample Skill validates the SkillForge validator itself and exercises supported frontmatter features. Use it to confirm parsing, boolean fields, allowed-tools lists, and nested metadata handling.

Sample Skill is cataloged under Quality on DirSkills. Sample Skill comes from a repository tagged agent-skills, claude-ai, claude-code, claude-skills and codex.

Documentation

README

Sample Skill

A fixture skill used by test_validate_skill.py. It uses every frontmatter feature the vendored YAML parser must support, and satisfies every structural check in validate_skill.py, so the full validator must report zero errors for it.

Process

  1. Run the validator against this directory.
  2. Assert that the error list is empty.
  3. Assert that typed values survived parsing (booleans stay booleans).
Step Check Expected
1 frontmatter parse no error
2 user-invocable bool True
3 allowed-tools list of 3 tools

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Sample Skill

  • What else does tripleyak publish alongside Sample Skill?

    Sample Skill is one of 2 skills that DirSkills catalogs from tripleyak/SkillForge, the repository it ships in. Its siblings there include SkillForge. Each one is a separate skill with its own page in this directory, installs the same way Sample Skill does, and is maintained by tripleyak in that same repository. The rest of the collection is listed on the tripleyak/SkillForge page.

  • How does Sample Skill compare to other Quality skills?

    Sample Skill ranks #907 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Sample Skill against them. Open each page to compare what they document and how they install.