pkm-guide

Guide development of the Doc Database VSCode extension for commands, UI, and schema changes.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Albatross679/snake-hrl-torchrl --skill pkm-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pkm-guide
Source: https://github.com/Albatross679/snake-hrl-torchrl/tree/main/.claude/skills/doc-db-guide
Command: npx skills add https://github.com/Albatross679/snake-hrl-torchrl --skill pkm-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you manage, understand, and extend the Doc Database VSCode extension, which indexes project documentation into a queryable SQLite database.

Core Features & Use Cases

  • Extension Management: Modify, debug, or understand the doc-db extension's functionality.
  • Feature Development: Add new commands, features, or update the webview UI.
  • Database Operations: Update the database schema, fix extension bugs, and manage indexed documentation.
  • Use Case: If you need to add a new command to the doc-db extension to automatically generate documentation for a specific code pattern, this Skill can guide you through the process.

Quick Start

Use the pkm-guide skill to understand how to add a new table to the doc-db extension.

Frequently Asked Questions about pkm-guide

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

FAQPage Schema
How do I add a new command to the Doc Database VSCode extension?

To add a new command to the Doc Database VSCode extension, use this Skill's guidance to navigate the extension's architecture, implement the command logic, and integrate it with the documentation indexing workflow.

How do I update the SQLite schema for indexed documentation?

Updating the SQLite schema for indexed documentation involves modifying the database management structure within the doc-db extension. This Skill provides steps to implement schema changes and ensure documentation indexing remains functional.

Does the Doc Database extension support modifying the webview UI?

Yes, the Doc Database extension supports modifying the webview UI. This Skill provides guidance on updating the interface to facilitate better management and visualization of your indexed project documentation.

What is the best way to debug the Doc Database VSCode extension?

The best way to debug the Doc Database VSCode extension is by following this Skill's structured guidance to identify issues within the documentation indexing logic, SQLite operations, and command implementations.

Why does the doc-db extension fail to index project documentation correctly?

The doc-db extension might fail to index project documentation correctly due to schema mismatches or command bugs. This Skill helps diagnose and fix extension bugs within the SQLite database indexing process.