Example skill template. Replace this description with keywords and triggers for your actual skill. This description determines when the skill auto-loads based on conversation context.
npx claudepluginhub tondevrel/scientific-agent-skillsThis skill uses the workspace's default tool permissions.
This is a template skill. Replace with your actual skill content.
Implements Playwright E2E testing patterns: Page Object Model, test organization, configuration, reporters, artifacts, and CI/CD integration for stable suites.
Guides Next.js 16+ Turbopack for faster dev via incremental bundling, FS caching, and HMR; covers webpack comparison, bundle analysis, and production builds.
Discovers and evaluates Laravel packages via LaraPlugins.io MCP. Searches by keyword/feature, filters by health score, Laravel/PHP compatibility; fetches details, metrics, and version history.
This is a template skill. Replace with your actual skill content.
Check any required dependencies or setup:
# Example: verify a package is installed
pip install your-package
| Task | How to Do It |
|---|---|
| Task 1 | code_or_method() |
| Task 2 | another_method() |
| Task 3 | third_method() |
# Example code pattern
def example_function():
pass
# Another example
class ExampleClass:
def __init__(self):
pass