Skip to content
Skillv1.0.0

mobile-vscode-project

This repository contains a mobile IDE built with GraphQL, Y.js, and React Native. The backend runs as a VS Code extension, exposing the local VS Code environment to the mobile frontend.

by ales27pm(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from ales27pm/mobile-vscode-project (AGENTS.md). Install upstream with npx skills add ales27pm/mobile-vscode-project. Copyright stays with the author.

AGENT Instructions

This repository contains a mobile IDE built with GraphQL, Y.js, and React Native. The backend runs as a VS Code extension, exposing the local VS Code environment to the mobile frontend.

  • Install dependencies with yarn install.
  • Run the GraphQL code generator with yarn codegen if the GraphQL schema or operations change.
  • Lint the code with yarn lint and run tests via yarn test before committing.
  • To develop the extension, open this project in VS Code and press F5 to launch the Extension Development Host.
  • Inside the new VS Code window, run the command "Start Mobile VSCode Server".

Commits should be concise and use the imperative mood. New code should be written in TypeScript.

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/ales27pm-mobile-vscode-project-mobile-vscode-project/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.

ales27pm-mobile-vscode-project-mobile-vscode-project.ocm.jsonjson
{
  "ocm": "1",
  "id": "ales27pm-mobile-vscode-project-mobile-vscode-project",
  "kind": "skill",
  "name": "mobile-vscode-project",
  "description": "This repository contains a mobile IDE built with GraphQL, Y.js, and React Native. The backend runs as a VS Code extension, exposing the local VS Code environment to the mobile frontend.",
  "publisher": "ales27pm",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This repository contains a mobile IDE built with GraphQL, Y.js, and React Native. The backend runs as a VS Code extension, exposing the local VS Code environment to the mobile frontend."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/ales27pm/mobile-vscode-project",
      "path": "AGENTS.md",
      "ref": "d5954e25b9a0d38b4e5ace237e22db5e6c4d0de1",
      "url": "https://github.com/ales27pm/mobile-vscode-project/blob/d5954e25b9a0d38b4e5ace237e22db5e6c4d0de1/AGENTS.md",
      "key": "ales27pm/mobile-vscode-project/AGENTS.md"
    }
  },
  "instructions": "# AGENT Instructions\n\nThis repository contains a mobile IDE built with GraphQL, Y.js, and React Native. The backend runs as a VS Code extension, exposing the local VS Code environment to the mobile frontend.\n\n-   Install dependencies with `yarn install`.\n-   Run the GraphQL code generator with `yarn codegen` if the GraphQL schema or operations change.\n-   Lint the code with `yarn lint` and run tests via `yarn test` before committing.\n-   To develop the extension, open this project in VS Code and press `F5` to launch the **Extension Development Host**.\n-   Inside the new VS Code window, run the",
  "cost": {
    "context_tokens": 184
  }
}

Fetch it by URL: GET /api/v1/registry/ales27pm-mobile-vscode-project-mobile-vscode-project/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.