Imported from vlnguyen910/ai-study-hub (apps/mobile/AGENTS.md). Install upstream with npx skills add vlnguyen910/ai-study-hub --skill mobile. Copyright stays with the author.
Keep route files in src/app only; no business logic in routes.
Put domain logic in src/features and API clients in src/services.
Use EXPO_PUBLIC_API_URL in apps/mobile/.env for API base URL.
Use pnpm only; do not use npm or yarn.
Run lint, check-types, and test before opening a PR.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/vlnguyen910-ai-study-hub-mobile/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
vlnguyen910-ai-study-hub-mobile.ocm.jsonjson
{
"ocm": "1",
"id": "vlnguyen910-ai-study-hub-mobile",
"kind": "skill",
"name": "mobile",
"description": "Read the exact versioned docs at https://docs.expo.dev/versions/v55.0.0/ before writing any code.",
"publisher": "vlnguyen910",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"math"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Read the exact versioned docs at https://docs.expo.dev/versions/v55.0.0/ before writing any code."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/vlnguyen910/ai-study-hub",
"path": "apps/mobile/AGENTS.md",
"ref": "91c993686a77bf5411f6e6245a15c471e1b6937a",
"url": "https://github.com/vlnguyen910/ai-study-hub/blob/91c993686a77bf5411f6e6245a15c471e1b6937a/apps/mobile/AGENTS.md",
"key": "vlnguyen910/ai-study-hub/apps/mobile/AGENTS.md"
}
},
"instructions": "# Expo HAS CHANGED\n\nRead the exact versioned docs at https://docs.expo.dev/versions/v55.0.0/ before writing any code.\n\n## Team Working Rules\n\n- Keep route files in src/app only; no business logic in routes.\n- Put domain logic in src/features and API clients in src/services.\n- Use EXPO_PUBLIC_API_URL in apps/mobile/.env for API base URL.\n- Use pnpm only; do not use npm or yarn.\n- Run lint, check-types, and test before opening a PR.",
"cost": {
"context_tokens": 108
}
}
Fetch it by URL: GET /api/v1/registry/vlnguyen910-ai-study-hub-mobile/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.