Skip to content
Skillv1.0.0

auto-eng-terminal

This repository contains a small VS Code extension for macOS. Its job is to switch the input source to English when the user enters the integrated terminal path.

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

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

See reviews

About

Imported from sakataka/auto-eng-terminal (AGENTS.md). Install upstream with npx skills add sakataka/auto-eng-terminal. Copyright stays with the author.

AGENTS.md

Project Summary

This repository contains a small VS Code extension for macOS. Its job is to switch the input source to English when the user enters the integrated terminal path.

Constraints

  • Treat this as a macOS-only project.
  • Keep the extension focused on terminal-related IME switching.
  • Do not add personal machine paths, account names, or private environment details to committed files.
  • Prefer explicit configuration over hard-coded local assumptions.

Development Notes

  • The runtime entrypoint is src/extension.ts.
  • IME-specific logic that should stay testable lives in src/ime.ts.
  • Use npm run compile, npm run lint, and npm test before finishing changes.
  • Keep README and package metadata aligned with actual behavior.

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/sakataka-auto-eng-terminal-auto-eng-terminal/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.

sakataka-auto-eng-terminal-auto-eng-terminal.ocm.jsonjson
{
  "ocm": "1",
  "id": "sakataka-auto-eng-terminal-auto-eng-terminal",
  "kind": "skill",
  "name": "auto-eng-terminal",
  "description": "This repository contains a small VS Code extension for macOS. Its job is to switch the input source to English when the user enters the integrated terminal path.",
  "publisher": "sakataka",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This repository contains a small VS Code extension for macOS. Its job is to switch the input source to English when the user enters the integrated terminal path."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/sakataka/auto-eng-terminal",
      "path": "AGENTS.md",
      "ref": "c3868e4b079feec48d3c881fd6a7da05f2a7c638",
      "url": "https://github.com/sakataka/auto-eng-terminal/blob/c3868e4b079feec48d3c881fd6a7da05f2a7c638/AGENTS.md",
      "key": "sakataka/auto-eng-terminal/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n## Project Summary\n\nThis repository contains a small VS Code extension for macOS. Its job is to switch the input source to English when the user enters the integrated terminal path.\n\n## Constraints\n\n- Treat this as a macOS-only project.\n- Keep the extension focused on terminal-related IME switching.\n- Do not add personal machine paths, account names, or private environment details to committed files.\n- Prefer explicit configuration over hard-coded local assumptions.\n\n## Development Notes\n\n- The runtime entrypoint is `src/extension.ts`.\n- IME-specific logic that should stay testabl",
  "cost": {
    "context_tokens": 192
  }
}

Fetch it by URL: GET /api/v1/registry/sakataka-auto-eng-terminal-auto-eng-terminal/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.