Agent skill
mis-documentos
Manages client case database in mis_documentos/ directory. Use when starting new legal work, creating documents, or generating proposals to find similar cases and maintain consistent style.
Install this agent skill to your Project
npx add-skill https://github.com/tcapelle/claude-lex/tree/main/skills/mis-documentos
SKILL.md
Skill: Base de Datos de Clientes y Casos
Usa este skill cuando trabajes en nuevos proyectos legales, crees documentos o generes propuestas.
Estructura
mis_documentos/
├── README.md # Indice de todos los clientes/casos
├── cliente_1/
│ ├── README.md # Descripcion del proyecto y contenidos
│ └── documentos...
├── cliente_2/
│ └── ...
Como Usar
Paso 1: Leer el Indice Principal
Siempre empieza leyendo el indice principal:
mis_documentos/README.md
Paso 2: Buscar Casos Similares
Basado en el nuevo proyecto, identifica casos similares leyendo sus README:
mis_documentos/{carpeta_caso}/README.md
Paso 3: Revisar Documentos Relevantes
Una vez identificados casos similares, lee los documentos para entender:
- Estilo de redaccion y tono
- Estructura y formato
- Terminologia legal usada
- Como se resolvieron problemas similares
Paso 4: Crear Nuevos Documentos
Al crear documentos nuevos:
- Usa documentos existentes como plantillas
- Mantiene estilo y formato consistente
- Adapta el contenido al nuevo cliente/caso
- Preserva la voz profesional del abogado
Reglas
- Nunca empieces de cero - Siempre busca casos similares primero
- Preserva el estilo - Mantiene el tono y formato de documentos existentes
- Adapta, no copies - Personaliza el contenido para cada situacion
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
vlex
Interacts with vLex legal APIs for document search, anonymization, citation extraction, and classification. Use when needing international legal documents, PII removal, or legal text analysis. Requires VLEX_API_KEY environment variable.
leychile
Queries Chilean legislation from the Biblioteca del Congreso Nacional using SPARQL and Linked Data. Use when searching for Chilean laws, decrees, regulations, congressional information, or when user mentions specific Chilean legal codes.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
scaffold-exercises
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.
Didn't find tool you were looking for?