skill-creator

Create Claude skills with templates and PowerShell automation scripts.

Updated Aug 2, 2025
One-click install
npx skills add https://github.com/bijancamp/dotfiles --skill skill-creator-bijancamp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/bijancamp/dotfiles/tree/main/home/dot_claude/skills/skill-creator
Command: npx skills add https://github.com/bijancamp/dotfiles --skill skill-creator-bijancamp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Creating Claude skills can be time-consuming and error-prone. This Skill provides a clear, repeatable blueprint for designing, organizing, and packaging skills to improve consistency and reusability across teams.

Core Features & Use Cases

  • Starter templates for SKILL.md, frontmatter, and resource directories (scripts/, references/, assets/).
  • Structured design patterns to organize skills by workflow-based, task-based, or reference-guidelines structures.
  • Automation workflow including init_skill.ps1, quick_validate.ps1, and package_skill.ps1 to scaffold, validate, and package skills for distribution.
  • Best-practice guidance for progressive disclosure, resource organization, and safe content guidelines.

Quick Start

Run the included initialization script to create a new skill scaffold, then customize SKILL.md and resources, and finally package the skill for distribution:

  • pwsh scripts/init_skill.ps1 <skill-name> -Path <output-directory>
  • pwsh scripts/quick_validate.ps1 <skill-path> (to validate)
  • pwsh scripts/package_skill.ps1 <skill-path> ./dist

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and package Claude skills with a standardized structure?

You can validate Claude skills by running the quick_validate.ps1 PowerShell script on your skill directory. This validation script checks your skill's structure and frontmatter before you proceed to packaging and distribution.

What is the best way to organize resources in a Claude skill directory?

SKILL.md frontmatter and progressive disclosure are best practices for Claude skill creation. They provide standardized metadata and organize content hierarchically so users receive relevant information without overwhelming the context window.

Do I need PowerShell to scaffold and build Claude skills?

Claude skill creation works for team-based environments by providing a repeatable blueprint for design, organization, and packaging. The standardized templates and validation scripts ensure consistency and reduce errors across multiple developers.

What are the limitations of using templates for Claude skill creation?

Templates for Claude skill creation are limited to predefined structures like workflow-based or task-based patterns. While they ensure safe content guidelines and progressive disclosure, highly custom logic may require modifications beyond the standard scaffold.