Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

spellcasting

spellcasting contient 8 skills collectées depuis Lutherwaves, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
8
Stars
0
mis à jour
2026-05-29
Forks
0
Couverture métier
1 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

casting-a-feature
Développeurs de logiciels

Use when adding a complete resource to an existing magic-based service — emits migration, types, service layer, and route layer in one pass

2026-05-29
casting-a-new-service
Développeurs de logiciels

Use when bootstrapping a brand-new microservice on github.com/tink3rlabs/magic — clones the service template, applies wizard answers, runs a smoke build

2026-05-29
casting-a-service-layer
Développeurs de logiciels

Use when adding domain logic (types + service interface + implementation) for a resource without HTTP — typically because the route is handled differently (worker, scheduled job, internal-only)

2026-05-29
divining-intent
Développeurs de logiciels

Use when the user asks to scaffold or extend a magic-based service and the right cast sequence is ambiguous — runs a question tree and emits a cast plan

2026-05-29
magic-capabilities
Développeurs de logiciels

Use when a cast needs to verify whether a package, type, or middleware exists in github.com/tink3rlabs/magic — the in-bounds surface for spellcasting templates

2026-05-29
tweaking-a-cast
Développeurs de logiciels

Use when modifying an existing resource on a magic-based service — add a column, add a filter, add a role guard, add soft-delete, swap a storage adapter — enforces DTO-completeness on every field change

2026-05-29
using-sorcery
Développeurs de logiciels

Use when a request involves creating, scaffolding, or extending a microservice built on github.com/tink3rlabs/magic — establishes which cast to invoke and the magic-only capability boundary

2026-05-29
casting-a-route
Développeurs de logiciels

Use when adding the HTTP layer for a resource that already has (or will get) a service layer — chains casting-a-service-layer first if the service is missing

2026-05-29