documents

Create and link Markdown documents for CRM entries with mutation logs.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/aspectrr/denchclaw-workspace --skill documents-aspectrr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documents
Source: https://github.com/aspectrr/denchclaw-workspace/tree/main/skills/crm/documents
Command: npx skills add https://github.com/aspectrr/denchclaw-workspace --skill documents-aspectrr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill reduces the manual overhead of keeping CRM entries in sync with dedicated Markdown documents, ensuring every entry has a connected document and an auditable edit log.

Core Features & Use Cases

  • Document creation and linking: automatically create or reuse connected entry documents and register them in the documents table.
  • Cross-nesting and detail pages: support document-object relationships and per-entry detail pages for audit trails.
  • Mutation logs and notes: append timestamped activity logs with every meaningful mutation to preserve an audit trail.
  • Batch and standalone documents: handle new entry documents in bulk and manage standalone documents under objects.

Quick Start

Create or repair the connected entry document when you create or mutate an entry.

Frequently Asked Questions about documents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the best way to ensure synchronization when mutating CRM notes?

To ensure synchronization when mutating CRM notes, the skill enforces a robust storage model with human-friendly filenames. It automatically synchronizes connected documents and updates the documents table on every mutation.

How do I maintain an audit trail for CRM notes and document edits?

You maintain an audit trail for CRM notes by appending timestamped mutation logs with every meaningful change. This preserves a detailed record of all edits across entry documents.

Does this approach support standalone documents under CRM objects?

This approach supports both linked and standalone documents. You can manage standalone documents directly under CRM objects alongside linked entry documents.

How do I handle batch creation of CRM entry documents?

You can handle batch creation of CRM entry documents by processing new entries in bulk. The skill automatically creates connected Markdown files and registers them in the documents table.