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

processwire-ai-docs

processwire-ai-docs contient 8 skills collectées depuis gebeer, avec une couverture métier par dépôt et des pages de détail sur le site.

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

Skills dans ce dépôt

processwire-system-update-cli
Développeurs de logiciels

Upgrade modules and core files in ProcessWire projects through DDEV CLI

2026-06-08
processwire-ddev-cli
Développeurs de logiciels

Runs PHP scripts and one-liners via ddev in ProcessWire projects, bootstraps the PW API for CLI usage, debugs with TracyDebugger, creates Tracy console snippets, and executes direct database queries. Use when running PHP through ddev, writing ProcessWire CLI scripts, building Tracy debugger snippets, or querying the database in a ddev environment.

2026-06-07
processwire-agenttools
Développeurs de logiciels

Provides ProcessWire CLI and migration workflows for sites using the AgentTools module. Use when querying the ProcessWire API, making repeatable site changes, or transferring changes across environments.

2026-04-04
processwire-memory
Développeurs de logiciels

Stores and retrieves ProcessWire API patterns, gotchas, and conventions via memvid hybrid search. Use when starting PW tasks, hitting PW errors, or when user asks to remember/recall ProcessWire knowledge. Persistent cross-project memory at ~/.memvid/processwire.mv2

2026-02-24
create-pw-skill
Développeurs de logiciels

Guides the creation of a new ProcessWire agent skill from source material. Reads provided sources, proposes file structure and description, creates SKILL.md with reference files following best practices. Use when creating a new PW skill for this repository.

2026-02-11
verify-pw-skill
Développeurs de logiciels

Verifies an existing ProcessWire agent skill for accuracy and best practices compliance against source material. Runs parallel checks per reference file, produces an issue table with severity levels, and applies only user-approved fixes. Use when verifying or auditing a PW skill in this repository.

2026-02-11
processwire-rockmigrations
Développeurs de logiciels

Creates and manages ProcessWire schema migrations via RockMigrations — fields, templates, roles, permissions, pages, and modules. Supports config migrations, direct API methods, MagicPages, and PageClass lifecycle hooks (onCreate, onAdded, onSaved). Use when creating or modifying fields, templates, roles, permissions, running migrations, setting up access control, or working with MagicPage and PageClass hooks in ProcessWire.

2026-02-11
processwire-page-classes
Développeurs de logiciels

Creates and manages ProcessWire custom page classes that extend Page with template-specific methods, properties, and logic. Covers naming conventions, get() overrides, API access patterns, inheritance, traits, and common pitfalls. Use when creating or editing custom page classes, adding template-specific methods to pages, or working with typed pages in ProcessWire.

2026-02-11