.claude/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 emaginebr/Peleja 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
Guides how to integrate the NNews NuGet package for consuming the NNews CMS API in a .NET 8 project. Use when the user wants to consume articles, categories, tags, images, or AI-powered content generation from the NNews API.
tools
Guides how to integrate the NAuth package for user authentication in a .NET 8 project. Use when the user wants to add authentication, configure NAuth, use IUserClient, or understand the NAuth authentication flow.