work-sessions

List, read, and search local work-session Markdown files read-only.

3|1|Updated Aug 22, 2015
One-click install
npx skills add https://github.com/iimuz/dotfiles --skill work-sessions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work-sessions
Source: https://github.com/iimuz/dotfiles/tree/main/.config/copilot/skills/work-sessions
Command: npx skills add https://github.com/iimuz/dotfiles --skill work-sessions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Read-only access to local work-session Markdown files to list, view, and search session records without risking modification.

Core Features & Use Cases

  • List all sessions in the work-sessions directory.
  • Read a specific session file to view full content or description only.
  • Perform cross-session keyword search across all sessions.

Quick Start

List all sessions in the work-sessions directory by running the list script with --root set to <root>.

Frequently Asked Questions about work-sessions

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

FAQPage Schema
How do I search across multiple Markdown work-session records locally?

To search across multiple Markdown work-session records locally, use a tool that performs cross-session keyword search within the repository-local .agent/work-sessions structure. It enforces read-only operation and requires a --root path for isolation to safely query files.

Can I read Markdown session files without accidentally modifying them?

Yes, you can read Markdown session files without accidentally modifying them by using a read-only access tool. It allows you to view full content or descriptions only while strictly enforcing read-only operations to prevent any changes to the local files.

How do I list all work-session records in a local repository directory?

To list all work-session records in a local repository directory, run the list script with the --root parameter set to your target path. This provides a quick overview of all Markdown sessions stored within the .agent/work-sessions structure.

Does searching local work-session Markdown files require network access?

No, searching local work-session Markdown files does not require network access. The process strictly avoids any network calls and operates entirely offline by reading directly from the repository-local .agent/work-sessions directory.

What is the best way to view a summarized description of a specific work-session file?

The best way to view a summarized description of a specific work-session file is to use a read-only viewer that supports fetching description-only content. This allows you to quickly scan session details without loading the full Markdown document.

Are there limitations when using a read-only tool to browse work-session records?

Yes, limitations include strict read-only operation that prevents editing, modifying, or writing to files. Additionally, it requires a --root path for isolation and restricts access strictly to the repository-local .agent/work-sessions directory structure.