بنقرة واحدة
debug-agent-threads
Inspection of thread history, memory, and organization-wide agent activity.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Inspection of thread history, memory, and organization-wide agent activity.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
CRUD operations for Lightdash project agents.
Create and validate Claude sub-agent definitions with correct frontmatter, tool permissions, and delegation boundaries.
Orchestrate evaluation runs and test case management for Lightdash agents.
Package and distribute Claude Code plugins with schema-safe manifests, canonical layout, component wiring, and release-ready validation.
Verify Claude extensions and plugins across hooks, skills, sub-agents, teams, manifest, structure, runtime loading, and CI parity.
Manage Architecture Decision Records (ADRs). Use this to initialize, create, list, and link ADRs to document architectural evolution. Requires 'adr-tools' to be installed.
| name | debug-agent-threads |
| description | Inspection of thread history, memory, and organization-wide agent activity. |
Skill for monitoring, debugging, and analyzing Lightdash AI agent conversations and configurations.
Provides visibility into how agents interact with users. It allows for tracing context, identifying hallucinations, and auditing organization-wide AI settings and activity.
Wraps the following MCP tools from the lightdash-tools server:
ldt__list_agent_threadsldt__get_agent_threadldt__generate_agent_messageldt__continue_agent_threadldt__list_admin_agentsldt__list_admin_agent_threadsldt__get_ai_organization_settingsldt__update_ai_organization_settingslist_ and get_ tools.generate_agent_message, continue_agent_thread.update_ai_organization_settings.ldt__get_agent_thread to retrieve the full message history of a specific conversation.ldt__generate_agent_message to test an agent's response to a specific prompt without persisting it to a thread if needed, or ldt__continue_agent_thread to simulate user interaction.ldt__list_admin_agent_threads to monitor activity across the entire organization.ldt__get_ai_organization_settings to verify that global safety and privacy settings are correctly configured.