agentic-status

Dump agentic-engineering activation resolver state for audit and debugging.

12|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Space-Dinosaurs/DinoStack --skill agentic-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-status
Source: https://github.com/Space-Dinosaurs/DinoStack/tree/main/.openclaw/skills/agentic-status
Command: npx skills add https://github.com/Space-Dinosaurs/DinoStack --skill agentic-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read-only inspection of the agentic-engineering activation resolver state to support auditing and debugging without making changes.

Core Features & Use Cases

  • Provides a read-only dump of the global config, project marker, profile, preset, and first-activation sentinel state.
  • Useful for quick validation during setup, debugging activation flows, and confirming project activation posture.

Quick Start

Run agentic-status to confirm the activation resolver state without making changes.

Frequently Asked Questions about agentic-status

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

FAQPage Schema
How do I verify my project activation state for CLAUDE-based workflows?

Run a read-only status check to dump the global config, project marker, profile, preset, and first-activation sentinel state. This verifies your activation posture for CLAUDE-based workflows without modifying any files or configurations.

What is an activation resolver state in agentic-engineering environments?

An activation resolver state captures the global config, project marker, profile, preset, and first-activation sentinel across projects. Inspecting it provides a read-only view for auditing and debugging the effective engineering configuration.

Can I debug my global config and project marker without modifying files?

Yes, you can perform a read-only inspection of the activation resolver state. This dumps the global config, project marker, profile, and sentinel state from standard locations and exits with status 0 without applying any changes.

When do I need to audit my first-activation sentinel and profile settings?

You need to audit your first-activation sentinel and profile settings during setup validation, debugging activation flows, or confirming project activation posture. A read-only state dump provides the necessary diagnostic data for these workflows.

What is the best way to inspect preset and profile configurations across projects?

The best way to inspect preset and profile configurations is a read-only status check that reads standard locations and dumps the activation resolver state. This approach supports auditing and debugging without modifying the environment.