.cursor/skills/nazim-help-articles/SKILL.md
Generates help center workflow articles for the Nazim School Management System. Use when user asks to generate help articles, write help center content for a folder, or translate articles to Pashto. Follows two-phase EN→PS process with MANIFEST and full article template.
npx skillsauth add AHMADJAN-New/nazim-web nazim-help-articlesInstall 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.
Produces comprehensive workflow articles that explain every feature of a page to school administrators. Triggered by: "Generate help articles for {folder}", "Write help center content for {folder}", "Translate help articles to Pashto".
Phase 1 — English (source of truth):
backend/resources/help-center/MANIFEST.md for target folder and articlesuse{Resource}*.tsx), forms, dialogs, tablesbackend/resources/help-center/articles/{folder}/en/{slug}.mdPhase 2 — Pashto (translation):
backend/resources/help-center/articles/{folder}/ps/{slug}.mdAfter both: Update MANIFEST.md; run php artisan db:seed --class=HelpCenterArticleSeeder
*Category: {slug} | Language: en|ps*Read the actual code — Do NOT guess. Extract every stats card, filter, column, field, and action from the frontend.
Full template, Pashto dictionary, and quality checklist: .cursor/rules/help-center-workflow-generation.mdc
tools
Toast notifications for Nazim. Use when showing success/error/info messages. ALWAYS use showToast from @/lib/toast with translation keys; never toast from sonner directly. RTL positioning is automatic.
tools
Enforces status badge patterns for Nazim UI. Use when displaying status in tables, cards, or dialogs. Covers Badge variants, semantic colors, statusBadgeVariant, statusOptions with color.
development
Enforces mobile-first responsive patterns for Nazim UI. Use when building pages, tables, forms, charts, or buttons. Covers page container, FilterPanel, tabs, grids, tables, charts, cards, buttons.
development
PDF and Excel report generation for Nazim. Use when adding or changing reports. Backend uses ReportService and ReportConfig; frontend uses useServerReport. Covers branding, DateConversionService, RTL, acceptance criteria.