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/majiayu000/claude-skill-registry/tree/main/skills/data/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.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?