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

ai

يحتوي ai على 31 من skills المجمعة من paulund، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
31
Stars
3
محدث
2026-07-05
Forks
0
التغطية المهنية
8 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

planning-and-task-breakdown
متخصصو إدارة المشاريع

Use when you have a spec or PRD that needs decomposing into small, verifiable implementation tasks. Use before any build cycle to ensure tasks are thin vertical slices with clear acceptance criteria.

2026-07-05
spec-driven-development
متخصصو إدارة المشاريع

Use when starting a new feature, when requirements are unclear, when asked to write code without a clear spec, or before any non-trivial implementation. Do NOT use for trivial bug fixes or one-line changes.

2026-07-05
architecture-review
مطوّرو البرمجيات

Use when reviewing codebase architecture for refactoring opportunities, surfacing shallow modules, or proposing deepening refactors. Identifies architectural friction and produces GitHub issues with the ops-triage labeling scheme. Supports interactive (human approval) and auto (CI/headless) modes — auto mode files every surviving candidate directly and writes a step-summary report.

2026-07-05
code-review-and-quality
محللو ضمان جودة البرمجيات والمختبرون

Use when reviewing a pull request or code change before merge. Use for the five-axis evaluation (correctness, readability, architecture, security, performance), exposure × impact severity classification, AC coverage verification, and the `## Automated review` comment. Use in both human and CI mode — the methodology is identical; only the inputs and agent invocation differ.

2026-07-02
standards-nextjs
مطوّرو البرمجيات

Use when working in a Next.js 15 App Router project — editing app/, src/app/, components/, server actions, or route handlers. Enforces project conventions for queries, mutations, and data fetching.

2026-06-30
standards-typescript
مطوّرو البرمجيات

Use when editing *.ts or *.tsx files in this project. Enforces TypeScript conventions including Zod-derived types, Prisma type patterns, type-only imports, and shared constant extraction.

2026-06-30
browser-testing-with-devtools
محللو ضمان جودة البرمجيات والمختبرون

Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyse network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be configured.

2026-06-30
code-simplification
مطوّرو البرمجيات

Use when code feels over-engineered, before refactoring, or as a cleanup step after implementation. Use when asked to simplify, reduce complexity, or make code clearer. Do NOT use for performance optimization, feature work, or architecture redesign.

2026-06-30
content-editor
محللو أبحاث السوق ومتخصصو التسويق

Use when running the autonomous content pipeline — scanning a content queue, ingesting sources, evaluating readiness, writing articles, running quality passes, and publishing via PRs. Also handles self-learning from reviewer feedback and periodic content pruning. Requires a project writing style guide at docs/writing-style-guide.md.

2026-06-30
context-engineering
مطوّرو البرمجيات

Use when starting work in an unfamiliar codebase, when the agent lacks project context, when loading into a new session, or before making architectural decisions. Ensures the agent has the right context at the right time without overloading.

2026-06-30
debugging-and-error-recovery
مطوّرو البرمجيات

Use when tests fail, builds break, or behaviour doesn't match expectations. Use when you need a systematic approach to finding root cause instead of guessing.

2026-06-30
deprecation-and-migration
مطوّرو البرمجيات

Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.

2026-06-30
documentation-and-adrs
مطوّرو البرمجيات

Use when making significant architectural decisions, changing public APIs, or shipping features where future engineers and agents will need context to understand why things are built the way they are.

2026-06-30
doubt-driven-development
مطوّرو البرمجيات

Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations), or any time a confident output would be cheaper to verify now than to debug later. Runs a CLAIM → EXTRACT → DOUBT → RECONCILE loop to adversarially challenge assumptions before committing.

2026-06-30
frontend-ui-engineering
مطوّرو الويب

Use when building or modifying user-facing interfaces. Use when creating components, implementing layouts, managing state, or when the output needs to look and feel production-quality rather than AI-generated.

2026-06-30
git-workflow-and-versioning
مطوّرو البرمجيات

