Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lackeyjb/playwright-skill
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: lackeyjb/playwright-skill
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.1
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 19, 2025

  1. docs: update to reflect Claude Skill and Plugin terminology

    - Update README.md to properly describe this as a Claude Code Skill
    - Add 'What is a Claude Code Skill?' section explaining model-invoked behavior
    - Update installation instructions to clarify global vs project-specific
    - Update project structure to show .claude-plugin/ directory
    - Add links to official Claude Skills and Plugins documentation
    - Update plugin.json descriptions to emphasize skill nature
    - Add claude-skill and model-invoked keywords
    - Replace 'plugin' with 'skill' terminology where appropriate
    
    References:
    - https://www.anthropic.com/news/skills
    - https://docs.claude.com/en/docs/claude-code/skills
    - https://docs.claude.com/en/docs/claude-code/plugins
    lackeyjb committed Oct 19, 2025
    Configuration menu
    Copy the full SHA
    76f42cd View commit details
    Browse the repository at this point in the history
  2. Update README.md

    docs: Update references to skills
    lackeyjb authored Oct 19, 2025
    Configuration menu
    Copy the full SHA
    232c32f View commit details
    Browse the repository at this point in the history
  3. docs: add plugin installation instructions

    - Add Option 1: Via Plugin System with /plugin commands
    - Include plugin management commands (enable, disable, uninstall)
    - Add verification steps after installation
    - Reorganize installation options (plugin system first, then manual)
    - Add note about marketplace availability
    - Add link to Plugin Marketplaces documentation
    - Update paths for plugin installation (~/.claude/plugins)
    
    Follows official Claude Code plugin installation documentation:
    https://docs.claude.com/en/docs/claude-code/plugins
    lackeyjb committed Oct 19, 2025
    Configuration menu
    Copy the full SHA
    fafc59b View commit details
    Browse the repository at this point in the history
Loading