Claude-code-plugins-plus-skills workhuman-sdk-patterns
install
source · Clone the upstream repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/jeremylongshore/claude-code-plugins-plus-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/saas-packs/workhuman-pack/skills/workhuman-sdk-patterns" ~/.claude/skills/jeremylongshore-claude-code-plugins-plus-skills-workhuman-sdk-patterns && rm -rf "$T"
manifest:
plugins/saas-packs/workhuman-pack/skills/workhuman-sdk-patterns/SKILL.mdsource content
Workhuman Sdk Patterns
Overview
Guidance for sdk patterns with Workhuman Social Recognition and rewards API.
Instructions
Key Workhuman API Concepts
- Auth: OAuth 2.0 client credentials flow
- Recognition: Peer-to-peer and manager nominations with points
- Awards: Configurable levels (bronze, silver, gold, platinum)
- Values: Company values attached to recognitions
- HRIS Sync: Bidirectional sync with Workday, SAP SuccessFactors
- Integrations: Microsoft Teams, Slack, Outlook native plugins
Core API Endpoints
| Endpoint | Method | Description |
|---|---|---|
| GET | List recognitions |
| POST | Create nomination |
| GET | Get recognition status |
| GET | List employees |
| GET | Browse reward catalog |
| POST | Redeem points for reward |
Error Handling
| Error | Cause | Solution |
|---|---|---|
| Token expired | Re-authenticate |
| Insufficient permissions | Check role/permissions |
| Missing fields | Check required fields |
| Invalid ID | Verify resource exists |
Resources
Next Steps
See related Workhuman skills for more patterns.