skill-creation

Evaluate new capabilities to choose between Skills and Commands.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/brentwpeterson/claude-commands --skill skill-creation-brentwpeterson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creation
Source: https://github.com/brentwpeterson/claude-commands/tree/main/skills/skill-creation
Command: npx skills add https://github.com/brentwpeterson/claude-commands --skill skill-creation-brentwpeterson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps Claude decide whether to create skills vs commands.

Core Features & Use Cases

  • Framework to assess when background domain knowledge should be encoded as a Skill versus an explicit Command
  • Auto-detection triggers and cross-command knowledge sharing support
  • Templates and references to organize knowledge, integration points, and workflow guidance for CB-Workspace

Quick Start

Ask Claude to evaluate a new capability and choose between a Skill or a Command, then apply the recommended structure.

Frequently Asked Questions about skill-creation

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

FAQPage Schema
When should I use a skill versus a command for workflow design?

Apply a decision framework that evaluates auto-detection triggers, domain knowledge sharing, and integration points to determine whether a skill or command best structures your capability.

How do I decide between creating a skill or a command for knowledge management?

Assess whether the knowledge needs auto-detection triggers and sharing across multiple commands. If it does, encode it as a skill; if it is an explicit standalone action, use a command.

What is the best way to organize capabilities in CB-Workspace?

The best way to organize capabilities in CB-Workspace is applying a decision framework that provides templates, references, and integration points to structure knowledge as either skills or commands.

Can I share domain knowledge across multiple commands using a skill?

Yes, skills support cross-command knowledge sharing. The framework helps encode shared background domain knowledge as a skill so multiple commands can access it without duplication.

Does this decision framework provide templates for skill creation?

Yes, the framework provides templates and references to organize knowledge, integration points, and workflow guidance for CB-Workspace to structure your capability development.