skill-creator-step-1-define-the-skill-scope

Define skill scope and write frontmatter. Use when creating a new skill to establish problem, inputs, outputs, and YAML metadata.

5 stars

Best use case

skill-creator-step-1-define-the-skill-scope is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Define skill scope and write frontmatter. Use when creating a new skill to establish problem, inputs, outputs, and YAML metadata.

Teams using skill-creator-step-1-define-the-skill-scope should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/step-1-define-the-skill-scope/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_internal/builders/skill-creator/step-1-define-the-skill-scope/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/step-1-define-the-skill-scope/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How skill-creator-step-1-define-the-skill-scope Compares

Feature / Agentskill-creator-step-1-define-the-skill-scopeStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Define skill scope and write frontmatter. Use when creating a new skill to establish problem, inputs, outputs, and YAML metadata.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Step 1: Define the Skill Scope (+2)

## Step 1: Define the Skill Scope


Answer these questions:
1. What specific problem does this skill solve?
2. Who is the target user?
3. What inputs does it expect?
4. What outputs does it produce?
5. What tools/technologies does it use?

## Step 2: Write the Frontmatter


```yaml
---
name: lowercase-kebab-case
description: Action-oriented description with use cases. Use for X, Y, and Z.
version: 1.0.0
category: builders
last_updated: 2026-01-02
related_skills:
  - related-skill-1
---

*See sub-skills for full details.*

## Step 3: Structure the Content


#### Overview Section

```markdown

Related Skills

slack-gif-creator

5
from vamseeachanta/workspace-hub

Create custom animated GIFs for Slack reactions and celebrations. Use for team milestones, custom emoji reactions, inside jokes, and workplace fun.

Codex-plugin-update-id-scope

5
from vamseeachanta/workspace-hub

Fix Codex plugin update failures caused by using the short plugin name instead of the installed plugin id and wrong scope.

hidden-folder-audit-step-1-inventory-all-hidden-folders

5
from vamseeachanta/workspace-hub

Sub-skill of hidden-folder-audit: Step 1: Inventory All Hidden Folders (+4).

skill-creator-versioning

5
from vamseeachanta/workspace-hub

Sub-skill of skill-creator: Versioning.

skill-creator-template-name

5
from vamseeachanta/workspace-hub

Sub-skill of skill-creator: [Template Name].

skill-creator-technical-skill-template

5
from vamseeachanta/workspace-hub

Sub-skill of skill-creator: Technical Skill Template.

skill-creator-technical-implementation

5
from vamseeachanta/workspace-hub

Sub-skill of skill-creator: Technical Implementation.

skill-creator-task-category-1

5
from vamseeachanta/workspace-hub

Sub-skill of skill-creator: [Task Category 1] (+1).

skill-creator-style-1-name

5
from vamseeachanta/workspace-hub

Sub-skill of skill-creator: Style 1: [Name] (+1).

skill-creator-step-1-name

5
from vamseeachanta/workspace-hub

Skill-creator checklist template. Use when scaffolding a new skill with step-by-step instructions and verification items.

skill-creator-skill-discovery

5
from vamseeachanta/workspace-hub

Sub-skill of skill-creator: Skill Discovery (+2).

skill-creator-scenario

5
from vamseeachanta/workspace-hub

Sub-skill of skill-creator: [Scenario].