Qalias

Create and manage aliases mapping long paths to short names.

6|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/inho-team/qe-framework --skill qalias
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Qalias
Source: https://github.com/inho-team/qe-framework/tree/main/skills/Qalias
Command: npx skills add https://github.com/inho-team/qe-framework --skill qalias

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Aliases reduce cognitive load by turning long, fragile paths and verbose commands into stable, memorable shortcuts, improving consistency and speed across workflows.

Core Features & Use Cases

  • Registration: flexibly register new aliases from natural language with case-insensitive handling and duplicate checks.
  • Lookup and Deletion: quickly view and remove existing aliases, ensuring tidy and up-to-date mappings.
  • Automatic Resolution: seamlessly substitute aliases in user commands across all skills and agents.
  • Cross-language Support: aliases can be defined and resolved regardless of language.

Quick Start

Register an alias by describing the mapping, for example, register documents/analysis as 'analysis-folder'.

Frequently Asked Questions about Qalias

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

FAQPage Schema
How do I create short aliases for long folder paths and commands?

To create short aliases for long folder paths, you register a new mapping from natural language, specifying the target path and a memorable name. The system applies case-insensitive handling and performs duplicate checks to ensure stable, conflict-free registration.

Can I use multilingual names when registering path aliases?

Yes, you can register and resolve multilingual path aliases regardless of the language used. Cross-language support allows aliases to be defined and automatically resolved within user commands across all skills and agents without language barriers.

How do I look up and delete existing command shortcuts?

Looking up and deleting existing command shortcuts is handled through lightweight storage at .qe/aliases.md. You can quickly view current mappings to ensure tidy records, then remove outdated aliases to keep path resolution up-to-date.

How does automatic alias resolution work within user commands?

Automatic alias resolution seamlessly substitutes registered shortcuts in user commands across all skills and agents. When a command includes a registered name, the system identifies the mapping and replaces it with the original long path or verbose command automatically.

Do I need any dependencies to manage path aliases across my workflows?

No external dependencies are required to manage path aliases across your workflows. The system relies on a lightweight storage file at .qe/aliases.md to handle registration, lookup, deletion, and automatic resolution without needing additional packages or components.