Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

claude-plugins

يحتوي claude-plugins على 10 من skills المجمعة من lecstor، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
10
Stars
0
محدث
2026-06-02
Forks
0
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

work-phase
مطوّرو البرمجيات

Drive the project's task list unattended — pick the next dependency-unblocked task, dispatch a task-worker subagent to complete it, self-verify the result, then loop. Use when the user wants to work through tasks.md sequentially without supervision (e.g. overnight runs). By default continues past isolated task failures (parks the failed work non-destructively, skips its dependents, keeps going) and trips a circuit breaker only on systemic failure; pass --strict for stop-on-first-failure.

2026-06-02
e2e-testing
محللو ضمان جودة البرمجيات والمختبرون

Write end-to-end tests using Playwright. Test user behavior, not implementation details. Also useful for non-test Playwright scripting.

2026-06-02
npm-oidc-trusted-publishing
مطوّرو البرمجيات

Migrate an npm package from long-lived NPM_TOKEN credentials to OIDC trusted publishing on GitHub Actions, with npm provenance attestations. Use this skill whenever the user mentions migrating to trusted publishing, eliminating NPM_TOKEN, setting up OIDC for npm, adding provenance attestations, publishing from CI without a token, or converting an existing release workflow to use a trusted publisher — even if they describe it in their own words like "get rid of the npm token" or "publish from GitHub Actions securely". Also use it proactively when reviewing a release workflow that still uses `NODE_AUTH_TOKEN`/`NPM_TOKEN` and the user is auditing CI secrets.

2026-06-02
react-best-practices
مطوّرو البرمجيات

Write React components following idiomatic patterns, hooks best practices, and performance optimizations

2026-06-02
react-testable-code
مطوّرو البرمجيات

Write React components designed to be easily tested with Playwright and Testing Library — semantic HTML, clear boundaries, no test-specific hacks

2026-06-02
stylex
مطوّرو البرمجيات

Write StyleX styles correctly — longhand properties, nested pseudo-classes/media queries, no shorthands

2026-06-02
test-runner
محللو ضمان جودة البرمجيات والمختبرون

Execute test suites and report results. Runs unit tests (yarn test) and E2E tests (yarn e2e) without modifying code. Use when asked to run tests, check if tests pass, or get a test report.

2026-06-02
testing-library
محللو ضمان جودة البرمجيات والمختبرون

Write React component tests using Testing Library. Test user interactions and DOM output, not implementation details.

2026-06-02
sentry-cli
مطوّرو البرمجيات

Guide for using the Sentry CLI to interact with Sentry from the command line. Use when the user asks about viewing issues, events, projects, organizations, making API calls, or authenticating with Sentry via CLI.

2026-06-02
sync-cf-secrets
مطوّرو البرمجيات

Sync Cloudflare Workers secrets from a password manager (1Password, Bitwarden). Use when the user asks about managing, pushing, pulling, or diffing Cloudflare secrets, or setting up environment variables for Cloudflare Workers.

2026-06-02