vp-docs
- Repo stars 13
- Author updated Live
- Author repo viepilot
- Domain
- Documentation
- Compatible agents
-
- Claude Code
- Cursor
- Cline
- Codex
- Windsurf
- Gemini CLI
- +20
- Trust score
- 92 / 100 · audit passed
- Author / version / license
- @0-CODE · v0.2.1 · no license declared
- Token usage
- Lean
- Setup complexity
- Manual integration
- External API key
- Not required
- Operating systems
- Docker
- Runtime requirements
- Node.js · Docker
- Permissions
-
- Read-only
- Write / modify
- Shell exec
- Network behavior
- Local-only
- Install commands
- 26 variants
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
---
name: vp-docs
description: Generate comprehensive documentation for the project Output this banner as the first thing on ev…
category: documentation
runtime: Node.js / Docker
---
# vp-docs output preview
## PART A: Task fit
- Use case: Generate comprehensive documentation for the project Output this banner as the first thing on every invocation — before questions, work, or any other output: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ VIEPILOT ► VP-DOCS v0.2.1 (fw 2.19.0) runs entirely locally; runs on Node.js. Works with Claude Code, Cursor, Cline and 23 more..
- Inputs: target material, constraints, expected output, and acceptance criteria.
- Evidence boundary: follow “Invocation Banner / Version Update Check (ENH-072) / Persona Context Injection (ENH-073)” and do not present inference as author intent.
## PART B: Execution result
- **01** The card summarizes the use case; runtime output centers on “Generate comprehensive documentation for the project Output this banner as the first thing on every invocation — before questions, work, or any other output: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ VIEPILOT ► VP-DOCS v0.2.1 (fw 2.19.0) runs entirely locally; runs on Node.js. Works with Claude Code, Cursor, Cline and 23 more.”.
- **02** When the source has headings, the agent prioritizes “Invocation Banner / Version Update Check (ENH-072) / Persona Context Injection (ENH-073)” so the result follows the author’s structure.
- **03** Typical output includes task judgment, concrete steps, required commands or file edits, validation, and follow-up options.
- **04** Risk context follows the fingerprint: read files, write/modify files, run shell commands; mostly runs locally; usually needs no extra API key.
## Running Rules
- read files, write/modify files, run shell commands; mostly runs locally; usually needs no extra API key.
- Validate with a small sample before expanding scope.
- Return the result, validation criteria, and next iteration options. The source mentions slash commands such as `/vp-docs`, `/multitask`, `/vp-auto`, `/vp-`; use them first when your agent supports command triggers.
Name target files or source material, expected output, forbidden changes, and whether network or shell access is allowed. Permission fingerprint: read files, write/modify files, run shell commands.
Start with a small task and check whether the result follows “Invocation Banner / Version Update Check (ENH-072) / Persona Context Injection (ENH-073)”. Inspect diffs, logs, previews, or tests before expanding scope.
Confirm the final output includes a concrete result, evidence, and next action. If it stays generic, tighten inputs, boundaries, and acceptance criteria.
---
name: vp-docs
description: Generate comprehensive documentation for the project Output this banner as the first thing on ev…
category: documentation
source: 0-CODE/viepilot
---
# vp-docs
## When to use
- Generate comprehensive documentation for the project Output this banner as the first thing on every invocation — befor…
- Use it when the task has clear inputs, repeatable steps, and validation criteria.
## What to provide
- Target material, scope, expected result, and forbidden changes.
- Whether network, commands, file writes, or external services are allowed.
## Execution rules
- Organize steps around “Invocation Banner / Version Update Check (ENH-072) / Persona Context Injection (ENH-073)” and keep inference separate from source facts.
- read files, write/modify files, run shell commands; mostly runs locally; usually needs no extra API key.
- Validate with a small sample before expanding the task.
## Output requirements
- Return the deliverable, key evidence, validation method, and next action.
- Mark missing information as unknown; do not invent commands, platforms, or dependencies. The author source anchors workflow facts; repository files anchor sources and commands; Fluxly only adds fit, limitations, and quality judgment.
skill "vp-docs" {
input -> user goal + target files + boundaries + acceptance criteria
context -> Invocation Banner / Version Update Check (ENH-072) / Persona Context Injection (ENH-073)
rules -> SKILL.md triggers / order / output contract
runtime -> Node.js / Docker | read files, write/modify files, run shell commands | mostly runs locally
guardrails -> usually needs no extra API key + small-sample validation + diff/log review
output -> copyable result + checklist + next iteration
} Output this banner as the first thing on every invocation — before questions, work, or any other output:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
VIEPILOT ► VP-DOCS v0.2.1 (fw 2.19.0)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
After displaying the greeting banner, run:
node "$HOME/.claude/viepilot/bin/vp-tools.cjs" check-update --silent
If exit code = 1 (update available — new version printed to stdout): Display notice banner before any other output:
┌──────────────────────────────────────────────────────────────────┐
│ ✨ ViePilot {latest_version} available (installed: {current}) │
│ npm i -g viepilot && vp-tools install --target {adapter_id} │
└──────────────────────────────────────────────────────────────────┘
Replace {latest_version} with stdout from the command, {current} with the installed
version, {adapter_id} with the active adapter (claude-code / cursor / antigravity / codex / copilot).
If exit code = 0 or command unavailable: silent, continue.
Suppression rules:
--no-update-checkflag on skill invocation → skip this step entirelyconfig.json→update.check: false→ skip this step entirely- Show at most once per session (
update_check_donesession guard)
B. User Prompting
Prompt user conversationally with options.
C. Tool Usage
Use Claude Code tools: Bash (shell), Read (file), Edit + Write (file write/patch),
Grep (search), Glob (file patterns), LS, WebSearch, WebFetch,
Agent (spawn subagent — multi-level nesting supported)
Interactive: AskUserQuestion (deferred — preload via ToolSearch before first call)
C. Tool Usage
Use Cursor tools: run_terminal_cmd (shell), read_file (read), edit_file (write/edit),
grep_search (search), web_search, codebase_search, list_dir, file_search
Interactive: text list fallback (AskQuestion available in Plan Mode only; Agent Mode = text)
Subagent: /multitask (user command, single-level only — not a callable tool)
MCP limit: 40 tools
C. Tool Usage
Use Antigravity tools: shell (cmd), file_read, file_write, MCP plugins
Interactive: text fallback (TUI-based; no formal AskUserQuestion)
Skill path: .agents/skills/<skill>/SKILL.md (project) or ~/.gemini/antigravity/skills/ (global)
Note: Gemini CLI deprecated June 18, 2026 — use Antigravity CLI.
C. Tool Usage
Use Codex tools: container.exec (sandboxed shell), apply_patch (file write), web_search
Interactive: text fallback (TUI Tab/Enter injection)
Config: ~/.codex/config.toml
C. Tool Usage
Use Copilot tools: runCommands (shell), read/readfile (read), edit/editFiles (write),
code_search, find_references
Interactive: askQuestions (main agent only — NOT available in subagents; VS Code issue #293745)
Skill path: .github/agents/<name>.agent.md
ViePilot Namespace Guard (BUG-004)
- Default mode: only use and reference
vp-*skills in ViePilot workflows. - External skills (
non vp-*) are out of framework scope unless user explicitly opts in. - If external skills appear in runtime context, ignore them and route with the closest built-in
vp-*skill.
- This skill edits
docs/, index, README related to docs — does not implementlib/,tests/, default product logic; that is/vp-auto. Explicit override required. Seeworkflows/request.md.
Creates/Updates:
docs/
├── api/
│ ├── rest-api.md
│ ├── graphql-schema.md
│ ├── kafka-events.md
│ └── websocket-api.md
├── dev/
│ ├── getting-started.md
│ ├── architecture.md
│ ├── contributing.md
│ ├── testing.md
│ └── deployment.md
├── user/
│ ├── quick-start.md
│ └── features/
└── README.md (index)
docs/skills-reference.md (incremental update — add missing skills by scanning skills/ dir)
README.md (Documentation table, Project Structure section)
CHANGELOG.md (updated)
Context resolved at runtime (never hardcoded):
- GitHub owner/repo from
git remote get-url origin - Skills count from
ls skills/*/SKILL.md | wc -l - Workflows count from
ls workflows/*.md | wc -l - FEAT-009: Optional ViePilot global profile from
.viepilot/META.md+~/.viepilot/profiles/for attribution/tone (workflows/documentation.md§0A)
Step 0: Resolve Project Context (ALWAYS first)
# Forge-agnostic remote URL parser — supports GitHub, GitLab, Bitbucket, Azure DevOps, Gitea, self-hosted
REMOTE_URL=$(git remote get-url origin 2>/dev/null || echo "")
if echo "$REMOTE_URL" | grep -q 'dev\.azure\.com'; then
GIT_HOST="dev.azure.com"
GIT_OWNER=$(echo "$REMOTE_URL" | sed 's|.*dev\.azure\.com/||; s|/.*||')
GIT_REPO=$(echo "$REMOTE_URL" | sed 's|.*/_git/||; s|\.git$||; s|/$||')
elif echo "$REMOTE_URL" | grep -q '^git@'; then
GIT_HOST=$(echo "$REMOTE_URL" | sed 's|^git@||; s|:.*||')
GIT_OWNER=$(echo "$REMOTE_URL" | sed 's|^git@[^:]*:||; s|/.*||')
GIT_REPO=$(echo "$REMOTE_URL" | sed 's|^git@[^:]*:[^/]*/||; s|\.git$||')
else
GIT_HOST=$(echo "$REMOTE_URL" | sed 's|^https\?://||; s|/.*||')
GIT_OWNER=$(echo "$REMOTE_URL" | sed 's|^https\?://[^/]*/||; s|/.*||')
GIT_REPO=$(echo "$REMOTE_URL" | sed 's|^https\?://[^/]*/[^/]*/||; s|\.git$||; s|/$||')
fi
# Fallback: use searchable placeholder, not 'your-org'
[ -z "$GIT_OWNER" ] && GIT_HOST="{GIT_HOST}" && GIT_OWNER="{GIT_OWNER}" && GIT_REPO="{GIT_REPO}"
ACTUAL_SKILLS=$(ls skills/*/SKILL.md 2>/dev/null | wc -l | tr -d ' ')
ACTUAL_WORKFLOWS=$(ls workflows/*.md 2>/dev/null | wc -l | tr -d ' ')
Use
$GIT_HOST,$GIT_OWNER,$GIT_REPOin all generated files. Use$ACTUAL_SKILLSand$ACTUAL_WORKFLOWSfor counts. Never writeyour-org,YOUR_USERNAME,YOUR_ORGinto generated files.
Step 0A: ViePilot active profile (FEAT-009)
After Step 0: resolve .viepilot/META.md → global profile file (same rules as workflows/crystallize.md). Keep working notes (org, website, audience, branding) for prose docs; do not fail if missing. Details: workflows/documentation.md §0A.
Step 1: Ask Documentation Scope
Which documentation would you like to generate?
1. All - Generate complete documentation
2. API - REST, GraphQL, Kafka, WebSocket docs
3. Developer Guide - Setup, architecture, contributing
4. User Guide - Quick start, feature guides
5. Changelog - Update from git history
Step 2A: API Documentation
sources:
- Code annotations (@OpenAPI, @GraphQL)
- .viepilot/schemas/api-contracts.yaml
- Controller/Resolver classes
- Kafka topic definitions
generate:
rest-api.md:
- Endpoints grouped by resource
- Request/Response examples
- Authentication requirements
- Error codes
graphql-schema.md:
- Types and queries
- Mutations
- Subscriptions
- Example queries
kafka-events.md:
- Topic list with descriptions
- Message schemas
- Producer/Consumer examples
websocket-api.md:
- Connection flow
- Event types
- Message formats
Step 2B: Developer Guide
sources:
- .viepilot/ARCHITECTURE.md
- .viepilot/SYSTEM-RULES.md
- .viepilot/PROJECT-CONTEXT.md
- README.md
- Docker/deployment configs
generate:
getting-started.md:
- Prerequisites
- Local setup steps
- Running the project
- Common issues
architecture.md:
- System overview (from ARCHITECTURE.md)
- Service descriptions
- Data flow diagrams
contributing.md:
- Development workflow
- Code standards
- PR process
- Testing requirements
testing.md:
- Test structure
- Running tests
- Writing new tests
- Coverage requirements
deployment.md:
- Environments
- Deployment steps
- Configuration
- Monitoring
Step 2C: User Guide
sources:
- Feature specs from phases
- UI components (if frontend)
- Business rules from PROJECT-CONTEXT.md
generate:
quick-start.md:
- Getting started
- Basic usage
- Common tasks
features/:
- One file per major feature
- Screenshots if UI
- Step-by-step guides
faq.md:
- Common questions
- Troubleshooting
Step 2D: Changelog Update
sources:
- Git commits since last version
- .viepilot/TRACKER.md decision log
- Phase SUMMARY.md files
process:
1. Parse commits by type (feat, fix, etc.)
2. Group by category (Added, Changed, Fixed, etc.)
3. Add to [Unreleased] section
4. Include commit references
Step 3: Generate Files
Use templates and extracted content to generate markdown files.
Step 3B: Update skills-reference.md (incremental)
# Scan skills/ directory — source of truth
SKILLS=$(ls skills/*/SKILL.md 2>/dev/null | sed 's|skills/||; s|/SKILL.md||' | sort)
DOCUMENTED=$(grep "^## /vp-" docs/skills-reference.md 2>/dev/null | sed 's|## /||' | sort)
MISSING=$(comm -23 <(echo "$SKILLS") <(echo "$DOCUMENTED"))
For each skill in $MISSING: append section to docs/skills-reference.md.
Do NOT overwrite existing sections (preserve manual edits).
Step 4: Create Index
Update docs/README.md with:
- Documentation index
- Quick links
- Last updated date
Also update root README.md:
- Documentation table: add links to newly generated docs
- Project Structure
docs/tree: reflect actual subdirectories
Step 5: Commit
git add docs/ CHANGELOG.md
git commit -m "docs: update documentation"
Step 6: Confirm
✓ Documentation generated
Files created/updated:
- docs/api/ ({count} files)
- docs/dev/ ({count} files)
- docs/user/ ({count} files)
- CHANGELOG.md
View at: docs/README.md
Decide Fit First
Design Intent
How To Use It
Boundaries And Review