Agent Skills
MemberJunction ships Claude Code agent skills that teach an AI coding agent repo-specific workflows. Skills are folders containing a SKILL.md; to use one in your own project, copy its folder into your project’s .claude/skills/ directory.
playwright-cli
Section titled “playwright-cli”Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
scaffold-mj-dashboard
Section titled “scaffold-mj-dashboard”Scaffold a new MJ Explorer dashboard component following all MJ conventions — chrome trio, BaseResourceComponent/BaseDashboard, design tokens, mjButton, modern Angular syntax, NavigationService routing, query-param round-trip, and CI gate compliance. Use when the user wants to create a new dashboard, resource component, or app inside packages/Angular/Explorer/dashboards/.