Skip to main content

PackmindHub/packmind

SkillsMP a collecté 26 skills depuis PackmindHub/packmind. Ouvrez un skill pour examiner sa source et ses détails.

Dernière activité source enregistrée
Catalogue SkillsMP mis à jour
skills collectés
26
Étoiles GitHub
307
Forks GitHub
17

Affichage de 26 skills collectés sur 26.

métier
non classé
description

Complete automated onboarding: analyzes codebase, creates package, and generates standards & commands via CLI. Automatic package creation when none exist, user selection when packages are available.

Langue du texte source : anglais

mis à jour
métier
non classé
description

Use when updating, adding, fixing, changing, or deprecating Packmind playbook artifacts (standards, commands, skills). Triggers on explicit phrases like "update packmind standard", "add a packmind skill", "fix packmind command", "change packmind playbook",…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Complete automated onboarding: analyzes codebase, creates package, and generates standards & commands via CLI. Automatic package creation when none exist, user selection when packages are available.

Langue du texte source : anglais

mis à jour
métier
non classé
description

Audit and improve the CLAUDE.md files listed in the run worklist: apply only high/medium priority fixes, create the ones that are missing, and delete instructions already fully covered by a repository skill. Driven non-interactively by a GitHub workflow…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

The folder is folder-alpha but the skill is declared-beta.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Two folders declare this same name, from copy-a.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Two folders declare this same name, from copy-b.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Write and maintain the project documentation.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Get a new joiner productive in their first week.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

The canonical recipe for starting, checking, and stopping the Packmind local dev stack with Docker Compose — the single source of truth other skills and the Michel agent defer to. Covers bringing the full stack (PostgreSQL, Redis, NestJS API, React/Vite…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Audit and inventory all feature flags declared in the Packmind codebase. Use when the user asks to list, audit, review, or inventory feature flags, asks which flags are active, wants to know what a flag gates, or asks which flags are opened to a given…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Add, edit, or remove a Packmind feature flag across the shared registry, the frontend gate, and the backend helper. Use when the user wants to create a new feature flag, gate a feature behind a flag, open or restrict a flag to a domain/email, change a flag…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Record polished UI demo videos and screenshots of a running web app using Playwright MCP — for client deliverables, release notes, feature walkthroughs, or bug repros. Produces an HD WebM video with chapter markers, a mandatory animated cursor overlay, and a…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Diagnose a failed, stuck, or never-triggered CI run on a GitHub PR, apply a local fix if possible, push it, and document the result in a single running PR comment. Invoke whenever Michel's CI monitor loop triggers with `any_failure`, `stuck`, or…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Produce proof-of-execution demos of the Packmind CLI (`packmind-cli`) as terminal-styled images (colors and formatting preserved exactly), for embedding in a GitHub PR. Renders a crisp master SVG and rasterizes it to a PNG — the PNG is what you embed, because…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Best practices for creating GitHub pull requests that include inline images — CLI terminal screenshots (from cli-demo-recorder), UI screenshots/videos (from ui-demo-recorder), or any other visual artifact. Use this skill whenever opening or updating a PR that…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Review an implemented GitHub issue the way a senior Packmind engineer would — the human-judgment checks that ESLint, the TypeScript compiler, and e2e tests cannot catch (authorization scoping, hexagonal-architecture conformance, analytics-event wiring, UX…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Create or update user-focused Packmind documentation in `apps/doc/` that explains features in clear task-oriented language without technical implementation details. Use this skill whenever the user asks to document a feature, write or update user guides,…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Write TypeORM migrations in the Packmind monorepo to manage and version database schema changes with consistent logging, reversible rollbacks, and shared helpers. Use this skill whenever creating or modifying database tables, columns, or foreign-key…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Guide for writing and running new Playwright end-to-end tests in the `apps/e2e-tests/` directory of the Packmind monorepo. Use this skill whenever you add or modify a spec that drives the real frontend and API — for example testing a user flow, a new…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Guide for creating reusable commands via the Packmind CLI. This skill should be used when users want to create a new command that captures multi-step workflows, recipes, or task automation for distribution to GitLab Duo.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends GitLab Duo's capabilities with specialized knowledge, workflows, or tool integrations.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Guide for creating coding standards via the Packmind CLI. This skill should be used when users want to create a new coding standard (or add rules to an existing standard) that captures team conventions, best practices, or coding guidelines for distribution to…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Guide for adding new end-to-end tests for the Packmind CLI. This skill should be used when creating new test specs in the `apps/cli-e2e-tests/` directory that exercise CLI commands against a real binary and API.

Langue du texte source : anglais

mis à jour
métier
Développeurs web
description

This skill provides guidance for building UI/UX prototypes in the Packmind playground app. It should be used when creating a new prototype, iterating on an existing prototype, or working with files in apps/playground/. Triggers on mentions of "playground",…

Langue du texte source : anglais

mis à jour
métier
Concepteurs web et d'interfaces numériques
description

This skill provides guidance for using the Packmind UI component library (@packmind/ui). It should be used when building or modifying frontend UI with PM-prefixed components, working with Chakra UI in the Packmind codebase, or when questions arise about…

Langue du texte source : anglais

mis à jour
Affichage de 26 skills collectés sur 26.