← all publishers

arthjean

@arthjean source repo

25 published skills

  1. UI Skills Root · arthjean
    Use before UI-related work to select the smallest useful UI Skills context through the ui-skills CLI.
    0
    installs
  2. Organization Best Practices · arthjean
    Configure multi-tenant organizations, manage members and invitations, define custom roles and permissions, set up teams, and implement RBAC using Better Auth's organization plugin. Use when users need org setup, team management, member roles, access control, or the Better Auth organization plugin.
    0
    installs
  3. Two Factor Authentication Best Practices · arthjean
    Configure TOTP authenticator apps, send OTP codes via email/SMS, manage backup codes, handle trusted devices, and implement 2FA sign-in flows using Better Auth's twoFactor plugin. Use when users need MFA, multi-factor authentication, authenticator setup, or login security with Better Auth.
    0
    installs
  4. Coss · arthjean bundle
    Helps implement coss UI components correctly. Use when building UIs with coss primitives (buttons, dialogs, selects, forms, menus, tabs, inputs, toasts, etc.), migrating from shadcn/Radix to coss/Base UI, composing trigger-based overlays, or troubleshooting coss component behavior. Covers imports, accessibility, Tailwind styling, and common pitfalls.
    0
    installs
  5. Neon CLI · arthjean bundle
    Operate Neon Postgres from the terminal with neonctl, psql, and bundled SQL helpers. Use when asked to query a Neon database, manage Neon projects or branches, or run or preview a migration on Neon.
    0
    installs
  6. Clerk CLI · arthjean bundle
    Operate Clerk from the terminal with the clerk CLI in agent mode and bundled Backend API helpers. Use when asked to manage Clerk users, organizations, sessions, invitations, instance config, JWT templates, or webhooks, or to call the Clerk Backend API.
    0
    installs
  7. Find Docs · arthjean
    Retrieves up-to-date documentation, API references, and code examples for any developer technology. Use this skill whenever the user asks about a specific library, framework, SDK, CLI tool, or cloud service -- even for well-known ones like React, Next.js, Prisma, Express, Tailwind, Django, or Spring Boot. Your training data may not reflect recent API changes or version updates. Always use for: API syntax questions, configuration options, version migration issues, "how do I" questions mentioning a library name, debugging that involves library-specific behavior, setup instructions, and CLI tool usage. Use even when you think you know the answer -- do not rely on training data for API details, signatures, or configuration options as they are frequently outdated. Always verify against current docs. Prefer this over web search for library documentation and API details.
    0
    installs
  8. Meta Code · arthjean bundle
    Grounded answer to a development question from local code, official docs, or current web evidence, within a fixed helper budget. Use when the user says meta-code, deep research, or full analysis.
    0
    installs
  9. Write Prd · arthjean bundle
    Fully autonomous research-informed PRD generator. Researches the domain, makes all design decisions based on research + codebase context, then produces a complete PRD with epics, stories, acceptance criteria, quality gates, and a JSON status tracking file. Invoke with /write-prd [feature description].
    0
    installs
  10. Meta Debug · arthjean bundle
    Reproduce-first diagnosis and minimal fix of an observed failure, two fix attempts maximum. Use when the user gives an error, stack trace, failing test or command, or asks to debug a concrete failure.
    0
    installs
  11. Resend CLI · arthjean bundle
    Operate Resend from the terminal with resend-cli and bundled REST helpers. Use when asked to send or inspect emails, or to manage Resend domains, contacts, broadcasts, templates, webhooks, or API keys.
    0
    installs
  12. Vercel CLI · arthjean bundle
    Operate Vercel from the terminal with the Vercel CLI and bundled REST helpers. Use when asked to deploy, inspect deployments or logs, or manage Vercel projects, env vars, domains, or Edge Config.
    0
    installs
  13. Posthog CLI · arthjean bundle
    Operate PostHog from the terminal with the @posthog/cli agent API, HogQL, and bundled REST helpers. Use when asked to query PostHog data or manage flags, insights, dashboards, experiments, cohorts, surveys, or error tracking.
    0
    installs
  14. Review Epic · arthjean bundle
    Certify one implemented PRD epic (EP-NNN) as a single unit and write its final status. Use when asked to review, certify, validate, or recheck an epic.
    0
    installs
  15. Rust Doctor · arthjean bundle
    Deep analysis of Rust projects — scan with rust-doctor CLI, triage by priority, read source context for each finding, apply senior Rust reviewer expertise, produce before/after fixes, verify score improvement. Triggers on "scan", "health check", "rust-doctor", "code quality", "audit this Rust project".
    0
    installs
  16. React Doctor · arthjean
    React codebase health scanner that checks for security, performance, correctness, and architecture issues. Runs react-doctor CLI, interprets results, and provides actionable fix guidance. Use when the user says 'react-doctor', 'check my React code', 'React health check', 'scan React for issues', 'React audit', or after making React changes to catch issues early. Also triggers on: 'fix React performance', 'React best practices check', 'React code quality'. Do NOT trigger for non-React code, general JavaScript questions, or backend-only changes.
    0
    installs
  17. Skill Doctor · arthjean bundle
    Audit a Claude Code skill or workflow for structural quality, idempotency, and best-practice compliance. Runs 30+ binary checks grounded in Anthropic's official skill authoring docs, Agent Patterns research, and production patterns. Produces a severity-weighted report (FAIL/WARN/NOTE). Use when the user says 'audit this skill', 'check my skill', 'skill-doctor', 'review my workflow', or provides a path to a skill directory. Do NOT use for codebase audits (use meta-audit) or PRD reviews (use meta-review-prd).
    0
    installs
  18. Skill Creator · arthjean bundle
    Scaffold, validate, and package a skill folder. Use when asked to create a new skill or package an existing one.
    0
    installs
  19. UI UX Pro Max · arthjean bundle
    UI/UX design intelligence for web and mobile. Includes 50+ styles, 161 color palettes, 57 font pairings, 161 product types, 99 UX guidelines, and 25 chart types across 10 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, and HTML/CSS). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, and check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, and mobile app. Elements: button, modal, navbar, sidebar, card, table, form, and chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, and flat design. Topics: color systems, accessibility, animation, layout, typography, font pairing, spacing, interaction states, shadow, and gradient. Integrations: shadcn/ui MCP for component search and examples.
    0
    installs
  20. Implement Epic · arthjean
    Implement one PRD epic (EP-NNN) through to IN_REVIEW. Use when asked to implement, complete, or finish an epic.
    0
    installs
  21. MCP Server Dev · arthjean bundle
    Build MCP (Model Context Protocol) servers in TypeScript with @modelcontextprotocol/sdk. Use when writing, reviewing, or refactoring MCP server code: (1) Creating MCP servers with McpServer, (2) Registering tools with registerTool, inputSchema, outputSchema, Zod validation, (3) Defining resources and resource templates, (4) Defining prompts with arguments, (5) Transports: StdioServerTransport, NodeStreamableHTTPServerTransport, SSE, (6) Tool annotations (readOnlyHint, destructiveHint, idempotentHint), (7) Error handling and isError responses, (8) Dynamic tool loading and tool list change notifications, (9) Middleware patterns for MCP tools, (10) Testing MCP servers with vitest, (11) Publishing and configuring for Claude Code, Cursor, Windsurf, (12) Any @modelcontextprotocol/sdk imports.
    0
    installs
  22. Security Review · arthjean bundle
    Comprehensive security audit of code changes. Analyzes changed files for OWASP Top 10 vulnerabilities, injection flaws, authentication issues, secrets exposure, and insecure patterns. Produces a structured report with severity ratings, confidence scores, and actionable remediations. Use when the user says 'security review', 'security audit', 'check for vulnerabilities', 'OWASP check', 'is this safe', 'check my code', 'vulnerability check', '/security-review', or asks to review code for security issues. Do NOT trigger for general code quality reviews, refactoring, or non-security concerns.
    0
    installs
  23. Paneflow Conductor · arthjean
    Orchestrate a fleet of CLI coding agents running side by side in Paneflow panes - discover them, read their live state, dispatch prompts, and wait on events - all over the public `paneflow` CLI. Use when the user asks you to coordinate, supervise, or hand work between multiple agents (Claude Code, Codex, OpenCode, Gemini, ...) that are open in Paneflow.
    0
    installs
  24. Write Agent Guidance · arthjean bundle
    Create, audit, consolidate, and migrate repository instruction chains centered on a canonical AGENTS.md with minimal CLAUDE.md import bridges. Use for AGENTS.md, AGENTS.override.md, CLAUDE.md, nested agent guidance, Codex or Claude instruction-scope conflicts, or deciding whether durable guidance belongs in an instruction file, linked documentation, a skill, or mechanical enforcement.
    0
    installs
  25. Remotion Best Practices · arthjean bundle
    Best practices for Remotion - Video creation in React
    0
    installs