Skip to content
Skillv1.0.0

apt-novel-reviewer

This repository is designed for deterministic coding-agent workflows.

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

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

See reviews

About

Imported from adthomps/apt-novel-reviewer (AGENTS.md). Install upstream with npx skills add adthomps/apt-novel-reviewer. Copyright stays with the author.

AGENTS.md

This repository is designed for deterministic coding-agent workflows.

Core Rules

  • Keep architecture local-first and review-only.
  • Preserve split between Electron main/preload and React renderer.
  • Validate external inputs with Zod.
  • Keep review output contract strict JSON.
  • Avoid introducing cloud services or telemetry by default.

Implementation Ordering

  1. App shell and runtime setup
  2. Project system
  3. DOCX import and chapter parsing
  4. SQLite persistence
  5. Ollama review engine
  6. Findings and compare workflows
  7. Remaining review modes and polish

Guardrails

  • Do not add manuscript rewriting/editing features.
  • Do not add chat assistant UI.
  • Do not bypass preload security boundary.
  • Keep one-way renderer -> preload -> main process calls.

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/adthomps-apt-novel-reviewer-apt-novel-reviewer/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.

adthomps-apt-novel-reviewer-apt-novel-reviewer.ocm.jsonjson
{
  "ocm": "1",
  "id": "adthomps-apt-novel-reviewer-apt-novel-reviewer",
  "kind": "skill",
  "name": "apt-novel-reviewer",
  "description": "This repository is designed for deterministic coding-agent workflows.",
  "publisher": "adthomps",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "creative"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This repository is designed for deterministic coding-agent workflows."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/adthomps/apt-novel-reviewer",
      "path": "AGENTS.md",
      "ref": "e6b9de93360cc1ca60b68b2de6e7858c67ee4d23",
      "url": "https://github.com/adthomps/apt-novel-reviewer/blob/e6b9de93360cc1ca60b68b2de6e7858c67ee4d23/AGENTS.md",
      "key": "adthomps/apt-novel-reviewer/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\nThis repository is designed for deterministic coding-agent workflows.\n\n## Core Rules\n- Keep architecture local-first and review-only.\n- Preserve split between Electron main/preload and React renderer.\n- Validate external inputs with Zod.\n- Keep review output contract strict JSON.\n- Avoid introducing cloud services or telemetry by default.\n\n## Implementation Ordering\n1. App shell and runtime setup\n2. Project system\n3. DOCX import and chapter parsing\n4. SQLite persistence\n5. Ollama review engine\n6. Findings and compare workflows\n7. Remaining review modes and polish\n\n## Guardrails\n- ",
  "cost": {
    "context_tokens": 195
  }
}

Fetch it by URL: GET /api/v1/registry/adthomps-apt-novel-reviewer-apt-novel-reviewer/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.