Skip to main content
aidevme
GitHub creator profile

aidevme

Repository-level view of 29 collected skills across 4 GitHub repositories.

skills collected
29
repositories
4
updated
Aug 2, 2026
repository explorer

Repositories and representative skills

add-host-manager
software-developers

Scaffolds a new main-process manager for the Power Platform ToolBox host, following the existing settings/connections/tool-lifecycle/auth pattern and wired through `toolboxAPI`/`toolboxAPIBridge.js` so tools never get direct Node.js or Electron access. Use…

Jul 27, 2026
package-toolbox
software-developers

Runs lint, type-check, and build steps for the ToolBox host, then produces a platform-specific packaged build from its three Vite bundles. Use when asked to "build the toolbox host and check it's clean", "package a Windows build of the toolbox", "run lint and…

Jul 27, 2026
setup-toolbox-dev-env
software-developers

Forks, clones, and bootstraps a local development environment for the Power Platform ToolBox host application. Use when asked to "set up my dev environment for the ToolBox host", "I want to contribute to Power Platform ToolBox", "clone and run the toolbox…

Jul 27, 2026
tool-development
software-developers

Entry point for building a PPTB tool — a web app that runs inside the Power Platform ToolBox host and talks to Dataverse/Power Platform through injected APIs. Use when asked to "build a PPTB tool", "develop a tool for Power Platform ToolBox", "create a…

Jul 27, 2026
toolbox-development
software-developers

Entry point for contributing to the Power Platform ToolBox host application itself — the Electron shell that loads and runs tools. Use when asked to "contribute to the ToolBox host", "set up the ToolBox dev environment", "add a new manager to the ToolBox…

Jul 27, 2026
add-agent-integration
computer-occupations-all-other

Exposes a PPTB tool to AI assistants through the ToolBox's built-in MCP server — declaring the `agents` object in `pptb.config.json`, choosing interactive vs. automated execution, and adding a headless `invokeHeadless(input, context)` entry point. Use when…

Jul 27, 2026
add-dataverse-api
software-developers

Wires up `window.dataverseAPI` calls — CRUD, relationship associations, FetchXML/OData queries, entity/attribute/relationship/option-set metadata and schema writes, custom action/function execution, and solution deployment — into an existing PPTB tool's code.…

Jul 27, 2026
add-error-handling
software-developers

Wraps a PPTB tool's `toolboxAPI`/`dataverseAPI`/`powerplatformAPI`/file-system calls in `try`/`catch`, adds contextual logging, user-facing notifications, and retry logic for transient failures. Use when asked to "add error handling to this tool", "wrap my…

Jul 27, 2026
Showing 8 of 18 collected skills.
a11y-init
web-and-digital-interface-designers

Sets up accessibility governance in a project. Generates a project-tailored A11Y.md context file, writes a default .a11yrc.json with a compliance profile, and wires pointer snippets into every detected host config (CLAUDE.md, .cursorrules,…

Aug 2, 2026
a11y-audit
software-quality-assurance-analysts-and-testers

Audits React, Fluent UI v9, and (in later versions) Vue, Angular, Svelte, static HTML, PCF, Power Apps Code Apps and Power Pages for WCAG 2.2 compliance. Runs static rules via the @aidevme/a11y CLI and summarizes findings with proposed fixes. Trigger on…

Aug 1, 2026
a11y-dialogs
web-and-digital-interface-designers

Reference guide for accessible dialogs and modals — focus trapping and restoration, aria-modal semantics, escape handling, and labeling, including Fluent UI v9 Dialog behavior. Use when building or reviewing dialogs, modals, drawers, popovers, or overlay UI.

Aug 1, 2026
a11y-fix
software-quality-assurance-analysts-and-testers

Takes accessibility audit findings and proposes or applies minimal remediation diffs, one finding at a time, using per-rule fix patterns. Trigger on "/a11y-fix", "fix these accessibility findings", "remediate a11y issues", "apply accessibility fixes".

Aug 1, 2026
a11y-forms
web-and-digital-interface-designers

Reference guide for accessible forms — labels, descriptions, error identification and validation messaging, required-field semantics, autocomplete, and grouping, including Fluent UI v9 Field and Label patterns. Use when building or reviewing form UI, or when…

Aug 1, 2026
a11y-keyboard
web-and-digital-interface-designers

Reference guide for keyboard accessibility — tab order, focus visibility, roving tabindex, skip links, and keyboard operability of custom widgets. Use when building or reviewing interactive components, or when asked about keyboard navigation, focus…

Aug 1, 2026
a11y-overview
web-and-digital-interface-designers

Cross-cutting accessibility rules and request routing for the a11y plugin. Loaded first; routes audit requests to a11y-audit, setup to a11y-init, remediation to a11y-fix, and topic questions to the matching reference guide. Use when a request mentions…

Aug 1, 2026
a11y-pages
software-developers

Reference guide for accessible Power Pages sites — Liquid templates, portal skip navigation, entity list and form metadata, lang attributes, and heading structure. Use when building or reviewing Power Pages portals or Liquid templates. Full guidance arrives…

Aug 1, 2026
Showing 8 of 9 collected skills.
Showing 4 of 4 repositories
All repositories loaded