nm-sanctum-doc-consolidationMerge report and analysis artifacts into permanent docs, then delete source files
Install via ClawdBot CLI:
clawdbot install athola/nm-sanctum-doc-consolidationGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/athola/claude-night-market/tree/master/plugins/sanctumAudited Apr 16, 2026 · audit v1.0
Generated May 11, 2026
A developer finishes a code review session and has several *_REPORT.md files that need to be merged into permanent documentation. This skill scans for untracked markdown files, extracts valuable sections like findings and action items, and routes them to the appropriate doc files. After user approval, it merges the content and deletes the source files, keeping the repo clean.
After using an LLM to generate analysis or migration guides, the outputs are often stored as temporary files. This skill helps capture insights, decisions, and metrics from those files before discarding them. It ensures that valuable knowledge is preserved in the project's documentation repository.
Before submitting a pull request, a developer needs to clean up working artifacts like temporary reports and analysis files. This skill identifies those files, consolidates their useful content into permanent docs, and removes the ephemeral files. This results in a cleaner git history and better documentation.
Following an API audit, the team has a report with inventory, findings, and action items. Using this skill, the report's content is automatically extracted and merged into the API overview documentation and a new plan file. The source report is then deleted, reducing clutter.
A team generates weekly analysis reports that contain metrics and decisions. Instead of storing many small report files, this skill consolidates all valuable information into a single permanent document. It categorizes content and applies appropriate merge strategies, improving documentation consistency.
Offer the basic consolidation plugin for free with limited features (e.g., up to 5 files per run). Charge a subscription for unlimited files, custom destination routing, and advanced merge strategies like intelligent weave and replace section.
Bundle this skill with other documentation and knowledge management plugins (e.g., markdown formatting, wiki integration) as an enterprise package. Provide premium support and compliance features.
Offer a SaaS platform that integrates this skill to automatically consolidate and maintain documentation for client projects. Include automated triggers, reporting dashboards, and human-in-the-loop review.
💬 Integration Tip
To integrate, define triggers such as 'docs', 'consolidation', or 'cleanup' and ensure the skill has access to the git status command and file system. Configure destination routing via the modules described in SKILL.md.
Scored May 11, 2026
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Query and manage GitHub repositories - list repos, check CI status, create issues, search repos, and view recent activity.
Comprehensive GitHub CLI (gh) reference. Covers repos, issues, PRs, Actions, releases, gists, search, projects v2, API, secrets/variables, labels, codespaces...
Create and deploy single-page static websites to GitHub Pages with autonomous workflow. Use when building portfolio sites, CV pages, landing pages, or any static web project that needs GitHub Pages deployment. Handles complete workflow from project initialization to live deployment with GitHub Actions automation.
Essential Git commands and workflows for version control, branching, and collaboration.
Git commits, branches, rebases, merges, conflict resolution, history recovery, team workflows, and the commands needed for safe day-to-day version control. U...