Install
$ agentstack add skill-glamgarondiscord-claude-saas-blueprint-variations ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Arguments
component: Quel composant ou quelle page à explorercount: Nombre de variations (défaut: 5, max: 10)
Instructions
1. Comprendre le Composant
- Lire le composant existant (si il existe)
- Identifier les props, le data model, les contraintes
- Lire le design system en place (shadcn, tailwind config, etc.)
2. Planifier les Variations
Avant de coder, lister les approches UX différentes. Exemples :
- Layout : Cards grid vs Table vs List vs Kanban vs Timeline
- Navigation : Tabs vs Accordion vs Wizard vs Split view vs Sidebar
- Interaction : Modal vs Inline edit vs Drawer vs Full page vs Popover
- Densité : Compact vs Comfortable vs Spacious
- Style : Minimal vs Rich vs Glassmorphism vs Brutalist
Chaque variation doit être fondamentalement différente en approche UX, pas juste une variation de couleur.
3. Générer les Fichiers
Créer un dossier temporaire :
src/components/_variations/
├── [component]-v1-cards-grid.tsx
├── [component]-v2-table-view.tsx
├── [component]-v3-kanban.tsx
├── [component]-v4-timeline.tsx
├── [component]-v5-split-view.tsx
└── _preview.tsx ← Page qui affiche toutes les variations
Le fichier _preview.tsx :
// Page de preview — accéder via /variations ou route temporaire
// Affiche toutes les variations côte à côte ou en tabs
// Avec des données mock réalistes
4. Chaque Variation Doit
- Être un composant standalone fonctionnel
- Utiliser les mêmes props/données
- Avoir un titre visible indiquant le concept (ex: "V3 — Kanban Board")
- Être responsive
- Utiliser shadcn/ui et Tailwind
5. Présentation
Informer l'utilisateur :
5 variations générées dans src/components/_variations/
Ouvre [URL preview] pour les comparer visuellement.
V1 — Cards Grid : Layout classique en grille de cartes
V2 — Table View : Vue tabulaire dense avec tri et filtres
V3 — Kanban : Vue en colonnes draggable
V4 — Timeline : Vue chronologique verticale
V5 — Split View : Master-detail avec panneau latéral
Dis-moi laquelle tu préfères (ou un mix), et je supprime le reste.
6. Après le Choix
- Copier la variation choisie vers l'emplacement final
- Adapter les imports et le naming
- Supprimer tout le dossier
_variations/ - Connecter au vrai data fetching (remplacer les mocks)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: GlamgarOnDiscord
- Source: GlamgarOnDiscord/claude-saas-blueprint
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.