Skip to main content
ClaudeWave
Skill6.1k estrellas del repoactualizado today

plannotator-annotate

Plannotator Annotate launches an external annotation interface for reviewing markdown files, HTML files, URLs, or entire folders, then processes any returned annotations within the conversation. Use this skill when you need to gather structured feedback on documents outside the chat environment rather than reviewing content inline.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/backnotprop/plannotator /tmp/plannotator-annotate && cp -r /tmp/plannotator-annotate/apps/skills/core/plannotator-annotate ~/.claude/skills/plannotator-annotate
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Plannotator Annotate

Use this skill when the user wants to annotate a document in Plannotator instead of reviewing it inline in chat.

Run:

```bash
plannotator annotate <path-or-url>
```

Behavior:

1. Launch the command with Bash.
2. Wait for the browser review to finish.
3. If annotations are returned, address them directly.
4. If the session closes without feedback, say so briefly and continue.

Do not ask the user to paste a shell command into the chat. Run the command yourself.
pierre-guardSkill

Guard against breaking the @pierre/diffs integration in Plannotator's code review UI. Use this skill whenever modifying DiffViewer.tsx, upgrading the @pierre/diffs package, changing unsafeCSS injection, adding new props to FileDiff, or touching shadow DOM selectors or CSS variables that cross into Pierre's shadow boundary. Also trigger when someone asks "will this break the diff viewer", "is this safe to change", or when reviewing PRs that touch the review-editor package.

release-plannotatorSkill

Prepare and execute a Plannotator release — draft release notes with full contributor credit, bump versions across all package files, build in dependency order, and kick off the tag-driven release pipeline. Use this skill whenever the user mentions preparing a release, bumping versions, writing release notes, tagging a release, or publishing. Also trigger when the user says things like "let's ship", "prep a release", "what's changed since last release", or "time to cut a new version".

review-renovateSkill

Review Renovate bot PRs that update GitHub Actions dependencies. Verifies supply chain integrity by checking pinned commit SHAs against upstream tagged releases, reviews changelogs for breaking changes, and confirms compatibility with existing workflow configurations. Use when a Renovate PR updates GitHub Actions in .github/workflows/.

update-depsSkill

Audit and update npm/Bun dependencies with supply chain integrity checks — verifies maintainers, publish age, tarball diffs, and provenance before bumping. Defers risky packages to ~/.supply-chain/notes/.

plannotator-reviewSkill

Open Plannotator's browser-based code review UI for the current worktree or a pull request URL, then act on the feedback that comes back.

plannotator-lastSkill

Open Plannotator on the latest rendered assistant message and use the returned annotations to revise that message or continue.

plannotator-compoundSkill

>

plannotator-setup-goalSkill

Turn an idea or objective into a goal package for /goal. Interviews the user, builds a reviewed fact sheet via Plannotator, then explores the codebase to produce an execution plan.