skills

Fetch and display full skill documentation on demand from a centralized index.

10|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/istota-project/istota --skill skills-istota-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills
Source: https://github.com/istota-project/istota/tree/main/src/istota/skills/skills
Command: npx skills add https://github.com/istota-project/istota --skill skills-istota-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skills loader eliminates the need to preload all skill bodies by providing on-demand access to full documentation for individual skills and a catalog of available skills.

Core Features & Use Cases

  • On-demand retrieval of complete skill instructions for a chosen skill.
  • Ability to browse and list all skills you can load, with access controls respected.
  • Automatic assembly of safety companions to ensure consistent guardrails are visible when docs are loaded.

Quick Start

Use istota-skill skills show <name> to view a skill's full instructions.

Frequently Asked Questions about skills

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

FAQPage Schema
How do I view on-demand skill documentation without preloading everything?

Browse and list available skills by querying the centralized skill index through the CLI loader, which respects user permissions and access controls to display only the skills you can load.

How do I list all available skills I can load from the catalog?

Browse and list available skills by querying the centralized skill index through the CLI loader, which respects user permissions and access controls to display only the skills you can load.

What is the command to show full instructions for a specific skill?

Use the command istota-skill skills show <name> to display the complete instructions and full documentation for a chosen skill on demand.

Does the skill loader automatically include safety companions when fetching docs?

The skill loader automatically assembles safety companions during documentation retrieval, ensuring consistent guardrails are visible when docs are loaded on demand.