Install command
Provided
User-created Claude Code custom slash command recipe for drafting project documentation from source files, existing docs, and repository conventions.
Open the source and read safety notes before installing.
Source-backed facts for citing this resource, derived directly from the registry — also available as plain text for AI assistants.
Decision playbook
Signals are present but mixed. Use the checklist below to confirm the source and operational safety for your environment.
0
78
—
No baseline selected
No major trust-signal divergence detected in the current selection.
Confirm ownership and provenance before trusting install instructions.
Source link availableRequired
Open the canonical repository and verify ownership.
Source provenance statusRequired
Marked as source-backed.
Metadata reviewed
Registry metadata indicates a reviewed listing.
Validate risk disclosures before installation or API wiring.
Safety notes presentRequired
Review the listed safety guidance before running commands.
Privacy notes presentRequired
Review data handling notes before connecting accounts or secrets.
Trust level risk gateRequired
Trust level does not block evaluation.
Check package metadata and artifact integrity signals.
Install payload available
Install or copy payload is available for review.
Package verification flag
No package verification flag provided.
Checksum metadata
No checksum provided for downloaded artifact.
Use compare context to validate trade-offs before adoption.
Compare tray has multiple entries
Add at least one more entry to compare trust differences.
Baseline comparison available
No baseline peer selected yet.
Diverging trust signals identified
No major trust-signal divergence found.
Setup at a glance
Copy-ready — paste the snippet to get started.
Install command
Provided
Config snippet
Not provided
Copy snippet
Provided
Prerequisites
None
Platforms
1 listed
Difficulty
55/100
Adoption plan
Current risk score 16/100. Use staged verification before broader rollout.
Validate source and review signals before any execution.
Confirm source provenanceRequired
Source URL/provenance metadata is present.
Confirm metadata review state
Listing has review metadata.
Verify install payload
Install/config payload exists and can be inspected.
Confirm safety, privacy, and package integrity signals.
Review safety notesRequired
Safety notes are present.
Review privacy notesRequired
Privacy notes are present.
Verify package integrity metadata
No package verification/checksum metadata.
Adopt in controlled steps based on the selected plan.
Run in isolated sandbox firstRequired
Use a constrained sandbox and observe behavior across multiple tasks.
Roll out graduallyRequired
Roll out to a small cohort before wider usage.
Set monitoring and fallback
Define rollback path and monitor errors after adoption.
Evidence readiness
Required evidence gates are covered (5/6 signals complete).
Source repository/provenance is listed.
Required in this preset
Review metadata is present.
Required in this preset
Safety notes are present.
Required in this preset
Privacy notes are present.
Optional in this preset
Package integrity metadata is missing.
Optional in this preset
Install payload is available.
Required in this preset
Required evidence gates are covered for this preset.
Decision timeline
5/6 steps complete with no blocking gaps for this preset.
triage
Source/provenance metadata is available.
triage
Review metadata is available.
verify
Safety notes are available.
verify
Privacy notes are available.
verify
Package integrity metadata is missing.
rollout
Install payload is available.
No required blockers for this timeline preset.
Safety & privacy surface
3 safety and 2 privacy notes across 5 risk areas. Review closely: credentials & tokens, permissions & scopes, network access.
Create .claude/commands/docs.md with a documentation drafting prompt, then run /docs with a file, package, feature, or documentation gap as the argument./docs src/api/users.ts -- draft source-grounded usage docs and examples/docs is not documented as a built-in Claude Code command. This entry is a
custom command recipe: create a Markdown file in .claude/commands/, and Claude
Code exposes it as /docs because the command name comes from the filename.
Use this recipe when you repeatedly ask Claude to draft README sections, API notes, usage examples, contributor docs, or source-grounded explanations and you want that workflow to be consistent.
Create .claude/commands/docs.md:
---
description: Draft source-grounded project documentation for a file, package, feature, or docs gap
argument-hint: [file-or-topic]
---
Draft documentation for $ARGUMENTS.
Before writing, inspect the relevant source files, existing docs, package
metadata, tests, and examples. Then produce:
1. The concrete behavior supported by the source.
2. Any prerequisites, environment variables, flags, or limits that are actually
present in the project.
3. A concise draft in the repository's existing docs style.
4. Copy/paste-ready examples that use real names from the codebase.
5. A verification checklist listing the files or commands used to confirm the
documentation.
Do not invent options, endpoint fields, CLI flags, output formats, diagrams, or
support claims that are not visible in the source or cited docs.
/docs src/api/users.ts
/docs "document the package installation flow in packages/registry"
/docs README.md -- refresh quickstart from the current package scripts
Text after /docs is normal prompt input, not a CLI option parser. There are no
source-backed built-in flags such as --api, --pdf, --interactive, or
--confluence; ask for those focuses in plain language only when the repository
already supports them.
Verified on 2026-06-19:
.claude/commands/*.md files
still create slash invocations based on filename, while skills are the newer
recommended form./docs
recipe. It does not claim an official built-in /docs generator command./generate-tests and /test-advanced focus on automated test drafting.
/docs focuses on source-grounded documentation prose, examples, and
verification notes.
/docs - Documentation Drafting Custom Command side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
2 trust signals differ across this comparison (Source provenance, Submitter).
Next steps differ across entries — use the actions in the table below to copy install commands and source links per resource.
| Field | User-created Claude Code custom slash command recipe for drafting project documentation from source files, existing docs, and repository conventions. Open dossier | Expert Claude Code checkpoint recovery capability pack for auditing automatic edit tracking, choosing restore versus summarize actions in /rewind, and recovering from bad turns without losing git history. Open dossier | A starter kit for designing, documenting, and testing REST APIs with Claude: bundles an API-builder agent with the docs, generate-tests, and debug commands. Open dossier | An automation bundle for keeping project documentation accurate and current: generate docs from code, measure documentation coverage, validate README structure and links, document API endpoints, and publish to a docs site. Open dossier |
|---|---|---|---|---|
| Next stepsDiffers | ||||
| Trust | ||||
| Review status | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed |
| Package trust | Package not verified | Package not verified | Package not verified | Package not verified |
| Source provenanceDiffers | Source-backed | Submission linkedSource submission | Source-backed | Source-backed |
| SubmitterDiffers | — | kiannidev | — | techforgeworks |
| Install risk | Review first | Review first | Review first | Review first |
| Notes | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety · Privacy · | Safety ✓ Privacy ✓ |
| Brand | — | — | — | — |
| Category | commands | skills | collections | collections |
| Source | source-backed | source-backed | source-backed | source-backed |
| Author | JSONbored | kiannidev | JSONbored | techforgeworks |
| Added | 2025-09-16 | 2026-06-13 | 2025-10-02 | 2026-06-04 |
| Platforms | Claude Code | Claude CodeCodexWindsurfGeminiCursorCLI | Claude Code | Claude Code |
| Source repo | — | — | — | — |
| Safety notes | ✓Generated documentation is a draft; verify examples, flags, endpoints, and behavior against the actual source before publishing. Do not let the command invent supported options, output formats, API fields, or guarantees that are not present in the code or official docs. If you add dynamic shell injection or allowed tools to the command file, scope those permissions narrowly because the command can run local commands. | ✓This skill recommends checkpoint actions; it must not run `/rewind` restore or summarize without explicit user approval. Restore code and conversation reverts both files and chat history to a prior prompt; confirm the target checkpoint before acting. Restore code alone keeps conversation but reverts file edits; restore conversation alone keeps current files but rewinds chat. Summarize compresses conversation segments without changing files on disk; it is not a substitute for git revert when bash commands modified files. Checkpointing does not track files changed by bash commands such as `rm`, `mv`, or `cp`; use git or manual recovery for those paths. | — missing | ✓This is a curated index of existing directory entries; the collection runs nothing itself - review each linked hook and command's own safety notes before installing it. |
| Privacy notes | ✓The target source files, existing docs, examples, error messages, and command arguments may be sent into the model context. Do not include private API keys, customer records, unreleased roadmap details, or production logs in generated examples. | ✓The /rewind menu lists every user prompt in the session, which may expose internal task names, credentials pasted in prompts, or customer context. Restored prompts reappear in the input field and may contain sensitive instructions that should be redacted before sharing screens. Session transcripts persist with checkpoints for up to 30 days by default; treat resumed sessions as containing prior sensitive content. Public support notes should describe the recovery lane and checkpoint choice, not full prompt text or complete file diffs. | — missing | ✓The collection handles no data on its own; consult each linked entry's privacy notes for its runtime behavior and any local or network access. |
| Prerequisites | — none listed |
|
|
|
| Install | | — | — | — |
| Config | — | — | — | — |
| Citations | ||||
| Claim | Unclaimed | Unclaimed | Unclaimed | Unclaimed |
Loading live community signals…
A short, calm digest of reviewed Claude resources. Unsubscribe any time.