skills/doc-manager/SKILL.md
Manages project documents in Markdown format. Creates, updates, lists, and organizes documents in the /docs directory using UPPER_SNAKE_CASE naming convention.
npx skillsauth add landim32/awesome-ai-skills doc-managerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
The user may provide a command and/or document details as argument: $ARGUMENTS
Supported operations:
If no operation is specified, infer the intent from the user's message. If ambiguous, ask for clarification.
DEPLOYMENT_GUIDE.md, API_REFERENCE.md, CODING_STANDARDS.md).md extensionDEPLOYMENT_GUIDE.mdAPI_REFERENCE.mdMEETING_NOTES_JANUARY.mdARCHITECTURE_DECISIONS.mddocs/ directory at the project rootdocs/ directory if it does not existdocs/ are allowed for organization when the user explicitly requests them (also using UPPER_SNAKE_CASE for directory names)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>
## for sections, ### for subsections)---) to separate major sectionsdocs/ — if so, warn the user and ask whether to overwrite or choose a different namedocs/ directory if it does not existdocs/ directory for all .md files# heading)docs/ for the given termdocs/ directory.md extensiontools
Guides how to integrate the zTools package for ChatGPT, DALL-E image generation, file upload (S3), slug generation, email sending, and document validation in a .NET 8 project. Use when the user wants to use AI features, upload files, generate slugs, send emails, or understand zTools integration.
documentation
Generates a comprehensive, standardized README.md for any project. Use when the user wants to create or regenerate a README file following the project's documentation standard.
development
Create modal dialogs in the frontend using a custom Modal component built on top of Radix UI Dialog. Use this skill whenever the user asks to create, add, or modify a modal, dialog, popup, or confirmation prompt in the React application.
development
Create the complete frontend architecture for a new entity in the React application. Generates TypeScript types, service class, context provider, custom hook, and registers the provider in main.tsx. Use this skill when the user asks to create a new entity, feature module, or domain area in the frontend.