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

.agents

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

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

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

stylint
الكتّاب التقنيون

Run and fix stylint checks for user-facing prose such as workshops, lessons, articles, public docs, and publishable agent-written text. Do not use for internal engineering documents, process docs, handoff docs, planning notes, or repo maintenance notes unless the user explicitly asks for prose linting or style polish.

2026-06-27
fetch-google-recorder
موظفو المكاتب العامون

Fetch and transcribe Google Recorder voice notes. Use when the user shares a recorder.google.com link and wants the original audio file, a transcript, or wants to act on a voice note.

2026-06-25
openai-transcribe
موظفو المكاتب العامون

Transcribe local audio files with the OpenAI Audio Transcriptions API without adding OpenAI dependencies to the target project.

2026-06-22
plugin-creator
المهن الحاسوبية الأخرى

Create and scaffold plugin directories for Codex with a required `.codex-plugin/plugin.json`, optional plugin folders/files, valid manifest defaults, and personal-marketplace entries by default. Use when Codex needs to create a new personal plugin, add optional plugin structure, generate or update marketplace entries for plugin ordering and availability metadata, or update an existing local plugin during development with the CLI-driven cachebuster and reinstall flow.

2026-06-22
fetch-youtube
موظفو المكاتب العامون

Fetch YouTube video transcripts. Use when the user asks to get a YouTube video transcript, subtitles, or captions, or wants to analyze/summarize a YouTube video.

2026-06-10
init-library
مطوّرو البرمجيات

Initialize a new Python library with modern tooling, packaging, tests, and optional CLI support. Use when the user wants to scaffold a new Python package.

2026-05-24
setup-pypi-ci
مطوّرو البرمجيات

Add the standardized CI publish workflow (`.github/workflows/publish.yml` + `make release`) to an existing Python project so PyPI releases happen on tag push. Use when a project still publishes via a local script (`publish.py`, `hatch publish`, `twine upload`) or has no automated publish at all.

2026-05-24
release
مطوّرو البرمجيات

Release the current project to its package registry and GitHub by bumping the version, pushing a tag, and letting CI publish. Works for any project (Python/PyPI, Rust/crates.io, Node/npm, etc.) that has a CI publish workflow keyed off `v*` tags.

2026-05-24
regular-ping
مطوّرو البرمجيات

Set up, inspect, retarget, pause, or resume recurring tmux pings ("regular pings") using `t jobs`. Use when the user asks to create a scheduled ping for a session, check existing pings, or move a ping to another tmux session.

2026-05-09
create-github-repo
مطوّرو البرمجيات

Create a GitHub repository for the current project with gh and push the local code. Use when the user wants to publish the current directory as a new GitHub repo.

2026-04-22
fetch-loom
مطوّرو البرمجيات

Download Loom video transcripts and video files. Use when the user shares a Loom URL and wants to get the transcript or download the video.

2026-03-14
jina-reader
مطوّرو البرمجيات

Fetch clean, readable content from any URL using Jina Reader. Use when the user wants to read, summarize, or analyze a web page, article, or blog post.

2026-03-14