From package-guide
This skill should be used when writing Unity package code (SOAP, FEEL, DOTween), debugging package-related errors, or reviewing known pitfalls before implementation. Triggers on mentions of "SOAP variable", "ScriptableEvent", "OnValueChanged", "AddListener", "MMFeedbacks", "DOTween", "package pitfall", "package pattern", "SOAP error", "variable not updating", "NullReferenceException on event", "CS1503", or when the user asks to "check package guide", "look up SOAP usage", "SOAP best practices", "what are the SOAP pitfalls".
npx claudepluginhub flashwade03/unity-dev-vibecoding-with-awesome-assets --plugin package-guideThis skill uses the workspace's default tool permissions.
Provide package-specific patterns and pitfalls from the project's accumulated knowledge base.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Provide package-specific patterns and pitfalls from the project's accumulated knowledge base.
| Package | Description | Status |
|---|---|---|
| soap | Scriptable Object Architecture Pattern | Active |
| feel | MMFeedbacks feedback system | Planned |
| dotween | Tween animation | Planned |
When activated with a package context:
${CLAUDE_PLUGIN_ROOT}/docs/{package}/pitfalls.md${CLAUDE_PLUGIN_ROOT}/docs/{package}/pitfalls/{issue-name}.md${CLAUDE_PLUGIN_ROOT}/docs/{package}/patterns.mdWhen a package has "Planned" status and no docs exist:
When activated without specific package context:
Present relevant information to the user:
Each package follows this documentation structure:
docs/{package}/
├── patterns.md # Usage patterns and best practices
├── pitfalls.md # Checklist + troubleshooting table
└── pitfalls/
└── {issue-name}.md # Detailed root cause analysis per issue
When multiple packages could be relevant, read each package's pitfalls.md checklist first before loading patterns. Preventing known issues is more valuable than applying patterns.