asset-aware-mcp-harness

Installation
SKILL.md

asset-aware-mcp: Cline Harness Skill

Use this skill when working in this repo with Cline and you want a reliable, production-grade loop: change -> verify -> ship.

What To Use First

  • Rules: .clinerules/ (always-on, with conditional scopes)
  • Workflows: .clinerules/workflows/
    • Run /full-check.md for the full local gates
    • Run /release-publish.md for a guided tagged release
  • VSIX assistant assets: vscode-extension/resources/repo-assets/asset-aware/
    • Keep them synchronized with cd vscode-extension && npm run sync-assets:check
  • Skills: this repo already has multiple skills under .claude/skills/ (Cline can load them too)
    • If any .claude/skills instruction conflicts with current repo behavior, treat .clinerules/ as the source of truth.

Canonical Commands

  • Python: uv run ruff check ., uv run mypy src --ignore-missing-imports, uv run pytest
  • Extension (in vscode-extension/): npm run test:ci
  • Docker smoke: docker build -t asset-aware-mcp:smoke . then docker run --rm --entrypoint python asset-aware-mcp:smoke -c "import src.presentation.server"
Installs
1
GitHub Stars
27
First Seen
Jul 15, 2026
asset-aware-mcp-harness — u9401066/pubmed-search-mcp