
Sailpoint
- Updated April 21, 2026
- AnasSahel/trustin-ai
sailpoint is a Claude Code skill in the AI & Agent Building category. SailPoint ISC toolkit — transform authoring skills, reporting agents, and OSS Terraform provider maintenance
Key points
- sailpoint
- AI & Agent Building
- AI-coding skill
Sailpoint by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add AnasSahel/trustin-ai/plugin install sailpoint@trustin-aiAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | April 21, 2026 |
|---|---|
| Repository | AnasSahel/trustin-ai ↗ |
What it does
SailPoint ISC toolkit — transform authoring skills, reporting agents, and OSS Terraform provider maintenance
README.md
sailpoint
SailPoint ISC toolkit for Claude Code — transforms, reporting, and Terraform provider maintenance.
Contents
Skills (transforms)
Invoke by describing the task; Claude Code routes based on the skill descriptions.
sailpoint-transform-author— write a new transform from a plain-language specsailpoint-transform-explain— explain what a given transform does, step by stepsailpoint-transform-debug— diagnose why a transform returns null / wrong valuesailpoint-transform-refactor— simplify / extract shared logic across transformssailpoint-transform-vs-rule— decide whether a need should be a transform or a cloud rule, with tradeoffs
Each skill also has a -workspace variant that works on a pre-assembled workspace directory.
Agents
sailpoint-tf-drift-analyzer— analyse drift between a Terraform resource and the live tenant statesailpoint-workflow-test-runner— trigger a workflow via/testwith a sample payload and return a step-by-step traceterraform-provider-sailpoint-maintainer— maintain the OSSAnasSahel/terraform-provider-sailpoint-isc-communityprovider: scan for resource gaps vs the upstream v2025 API, scaffold resource + datasource + acceptance tests, open anonymized PRs
Shared references
_shared/references/ — transform patterns and type catalog, consumed by the skills above.
Requirements
sailCLI configured with the target tenant environment (--env <name>). All SailPoint API calls go throughsail— nevercurl.- For the Terraform provider agent:
ghCLI authenticated, Go ≥ 1.22, repo cloned locally.
Install
/plugin install sailpoint@trustin-ai
Usage
"Write a transform that extracts the email domain" →
sailpoint-transform-author"Why does this transform return null?" →
sailpoint-transform-debug"Check drift on this sailpoint_source resource" →
sailpoint-tf-drift-analyzer"Which SailPoint resources are missing from the community provider?" →
terraform-provider-sailpoint-maintainer --scan
Safety notes
- All SailPoint API work is read-only except what's strictly required (e.g., the provider agent may write under a test tenant via acceptance tests).
- The Terraform provider repo is public — the agent enforces anonymization (no tenant IDs, DNs, client names) on every issue / PR / example it produces.
- Reporting agents only write inside the vault, never to SailPoint.