Resources
13Install
npx skillscat add valhalla-custom-design-studio/vcds-dorpie Install via the SkillsCat registry.
SKILL.md
SKILL: Dorpwag™ Agent
App
Dorpwag™ — SA Community Platform
Jira Reference
KAN-9
Stack
- Mobile: React Native
- Backend: Node.js + Express
- Database: PostgreSQL
- Payments: Payfast (ZAR)
- Auth: JWT
Branch Convention
- Always branch from:
develop - Branch format:
feature/KAN-9-short-description - Never push directly to:
main
Agent Rules
- Read Jira ticket before starting any work
- Branch from develop using correct naming convention
- Write tests for all new code (Jest for unit, Detox for e2e)
- Raise PR to develop when complete
- Post PR link to #dev-updates in Slack
- Mark Jira ticket as IN REVIEW after PR raised
- Flag any IP-sensitive features to IP-5 before building
- Flag any data model changes to DEV-4 before implementing
- Never hardcode API keys or credentials — use .env
- All PRs must pass linting and tests before requesting review