load-plan

List auto-loaded rules and on-demand skills with trigger keywords.

156|37|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/zeuikli/claude-code-workspace --skill load-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: load-plan
Source: https://github.com/zeuikli/claude-code-workspace/tree/main/.claude/skills/load-plan
Command: npx skills add https://github.com/zeuikli/claude-code-workspace --skill load-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you quickly understand the current Claude Code workspace configuration by listing which rules are auto-loaded and which on-demand skills you can trigger, so you can take over a session or validate setup without guessing.

Core Features & Use Cases

  • Auto-load visibility: Displays the always-on rules loaded at session start, including size/line information to support cost awareness.
  • Discover on-demand skills: Lists all available skills grouped by domain, along with their trigger keywords, so you can invoke the right tool immediately.
  • Operational sanity check: Helps confirm workspace configuration is working and points you to the expected skill location if something is missing.

Quick Start

Run this in your Claude Code session: execute the Load Plan command by triggering the skill so it prints the current loading plan and available triggers.

Frequently Asked Questions about load-plan

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

FAQPage Schema
How do I check what rules and skills are loaded in my Claude Code workspace?

To check your workspace loading plan, run the load-plan command to list always auto-loaded rules and all available on-demand skills with their trigger keywords. It displays size and line count information for operational discovery.

How can I discover available on-demand skills and their trigger keywords?

You can discover on-demand skills by triggering the load-plan skill, which lists all available skills grouped by domain alongside their specific trigger keywords. This allows you to immediately invoke the right tool for your task.

How do I validate that my workspace configuration is correctly installed?

Validate your workspace configuration by running the load-plan script to perform an operational sanity check. It confirms the setup is working and points you to the expected skill location if any expected rules or skills are missing.

What does the workspace loading plan show when taking over an active session?

The workspace loading plan shows always-on auto-loaded rules and available on-demand skills when taking over an active session. It reads workspace-generated artifacts to report sizes, line counts, and grouped skill triggers for seamless context recovery.

Do I need any dependencies to view the workspace loading plan?

No dependencies are required to view the workspace loading plan. The skill operates independently by executing a shell script that reads workspace-generated artifacts to report auto-loaded rules and on-demand skill triggers.

Why are some on-demand skills not showing up in the skills discovery list?

On-demand skills might not show up in the skills discovery list if the workspace configuration is not correctly installed. Running the load-plan command serves as an operational sanity check to confirm setup and locate missing skill files.