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

factory-plugins

يحتوي factory-plugins على 32 من skills المجمعة من Factory-AI، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

capture
مطوّرو البرمجيات

Background knowledge for droid-control workflows -- not invoked directly. Recording lifecycle for terminal and browser sessions.

2026-06-10
desktop-control
مطوّرو البرمجيات

Background knowledge for droid-control workflows -- not invoked directly. Desktop-control driver mechanics for native GUI app automation via trycua cua-driver.

2026-06-10
droid-control
مطوّرو البرمجيات

Control terminal TUIs and web/Electron apps for testing, demos, QA, and computer-use tasks. Use when you need to automate a CLI, drive a browser, record a demo, or capture proof artifacts.

2026-06-10
create-pr
مطوّرو البرمجيات

Create a pull request with Conventional Commits formatting, a templated body, and local verification. Use when the user asks to create a PR, open a PR, submit changes for review, or put code up for review.

2026-04-21
follow-up-on-pr
مطوّرو البرمجيات

Follow up on an existing PR by rebasing on the base branch, addressing reviewer comments, fixing CI issues, and pushing updates. Use when the user provides a PR URL or number and wants to get it ready for merge.

2026-04-21
http-toolkit-intercept
مطوّرو البرمجيات

Intercept and debug HTTP traffic from any CLI, service, or script using HTTP Toolkit. Use when you need to inspect LLM API calls, backend requests, auth flows, or debug network-level issues across any language or runtime.

2026-04-21
simplify
مطوّرو البرمجيات

Review changed code for reuse, quality, and efficiency, then fix any issues found.

2026-04-21
security-review
محللو أمن المعلومات

Scan code changes for security vulnerabilities using STRIDE threat modeling, validate findings for exploitability, and output structured results for downstream patch generation. Supports PR review, scheduled scans, and full repository audits.

2026-04-21
vulnerability-validation
محللو أمن المعلومات

Validate security findings from commit-security-scan by assessing exploitability, filtering false positives, and generating proof-of-concept exploits. Use after running commit-security-scan to confirm vulnerabilities.

2026-04-21
ban-type-assertions
مطوّرو البرمجيات

Ban `as` type assertions in a package via the `@typescript-eslint/consistent-type-assertions` lint rule, replacing them with compiler-verified type-safe alternatives. Use when enabling the assertion ban in a new package or fixing violations in an existing one.

2026-04-21
fix-knip-unused-exports
مطوّرو البرمجيات

Fix knip "Unused exports" violations. Handles all violation categories: test-only exports (extract to new file), dead barrel re-exports (remove from index.ts), and internally-only-used exports (un-export). Use when `npm run knip` reports unused exports.

2026-04-21
no-use-effect
مطوّرو البرمجيات

Enforce the no-useEffect rule when writing or reviewing React code. ACTIVATE when writing React components, refactoring existing useEffect calls, reviewing PRs with useEffect, or when an agent adds useEffect "just in case." Provides the five replacement patterns and the useMountEffect escape hatch.

2026-04-21
compose
فنانو المؤثرات الخاصة والمحركون

Background knowledge for droid-control workflows -- not invoked directly. Video assembly via Remotion — title cards, layout, transitions, effects, and showcase polish.

2026-04-20
showcase
فنانو المؤثرات الخاصة والمحركون

Background knowledge for droid-control workflows -- not invoked directly. Visual polish for videos via Remotion-powered window chrome, animations, and branded backgrounds.

2026-04-20
droid-cli
مطوّرو البرمجيات

Background knowledge for droid-control workflows -- not invoked directly. Droid CLI target patterns, shortcuts, modes, and launch helpers.

2026-04-09
verify
محللو ضمان جودة البرمجيات والمختبرون

Background knowledge for droid-control workflows -- not invoked directly. Deliverable verification against commitments.

2026-04-09
agent-browser
مطوّرو البرمجيات

Background knowledge for droid-control workflows -- not invoked directly. Agent-browser driver mechanics for web page and Electron desktop app automation.

