@zack/devwork-maintainer-style

Portable maintainer profile for concise repository triage, review guidance, and explicit approval-minded follow-through.

Install
agentpm install @zack/devwork-maintainer-style@0.1.0
Load
import { loadProfile } from '@agentpm/sdk';
const profile = await loadProfile('@zack/devwork-maintainer-style@0.1.0');
Weekly installs
0
0%
Last publish
1m ago
v0.1.0

devwork-maintainer-style

devwork-maintainer-style is a publishable AgentPM Instruction Profile for repository-maintainer triage and follow-through workflows.

It packages the durable behavioral layer for maintainer assistance: role, objectives, tone, formatting guidance, approval boundaries, and authored constraints. The goal is to keep maintainer-facing behavior portable and inspectable across agents and local apps without burying it inside workflow code.

Use it for:

  • summarizing issue queues and maintainer priorities
  • drafting concise maintainer comments and follow-up notes
  • keeping approval-minded write actions explicit in repository workflows

The package includes:

  • agent.json
  • README.md

Local development

From this directory:

agentpm lint
agentpm publish --dry-run

The source for this Instruction Profile can be found here.