agency-skills-suite/agency-shared-references/SKILL.md
AgentePotente b289d87033 Conversione references in skill condivisa agency-shared-references
- Creata nuova skill agency-shared-references con 24 references centralizzate
- Spostate tutte le references da cartelle sparse (references/, agency-web-developer/, agency-archivist/) in un'unica posizione
- Aggiornati tutti i symlink delle 14 skills per puntare a ../agency-shared-references/references
- Aggiornati tutti i riferimenti nei SKILL.md (percorsi coerenti)
- README.md aggiornato con nuova struttura e istruzioni generiche
- INSTALL.sh semplificato con istruzioni platform-agnostic
- Eliminata cartella references/ dal root (ora centralizzata)
- Struttura più pulita e mantenibile, facile da installare su qualsiasi piattaforma
2026-03-11 00:11:03 +01:00

67 lines
2.4 KiB
Markdown

---
name: agency-shared-references
description: "References condivise per la suite agency-skills. Contiene pattern, framework, template e linee guida trasversali usate da multiple skills: design patterns, copy frameworks, research playbook, quality bar, publishing gates, resource types, e altri. Usare quando: (1) serve consultare pattern UX/UI, (2) applicare framework copywriting, (3) seguire standard qualità, (4) citare fonti correttamente, (5) gestire risorse catalogate."
---
# Agency Shared References
References condivise per tutte le skills della suite agency-skills.
## Quando Usare
Questa skill viene caricata automaticamente quando le altre skills della suite necessitano di:
- **Pattern UX/UI:** design_patterns, hero_sections, layout_systems, navigation_patterns, conversion_patterns, trust_signal_patterns
- **Framework Copy:** copy_frameworks, brand_voice, content_formats, case_study_structures
- **Research:** research_playbook, research_citation_rules, strategy_playbook
- **Quality & Publishing:** quality_bar, publishing_gates, qa_visual, weekly_report_template
- **Risorse:** resource_types (tipologie asset e use case)
- **YouTube:** youtube_script_framework
- **Personas:** audience_personas
- **Platform:** platform_patterns
## Struttura
```
agency-shared-references/
└── references/
├── design_patterns.md
├── hero_sections.md
├── layout_systems.md
├── navigation_patterns.md
├── conversion_patterns.md
├── trust_signal_patterns.md
├── case_study_structures.md
├── copy_frameworks.md
├── content_formats.md
├── brand_voice.md
├── audience_personas.md
├── platform_patterns.md
├── quality_bar.md
├── publishing_gates.md
├── research_citation_rules.md
├── research_playbook.md
├── strategy_playbook.md
├── youtube_script_framework.md
├── qa_visual.md
├── weekly_report_template.md
└── resource_types.md
```
## Uso dalle Skills
Ogni skill della suite punta a queste references tramite symlink:
```bash
ln -s ../agency-shared-references/references ./references
```
## Note
- **Non modificare** queste references senza approvazione dell'orchestrator
- **Mantenere coerenti** i riferimenti incrociati tra documenti
- **Aggiornare** quando si scoprono pattern migliori o si standardizzano nuovi workflow
---
_Agency Shared References v1.0_