From shared
Apply xari coding conventions: TypeScript-first, minimal abstractions, conventional commits, Tailwind + Prisma stack preferences
npx claudepluginhub silviaare95/xari-plugins --plugin sharedThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides slash command development for Claude Code: structure, YAML frontmatter, dynamic arguments, bash execution, user interactions, organization, and best practices.
Apply these conventions to all code you write or review. If the user specifies a language or framework, tailor accordingly: $ARGUMENTS
_unused vars, no // removed comments, no re-exports for backwards compatany unless truly unavoidable (document why)const over let, never use varindex.ts re-exports) unless the package explicitly needs a public API"use client" only when neededsrc/components/feat:, fix:, docs:, refactor:, test:, chore:When reviewing code, check for:
any leaks