Skip to content
Skillv1.0.0

app-blocker

Always run tests after modifying any files, but only after modifying files.

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

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

See reviews

About

Imported from BansonVuong/app-blocker (AGENTS.md). Install upstream with npx skills add BansonVuong/app-blocker. Copyright stays with the author.

Always run tests after modifying any files, but only after modifying files.

If you grab UI dumps, make sure to name them appropriately.

If Gradle debug resource builds fail with a persistent lock on app/build/.../R.jar, run this recovery sequence:

  1. .\gradlew.bat --stop
  2. Get-CimInstance Win32_Process -Filter "name='java.exe'" | Where-Object { $_.CommandLine -like "*vscode-gradle*" } | ForEach-Object { Stop-Process -Id $_.ProcessId -Force }
  3. Remove-Item -Recurse -Force .\app\build
  4. .\gradlew.bat test --no-daemon

Keep workspace Gradle import disabled (java.import.gradle.enabled=false) and exclude **/build/** from watchers/search to reduce lock recurrence.

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/bansonvuong-app-blocker-app-blocker/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.

bansonvuong-app-blocker-app-blocker.ocm.jsonjson
{
  "ocm": "1",
  "id": "bansonvuong-app-blocker-app-blocker",
  "kind": "skill",
  "name": "app-blocker",
  "description": "Always run tests after modifying any files, but only after modifying files.",
  "publisher": "BansonVuong",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Always run tests after modifying any files, but only after modifying files."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/BansonVuong/app-blocker",
      "path": "AGENTS.md",
      "ref": "da4a84dd23d8a7d9e47eb71cddaf00269ba38228",
      "url": "https://github.com/BansonVuong/app-blocker/blob/da4a84dd23d8a7d9e47eb71cddaf00269ba38228/AGENTS.md",
      "key": "BansonVuong/app-blocker/AGENTS.md"
    }
  },
  "instructions": "Always run tests after modifying any files, but only after modifying files.\n\nIf you grab UI dumps, make sure to name them appropriately.\n\nIf Gradle debug resource builds fail with a persistent lock on `app/build/.../R.jar`, run this recovery sequence:\n1. `.\\gradlew.bat --stop`\n2. `Get-CimInstance Win32_Process -Filter \"name='java.exe'\" | Where-Object { $_.CommandLine -like \"*vscode-gradle*\" } | ForEach-Object { Stop-Process -Id $_.ProcessId -Force }`\n3. `Remove-Item -Recurse -Force .\\app\\build`\n4. `.\\gradlew.bat test --no-daemon`\n\nKeep workspace Gradle import disabled (`java.import.gradle.enab",
  "cost": {
    "context_tokens": 171
  }
}

Fetch it by URL: GET /api/v1/registry/bansonvuong-app-blocker-app-blocker/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.