app-builder-category-pointer

Directs app-building tasks to four specialized scaffolding skills stored in a local vault.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working on application development tasks, you need the right specialized guidance without loading every skill into context at startup. This pointer skill keeps your context minimal while giving you access to four specialized App Builder skills on demand. ## Core Features & Use Cases - Skill Discovery: Lists four specialized skills covering FastAPI backends, React component scaffolding, TypeScript project setup, and general project templates. - On-Demand Loading: Instructs the AI to read the matching skill's SKILL.md from a local vault only when needed. - Use Case: When asked to scaffold a new FastAPI backend, the AI identifies the fastapi-templates skill, reads its instructions from the vault, and follows them to generate the project. ## Quick Start Ask the AI to scaffold a new FastAPI project and it will load the matching skill from the app-builder vault.

Frequently Asked Questions about app-builder-category-pointer

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

FAQPage Schema
How do I scaffold a FastAPI project with this skill?▼

Identify the fastapi-templates skill from the list, then read its SKILL.md from the vault at /home/kienct/.config/opencode/skill-libraries/app-builder/fastapi-templates/SKILL.md and follow its instructions for async patterns and dependency injection.

What skills are available in the app-builder category?▼

Four skills are available: fastapi-templates for FastAPI backends, frontend-mobile-development-component-scaffold for React components, javascript-typescript-typescript-scaffold for TypeScript projects, and templates with 12 general project scaffolding options.

Why does this skill not contain scaffolding instructions directly?▼

It is a pointer skill designed to keep startup context minimal. The actual instructions live in a hidden vault and are loaded on demand only when a matching task is identified.

Where is the app-builder skill vault located?▼

The vault is located at /home/kienct/.config/opencode/skill-libraries/app-builder. Each specialized skill has its own subdirectory containing a SKILL.md file with operational instructions.

What happens if no listed skill matches my task?▼

The pointer only covers the four listed skills. If your task does not match any of them, the vault has no applicable instructions and you should proceed without loading a specialized skill.