skill-creator

Follow this process to create or update a skill in this repository.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "skill-creator" with this command: npx skills add dimkinv/favorite-skills/dimkinv-favorite-skills-skill-creator

Skill Creator

Follow this process to create or update a skill in this repository.

  1. Understand the skill
  • Ask for concrete examples of user requests that should trigger the skill.

  • Identify what the skill must do and what it should not do.

  • Confirm the expected output quality or standards.

  1. Plan reusable resources

For each example, decide what reusable assets are needed:

  • scripts/ for deterministic or repeated code

  • references/ for large or detailed guidance

  • assets/ for templates, boilerplate, or files used in outputs

Only include what is truly necessary. Do not add extra documentation files.

  1. Create the skill directory
  • Use lowercase with hyphens for the directory name.

  • Place it under the skills folder where this SKILL.md lives (same root as this skill).

  1. Write SKILL.md

Frontmatter (required)

Use only these fields:

  • name: lowercase, hyphenated, unique

  • description: when to use the skill and what it does

Body (required)

  • Use imperative instructions.

  • Keep it concise and task-focused.

  • Reference any scripts or reference files and when to use them.

  • Avoid “When to use this skill” sections in the body; put that in the description.

  1. Add resources (optional)
  • Put scripts in scripts/

  • Put reference docs in references/

  • Put templates or assets in assets/

Keep resources shallow (one level from SKILL.md) and avoid deep nesting.

  1. Validate quality
  • Ensure the description clearly signals triggers.

  • Ensure instructions are actionable and minimal.

  • Remove any example files you did not use.

  1. Package (optional)

If a packaging script exists in the repo, run it to validate and package the skill. Otherwise, skip this step.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

skeleton-generator

No summary provided by upstream source.

Repository SourceNeeds Review
General

skill-installer

No summary provided by upstream source.

Repository SourceNeeds Review
General

reviewer-process

No summary provided by upstream source.

Repository SourceNeeds Review
General

markdown-to-pdf

No summary provided by upstream source.

Repository SourceNeeds Review