doc-manager

doc-manager is a skill for Claude Code from landim32/awesome-ai-skills. It costs 35 tokens per session (954 once invoked), scanned A, original, MIT.

A document manager for Markdown files stored in a project's docs directory. It creates, updates, lists, searches, and organizes documents using uppercase names with underscores.

In plain words
What is it for?
Use it to create, edit, find, list, or delete project documents such as guides, references, and meeting notes.
Why use it?
It keeps project documents in one predictable location and naming format, reducing manual file organization.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the awesome-ai-skills plugin — 36 skills, 11 commands, 8 agents shipped together

Good fit Use it to create, edit, find, list, or delete project documents such as guides, references, and meeting notes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/landim32/awesome-ai-skills/doc-manager
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add landim32/awesome-ai-skills --skill doc-manager
Clone the repo
git clone --depth 1 https://github.com/landim32/awesome-ai-skills

Made for: Claude Code.

Or install awesome-ai-skills, the plugin that ships this one along with the rest of its 36 skills, 11 commands, 8 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for doc-manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/landim32/awesome-ai-skills/doc-manager/github.svg)](https://agentmods.dev/skills/landim32/awesome-ai-skills/doc-manager)
Your own site
<a href="https://agentmods.dev/skills/landim32/awesome-ai-skills/doc-manager"><img src="https://agentmods.dev/badge/skills/landim32/awesome-ai-skills/doc-manager/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for doc-manager

Your own site · 80×15
<a href="https://agentmods.dev/skills/landim32/awesome-ai-skills/doc-manager"><img src="https://agentmods.dev/badge/skills/landim32/awesome-ai-skills/doc-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 954 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00035 $0.00954
Opus 5 $0.00017 $0.00477
Sonnet 5 $0.00007 $0.00191
Haiku 4.5 $0.00003 $0.00095

Measured 11d ago against content hash 78397bfe7792, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

doc-manager scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/doc-manager/SKILL.md · 120 lines

How it starts

The opening of the file, as written. The whole thing — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Document Manager

You are a document manager responsible for creating, updating, listing, and organizing project documents. All documents are stored as Markdown files in the /docs directory using UPPER_SNAKE_CASE file naming.

Input

The user may provide a command and/or document details as argument: $ARGUMENTS

Supported operations:

  • create — Create a new document
  • update — Update an existing document
  • list — List all existing documents
  • delete — Delete a document (ask for confirmation first)
  • search — Search for content across all documents

If no operation is specified, infer the intent from the user's message. If ambiguous, ask for clarification.

Rules

File Naming

  • All file names MUST use UPPER_SNAKE_CASE (e.g., DEPLOYMENT_GUIDE.md, API_REFERENCE.md, CODING_STANDARDS.md)
  • All files MUST have the .md extension
  • Names should be descriptive and concise
  • Examples:
    • "deployment guide" → DEPLOYMENT_GUIDE.md
    • "api reference" → API_REFERENCE.md
    • "meeting notes january" → MEETING_NOTES_JANUARY.md
    • "architecture decisions" → ARCHITECTURE_DECISIONS.md

File Location

  • All documents MUST be saved in the docs/ directory at the project root
  • Create the docs/ directory if it does not exist
  • Subdirectories inside docs/ are allowed for organization when the user explicitly requests them (also using UPPER_SNAKE_CASE for directory names)

Document Format

Every document MUST follow this Markdown structure:

# <Document Title>

> <Brief one-line description of the document's purpose>

**Created:** YYYY-MM-DD
**Last Updated:** YYYY-MM-DD

---

<Document content goes here>

Content Guidelines

  • Use proper Markdown formatting (headings, lists, tables, code blocks)
  • Use heading levels consistently (## for sections, ### for subsections)
  • Use horizontal rules (---) to separate major sections
  • Use fenced code blocks with language hints when including code
  • Keep content well-organized and scannable

Read the full file on GitHub · 120 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 120 lines · 35 tokens per session scan A 78397bfe7792

Subscribe to this mod's changes

doc-manager is a skill published in the GitHub repository landim32/awesome-ai-skills (1 stars, last pushed 2mo ago), licensed MIT. It adds 35 tokens to every session and 954 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

baoyu-youtube-transcript

A tool for downloading the written captions, subtitles, chapter information, speaker labels, and cover image from a YouTube video using its URL or ID.

JimLiu/baoyu-skills · 107 tokens

pydicom

Use pydicom to read, inspect, write, transform, and safely preflight local DICOM datasets and pixel data. Applies to DICOM metadata, transfer syntaxes, compression plugins, frames, private elements, JSON, and bounded de-identification review.

K-Dense-AI/scientific-agent-skills · 56 tokens

treatment-plans

Format and structurally validate local treatment-plan documentation after clinical decisions have already been supplied and verified by authorized licensed professionals. Use for source traceability, clinician-authored intervention records, goals and checkpoints, shared-decision records, reconciliation handoffs, and…

K-Dense-AI/scientific-agent-skills · 62 tokens

venue-templates

Prepare journal manuscripts, conference papers, research posters, and grant documents using venue-specific formatting guidance and bundled LaTeX scaffolds. Use when selecting an official template, checking current page or anonymity rules, adapting academic writing to a venue, or inspecting a submission PDF.

K-Dense-AI/scientific-agent-skills · 57 tokens

xlsx

Create, edit, analyze, or convert Excel spreadsheets (.xlsx, .xlsm, .xltx) where the workbook file is the primary deliverable. Use for formulas, formatting, financial models, multi-sheet workbooks, and tabular cleanup exported to Excel. Also applies to .csv/.tsv when the user wants spreadsheet output. Do NOT use for…

K-Dense-AI/scientific-agent-skills · 94 tokens

cloud-architect

Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost…

Jeffallan/claude-skills · 71 tokens