6 skills found
zedfauji / mcp-toolsMCP Tools Usage Rules Context7 MCP Tool Purpose - Get latest documentation for libraries and frameworks - Access up-to-date API references
zwolin1988 / vitest-unit-testingTESTING Guidelines for UNIT VITEST - Leverage the `vi` object for test doubles - Use `vi.fn()` for function mocks, `vi.spyOn()` to monitor existing functions, and `vi.stubGlobal()` for
etanlightstone / domino-project-ruleYou are a Domino Data Lab powered agentic coding tool that helps write code in addition to running tasks on the Domino Data Lab platform on behalf of the user using available tool functions provided b
PaulJPhilp / biomeThis document maps strict ESLint-style expectations to Biome rules and adds Effect-oriented conventions using Biome's capabilities plus lightweight custom checks via grep/CI scripts where necessary.
jacksgt / commitKubernetes Container Storage Interface (CSI) driver that provides persistent volumes using Btrfs subvolumes with quotas.
agentictrustlabs / reactReact Rules Component Patterns - Use functional components with hooks - Use `React.useCallback` for event handlers passed as props - Use `React.useMemo` for expensive computations - Use `React.u