Generalizzazione: sostituito clients/{client}/ con {project}/
- Sostituite 135 occorrenze di clients/{client}/ con {project}/
- Aggiornati parametri: client_path → project_path in 11 skills
- README.md aggiornato con nuova convenzione {project}/
- Struttura cartelle ora agnostica: compatibile con clients/, projects/, o qualsiasi cartella
- Maggiore flessibilità per diversi sistemi e workflow
Vantaggi:
✅ Compatibile con qualsiasi struttura cartelle
✅ Non impone convenzione 'clients/'
✅ Utile per progetti interni, campagne, o clienti
✅ Più generale e riutilizzabile
This commit is contained in:
parent
3e926f27eb
commit
a29db752af
15 changed files with 159 additions and 160 deletions
23
README.md
23
README.md
|
|
@ -142,24 +142,22 @@ agency-skills-suite/
|
|||
├── agency-social/
|
||||
│ └── SKILL.md
|
||||
├── agency-youtube/
|
||||
│ ├── SKILL.md
|
||||
│ └── references → ../agency-shared-references/references
|
||||
│ └── SKILL.md
|
||||
├── agency-visual-generator/
|
||||
│ ├── SKILL.md
|
||||
│ └── references → ../agency-shared-references/references
|
||||
│ └── SKILL.md
|
||||
├── agency-web-developer/
|
||||
│ ├── SKILL.md
|
||||
│ └── references → ../agency-shared-references/references
|
||||
│ └── SKILL.md
|
||||
├── agency-analytics/
|
||||
│ ├── SKILL.md
|
||||
│ └── references → ../agency-shared-references/references
|
||||
│ └── SKILL.md
|
||||
├── agency-publisher/
|
||||
│ └── SKILL.md
|
||||
└── agency-youtube/
|
||||
└── agency-archivist/
|
||||
└── SKILL.md
|
||||
```
|
||||
|
||||
**Nota:** Nessun symlink necessario. Ogni SKILL.md contiene percorsi diretti verso `../agency-shared-references/references/`.
|
||||
**Nota:**
|
||||
- Nessun symlink necessario. Ogni SKILL.md contiene percorsi diretti verso `../agency-shared-references/references/`.
|
||||
- Struttura cartelle: le skills usano `{project}/` come path di lavoro (es. `demo_co_srl/`, `campagna_x/`, o qualsiasi cartella progetto).
|
||||
|
||||
## Uso
|
||||
|
||||
|
|
@ -188,7 +186,7 @@ node scripts/scan_resources.js --client demo_co_srl --pass 1
|
|||
node scripts/generate_catalog.js --client demo_co_srl
|
||||
```
|
||||
|
||||
**Risultato:** `clients/{client}/assets/catalog.md` con tutte le risorse catalogate.
|
||||
**Risultato:** `{project}/assets/catalog.md` con tutte le risorse catalogate.
|
||||
|
||||
## Publishing Gates
|
||||
|
||||
|
|
@ -214,7 +212,8 @@ Vedi documentazione interna per dettagli.
|
|||
- **Lingua:** Skills in inglese, alcune references bilingue (IT/EN)
|
||||
- **Dominio:** Agency digitali, content production, multi-agent coordination
|
||||
- **Complexity:** MEDIUM-HIGH (15 skills, 23 references, workflow coordinati)
|
||||
- **Architecture:** References centralizzate in agency-shared-references, accessibili tramite symlink da tutte le skills
|
||||
- **Architecture:** References centralizzate in agency-shared-references, percorsi diretti da tutte le skills
|
||||
- **Project Structure:** `{project}/` come cartella di lavoro (agnostico, compatibile con qualsiasi sistema)
|
||||
|
||||
## Supporto
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue