3.0.32 • Published 2d ago
@nk070281sjv/agents
Licence
Apache-2.0
Version
3.0.32
Deps
0
Size
231 kB
Vulns
0
Weekly
7.3K
@nk070281sjv/agents
Skill assets, reviewer personas, workflow references, and command definitions for the OpenCode-only OCR fork.
Purpose
This package is the source of truth for:
SKILL.mdandSKILL.uk.md- review workflow references
- bundled reviewer personas
- default OCR config template
- installed
/ocr-reviewcommand definition
The CLI copies these assets into a project's .ocr/ directory during
ocr init / ocr update.
Install
The agents package is normally consumed through the CLI:
npm install -g @nk070281sjv/cli
ocr initPackage Layout
agents/
skills/ocr/
SKILL.md
SKILL.uk.md
references/
workflow.md
workflow.uk.md
session-files.md
session-state.md
context-discovery.md
final-template.md
reviewers/
assets/
config.yaml
reviewer-template.md
commands/
review.md
Installed Command Surface
This fork installs a single agent command:
/ocr-reviewin OpenCode- canonical source:
.ocr/commands/review.md
Legacy agent command files were removed from this fork.
Bundled Reviewer Personas
The package ships these reviewer personas:
architectdatabase-administratorintegration-api-contract-engineerjava-spring-engineerperformanceqa-test-engineersecurity-engineer
Projects can add custom reviewers by placing extra markdown files into:
.ocr/skills/references/reviewers/
Process-Agent Review Model
This fork uses the CLI/OpenCode process-agent path:
- CLI creates or resumes the OCR session
- CLI prepares shared review context
- CLI writes exact prompt snapshots for every reviewer
- reviewer agents run in parallel as separate OpenCode processes
- pipeline agents run
aggregation,validation,synthesis,translation-uk - CLI verifies the artifact contract before marking the round complete
The parent agent must not fabricate reviewer outputs or skip configured reviewers.
Session Artifacts
Expected round artifacts:
.ocr/sessions/{session-id}/rounds/round-{n}/
prompts/
reviews/
aggregation.md
validation.md
synthesis.md
final.md
final.uk.md
prompts/ stores exact sent prompts. reviews/ stores reviewer outputs.
Package Links
License
Apache-2.0