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

awesome-cursor-skills

يحتوي awesome-cursor-skills على 65 من skills المجمعة من spencerpauly، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
65
Stars
511
محدث
2026-04-24
Forks
86
التغطية المهنية
10 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

generating-images
مطوّرو البرمجيات

Generate or edit images using the OpenAI Image API (gpt-image-2). Use when the user asks to generate, create, draw, render, illustrate, mock up, or edit an image, icon, logo, mockup, illustration, OG image, blog hero, marketing asset, or similar visual. Also use when the user supplies a reference image and asks to modify, restyle, or remix it. Triggers on: "generate an image", "create an image", "make a picture of", "edit this image", "restyle this", "make a mockup of", "draw a", "render a", "illustration of".

2026-04-24
building-skills-from-patterns
المهن الحاسوبية الأخرى

When the same multi-step workflow repeats in Cursor (user corrections or agent redos), capture it as a new SKILL.md under .cursor/skills/ so future sessions load it automatically.

2026-04-17
network-request-auditing
مطوّرو البرمجيات

After navigating and interacting in Cursor's built-in browser, use browser_network_requests to audit every fetch/XHR for failures, slowness, duplicate calls, and suspicious payloads. Use for API-heavy pages and after backend or client networking changes.

2026-04-17
parallel-ci-triage
مطوّرو البرمجيات

When GitHub Actions fails, fetch failing job logs and assign each failing job to a separate subagent that fixes its slice of the problem in parallel. Use for multi-job CI failures where jobs are independent.

2026-04-17
parallel-code-review
محللو ضمان جودة البرمجيات والمختبرون

Run four parallel read-only subagents that each review the same diff from a different lens — security, performance, correctness, and readability — then merge findings into one report. Use before merging large or risky PRs.

2026-04-17
recording-browser-flow-as-test
محللو ضمان جودة البرمجيات والمختبرون

Execute a user flow step-by-step in Cursor's built-in browser while documenting each action, then emit a Playwright test that replays the same flow using stable selectors derived from the accessibility tree.

2026-04-17
saving-workspace-context
مطوّرو البرمجيات

Automatically persist useful context — research, decisions, learnings, templates — to workspace files so knowledge survives across conversations.

2026-04-10
suggesting-cursor-hooks
مطوّرو البرمجيات

When the user keeps asking for the same check to run (lint, tests, type-check), suggest a Cursor hook to automate it.

2026-04-10
suggesting-cursor-rules
مطوّرو البرمجيات

When the user repeats the same correction or convention multiple times, suggest a Cursor rule to encode it permanently.

2026-04-10
suggesting-skills
المهن الحاسوبية الأخرى

When the user struggles with a task that a known skill could handle, suggest installing it.

2026-04-10
architecture-decision-records
مطوّرو البرمجيات

Document technical decisions as Architecture Decision Records (ADRs) with context, options considered, and rationale.

2026-04-10
creating-pr
مطوّرو البرمجيات

Create a clean, review-ready pull request with a good title, structured description, linked issues, and appropriate reviewers.

2026-04-10
database-design
مصممو قواعد البيانات

Design database schemas — tables, relationships, indexes, constraints, and ORM setup. Covers relational design, normalization, and common patterns.

2026-04-10
incident-response
مديرو الشبكات وأنظمة الحاسوب

Handle production incidents — triage, mitigate, communicate, and write postmortems.

2026-04-10
kubernetes-deploying
مديرو الشبكات وأنظمة الحاسوب

Deploy applications to Kubernetes — Deployments, Services, Ingress, ConfigMaps, Secrets, health checks, and scaling.

2026-04-10
prompt-engineering
مطوّرو البرمجيات

Write effective prompts for LLMs — structure, few-shot examples, chain-of-thought, system prompts, and output parsing.

2026-04-10
react-native-patterns
مطوّرو البرمجيات

Build mobile apps with React Native and Expo — navigation, platform-specific code, performance, and native modules.

2026-04-10
seo-auditing
محللو أبحاث السوق ومتخصصو التسويق

Audit technical SEO — meta tags, structured data, Open Graph, sitemaps, robots.txt, performance, and accessibility signals.

2026-04-10
systematic-debugging
مطوّرو البرمجيات

