David LaPorte
Community@dlaporte
Skills for deploying and managing Innovation Platform apps and operating ServiceNow ITSM workflows including incidents, changes, catalog orders, and knowledge bases.
Agent Skills by David LaPorte
Showing 14 vetted skills indexed across 1 GitHub repositories.
inno-manage-app
Manage deployed Innovation Platform apps via inno-platform MCP tools for access, lifecycle, logs, and configuration.
inno-containerize
Writes Dockerfiles that satisfy the Innovation Platform's container CI gates for any stack.
inno-ship
Pushes code, waits for safety gates, and cuts the release tag that deploys an Innovation Platform app.
inno-migrate-app
Migrates an existing repository onto the Innovation Platform by registering it in place and adapting it to the platform contract.
inno-new-app
Creates and registers a new Innovation Platform app from the inno-template GitHub repository.
inno-add-connection
Provision per-user OAuth and token connections for mcp-container apps on the Innovation Platform.
inno-safety-preflight
Runs platform safety gates and policy reviews before shipping an inno app.
inno-platform-conventions
Enforces Innovation Platform coding conventions for app code, storage, identity, and CI gates.
snow-kb
Search, read, author, and publish ServiceNow knowledge-base articles via MCP tools.
snow-change
Create, progress, schedule, and inspect ServiceNow change requests through their state model.
snow-order
Searches, orders, and tracks ServiceNow service catalog items as the authenticated user.
snow-triage
Triage ServiceNow queues by reviewing assigned tasks, SLAs, approvals, and updating or resolving incidents.
using-snow
Guides ServiceNow operations via snow-mcp tools including queries, attachments, and error handling.
snow-report
Generates read-only aggregate statistics and record queries on ServiceNow tables.
Frequently Asked Questions About David LaPorte
FAQPage SchemaWhat tasks can I accomplish with dlaporte's Innovation Platform skills?▼
You can create new apps from the inno-template, migrate existing repos via register_app, write compliant Dockerfiles (non-root, port 8080, CVE-clean), run safety preflight gates, ship releases via v* tags, and manage deployed apps including access grants, restarts, logs, environment variables, and data exports.
What ServiceNow operations do the snow-* skills support?▼
The skills cover incident triage and SLA monitoring, change request creation and conflict checking, service catalog ordering (REQ/RITM tracking), knowledge-base article search and publishing, and read-only reporting with counts, breakdowns, and date-range trends on any ServiceNow table.
Who is the target audience for these skills?▼
Developers deploying applications on the Innovation Platform and IT service management practitioners working in ServiceNow. Platform admins get extra capabilities like transfer_app for ownership reassignment and revoke_sessions to sign users out everywhere.
What are the prerequisites and limitations of these skills?▼
Innovation Platform skills require the inno-platform MCP tools and a GitHub App installation for repo provisioning. ServiceNow skills require the servicenow MCP tools; ordering and change creation need specific tool packages, while read-only deployments still support listing, inspection, and reporting.
How does the release safety process work before deploying an app?▼
Run inno-safety-preflight first: it pushes to the default branch, executes the platform's real safety gates without deploying, and reviews guardrails policy. Any failure or violation is a hard stop. Only after a clean preflight does inno-ship cut the v* release tag that deploys.