legal-category-pointer

Routes legal tasks to eight specialized legal skills stored in a local vault.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It keeps startup context minimal by acting as a lightweight index to a library of eight specialized legal skills instead of loading all legal instructions upfront. ## Core Features & Use Cases - Skill Discovery: Lists eight legal skills covering Brazilian criminal and general law, customs compliance, employment contracts, FDA food and medtech auditing, and legal document drafting. - On-Demand Loading: Directs the agent to read the matching skill's SKILL.md from the vault path before answering. - Use Case: When asked to draft a GDPR-compliant privacy policy, identify the legal-advisor skill, load its instructions from the vault, and follow them to produce the document. ## Quick Start Ask the agent to handle a legal task such as drafting a privacy policy, and it will load the matching specialized skill from the legal vault.

Frequently Asked Questions about legal-category-pointer

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

FAQPage Schema
How do I use the legal-category-pointer skill?▼

Identify which of the eight listed legal skills matches your task, then read that skill's SKILL.md from the vault at /home/kienct/.config/opencode/skill-libraries/legal/<skill-name>/SKILL.md and follow its instructions.

What legal skills are available in this library?▼

The library includes eight skills: advogado-criminal, advogado-especialista, customs-trade-compliance, employment-contract-templates, fda-food-safety-auditor, fda-medtech-compliance-auditor, legal-advisor, and lex.

Why does this skill not contain legal instructions directly?▼

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

Can this skill draft GDPR privacy policies or terms of service?▼

Not directly. It points you to the legal-advisor skill in the vault, which handles privacy policies, terms of service, disclaimers, GDPR-compliant texts, cookie policies, and data processing agreements.

What happens if I skip reading the vault file?▼

The skill explicitly warns not to guess best practices. Skipping the vault read means the agent lacks the specialized instructions needed to complete the legal task correctly.