๐ŸŽฏ

validate-skills

๐ŸŽฏSkill

from callstackincubator/agent-skills

VibeIndex|
What it does
|

Skill validation tool from Callstack that checks Claude Code skills against the agentskills.io spec and best practices, verifying name format, description, metadata, and file structure

Overview

validate-skills is a Claude Code skill that validates skill files in a repository against the agentskills.io specification and Claude Code best practices. It provides a linting and validation workflow accessible via the /validate-skills command.

Key Features

  • Spec compliance checking: Validates skill files against the agentskills.io specification to ensure they conform to the standard format.
  • Claude Code best practices enforcement: Checks that skills follow established Claude Code conventions and patterns.
  • Command-based invocation: Accessible via the /validate-skills slash command for quick validation during development.
  • Skill authoring support: Helps skill authors catch formatting issues, missing fields, and structural problems before publishing.

Who is this for?

This skill is designed for developers who author Claude Code skills and want to ensure their skills conform to the agentskills.io specification. It is particularly useful for teams building skill marketplaces or contributing skills to shared repositories.

๐Ÿ“ฆ

Same repository

callstackincubator/agent-skills(9 items)

validate-skills

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add callstackincubator/agent-skills --skill validate-skills
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add callstackincubator/agent-skills --skill validate-skills
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/validate-skills/SKILL.md

SKILL.md

1,656Installs
-
AddedFeb 4, 2026

More from this repository8

๐ŸŽฏ
react-native-best-practices๐ŸŽฏSkill

Validates React Native project structure, component design, performance optimization, and adherence to modern mobile development standards.

๐ŸŽฏ
github๐ŸŽฏSkill

Automates GitHub repository interactions like cloning, branching, committing, and managing pull requests with precision using gh CLI patterns

๐ŸŽฏ
upgrading-react-native๐ŸŽฏSkill

Covers the full React Native upgrade workflow including template diffs via Upgrade Helper, dependency updates, Expo SDK steps, and common pitfalls. Provides problem-to-skill mapping and reference files for core upgrades, dependency compatibility, React 19 alignment, and monorepo targeting.

๐ŸŽฏ
github-actions๐ŸŽฏSkill

Skill

๐Ÿ”Œ
github๐Ÿ”ŒPlugin

React Native optimization agent skills from Callstack based on 'The Ultimate Guide to React Native Optimization', plus GitHub workflow and upgrade skills.

๐ŸŽฏ
react-native-brownfield-migration๐ŸŽฏSkill

An agent skill for incremental migration to adopt React Native or Expo in existing native apps using @callstack/react-native-brownfield, with setup, packaging, and phased integration steps based on Callstack's optimization expertise.

๐Ÿ”Œ
react-native-best-practices๐Ÿ”ŒPlugin

React Native optimization best practices from Callstack, the leading React Native consulting company. Provides agent-optimized, structured instructions for performance, architecture, and mobile development patterns.

๐Ÿช
callstackincubator-agent-skills๐ŸชMarketplace

React Native optimization agent skills from Callstack based on 'The Ultimate Guide to React Native Optimization', plus GitHub workflow and upgrade skills.