Log Cleanup
scheduled_job@snippbot/job-log-cleanup ORG
Rotate and archive old log files on schedule. Configurable retention and compression.
Plan: Implementation Plan Generator
@snippbot/workflow-plan ORG
Transform a rough idea into a comprehensive implementation plan. Two-stage process: improve the prompt via codebase reconnaissance, then generate a detailed phased plan with atomic checkboxes, file paths, and signatures.
Dependency Vulnerability Alert
@snippbot/hook-dep-vuln-alert ORG
Hook that triggers when dependency files change (package.json, requirements.txt, Cargo.toml, go.mod). Scans updated dependencies against known vulnerability databases and alerts on HIGH/CRITICAL CVEs.
Report Auto-Refresh Hook
@snippbot/hook-report-refresh ORG
Automatically regenerate data visualizations and reports when source data files change.
Commit All: Smart Git Commit & Push
@snippbot/workflow-commit-all ORG
Commit and push all uncommitted changes. Discovers modified and untracked files, generates diffs, drafts a descriptive commit message with bullet points, and presents it for approval before committing and pushing.
Content Auto-Publish Hook
@snippbot/hook-content-publish ORG
Auto-queue social media posts when content files are saved. Cross-platform scheduling.
Log Analyzer
Tool@snippbot/log-analyzer ORG
Parse application logs, identify error patterns, and generate incident summaries from log files.
Data Visualization
@snippbot/data-viz-tools ORG
Generate bar, line, pie, and scatter charts from data or CSV files. Headless rendering with matplotlib.
Spreadsheet Tools
Tool@snippbot/spreadsheet-tools ORG
Read, write, and transform CSV/Excel files and Google Sheets. Data manipulation without code.
File Manager
Tool@snippbot/file-manager ORG
Bulk file operations: batch rename, duplicate detection, directory diff/sync, and archive management.
Security Scan Hook
hook@snippbot/hook-security-scan ORG
Scan for leaked secrets and known vulnerabilities when files change. Uses trufflehog and safety.
Session Commit: Commit Session Work Only
@snippbot/workflow-session-commit ORG
Commit and push only files modified by the AI agent across the current session. Scans the conversation transcript to identify edited files and cross-references with git status to detect prior session changes.
Lint on Save Hook
hook@snippbot/hook-lint-on-save ORG
Automatically run linter and formatter when files are saved. Supports ESLint, Prettier, Black, Ruff.
Design Core
@snippbot/design-core ORG
HTML-native design skill with fact-check protocol, brand-asset workflow, junior-designer iteration, philosophy advisor, anti-slop checklist, and 5-dimension expert review. Adds ~6KB to the agent system prompt via the inline_prompt mechanism; references load on-demand via read_file.
Test Runner Hook
hook@snippbot/hook-test-runner ORG
Automatically run relevant tests when source files change. Smart test discovery and mapping.
Summarize
Tool@snippbot/summarize ORG
Summarize URLs, PDFs, files, and YouTube videos into structured notes. AI-powered layer distinct from built-in web_fetch.