create-shortcut

Create, list, and delete local SKILL.md slash-command files.

116|56|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli --skill create-shortcut
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-shortcut
Source: https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli/tree/main/src/skills/create-shortcut
Command: npx skills add https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli --skill create-shortcut

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents dead-ends caused by unrecognized slash-commands and lets users quickly create, list, and remove local command-like skills by writing SKILL.md files that appear in command autocomplete.

Core Features & Use Cases

  • List Skills: Scan project-local and global skill directories and present a numbered, annotated list that marks core skills.
  • Create Skill: Generate a complete SKILL.md stub in .claude/skills or ~/.claude/skills with a name and description inferred or provided by the user, including an init pattern and instructions.
  • Delete Safely: Archive local skills to a .trash folder with timestamps and never remove global/core skills without explicit uninstall guidance.
  • Auto-Create Unknown Commands: Intercept unknown /commands, infer intent from the command name and recent context, optionally execute a one-shot action, and offer to persist the behavior as a new shortcut.

Quick Start

Ask the agent to create a shortcut by saying /create-shortcut create deploy Run tests then deploy to create a new local command named deploy.

Frequently Asked Questions about create-shortcut

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

FAQPage Schema
How do I create custom slash-commands for local development automation?▼

You can create custom slash-commands by generating SKILL.md stubs in local or global skill directories, which immediately appear in command autocomplete for quick access during development sessions.

What happens when I type an unknown slash-command in my project?▼

Unknown slash-commands are intercepted to infer intent from the command name and recent context, optionally execute a one-shot action, and offer to persist the behavior as a new shortcut.

Can I safely delete local skills without losing them permanently?▼

Local skills are safely archived to a .trash folder with timestamps during deletion, ensuring you can recover them while preventing the removal of core or global skills without explicit uninstall guidance.

How do I list all available project-local and global skills?▼

Listing skills scans both project-local and global skill directories to present a numbered, annotated list that clearly marks core skills for easy identification.

Do I need any external dependencies to manage local slash-commands?▼

No external dependencies are required to manage local slash-commands, as the skill operates independently by writing and managing SKILL.md files directly within your environment.

What is the best way to persist a one-shot automation as a reusable command?▼

The best way to persist a one-shot automation is to infer its intent from recent context and save the behavior as a SKILL.md file, creating a persistent shortcut for future use.