update-skills

Convert NetSuite EDI session learnings into skill updates via pull requests.

6|6|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/Orderful/orderful-netsuite-skills --skill update-skills-orderful
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-skills
Source: https://github.com/Orderful/orderful-netsuite-skills/tree/main/skills/update-skills
Command: npx skills add https://github.com/Orderful/orderful-netsuite-skills --skill update-skills-orderful

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns valuable NetSuite/EDI session learnings into well-scoped, repo-backed updates so future contractors and admins can reuse proven SuiteQL/JSONata patterns and workflows without rediscovering them.

Core Features & Use Cases

  • Converts session outcomes into contributions: captures corrected assumptions, working query/transform patterns, and newly observed workflows as either a new skill, an update to an existing skill, or a reference doc.
  • Guides safe, structured PR creation: helps the user choose what to persist, create the right folder/file shape, and follow repo contribution norms (including scrubbing customer data).
  • Supports explicit and proactive triggers: activates when the user requests an update (e.g., “/update-skills”) or when the session ends with reusable findings.

Quick Start

Tell Claude: “/update-skills and capture a new reference entry for the working SuiteQL pattern we confirmed today.”

Frequently Asked Questions about update-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I document working NetSuite SuiteQL and JSONata patterns from a troubleshooting session?

To document working NetSuite SuiteQL and JSONata patterns, you can capture the session learnings and convert them into new or updated reference entries. This process creates a structured pull request in the skills repository for future reuse.

What is the best way to save corrected EDI troubleshooting workflows to a shared repository?

The best way to save corrected EDI troubleshooting workflows is to convert the session outcomes into well-scoped repository updates. You select a capture scope, create the correct folder structure, and open a pull request to persist the working behavior rules.

Can I create a new NetSuite skill from scratch after confirming a manual workflow?

Yes, you can create a new NetSuite skill from a manual workflow by selecting the new skill capture scope. This allows you to define the behavior rules and file structure needed, generating a contribution via a GitHub pull request.

Do I need to fork the repository before opening a pull request for NetSuite documentation updates?

Yes, you must operate from a fork on a feature branch before opening a pull request for NetSuite documentation updates. This ensures safe, structured PR creation and adherence to repository contribution norms.

How do I scrub customer data before committing NetSuite session learnings to a repository?

To scrub customer data before committing NetSuite session learnings, you must review the captured content and remove sensitive information. This is a required step in the update workflow before finalizing the pull request to the skills repository.