skill-creator
✓Create new skills with Oracle philosophy. Use when user says "create skill", "new skill", "make a skill for X", or wants to build custom Claude Code skills.
Installation
SKILL.md
| Skill name | Folder name, command name | | What does it do? | Core purpose → description | | When to trigger? | Use cases → trigger words | | Inputs needed? | Arguments the skill takes | | Outputs? | What user sees |
| name | string | Required. Folder name, command name | | description | string | Required. One-line + trigger words | | user-invocable | false | Hide from / menu (background-only skills) | | disable-model-invocation | true | Prevent Claude from auto-invoking | | allowed-tools | Read, Grep, ... | Restrict which tools skill can use |
| context | fork | Run skill in isolated subagent |
Create new skills with Oracle philosophy. Use when user says "create skill", "new skill", "make a skill for X", or wants to build custom Claude Code skills. Source: soul-brews-studio/oracle-skills-cli.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/soul-brews-studio/oracle-skills-cli --skill skill-creator- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is skill-creator?
Create new skills with Oracle philosophy. Use when user says "create skill", "new skill", "make a skill for X", or wants to build custom Claude Code skills. Source: soul-brews-studio/oracle-skills-cli.
How do I install skill-creator?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/soul-brews-studio/oracle-skills-cli --skill skill-creator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/soul-brews-studio/oracle-skills-cli
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-05