team-skill-workflow
Installation
SKILL.md
Team Skill Workflow
Create a custom skill and publish it to your team's private skill store in one go. This workflow connects the skill creator with the skill publisher so the user goes from idea to a shared team skill seamlessly.
Sub-Skills
rebyteai/skill-creator— Create the skill: understand requirements, scaffold the directory, write SKILL.md and resources, package into a.skillfilerebyteai/skill-manager— Publish the packaged.skillfile to the organization's private skill store
Workflow
Step 1: Understand the Request
Ask the user what skill they want to create. Identify:
- Purpose — What should the skill do? What problem does it solve?
- Triggers — What would a user say that should activate this skill?
- Resources — Does the skill need scripts, reference docs, or asset files?
If the request is clear, proceed directly. If ambiguous, ask one or two clarifying questions before moving on.