PICT Test Designer - Minimal Installation Package
================================================

This ZIP contains the minimum files needed for the PICT Test Designer skill to work.

INSTALLATION INSTRUCTIONS:
--------------------------

1. Extract this ZIP file

2. Install to one of these locations:

   For personal use (all projects):
   ---------------------------------
   Linux/Mac:   ~/.claude/skills/pict-test-designer/
   Windows:     %USERPROFILE%\.claude\skills\pict-test-designer\

   For project-specific use:
   --------------------------
   In your project: .claude/skills/pict-test-designer/

3. Restart Claude Code

4. Verify by asking Claude:
   "Do you have access to the pict-test-designer skill?"


EXAMPLE USAGE:
--------------
"Design test cases for a login function with username, password,
and remember me checkbox."


WHAT'S INCLUDED:
----------------
- SKILL.md                      - Core skill definition (required)
- LICENSE                       - MIT License
- references/pict_syntax.md     - PICT syntax reference
- references/examples.md        - Example patterns


FULL REPOSITORY:
----------------
For examples, helper scripts, and full documentation:
https://github.com/omkamal/pypict-claude-skill


QUICK COMMAND LINE INSTALLATION:
---------------------------------
# Extract and install in one command (Linux/Mac):
unzip pict-test-designer-minimal.zip
mv pict-test-designer-minimal ~/.claude/skills/pict-test-designer

# Or for project-specific:
unzip pict-test-designer-minimal.zip
mv pict-test-designer-minimal .claude/skills/pict-test-designer
