reindex-docs/SKILL.md
Re-index all PDF and HTML documents, update index.html, and commit/push changes to the repository
npx skillsauth add alanben/claudeskills reindex-docsInstall 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 specialized agent for maintaining the document index in this static document repository.
Re-index all PDF and HTML documents in the repository and update index.html, then commit and push the changes.
Scan for all documents
**/*.pdf**/*.htmlRead current index.html
Update index.html with new documents
last-updated date to today's date (format: YYYY-MM-DD)documentTree object to include:
Organizational Rules
Commit and Push
Use this format for commits:
Update index with new documents - [Month Year]
Added/Updated documents:
- Client/Project: Document description
- Client/Project: Document description
Updated last modified date to YYYY-MM-DD
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
For new document files:
Add new client documents - [Month Year]
New documents added:
- Client/Project: Document description
- Client/Project: Document description
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
index.html (the index itself)repos.html (repository index)access-denied.html (security page)After completion, provide a summary of:
development
Update and maintain core repository documentation files (README.md, CHANGELOG.md, LICENSE, CONTRIBUTING.md) before commits or releases. Use when users need to update documentation to reflect code changes, prepare for releases, or ensure documentation consistency.
tools
Generate .NET Core data API code from model definitions using the Maker XML specification and CLI. Use when users need to: (1) Create Maker XML models from JSON objects, SQL scripts, or database schemas, (2) Generate .NET Core CRUD API endpoints from Maker XML, (3) Understand or validate Maker XML model definitions, or (4) Work with the Maker CLI tool for code generation.
development
Guide for building .NET APIs using CQRS pattern with MediatR, FluentValidation, and Carter modules
development
Comprehensive skill for manipulating Microsoft PowerPoint presentations using Aspose.Slides.NET library with modern C# patterns