Claude plugin: a delivery-lifecycle skill suite for Faircode's ERPNext implementation & customisation team.
/plugin marketplace add https://github.com/nipunFaircode/faircode-skills
/plugin install faircodeexport FAIRCODE_ERP_URL="https://erp.faircode.co"
export FAIRCODE_ERP_TOKEN="<api-key>:<api-secret>" # never commit thisskills/faircode-*/SKILL.md— the skillsshared/erpnext_client/— read + safe-write ERPNext helpershared/references/— shared rules cited by skills
See docs/superpowers/specs/ for the design and docs/superpowers/plans/ for the build plan.
The legacy tracker/fetch.py had a hardcoded ERPNext API token. That token must
be rotated in ERPNext (deactivate the old key/secret, issue a new one) and
supplied only via FAIRCODE_ERP_TOKEN. Treat the old token as compromised.