بنقرة واحدة
pattern
Look up a canonical cross-repo pattern (form, table, auth, ...)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Look up a canonical cross-repo pattern (form, table, auth, ...)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Multi-slide bilingual brand carousels — Claude writes the deck, kun renders Anthropic-styled slides at exact platform sizes, a human approves, channels receive
Draft, stage, and publish brand social posts — Claude drafts, /higgs renders, a human approves, Hermes relays
Convert a file or URL to Markdown via MarkItDown (PDF, Office, images, audio, web)
Full pipeline — idea to production (chains every stage)
Autonomous block QA — detect, adversarially verify, fix safe tiers, hand the residual to a human
Technical spec — data model, file plan, refined acceptance criteria
| name | pattern |
| description | Look up a canonical cross-repo pattern (form, table, auth, ...) |
| when_to_use | Use when looking up a canonical cross-repo pattern (form, table, modal, auth, validation, action, columns, wizard, sidebar, header, e2e) — reads the pattern card + registry adoption status and applies the canonical file structure. Triggers on: pattern <keyword>, how do we do forms, canonical pattern, follow the card. |
| argument-hint | <name> [product] |
Show canonical patterns for reusable code across all databayt repositories.
/pattern — list all patterns with status/pattern form — show the form pattern card/pattern form --status — show per-repo adoption/pattern form --diff — show gap between current repo and canonicalExtract keyword and optional flags from $ARGUMENTS:
form) → show that pattern card--status → show adoption status--diff → show gap analysis for current repoRead .claude/patterns/registry.json. Show a summary table:
Cross-Repo Pattern Registry
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Keyword Canonical Maturity Description
form hogwarts production 14 field atoms + wizard factory + bridges
table hogwarts production DataTable + 14 sub-components + URL sync
modal hogwarts production CRUD modal + route modal + multi-step
auth hogwarts production Login, join, reset, 2FA, OAuth, role-gate
action hogwarts production createFormAction factory + ActionResponse
validation hogwarts production Zod schema factories with i18n
columns hogwarts production getColumns() factory with dictionary labels
wizard hogwarts production createWizardProvider URL-routed steps
sidebar hogwarts production Config-driven nav with role visibility
header codebase production Composable header with 10 sub-components
Use: /pattern <keyword> for full details
Read .claude/patterns/cards/{keyword}.md and display the full card content.
If the keyword is not found in the registry, suggest the closest match.
Read the registry entry for the keyword. For each repo, show:
Compare current repo's implementation against the canonical:
Remind the user:
/clone pattern:{keyword} to clone the canonical pattern