Skip to main content

PackmindHub/packmind

SkillsMP ha recopilado 26 skills de PackmindHub/packmind. Abre una skill para revisar su origen y sus detalles.

Última actividad de origen registrada
Catálogo de SkillsMP actualizado
skills recopiladas
26
Estrellas en GitHub
307
Forks en GitHub
17

Mostrando 26 de 26 skills recopiladas.

ocupación
sin clasificar
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

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",…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Otras ocupaciones informáticas
descripción

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

Idioma del texto original: inglés

actualizado
ocupación
Otras ocupaciones informáticas
descripción

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

Idioma del texto original: inglés

actualizado
ocupación
Otras ocupaciones informáticas
descripción

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

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Write and maintain the project documentation.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Get a new joiner productive in their first week.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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,…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores web
descripción

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",…

Idioma del texto original: inglés

actualizado
ocupación
Diseñadores de interfaces web y digitales
descripción

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…

Idioma del texto original: inglés

actualizado
Mostrando 26 de 26 skills recopiladas.