Skip to content

jigx-com/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Jigx Skills

Installable AI skills for building Jigx solutions.

This repository contains two separate skills:

  • jigx - generic Jigx Core SDK app-building recipes.
  • jigx-acumatica - Acumatica-specific integration recipes for Jigx apps.

The skills are intentionally split so generic Jigx guidance can remain reusable while Acumatica conventions, endpoint rules, sync behavior, and ERP-specific payload shapes stay isolated.

Install

Install these skills with the Vercel Labs skills CLI:

npx skills add jigx-com/skills --skill jigx --skill jigx-acumatica --agent claude-code --agent codex --global

Use the non-interactive shorthand when scripting installs:

npx skills add jigx-com/skills -s jigx -s jigx-acumatica -a claude-code -a codex -g -y

If the repository is private or you prefer SSH, use the Git URL:

npx skills add git@github.com:jigx-com/skills.git --skill jigx --skill jigx-acumatica --agent claude-code --agent codex --global

Install For One Agent

Claude Code only:

npx skills add jigx-com/skills --skill jigx --skill jigx-acumatica --agent claude-code --global

Codex only:

npx skills add jigx-com/skills --skill jigx --skill jigx-acumatica --agent codex --global

Project-Local Install

Run this from the project repository when the skills should apply only to that project:

npx skills add jigx-com/skills --skill jigx --skill jigx-acumatica --agent claude-code --agent codex

Project-local installs are useful when a repository needs pinned skill content checked into the project workspace rather than installed globally for every agent session.

Manage Installed Skills

List installed skills:

npx skills list

Update installed skills from this repository:

npx skills update jigx
npx skills update jigx-acumatica

Remove installed skills:

npx skills remove jigx
npx skills remove jigx-acumatica

Install Locations

Global installs are written to the agent's global skill directory:

  • Claude Code: ~/.claude/skills/
  • Codex: ~/.codex/skills/

Project-local installs are written under the current repository:

  • Claude Code: .claude/skills/
  • Codex: .agents/skills/

Usage Guidance

Use jigx for all generic Jigx app work: screens, forms, datasources, navigation, tabs, media, PDFs, local data, validation, generated YAML, and build/deploy workflows.

Use jigx-acumatica together with jigx when the app integrates with Acumatica: REST/OData functions, acuerp tokens, acumaticaURL casing, lookup expands, local-first sync, command queue retry, file upload, PDF attachment, and service order submission patterns.

About

Installable AI skills for Jigx app development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors