granular-workflow-bundle-category-pointer

Routes tasks to 16 specialized workflow skills stored in an external skill library.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It keeps startup context minimal by acting as a lightweight index to 16 specialized Granular Workflow Bundle skills instead of loading all of them upfront. ## Core Features & Use Cases - Skill Discovery: Lists 16 specialized workflows covering AI agents, API documentation, security testing, Kubernetes, PostgreSQL, FastAPI, React/Next.js, Terraform, WordPress, and more. - On-Demand Loading: Directs the agent to read the matching skill's SKILL.md from a hidden vault path only when needed. - Use Case: When asked to build a FastAPI backend, the agent consults this pointer, identifies the python-fastapi-development skill, and loads its full instructions from the vault before proceeding. ## Quick Start Ask the agent to handle a task such as setting up a Kubernetes deployment, and it will load the matching specialized skill from the vault.

Frequently Asked Questions about granular-workflow-bundle-category-pointer

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

FAQPage Schema
How do I use the granular workflow bundle skills?▼

Identify the skill matching your task from the list of 16, then read its SKILL.md from the vault at /home/kienct/.config/opencode/skill-libraries/granular-workflow-bundle/<skill-name>/SKILL.md and follow those instructions.

What workflows does the granular workflow bundle cover?▼

It covers 16 domains including AI agent development, API documentation and security testing, bash scripting, e2e testing with Playwright, Kubernetes, Linux troubleshooting, PostgreSQL optimization, FastAPI, RAG implementation, React/Next.js, Terraform, web security, and WordPress development.

Why does this skill only contain a list instead of full instructions?▼

It is a pointer skill designed to keep startup context minimal. The full instructions for each of the 16 specialized skills live in a hidden vault and are loaded on demand only when a matching task appears.

What happens if the vault path is not accessible?▼

The skill cannot load any specialized workflow without access to /home/kienct/.config/opencode/skill-libraries/granular-workflow-bundle. You would need to restore or relocate the vault directory and update the path accordingly.