serac-labs
GitHub profile for serac-labs2488 skills
Are you serac-labs? Claim your skills.
serac-labs / fluent-development
Facilitates the development of ServiceNow applications using TypeScript and the Fluent SDK, enhancing pro-code development workflows.
serac-labs / fluent-brownfield-migration
This skill should be used when the user asks to "convert this app to fluent", "migrate a scoped app to source control", "modernize this servicenow app", "bring an existing app into git", "transform to fluent", or mentions "brownfield" migration of an existing ServiceNow scoped application to the ...
serac-labs / fluent-ci-cd
This skill should be used when the user asks to "set up ci for fluent", "github actions for servicenow", "deploy fluent from a pipeline", "fluent pull request checks", "automate now-sdk", or reports "keys.ts out of date" — anything about running the ServiceNow SDK (now-sdk) headless in CI/CD.
serac-labs / agents-sdk
Enables the creation of stateful AI agents on Cloudflare Workers with features like scheduling, RPC, and React hooks.
serac-labs / acl-security
Enables the creation and debugging of ServiceNow ACLs for enhanced security management and access control.
serac-labs / blast-radius
Analyzes ServiceNow configuration dependencies to ensure safe changes by tracing artifacts and their relationships before modifications.
serac-labs / code-review
Review ServiceNow server-side scripts for ES5 violations, ACL/injection/XSS issues, N+1 queries, missing setLimit/error handling, hard-coded sys_ids, and business-rule recursion risks.
serac-labs / debugging-mutations
Verify what changed on a ServiceNow instance after a tool call — sys_audit inspection, syslog/transaction logs, session context, Flow Designer execution logs, outbound HTTP traces.
serac-labs / flow-designer
Build ServiceNow Flow Designer flows via the dedicated tool — triggers, IF/ELSE/TRY/CATCH placement rules, subflows, script actions with inputs/outputs, and REST step configuration. Never use background scripts on sys_hub_* tables.
serac-labs / gliderecord-patterns
Enhances ServiceNow development by providing best practices for efficient GlideRecord queries and CRUD operations.
serac-labs / business-rule-patterns
Write ServiceNow business rules (before/after/async/display) — current vs previous, changesTo/changesFrom, recursion avoidance, setAbortAction, and async dispatch for heavy work.
serac-labs / client-scripts
Write ServiceNow client scripts (onLoad/onChange/onSubmit/onCellEdit) using g_form, g_user, GlideAjax, field visibility/mandatory toggles, and validation with debounced server calls.
serac-labs / hr-service-delivery
Streamlines HR services in ServiceNow with case management, lifecycle events, and document generation for efficient employee onboarding and offboarding.
serac-labs / performance-analytics
Enables advanced KPI tracking and reporting in ServiceNow with customizable indicators, dashboards, and widgets for performance analytics.
serac-labs / predictive-intelligence
Automates categorization and predictions in ServiceNow using machine learning for improved incident management and routing.
serac-labs / ui-builder-patterns
Facilitates the creation of ServiceNow UI Builder pages with components, data brokers, and event handling for enhanced user experiences.
serac-labs / cloudflare
Enables comprehensive development on the Cloudflare platform, covering serverless functions, storage, AI, networking, and security.
serac-labs / atf-testing
Enables automated testing for ServiceNow applications, facilitating regression testing and continuous integration with ATF.
serac-labs / catalog-items
Build ServiceNow Service Catalog items, variables, variable sets, catalog client scripts, record producers, and order guides with reference qualifiers and dynamic pricing.
serac-labs / cmdb-patterns
Create ServiceNow CIs and cmdb_rel_ci relationships, walk upstream/downstream impact, detect orphan/stale CIs, and align discovered CIs with the proper sys_class_name hierarchy.