creating-skills

Create and organize personal skills in the arjit-skills monorepo.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/arjitj2/arjit-skills --skill creating-skills-arjitj2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-skills
Source: https://github.com/arjitj2/arjit-skills/tree/main/skills/creating-skills
Command: npx skills add https://github.com/arjitj2/arjit-skills --skill creating-skills-arjitj2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you create and add new personal skills in a consistent, maintainable way, instead of scattering them across different folders or setups.

Core Features & Use Cases

  • Skill Creation Workflow: Defines how to create a new skill directory with the required SKILL.md file and any optional supporting files.
  • Agent Installation: Explains how to symlink the skill into both Claude and agent skill directories so it is discoverable.
  • Repo Maintenance: Covers updating the monorepo README, keeping skill listings organized, and committing changes properly.
  • Use Case: Use this when you want to turn a repeatable workflow into a reusable skill and publish it inside the arjit-skills repo.

Quick Start

Create a new skill in the arjit-skills repo, add its SKILL.md, symlink it into your agent skill directories, update the README, then commit and push the changes.

Frequently Asked Questions about creating-skills

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

FAQPage Schema
How do I create a reusable skill in a monorepo?

To create a reusable skill in a monorepo, you establish a new skill directory containing a valid SKILL.md entry point and any optional supporting files, ensuring a consistent layout for discoverability and maintenance.

What's the best way to symlink skills into agent directories?

The best way to symlink skills into agent directories is to link the newly created skill folder into both Claude and agent skill paths, making the workflow discoverable and accessible to your automation tools.

How do I keep a repository README in sync with new skills?

You keep a repository README in sync by updating the monorepo README file after adding a new skill directory, organizing skill listings properly, and committing the changes.

Do I need a SKILL.md file for workflow automation with Claude Code?

Yes, a valid SKILL.md file is required for workflow automation with Claude Code, serving as the mandatory entry point that defines the skill's processing logic and makes it discoverable.

When should I use a monorepo for repository maintenance of personal skills?

You should use a monorepo for repository maintenance when you want to turn repeatable workflows into reusable skills, preventing them from being scattered across different folders and setups.