Skill · em Documentar e entregar

doc-chaser-lite

Free lite skill — drafts one friendly (level-1) client document-request email for a single tax client from a short brief plus the practice profile. A strict subset of client-doc-chaser (no batch, no escalation levels 2/3), carrying the pack's full guard. Use to try the kit before buying, or as the…

Procedência

Antes de instalar

9 arquivos · 53,9 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/skills/doc-chaser-lite/.

d=".claude/skills/doc-chaser-lite"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/productivity/doc-chaser-lite"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/brief-template.md" "$u/brief-template.md" \
  -o "$d/examples/doc-chaser-lite-golden.md" "$u/examples/doc-chaser-lite-golden.md" \
  -o "$d/examples/practice-profile-golden.md" "$u/examples/practice-profile-golden.md" \
  -o "$d/guard.md" "$u/guard.md" \
  -o "$d/LICENSE.txt" "$u/LICENSE.txt" \
  -o "$d/profile-template.md" "$u/profile-template.md" \
  -o "$d/PROMPT-ONLY.md" "$u/PROMPT-ONLY.md" \
  -o "$d/README.md" "$u/README.md"

Global: instala em ~/.claude/skills/doc-chaser-lite/.

d="$HOME/.claude/skills/doc-chaser-lite"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/productivity/doc-chaser-lite"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/brief-template.md" "$u/brief-template.md" \
  -o "$d/examples/doc-chaser-lite-golden.md" "$u/examples/doc-chaser-lite-golden.md" \
  -o "$d/examples/practice-profile-golden.md" "$u/examples/practice-profile-golden.md" \
  -o "$d/guard.md" "$u/guard.md" \
  -o "$d/LICENSE.txt" "$u/LICENSE.txt" \
  -o "$d/profile-template.md" "$u/profile-template.md" \
  -o "$d/PROMPT-ONLY.md" "$u/PROMPT-ONLY.md" \
  -o "$d/README.md" "$u/README.md"

Codex

Neste projeto: instala em .agents/skills/doc-chaser-lite/.

d=".agents/skills/doc-chaser-lite"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/productivity/doc-chaser-lite"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/brief-template.md" "$u/brief-template.md" \
  -o "$d/examples/doc-chaser-lite-golden.md" "$u/examples/doc-chaser-lite-golden.md" \
  -o "$d/examples/practice-profile-golden.md" "$u/examples/practice-profile-golden.md" \
  -o "$d/guard.md" "$u/guard.md" \
  -o "$d/LICENSE.txt" "$u/LICENSE.txt" \
  -o "$d/profile-template.md" "$u/profile-template.md" \
  -o "$d/PROMPT-ONLY.md" "$u/PROMPT-ONLY.md" \
  -o "$d/README.md" "$u/README.md"

Global: instala em ~/.agents/skills/doc-chaser-lite/.

d="$HOME/.agents/skills/doc-chaser-lite"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/productivity/doc-chaser-lite"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/brief-template.md" "$u/brief-template.md" \
  -o "$d/examples/doc-chaser-lite-golden.md" "$u/examples/doc-chaser-lite-golden.md" \
  -o "$d/examples/practice-profile-golden.md" "$u/examples/practice-profile-golden.md" \
  -o "$d/guard.md" "$u/guard.md" \
  -o "$d/LICENSE.txt" "$u/LICENSE.txt" \
  -o "$d/profile-template.md" "$u/profile-template.md" \
  -o "$d/PROMPT-ONLY.md" "$u/PROMPT-ONLY.md" \
  -o "$d/README.md" "$u/README.md"

Antigravity

Neste projeto: instala em .agents/skills/doc-chaser-lite/.

d=".agents/skills/doc-chaser-lite"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/productivity/doc-chaser-lite"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/brief-template.md" "$u/brief-template.md" \
  -o "$d/examples/doc-chaser-lite-golden.md" "$u/examples/doc-chaser-lite-golden.md" \
  -o "$d/examples/practice-profile-golden.md" "$u/examples/practice-profile-golden.md" \
  -o "$d/guard.md" "$u/guard.md" \
  -o "$d/LICENSE.txt" "$u/LICENSE.txt" \
  -o "$d/profile-template.md" "$u/profile-template.md" \
  -o "$d/PROMPT-ONLY.md" "$u/PROMPT-ONLY.md" \
  -o "$d/README.md" "$u/README.md"

Global: instala em ~/.gemini/antigravity-cli/skills/doc-chaser-lite/.

d="$HOME/.gemini/antigravity-cli/skills/doc-chaser-lite"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/productivity/doc-chaser-lite"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/brief-template.md" "$u/brief-template.md" \
  -o "$d/examples/doc-chaser-lite-golden.md" "$u/examples/doc-chaser-lite-golden.md" \
  -o "$d/examples/practice-profile-golden.md" "$u/examples/practice-profile-golden.md" \
  -o "$d/guard.md" "$u/guard.md" \
  -o "$d/LICENSE.txt" "$u/LICENSE.txt" \
  -o "$d/profile-template.md" "$u/profile-template.md" \
  -o "$d/PROMPT-ONLY.md" "$u/PROMPT-ONLY.md" \
  -o "$d/README.md" "$u/README.md"

Peça ao Rook

Já usa o Rook Labs? Cole no chat do Rook: instale a skill https://rooklabs.sh/marketplace/cct.doc-chaser-lite

Prévia do SKILL.md

---
name: doc-chaser-lite
description: Free lite skill — drafts one friendly (level-1) client document-request email for a single tax client from a short brief plus the practice profile. A strict subset of client-doc-chaser (no batch, no escalation levels 2/3), carrying the pack's full guard. Use to try the kit before buying, or as the director…
---

# doc-chaser-lite (free)

The free lite subset of `client-doc-chaser`. It drafts exactly one friendly, level-1
document-request email in the firm's own voice, for one client, at `professional` tone. It drafts
only: it never sends, never computes or estimates a figure, never invents a date, and never gives
advice. It carries the pack's **full guard** — the guard is never the paywall. It deliberately
does less than the paid skill: no batch runs, no escalation levels 2 or 3, no consequence lines.

## Input contract

- **From `ABOUT-ME/profile.md` (required):** firm/practice name; preparer name + credential;
  contact block (email + phone — the sign-off renders from it); services offered. Tone is fixed at
  `professional` for the lite skill (the `warm` preset is a full-kit feature — the tone field in
  the profile is ignored here).
- **Per run — one short client brief (required), from `brief-template.md`,** carrying: client
  initials or case ID; engagement type; outstanding-document list; the accountant-stated due date.
  There is no escalation field (every lite email is a friendly level-1 nudge) and no consequence
  line.

## Scope — what the lite skill does and does not do (FR-024)

- Drafts exactly **one level-1 (friendly) request email**, for **one client**, per run.
- **No batch runs** (one brief per run — never a set of pending-requests rows).
- **No escalation levels 2 or 3**, and **no consequence lines** — a level-1 nudge never states a
  consequence, and the lite skill never invents one or firms up the tone to imitate a paid level.
- If the brief asks for a higher escalation level, a batch, an engagement letter, a notice
  explainer, an onboarding packet, or a deadline pack, the lite skill still delivers the **one
  level-1 email it can** and names the full kit for the rest (see the upsell footer). It never
  half-delivers a paid feature and never fakes one (US6 sc.3).

## Structure and caps (FR-021 — never self-reported)

- Subject ≤ 60 characters, naming the firm.
- Body ≤ 150 words.
- Every outstanding document named exactly as the brief lists it; the due date verbatim.
…

Ver todo o marketplace