using-skill-set

List installed skill-set skills and map tasks to their commands.

Updated Nov 9, 2025
One-click install
npx skills add https://github.com/ether-moon/skill-set --skill using-skill-set
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-skill-set
Source: https://github.com/ether-moon/skill-set/tree/main/plugins/skill-set/skills/using-skill-set
Command: npx skills add https://github.com/ether-moon/skill-set --skill using-skill-set

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users and agents quickly discover which skill-set skills are installed, what each skill does, and which skill to use for a given task so sessions start with the right tooling and avoid guesswork.

Core Features & Use Cases

  • Installed-skill discovery: Injects a curated list of available skill-set skills into the skill entry so agents and users can see what's available.
  • Usage mapping: Maps common tasks (git workflows, peer LLM reviews, planning loops, writing) to the appropriate skill and its commands.
  • Session initialization helper: Provides a session-start helper script that detects installed plugins and produces an updated SKILL.md view for context.
  • Transparency and best practices: Encourages announcing which skill is in use and provides quick reference guidance for choosing skills during a workflow.

Quick Start

Ask the assistant to list available skill-set skills and recommend which to use for managing a git workflow.

Frequently Asked Questions about using-skill-set

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

FAQPage Schema
How do I list installed CLI plugins and find which command to use for a task?

To list installed CLI plugins and find commands, you can use a session initialization helper that detects installed skill-set features and surfaces their capabilities. This maps tasks like git workflows or planning loops to the appropriate command suggestions without external network calls.

What is the best way to discover available skill-set features before starting a coding session?

The best way to discover available features is by running a session-start helper script that detects installed plugins. It produces a structured listing of available skills and injects contextual usage guidance from local metadata, ensuring your session starts with the right tooling.

Can I map a specific task like a git workflow or peer LLM review to the right skill?

Yes, you can map specific tasks to the right skill. The discovery process provides usage mapping for common developer workflows, connecting tasks such as git operations, peer LLM reviews, or planning loops directly to the appropriate installed skill and its commands.

Do I need external network access to discover installed skill-set capabilities?

No, you do not need external network access to discover installed capabilities. The discovery process injects a curated list of available skills and references their capabilities entirely from local plugin metadata, avoiding guesswork and external network calls.

When should I use a skill discovery helper during my development workflow?

You should use a skill discovery helper when initializing sessions, mapping tasks to skills, or asking which plugin feature to use. It provides transparency by encouraging you to announce which skill is in use and offers quick reference guidance for choosing skills during your workflow.