All skills
Skillintermediate

Checklists

Action-specific checklists to ensure consistency across the codebase.

Claude Code Knowledge Pack7/10/2026

Overview

Checklists

Action-specific checklists to ensure consistency across the codebase.

Workflow

  1. BEFORE starting → Read the relevant checklist
  2. WHILE working → Follow the checklist steps
  3. BEFORE delivering → Verify ALL checklist items are done

Available Checklists

ChecklistWhen to Use
cross-platform-compatibility.mdMASTER REF - Ensuring features work on Claude/OpenCode/Codex
release.mdPreparing a new version release
new-command.mdAdding a new slash command
new-agent.mdAdding a new specialist agent
new-skill.mdAdding a new skill (Agent Skills Open Standard)
new-lib-module.mdAdding a new library module
update-opencode-plugin.mdUpdating native OpenCode plugin
repo-map.mdRepo-intel plugin changes

Every Checklist Includes

All checklists now include these common steps:

  • Cross-platform compatibility verification
  • Quality validation (/enhance, npm test)
  • Platform-specific requirements (OpenCode labels, Codex triggers)

Knowledge Base References

These checklists reference best practices from:

DocumentTopics
agent-docs/PROMPT-ENGINEERING-REFERENCE.mdCross-model prompt design
agent-docs/FUNCTION-CALLING-TOOL-USE-REFERENCE.mdMCP tool patterns
agent-docs/MULTI-AGENT-SYSTEMS-REFERENCE.mdAgent orchestration
agent-docs/CONTEXT-OPTIMIZATION-REFERENCE.mdToken efficiency
lib/cross-platform/RESEARCH.mdPlatform comparison

File Update Matrix

Quick reference for which files need updating:

ActionFiles to Update
Releasepackage.json, CHANGELOG.md, README.md, all plugin.json files
New Commandplugin commands/, plugin.json, ARCHITECTURE.md, bin/cli.js
New Agentplugin agents/, workflow.md, next-task.md
New Skillplugin skills/{skill-name}/SKILL.md, agent tools if agent-invoked
New Lib Modulelib/, lib/index.js, sync to plugins/, tests