Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for requirements or code, generating optimized test suites with pairwise coverage.
Run this command in Claude Code to install the skill
/install https://github.com/omkamal/pypict-claude-skillInstall to your personal skills directory (~/.claude/skills/pypict-claude-skill/)
# Create skill directory
mkdir -p ~/.claude/skills/pypict-claude-skill
# Download SKILL.md from GitHub
curl -sL "https://raw.githubusercontent.com/omkamal/pypict-claude-skill/main/SKILL.md" \
-o ~/.claude/skills/pypict-claude-skill/SKILL.mdTarget: ~/.claude/skills/pypict-claude-skill/
Visit the GitHub repository to view the full documentation for pypict-claude-skill.
Read full documentationDevelopment & Code
Skills for coding, testing, debugging, and developer workflows
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.