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

AgenticStudio

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

skills مجمعة
55
Stars
3
محدث
2026-04-28
Forks
1
التغطية المهنية
9 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

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

Coordinate long-running, parallel, or task-registry-backed automation with durable state, bounded loops, ownership, and progress recovery.

2026-04-28
file-watch-inbox-automation
مطوّرو البرمجيات

Watch folders for new or changed files, classify them, and trigger bounded organization or processing steps.

2026-04-28
local-maintenance-scheduler
مديرو الشبكات وأنظمة الحاسوب

Create and manage scheduled local maintenance tasks with clear commands, scope, logs, and safety gates.

2026-04-28
safe-desktop-agent-loop
مطوّرو البرمجيات

Run recoverable desktop observe-act loops with screenshots, waits, checkpoints, and bounded input when the automation may need retries or resumption.

2026-04-28
caveman
الكتّاب التقنيون

Ultra-compressed communication mode. Cuts token usage by speaking like caveman while keeping technical accuracy. Supports intensity levels lite, full, and ultra. Use when the user wants fewer tokens, terse output, caveman mode, or very brief answers.

2026-04-28
database-readonly-analysis
مطوّرو البرمجيات

Analyze SQLite, Postgres, or MySQL data with read-only queries, schema inspection, exported tables, and reproducible summaries.

2026-04-28
date-time-calculation
مطوّرو البرمجيات

Use deterministic date/time tooling for timezone conversion, durations, weekdays, leap years, schedule math, and timestamp formats.

2026-04-28
document-extraction
مطوّرو البرمجيات

Extract useful structured information from PDFs, archives, metadata, CSV, JSON, YAML, or mixed local documents with validation.

2026-04-28
spreadsheet-csv-workflow
مطوّرو البرمجيات

Read, query, clean, merge, and write CSV-style tabular data with validation and clear transformation notes.

2026-04-28
structured-data-cleaning
مطوّرو البرمجيات

Clean CSV, JSON, YAML, or database-derived data by validating shape, preserving originals, and documenting transformations.

2026-04-28
computer-use-operator
مطوّرو البرمجيات

Operate local desktop apps for short direct tasks by focusing windows, invoking controls, using keyboard or clipboard input, and confirming risky actions.

2026-04-28
form-filling-automation
مطوّرو البرمجيات

Fill repetitive local or web forms using validated source data, clipboard insertion, screenshots, and a final submit checkpoint.

2026-04-28
per-app-automation-guidance
مطوّرو البرمجيات

Prefer this for single-app desktop automation when Per-App Automation Guidance is enabled. It concentrates supported-app notes and app-focused interaction strategy so generic desktop tools stay lean.

2026-04-28
vision-guided-computer-use
مطوّرو البرمجيات

Control local apps with screenshot-driven verification, OCR or vision checks, window focus, and bounded input loops when the UI must be observed after each step.

2026-04-28
api-contract-change
مطوّرو البرمجيات

Change APIs, schemas, or interfaces with explicit producer-consumer mapping, compatibility decisions, and contract verification.

2026-04-28
ci-failure-diagnosis
مطوّرو البرمجيات

Diagnose failing CI by matching the remote failure to a local reproduction, separating infrastructure flake from code regression.

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

Review local or pull-request changes for correctness, security, regressions, tests, performance, and maintainability before shipping.

2026-04-28
codebase-map
مطوّرو البرمجيات

Map an unfamiliar codebase into stack, architecture, structure, conventions, testing, integrations, and concerns before changing it.

2026-04-28
dependency-upgrade
مطوّرو البرمجيات

Upgrade dependencies safely by reading changelogs, isolating version changes, running compatibility checks, and documenting risk.

2026-04-28
migration-playbook
مطوّرو البرمجيات

Plan and execute migrations with inventory, compatibility windows, data safety, rollout checkpoints, and rollback paths.

2026-04-28
performance-investigation
مطوّرو البرمجيات

Investigate slowness with measurement first, isolate bottlenecks, and verify improvements against a baseline.

2026-04-28
refactor-safely
مطوّرو البرمجيات

Refactor without behavior drift by establishing baseline checks, moving in small steps, and verifying after each risky boundary.

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

Investigate failures scientifically by reproducing, tracing evidence, forming one hypothesis, and fixing only after root cause is understood.

2026-04-28
test-first-change
محللو ضمان جودة البرمجيات والمختبرون

Drive behavior changes with a failing test first, then the smallest implementation and a final regression pass.

2026-04-28
tool-and-skill-authoring
مطوّرو البرمجيات

Create reusable local capabilities only when repetition or fragility justifies the abstraction, then validate them immediately.

2026-04-28
docs-refresh
مطوّرو البرمجيات

Keep documentation aligned with code by treating code as source of truth, updating changed behavior, and verifying examples.

2026-04-28
runbook-authoring
مطوّرو البرمجيات

Write operational runbooks with symptoms, diagnostics, safe actions, rollback, escalation, and verification.

2026-04-28
market-research-risk-guard
متخصصو المخاطر الماليةمحللو أبحاث السوق ومتخصصو التسويق

Research markets or online trading tasks with source checks, risk framing, and a hard stop before placing real trades.

2026-04-28
accessibility-audit
محللو ضمان جودة البرمجيات والمختبرون

Audit UI changes for keyboard access, semantic structure, labels, focus, contrast, reduced motion, and screen-reader affordances.

2026-04-28
browser-debugging
مطوّرو البرمجيات

Debug frontend runtime problems by reproducing in browser, checking console/network/state, and connecting symptoms to source code.

2026-04-28
visual-design-pass
مطوّرو البرمجيات

Improve frontend UI with a deliberate visual direction, responsive behavior, meaningful motion, and design-system consistency.

2026-04-28
clean-commit-flow
مطوّرو البرمجيات

Move repository work through inspect, stage, commit, and publish steps with explicit checks between each step.

2026-04-28
autonomous-project-maintenance
مطوّرو البرمجيات

Scan a GitHub-backed project, create tasks, make focused fixes, verify locally, and prepare clean commits or pushes with user-safe checkpoints.

2026-04-28
pull-request-autofix-loop
مطوّرو البرمجيات

Iterate on a PR-style change by reading diffs, running checks, fixing failures, documenting verification, and preparing reviewer-ready output.

2026-04-28
caveman-compress
مطوّرو البرمجيات

Compress natural language files into a shorter caveman form to save prompt tokens while preserving code, URLs, commands, paths, headings, and structure.

2026-04-28
image-batch-conversion
مطوّرو البرمجيات

Convert image batches safely with format, size, metadata, naming, and destination checks.

2026-04-28
video-download-archive
مطوّرو البرمجيات

Download and archive online video or playlists with metadata, subtitles, thumbnails, folder naming, and post-download organization.

2026-04-28
vision-inspection-workflow
مطوّرو البرمجيات

Read screenshots, OCR text, recognize image content, and inspect video-derived frames with the LM Studio multimodal model instead of relying on markdown embeds alone.

2026-04-28
local-backup-and-restore
مطوّرو البرمجيات

Back up local folders or project assets with manifests, compression, hash checks, and restore notes.

2026-04-28
release-readiness
مطوّرو البرمجيات

Prepare a release by checking scope, versioning, changelog, build, tests, docs, migration notes, and rollback confidence.

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