smarttools/registry-seeds/official/explain
rob 1ac3054aaa Add Phase 8 features: analytics, reporting, health check
- Add pageviews table and /api/v1/analytics/pageview endpoint
- Abuse reporting API already existed at /api/v1/reports
- Add health_check.py script for monitoring
- ChatGPT additions: report modal UI, analytics tracking JS

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 22:49:58 -04:00
..
README.md Add Phase 8 features: analytics, reporting, health check 2025-12-31 22:49:58 -04:00
config.yaml Add Phase 8 features: analytics, reporting, health check 2025-12-31 22:49:58 -04:00

README.md

explain

Explain code or concepts clearly with adjustable audience and format.

Usage

explain --audience beginner --format step-by-step < snippet.txt

Arguments

  • --audience: Audience level (beginner, general, expert).
  • --format: Output format (paragraph, bullet, step-by-step).

Examples

echo "Explain recursion" | explain --audience general --format bullet