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

Ghost

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

skills collectés
15
Stars
54.3k
mis à jour
2026-06-30
Forks
11.8k
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

shade-component-decision
Concepteurs web et d'interfaces numériques

Decide which Shade layer (Token, Primitive, Component, Recipe, Pattern) a new piece of UI belongs in — and whether it should be added to Shade at all. Trigger when creating new files in apps/shade/src/components, or proposing to add a new Shade component.

2026-06-30
shade-dropdown-surface-contract
Concepteurs web et d'interfaces numériques

DropdownMenu, Select, and Popover share one visual recipe (bg-surface-elevated-2 + border-border/60 dark:border-border/30 + shadow-md). Change them together. Trigger when editing any of those three Shade files.

2026-06-30
shade-imports
Développeurs de logiciels

Import Shade from layer-specific subpaths (primitives, components, patterns, page-templates, utils), never the root barrel. Trigger when editing TSX/TS in Shade-consuming apps.

2026-06-30
shade-inputsurface-recipe
Concepteurs web et d'interfaces numériques

Use the inputSurface() recipe for form-control chrome (border, background, radius, focus ring, invalid state) — don't roll your own. Trigger when editing form-control-shaped files in Shade.

2026-06-30
shade-new-component
Concepteurs web et d'interfaces numériques

Acceptance checklist for adding or editing a Shade component or pattern file — naming, sibling story, className forwarding, cva variants, required states, recipe usage. Trigger when editing files in apps/shade/src/components.

2026-06-30
shade-no-dark-variants
Concepteurs web et d'interfaces numériques

Don't write dark: Tailwind variants for colour in Shade or admin apps — semantic tokens flip in dark mode automatically. Trigger when editing TSX in Shade-consuming apps.

2026-06-30
shade-page-templates
Développeurs de logiciels

Pick the right Shade page template (ListPage, PageHeader) for a new admin page instead of inventing chrome. Trigger when creating new admin pages or routes in apps/admin, apps/admin-x-settings, apps/posts, apps/stats, apps/activitypub.

2026-06-30
shade-shadcn-install
Développeurs de logiciels

Guardrails for running `pnpm dlx shadcn@latest add` in Shade — never overwrite existing components, fresh branch first, swap raw colours for semantic tokens after integrating. Trigger when the user proposes a shadcn add, or when a fresh ShadCN-shaped file lands in apps/shade/src/components/ui.

2026-06-30
shade-tokens-not-hex
Développeurs de logiciels

Use Shade semantic tokens (bg-background, text-foreground, border-border-default, bg-surface-elevated) — never hex, hsl(), or bg-gray-200-style raw palette utilities for UI chrome. Trigger when editing TSX/CSS in Shade-consuming apps.

2026-06-30
shade-use-primitives
Développeurs de logiciels

Replace bare divs that only carry flex/grid/gap utilities with Shade primitives (Stack, Inline, Box, Grid, Container, Text). Use semantic gap="md" instead of gap-4. Trigger when editing TSX in Shade-consuming apps.

2026-06-30
add-admin-api-endpoint
Développeurs de logiciels

Add a new endpoint or endpoints to Ghost's Admin API at `ghost/api/admin/**`.

2026-04-10
add-private-feature-flag
Développeurs de logiciels

Use when adding a new private (developer experiments) feature flag to Ghost, including the backend registration and settings UI toggle.

2026-04-10
create-database-migration
Architectes de bases de données

Create a database migration to add a table, add columns to an existing table, add a setting, or otherwise change the schema of Ghost's MySQL database. Use this skill whenever the task involves modifying Ghost's database schema — including adding, removing, or renaming columns or tables, adding new settings, creating indexes, updating data, or any change that requires a migration file in ghost/core. Also use when the user references schema.js, knex-migrator, the migrations directory, or asks to "add a field" or "add a column" to any Ghost model/table. Even if the user frames it as a feature or Linear issue, if the implementation requires a schema change, this skill applies.

2026-04-10
commit
Développeurs de logiciels

Commit message formatting and guidelines

2026-04-08
format-numbers
Développeurs de logiciels

Format numbers using the formatNumber function from Shade whenever someone edits a TSX file.

2026-04-08