manastalukdar/ai-devstudio

debug-session

Document debugging sessions with hypothesis tracking and knowledge base

First seen Feb 21, 2026

Installation

$ npx skills add manastalukdar/ai-devstudio --skill debug-session

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from manastalukdar/ai-devstudio · top by installs.

npx skills add manastalukdar/ai-devstudio

Browse all from manastalukdar/ai-devstudio

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 981 B
  • docs SUMMARY.md 92 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 5 installs

SKILL.md

Debug Session Documentation

I'll create structured documentation for your debugging session to build a knowledge base and track your investigation process.

Based on session management patterns:

  • Create structured debug logs in .claude/debugging/
  • Hypothesis tracking with test results
  • Solution documentation
  • Timeline of investigation
  • Knowledge base building for future reference

Arguments: $ARGUMENTS - session name or issue description


Token Optimization

Expected range: 150–1,200 tokens (initial), 50 tokens (session update)

Caching: Caches current debug session in .claude/cache/debug-session/current.json for 7 days.

Early exit: Returns immediately for session updates, skipping full re-analysis.

Patterns used: Grep-before-Read, early exit, caching, progressive disclosure