David LaPorte avatar

David LaPorte

Community

@dlaporte

10Followers
|
37Public Repos
|
14Published Skills

Skills for deploying and managing Innovation Platform apps and operating ServiceNow ITSM workflows including incidents, changes, catalog orders, and knowledge bases.

Skills Distribution
DomainCloud & Comp...Cloud & Compute In.. (40%)Business, Finance .. (35%)Developer Tooling .. (15%)Cybersecurity & Co.. (10%)

Agent Skills by David LaPorte

Showing 14 vetted skills indexed across 1 GitHub repositories.

dlaportedlaporte

inno-manage-app

Manage deployed Innovation Platform apps via inno-platform MCP tools for access, lifecycle, logs, and configuration.

Community
Advanced
dlaportedlaporte

inno-containerize

Writes Dockerfiles that satisfy the Innovation Platform's container CI gates for any stack.

Community
Advanced
dlaportedlaporte

inno-ship

Pushes code, waits for safety gates, and cuts the release tag that deploys an Innovation Platform app.

Community
Advanced
dlaportedlaporte

inno-migrate-app

Migrates an existing repository onto the Innovation Platform by registering it in place and adapting it to the platform contract.

Community
Advanced
dlaportedlaporte

inno-new-app

Creates and registers a new Innovation Platform app from the inno-template GitHub repository.

Community
Advanced
dlaportedlaporte

inno-add-connection

Provision per-user OAuth and token connections for mcp-container apps on the Innovation Platform.

Community
Advanced
dlaportedlaporte

inno-safety-preflight

Runs platform safety gates and policy reviews before shipping an inno app.

Community
Advanced
dlaportedlaporte

inno-platform-conventions

Enforces Innovation Platform coding conventions for app code, storage, identity, and CI gates.

Community
Advanced
dlaportedlaporte

snow-kb

Search, read, author, and publish ServiceNow knowledge-base articles via MCP tools.

Community
Intermediate
dlaportedlaporte

snow-change

Create, progress, schedule, and inspect ServiceNow change requests through their state model.

Community
Intermediate
dlaportedlaporte

snow-order

Searches, orders, and tracks ServiceNow service catalog items as the authenticated user.

Community
Intermediate
dlaportedlaporte

snow-triage

Triage ServiceNow queues by reviewing assigned tasks, SLAs, approvals, and updating or resolving incidents.

Community
Intermediate
dlaportedlaporte

using-snow

Guides ServiceNow operations via snow-mcp tools including queries, attachments, and error handling.

Community
Intermediate
dlaportedlaporte

snow-report

Generates read-only aggregate statistics and record queries on ServiceNow tables.

Community
Intermediate

Frequently Asked Questions About David LaPorte

FAQPage Schema
What 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.