init-skills

Automate Claude skills setup and verify SKILL.md files in projects.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ioku24/autorankr --skill init-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init-skills
Source: https://github.com/ioku24/autorankr/tree/main/.claude/skills/init-skills
Command: npx skills add https://github.com/ioku24/autorankr --skill init-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically initializes Claude Code skills in any project and verifies they're working correctly.

Core Features & Use Cases

  • Check current status
  • Initialize skills if needed
  • Verify installation
  • Provide usage guide and activation

Quick Start

Type /init-skills or /setup-skills to start installation and verification. If skills are missing, run the initialization script init-claude-skills.sh. Confirm that all SKILL.md files exist and have valid YAML frontmatter.

Frequently Asked Questions about init-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Claude skills in a new development project?

Setting up Claude skills requires running the local init script via /init-skills, which creates the .claude/skills directory and generates the required SKILL.md files for your project.

What's the best way to verify Claude skills installation is working correctly?

Verifying Claude skills installation involves running the validation process to confirm all SKILL.md files exist within the .claude/skills directory and contain valid YAML frontmatter.

Can I automate Claude skills activation for an existing codebase?

Yes, you can automate Claude skills activation for an existing codebase by running the init-claude-skills.sh script to apply the setup and validate the existing project structure.

What is the .claude/skills directory used for during project setup?

The .claude/skills directory serves as the central installation target where SKILL.md files are stored and validated to ensure proper activation of development tools within the workflow.

Do I need a local init script to add Claude skills to my repository?

Yes, you need a local init script to execute the shell commands that create the .claude/skills directory and verify the presence of SKILL.md files during the setup process.

Why does Claude skills verification fail if SKILL.md files are missing?

Claude skills verification fails when SKILL.md files are missing because the validation process explicitly checks for their existence and valid YAML frontmatter to confirm proper installation.