Use when making any code change. Use when committing, branching, resolving conflicts, setting up worktrees for parallel agent work, or when you need to organise work across multiple parallel streams.

2026-06-30
incremental-implementation
مطوّرو البرمجيات

Use when implementing any planned task, building a feature slice-by-slice, or working through a GitHub issue. Always use with test-driven-development and quality-gate. Do NOT use for research, exploration, or spike work.

2026-06-30
interview-me
متخصصو إدارة المشاريع

Use when an ask is underspecified — missing who it's for, why now, or what success looks like. Use when the user explicitly says "interview me", "grill me", or "are we sure?". Use when you catch yourself silently filling in ambiguous requirements before any plan, spec, or code exists.

2026-06-30
learn-from-session
المهن الحاسوبية الأخرى

Use when ending a session, when the user asks to save lessons, or when you notice a correction or preference worth remembering. Captures non-obvious lessons to AGENTS.md or skill files so the agent gets smarter over time. Do NOT use for trivial facts derivable from reading code.

2026-06-30
observability-and-instrumentation
مطوّرو البرمجيات

Use when shipping any feature that runs in production. Use when adding logging, metrics, tracing, or alerting. Use when production issues are reported but you can't tell what happened from the available data.

2026-06-30
performance-optimization
مطوّرو البرمجيات

Use when performance requirements exist in a spec, when Core Web Vitals scores are below thresholds, when profiling reveals bottlenecks, or when users or monitoring report slow behaviour. Do not use before measuring — optimisation without data is guessing.

2026-06-30
quality-gate
محللو ضمان جودة البرمجيات والمختبرون

Use when you need lint, typecheck, test, and build to pass before pushing, opening a PR, or merging. Also use when asked to run "checks", "quality gate", or "make sure everything is clean" before submission.

2026-06-30
security-and-hardening
محللو أمن المعلومات

Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.

2026-06-30
shipping-and-launch
مطوّرو البرمجيات

Use when preparing to ship a feature, release, or deployment. Use before merging to main, creating a release, or deploying to production. Do NOT use for CI-only changes or internal refactors that don't reach production.

2026-06-30
source-driven-development
مطوّرو البرمجيات

Use when you want authoritative, source-cited code free from outdated patterns. Use when building with any framework or library where correctness matters. Detects the stack from dependency files, fetches official documentation, implements following documented patterns, and cites sources for every framework-specific decision.

2026-06-30
standards-api
مطوّرو البرمجيات

Use when designing, building, documenting, or maintaining RESTful APIs, defining type contracts between modules, or establishing boundaries between frontend and backend. Enforces the project's style guide, response envelopes, pagination, field naming, and release readiness.

2026-06-30
standards-laravel
مطوّرو البرمجيات

Use when building or modifying Laravel applications, including routes, controllers, models, migrations, jobs, actions, and API resources.

2026-06-30
standards-php
مطوّرو البرمجيات

Use when writing or fixing PHP code, implementing classes, traits, or interfaces, applying PSR standards, or working with PHP 8.3+ patterns like readonly properties, enums, named arguments, match expressions, and union types.

2026-06-30
test-driven-development
محللو ضمان جودة البرمجيات والمختبرون

Use when implementing any logic, fixing any bug, or changing any behaviour. Use when you need to prove code works, when a bug report arrives, or when modifying existing functionality. Do NOT use for config changes, data migrations, or dependency updates.

2026-06-30
writing-humanizer
الكتّاب التقنيون

Use when editing or reviewing text to make it sound more natural and human-written. Removes signs of AI-generated writing based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.

2026-06-30
project-boilerplate
مطوّرو البرمجيات

Use when starting a new SaaS project, scaffolding /docs/ for an agentic codebase, or restructuring existing docs to be agent-readable. Generates a complete /docs/ tree plus a triggered AGENTS.md reference index, by walking the user through a structured quiz.

2026-06-29