productivity-category-pointer

Routes productivity tasks to 14 specialized skills stored in a hidden vault.

Updated Sep 13, 2023
One-click install
npx skills add https://github.com/dlwlrmax/.dotfiles --skill productivity-category-pointer-dlwlrmax
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: productivity-category-pointer
Source: https://github.com/dlwlrmax/.dotfiles/tree/main/opencode/.config/opencode/skills/productivity-category-pointer
Command: npx skills add https://github.com/dlwlrmax/.dotfiles --skill productivity-category-pointer-dlwlrmax

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It keeps startup context minimal by acting as a lightweight index to 14 specialized Productivity skills instead of loading all of them upfront, while still letting you discover and load the right one on demand. ## Core Features & Use Cases - Skill Discovery: Lists 14 productivity skills covering Box, Cal.com, Calendly, DocuSign, Dropbox, Gmail, Google Calendar, OneDrive, Office documents, file organization, interview coaching, and more. - On-Demand Loading: Directs the agent to read the matching skill's SKILL.md from the vault path before executing any task. - Use Case: When asked to automate a Dropbox upload or schedule a Calendly event, identify the matching skill name in the list, then load its full instructions from the vault and follow them. ## Quick Start Ask the agent to handle a productivity task such as automating a Gmail or Dropbox operation, and it will load the matching skill from the vault first.

Frequently Asked Questions about productivity-category-pointer

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

FAQPage Schema
How do I use a productivity skill from the vault?▼

Identify the matching skill name in the pointer list, then read its SKILL.md from /home/kienct/.config/opencode/skill-libraries/productivity/<skill-name>/SKILL.md and follow those instructions to complete the task.

What productivity tools does this skill library cover?▼

The library covers 14 skills including Box, Cal.com, Calendly, DocuSign, Dropbox, Gmail, Google Calendar, OneDrive, Office productivity, file organization, interview coaching, daily gift generation, FAF generation, and rich elicitation.

Why are the productivity skills stored in a hidden vault?▼

The vault keeps startup context minimal by loading only a lightweight pointer skill. Full skill instructions are read on demand only when a matching task is identified.

Do the automation skills require an MCP server?▼

Most automation skills like Box, Dropbox, and DocuSign run via Rube MCP (Composio), while the Gmail and Google Calendar skills use standalone OAuth authentication with no MCP server required.

What happens if I skip reading the vault skill file?▼

The pointer explicitly warns not to guess best practices. Skipping the vault read risks using outdated schemas, since skills like Cal.com and DocuSign instruct you to always search tools first for current schemas.