session-status

Report active skills, auto-invoke rules, commands, and system issues.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Objective-Arts/lens-dist --skill session-status-objective-arts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-status
Source: https://github.com/Objective-Arts/lens-dist/tree/main/skills/session-status
Command: npx skills add https://github.com/Objective-Arts/lens-dist --skill session-status-objective-arts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a clear overview of the current AI session's configuration, including active skills, auto-invoke rules, and potential issues, enabling better understanding and control.

Core Features & Use Cases

  • Skill Inventory: Lists all loaded skills, their sources, and estimated token usage.
  • Auto-Invoke Rules: Displays rules defined in CLAUDE.md for context-driven skill activation.
  • Command Discovery: Shows available commands for user interaction.
  • Issue Detection: Flags missing skills or broken references.
  • Use Case: Before starting a complex coding task, run this skill to confirm that all necessary development tools and libraries (skills) are loaded and correctly configured.

Quick Start

Run the session-status command to see a summary of your current Claude session.

Frequently Asked Questions about session-status

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

FAQPage Schema
How do I check active skills and auto-invoke rules in my Claude session?

To inspect loaded skills and auto-invoke rules in your Claude session, run the session-status command to generate a diagnostic report detailing active primitives, token estimates, and CLAUDE.md activation rules.

Why does my Claude AI session fail to trigger context-driven skills?

Your Claude AI session may fail to trigger context-driven skills due to broken references or missing skills. Running a session diagnostics check flags these system issues and verifies your CLAUDE.md rules.

Can I estimate token usage for loaded skills in a development environment?

Yes, you can estimate token usage for loaded skills in a development environment by generating a session status report, which analyzes project and global skill directories to calculate token consumption for active primitives.

What is the best way to discover available commands and verify session configuration?

The best way to discover available commands and verify session configuration is to inspect your Claude session, which parses CLAUDE.md for rules, analyzes skill directories, and displays loaded tools for interaction.

Does session diagnostics work for both global and project-level skill directories?

Yes, session diagnostics works for both global and project-level skill directories. The inspection process analyzes both directory types to provide a comprehensive status report of your AI session configuration and loaded primitives.