new-skill

Create and deploy new skills with directory structure and symlink verification.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/PPsteven/skills --skill new-skill-ppsteven
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-skill
Source: https://github.com/PPsteven/skills/tree/main/archived/new-skill
Command: npx skills add https://github.com/PPsteven/skills --skill new-skill-ppsteven

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a standardized, step-by-step process for creating, deploying, and verifying new skills within the repository, ensuring consistency and adherence to best practices.

Core Features & Use Cases

  • Guided Skill Creation: Follows a mandatory workflow from repository sync to final commit.
  • Directory Structure Enforcement: Ensures new skills are placed in the correct location with the required SKILL.md file.
  • Symlink Management: Automates the creation and verification of symlinks for Claude Code and Cline integration.
  • Use Case: When a developer needs to add a new skill for managing Python dependencies, this Skill guides them through creating the directory, writing the SKILL.md, setting up symlinks, and preparing for commit.

Quick Start

Follow the detailed workflow outlined in this skill to create and deploy a new skill.

Frequently Asked Questions about new-skill

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

FAQPage Schema
How do I create and deploy a new skill to a centralized repository?

To create and deploy a new skill, follow a standardized workflow that enforces directory structure, creates necessary symlinks for Claude Code and Cline integration, and verifies the setup before committing to the repository.

What is the correct directory structure and file anatomy for a new skill?

The correct skill anatomy requires placing the new skill in the appropriate directory with a mandatory SKILL.md file, ensuring standardized onboarding and integration into development workflows.

How do I set up symlinks for Claude Code and Cline skill integration?

Setting up symlinks for Claude Code and Cline involves creating symbolic links to the skill directory and running verification steps to ensure the integration is properly configured.

Do I need specific command-line tools to manage skill creation and repository deployment?

Yes, skill creation and deployment require adherence to specific command-line instructions and best practices to ensure proper directory structure, symlink management, and repository sync.

Why does my new skill deployment fail repository verification steps?

Skill deployment verification fails when the directory structure is incorrect, the SKILL.md file is missing, or symlinks for Claude Code and Cline integration are not properly created and validated.

What's the best way to standardize skill onboarding into a development workflow?

The best way to standardize skill onboarding is to use a guided workflow that syncs the repository, enforces directory structure, automates symlink creation, and verifies the final commit.