skill-creator
PassScaffold a new Gemini Agent Skill with standard directory structure and metadata.
(0)
0stars
0downloads
2views
Install Skill
Skills are third-party code from public GitHub repositories. SkillHub scans for known malicious patterns but cannot guarantee safety. Review the source code before installing.
Install globally (user-level):
npx skillhub install fegome90-cmd/prompt_library/skill-creatorInstall in current project:
npx skillhub install fegome90-cmd/prompt_library/skill-creator --projectSuggested path: ~/.claude/skills/skill-creator/
SKILL.md Content
---
name: skill-creator
description: Scaffold a new Gemini Agent Skill with standard directory structure and metadata.
author: Gemini Agent
language: markdown
---
# Skill Creator (Local)
This skill assists in the creation of new Gemini Agent Skills within this repository.
### Workflow
1. **Identify the Need**: Determine a specialized task or domain for this project.
2. **Define Metadata**: Choose a unique name and provide a clear description.
3. **Generate Structure**: Use this skill to scaffold the following in the project's skills directory.
### Usage Instructions
This local version is optimized for project-specific skills.