Skip to content

Conversation

@guimou
Copy link
Collaborator

@guimou guimou commented Dec 16, 2025

Closes #4

Summary

  • Add a comprehensive Claude Code skill for PatternFly 6 development that auto-activates when working with @patternfly imports
  • Include import patterns, styling rules, accessibility guidance, and troubleshooting documentation
  • Provide validation scripts for checking import patterns and legacy class usage
  • Add AGENTS.md and CLAUDE.md for AI agent guidance
  • Update main README with Claude Code skill installation instructions

New Files

File Purpose
skills/patternfly-6-development/SKILL.md Main skill definition with essential rules
skills/patternfly-6-development/IMPORTS.md Complete import patterns for all PF packages
skills/patternfly-6-development/STYLING.md CSS classes and design token reference
skills/patternfly-6-development/TROUBLESHOOTING.md Common issues and solutions
skills/patternfly-6-development/README.md Installation and usage documentation
skills/patternfly-6-development/scripts/*.sh Validation and documentation fetch scripts
AGENTS.md AI agent guidance for this repository
CLAUDE.md Claude Code configuration

Test Plan

  • Verify skill installs correctly to ~/.claude/skills/patternfly-6-development/
  • Test skill auto-activation when working with PatternFly components
  • Run validation scripts against a sample PatternFly project
  • Verify documentation fetch script retrieves latest docs from GitHub

Introduce a comprehensive Claude Code skill that provides AI-assisted
PatternFly 6 development guidance. The skill auto-activates when working
with @patternfly imports, PF6 components, charts, chatbot, or
component-groups.

New files:
- SKILL.md: Main skill definition with import patterns, styling rules,
  and accessibility guidance
- IMPORTS.md: Complete import patterns for all PatternFly packages
- STYLING.md: CSS classes and design token reference
- TROUBLESHOOTING.md: Common issues and solutions
- README.md: Installation and usage documentation
- Validation scripts for import patterns and legacy class detection
- Documentation fetching script for live updates from GitHub

Also adds AGENTS.md and CLAUDE.md for AI agent guidance and updates
the main README with Claude Code skill installation instructions.

---
Signed-off-by: Guillaume Moutier <[email protected]>
Co-authored-by: Claude
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create a Skill for Claude Code with AI guidance from this repo

2 participants