2026-04-09
pty-capture
مطوّرو البرمجيات

Background knowledge for droid-control workflows -- not invoked directly. Capture ground-truth byte sequences from real terminal emulators.

2026-04-09
true-input
مطوّرو البرمجيات

Background knowledge for droid-control workflows -- not invoked directly. True-input driver mechanics for real terminal emulator automation via headless Wayland compositor.

2026-04-09
tuistory
مطوّرو البرمجيات

Background knowledge for droid-control workflows -- not invoked directly. Tuistory driver mechanics for terminal TUI automation via virtual PTY.

2026-04-09
autoresearch
مطوّرو البرمجيات

Autonomous experiment loop for optimization research. Use when the user wants to: - Optimize a metric through systematic experimentation (ML training loss, test speed, bundle size, build time, etc.) - Run an automated research loop: try an idea, measure it, keep improvements, revert regressions, repeat - Set up autoresearch for any codebase with a measurable optimization target Implements the autoresearch pattern with MAD-based confidence scoring, git branch isolation, and structured experiment logging.

2026-03-28
review
محللو ضمان جودة البرمجيات والمختبرون

Review code changes and identify high-confidence, actionable bugs. Use when the user wants to: - Review a pull request or branch diff - Find bugs, security issues, or correctness problems in code changes - Get a structured summary of review findings

2026-03-23
wiki
مطوّرو البرمجيات

Generate comprehensive codebase documentation for a repository. Uploads the wiki to view in the Factory app.

2026-03-13
init
مطوّرو البرمجيات

Initialize a new repository with AGENTS.md

2026-02-11
session-navigation
مطوّرو البرمجيات

Navigate, search, and manage Droid sessions. Use when the user wants to: - List recent sessions - Search session history for specific topics or patterns - Resume a previous session - Get details about what was accomplished in a session - Find sessions by project, date, or content

2026-02-05
browser-navigation
مطوّرو البرمجيات

Automate browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to: - Navigate websites and interact with web pages - Fill forms and click buttons - Take screenshots of web content - Test web applications - Extract information from web pages - Debug frontend issues in the browser - Monitor console logs and network requests - Record browser sessions as video This skill uses agent-browser for comprehensive browser automation. RECOMMENDATION: Disable Chrome DevTools or Playwright MCP when using this skill to save context.

2026-01-19
frontend-design
مصممو واجهات الويب والرقمية

Build good-looking web interfaces. Use when: - User asks you to build a web app, website, landing page, or HTML page - User asks for a one-off tool, utility, or demo app - User is starting a new frontend project - User wants to improve how something looks - User mentions UI, design, styling, or making something look better This applies to ANY frontend work, not just "design" tasks. Even simple apps benefit from basic design principles.

2026-01-19
visual-design
المصممون الجرافيكيون

Image generation and presentations. Use when: - User asks for images: logos, icons, app assets, diagrams, flowcharts, architecture diagrams, patterns, textures, photo edits, restorations - User needs a presentation or slide deck Covers nanobanana CLI for image generation and Slidev for presentations.

2026-01-19
human-writing
الكتّاب التقنيون

Remove signs of AI-generated writing from text to make it sound more natural and human-written. Use when editing or reviewing any form of document including: markdown, technical docs, emails, blog posts, PRDs, or any dedicated writing content. 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-01-19
skill-creation
المهن الحاسوبية الأخرى

Create, improve, and manage Droid skills. Use when the user wants to: - Create new skills from scratch or from session learnings - Improve existing skills based on user preferences - Analyze sessions to identify patterns worth codifying - Understand best practices for agentic skill design This is a meta-skill for self-improvement and continuous learning.

2026-01-19
commit-security-scan
محللو أمن المعلومات

Analyze code changes for security vulnerabilities using LLM reasoning and threat model patterns. Use for PR reviews, pre-commit checks, or branch comparisons.

2026-01-13
threat-model-generation
محللو أمن المعلومات

Generate a STRIDE-based security threat model for a repository. Use when setting up security monitoring, after architecture changes, or for security audits.

2026-01-13