Structured debugging methodology — reproduce, isolate, hypothesize, verify. Covers git bisect, binary search, logging, and minimal reproduction.

2026-04-10
writing-commit-messages
مطوّرو البرمجيات

Write clear, conventional commit messages with proper type prefixes, scopes, and body content.

2026-04-10
writing-copy
الكتّاب التقنيون

Write marketing copy for landing pages, product descriptions, CTAs, emails, and app UI text.

2026-04-10
accessibility-auditing
مصممو واجهات الويب والرقمية

Use Cursor's browser aria snapshots to audit a page for accessibility issues — missing labels, broken tab order, contrast, and ARIA misuse.

2026-04-10
api-smoke-testing
محللو ضمان جودة البرمجيات والمختبرون

Start the dev server, discover API routes from the codebase, hit every endpoint, and report which ones return errors.

2026-04-10
auto-type-checking
مطوّرو البرمجيات

Run TypeScript type checking after file edits and immediately flag type errors before moving on. Uses Cursor hooks for automatic enforcement.

2026-04-10
codebase-onboarding
مطوّرو البرمجيات

Launch multiple explore subagents in parallel to investigate architecture, data models, auth, APIs, and deployment. Synthesize into an onboarding document.

2026-04-10
comparing-branches-visually
مطوّرو الويب

Check out two branches in separate worktrees, start both dev servers on different ports, screenshot the same pages, and produce a visual diff.

2026-04-10
dark-mode-testing
محللو ضمان جودة البرمجيات والمختبرون

Toggle between light and dark mode in Cursor's browser, screenshot both states, and flag missing token mappings or contrast issues.

2026-04-10
detecting-port-conflicts
مديرو الشبكات وأنظمة الحاسوب

Detect EADDRINUSE and port conflicts, find what's using the port, and resolve it by killing the process or suggesting an alternative port.

2026-04-10
form-testing
محللو ضمان جودة البرمجيات والمختبرون

Use Cursor's browser to fill and submit every form in the app with valid and invalid data, verifying validation, error states, and success flows.

2026-04-10
monitoring-terminal-errors
مطوّرو البرمجيات

Watch running terminal processes for crashes and stack traces. When an error appears, navigate to the failing file and line, diagnose, and fix it automatically.

2026-04-10
parallel-test-fixing
محللو ضمان جودة البرمجيات والمختبرون

When multiple tests fail, assign each failing test file to a separate subagent that fixes it independently in parallel.

2026-04-10
responsive-testing
محللو ضمان جودة البرمجيات والمختبرون

Open the app in Cursor's browser at multiple viewport sizes, screenshot each, and report any layout breakage.

2026-04-10
tailing-build-output
مطوّرو البرمجيات

Monitor a build process (webpack, turbo, docker) for warnings and errors as they stream. Summarize issues and fix them before the build finishes.

2026-04-10
finding-dev-server-url
مطوّرو البرمجيات

Scan running terminals for dev server URLs (localhost ports), report them, and optionally open the app in Cursor's built-in browser.

2026-04-10
converting-css-modules-to-tailwind
مطوّرو الويب

Migrate CSS Modules (.module.css/.module.scss) to Tailwind utility classes. Handles styles object removal, className interpolation, composition, and global overrides.

2026-04-10
converting-css-to-tailwind
مطوّرو الويب

Convert plain CSS stylesheets to Tailwind CSS utility classes. Handles selectors, media queries, pseudo-classes, custom properties, and animations.

2026-04-10
exporting-to-png
مطوّرو البرمجيات

Export code, terminal output, diagrams, or UI components to PNG images using headless browser rendering or CLI tools.

2026-04-10
fixing-broken-links
مطوّرو البرمجيات

Crawl all links in a file or project, test each for a valid HTTP response, report broken ones, and fix or remove them.

2026-04-10
python-tdd-with-uv
محللو ضمان جودة البرمجيات والمختبرون

Test-driven development in Python using uv as the package manager. Covers the red-green-refactor cycle, vertical slicing, and uv project setup.

2026-04-10
using-ui-stack
مصممو واجهات الويب والرقمية

Enforce a configuration-driven design system when generating UI. Ensures consistent spacing, colors, typography, dark mode, interactions, and accessibility across all AI-generated components.

2026-04-10
عرض أهم 40 من أصل 65 skills مجمعة في هذا المستودع.