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

zil

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

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

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

get-forecast
منظّمو الاجتماعات والمؤتمرات والفعاليات

Return a concise weather forecast for a given location and (optional) date, including a one-line piece of practical advice. This is the skill the trip-planner agent invokes over A2A.

2026-06-09
fd-submit-changes
مطوّرو البرمجيات

Creates a feature branch, stages all changes, commits with a conventional commit message, pushes the branch, and opens a GitHub pull request. Use at the end of every implementation task after all tests pass.

2026-05-29
fd-explore-repo
مطوّرو البرمجيات

Systematic repository exploration procedure. Lists directory trees, reads key files (README, pyproject.toml, package.json, etc.), and produces a structured summary of the codebase layout. Use before planning any implementation task.

2026-05-23
fd-format-code
مطوّرو البرمجيات

Runs the project's code formatter and linter (ruff, black, isort, etc.) and reports any remaining issues. Use before committing to ensure code style compliance.

2026-05-23
fd-read-jira-task
مطوّرو البرمجيات

Reads a Jira task and all linked issues, returning a structured summary including title, description, acceptance criteria, comments, linked epics, and sub-tasks. Use at the start of every planning session.

2026-05-23
fd-run-tests
محللو ضمان جودة البرمجيات والمختبرون

Runs the project's test suite and reports pass/fail results. Detects the test framework from the project config and runs the appropriate command. Use after every implementation change before submitting.

2026-05-23