LLM Skills Folder
Drop this folder into your repo and your AI assistant will understand BundleNudge instantly.
What is this?
The skills folder contains structured documentation designed specifically for LLMs like Claude, GPT-4, and Cursor. Instead of asking your AI to read our entire docs site, you give it a focused knowledge pack.
How to Use
- Download the folder — Click the button below to get a zip file
- Add to your repo — Unzip into your project root as
.bundlenudge/ordocs/bundlenudge/ - Tell your AI — Say "Read the BundleNudge docs in .bundlenudge/ and help me integrate the SDK"
What's Inside
| File | Purpose |
|---|---|
README.md | Start here — tells the LLM what BundleNudge is and how to help |
sdk-integration.md | Complete SDK guide with code examples |
api-reference.md | All API endpoints with request/response examples |
troubleshooting.md | Common issues and how to fix them |
context.json | Structured metadata for programmatic access |
Example Prompts
Once your AI has read the skills folder, try these:
# Installation
"I have a React Native 0.74 app. Help me add BundleNudge."
# Debugging
"My updates aren't being applied. Help me debug using the BundleNudge docs."
# API Integration
"I want to trigger deployments from my CI. Show me the API calls."
# Rollback
"How do I set up automatic rollback if my update crashes?"
# Advanced
"Help me implement staged rollouts using channels."Keep it Updated
The skills folder is versioned. We recommend re-downloading when you update your SDK to ensure your AI has the latest information. The context.json file includes a version number you can check programmatically.
Coming Soon: MCP Server
We're building a Model Context Protocol server that will let Claude access BundleNudge docs directly as a tool. Stay tuned.