npx skills add neonwatty/claude-skillsREADME
Claude Code Skills Plugin
Skills for Claude Code that leverage browser automation, iOS Simulator control, and interactive questioning.
Installation
# 1. Add the marketplace
/plugin marketplace add neonwatty/claude-skills
# 2. Install to your project
/plugin install claude-skills@claude-skills --scope project
Skills
| Skill | Trigger | Description |
|---|---|---|
| validator | "validate", "run checks" | Auto-detects project type, runs linting/tests/type checking |
| pr-creator | "create pr" | Commits, creates PR, monitors CI until green |
| feature-interview | "new feature", "plan a feature" | Deep Q&A about requirements, writes implementation plan |
| bug-interview | "found a bug", "let's work on this bug" | Systematic bug diagnosis, writes investigation plan |
| think-through | "think through", "help me think about" | Socratic exploration of technical ideas (apps, products, tools) |
| browser-workflow-generator | "generate browser workflows" | Explores codebase, creates user workflow docs |
| browser-workflow-executor | "run browser workflows" | Executes workflows via Chrome MCP |
| ios-workflow-generator | "generate ios workflows" | Explores iOS app, creates workflow docs |
| ios-workflow-executor | "run ios workflows" | Executes workflows via iOS Simulator MCP |
Local Development
If you're iterating on these skills locally:
# Load local version instead of cached plugin
claude --plugin-dir /path/to/claude-skills
Don't install the plugin in projects where you're actively developing it—the installed version is cached and won't reflect your local changes until pushed.
Requirements
- Browser skills: Claude-in-Chrome MCP
- iOS skills: iOS Simulator MCP
- PR creator: GitHub CLI (
gh)
Publisher
Statistics
Stars0
Forks0
Open Issues0
CreatedJan 7, 2026