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

homeflix

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

skills collectés
15
Stars
0
mis à jour
2026-02-10
Forks
0
Couverture métier
4 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

workflow-abort
Développeurs de logiciels

Abort a workflow — cleans up worktrees and branches, marks the workspace as aborted.

2026-02-10
workflow-complete
Développeurs de logiciels

Finalize the workflow — squash commits into one clean commit, remove worktrees, and close the workspace.

2026-02-10
workflow-implement
Développeurs de logiciels

Execute all planned tasks — creates per-task git worktrees, spawns implementer and reviewer agents in dependency order, aggregates results.

2026-02-10
workflow-plan
Spécialistes en gestion de projetsDéveloppeurs de logiciels

Break an approved design into atomic implementation tasks — creates dependency-ordered task specs ready for parallel agent execution.

2026-02-10
workflow-review
Analystes en assurance qualité des logiciels et testeurs

Review completed implementation — runs final verification across all changes and presents results for user sign-off.

2026-02-10
workflow-design
Développeurs de logiciels

Convert discussion output into a validated design — reads captured requirements and presents architecture for iterative approval.

2026-02-10
workflow-discuss
Spécialistes en gestion de projets

Kick off a new workflow by discussing requirements — asks clarifying questions, explores trade-offs, and captures decisions in a structured format.

2026-02-10
code-style
Développeurs de logiciels

Use when writing or editing any code in this project. Ensures ESLint and Prettier compliance so output needs no auto-fixing.

2026-02-08
component-architecture
Développeurs de logiciels

Use when creating, modifying, or organizing React components. Covers file organization, naming conventions, composition patterns, export rules, prop design, and component splitting strategies specific to this codebase.

2026-02-08
data-fetching
Développeurs web

Use when creating components that fetch data, defining query options, building loading/error/success states, or working with the Query/Queries wrapper components. Covers the full data fetching pipeline from API clients to rendered UI.

2026-02-08
new-component
Développeurs de logiciels

Scaffold a new React component following project conventions — section separators, Props interface, named exports, proper placement in _components/ or components/

2026-02-08
page-building
Développeurs de logiciels

Use when building a new page from scratch — library listing pages, detail pages, or browse pages. Covers the full architecture including route structure, page composition, filter systems, grid/detail layouts, and tab patterns.

2026-02-08
query-autonomy
Développeurs de logiciels

Use when refactoring a detail page to eliminate prop passthrough by giving each section its own query. Invoke with page path as argument. Covers analysis of component data flow and refactoring sections to use select-based query options.

2026-02-08
styling-design
Développeurs web

Use when writing Tailwind CSS, designing component visuals, creating loading skeletons, hover effects, animations, gradients, or any visual/UI work. Covers the visual design system, responsive patterns, dark mode, and polish effects used in this codebase.

2026-02-08
tanstack-query-conditional-options
Développeurs de logiciels

Fix TypeScript errors when conditionally selecting between two queryOptions() factories with different query key shapes in TanStack React Query. Use when: (1) useQuery() errors with 'No overload matches this call' when passed a union of two queryOptions results, (2) query keys have different tuple lengths (e.g., ['x', 'movie', number] vs ['x', 'episode', number, number, number]), (3) ternary selection between queryOptions factories fails type checking. Solution: split into separate components that each call useQuery with a single concrete queryOptions type.

2026-02-08