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

AI-OS

يحتوي AI-OS على 11 من skills المجمعة من Wulfic، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

build-run
مطوّرو البرمجيات

Execute build commands, dev servers, scripts, and interpret their output. Use when: running builds, starting/stopping dev servers, executing install commands, running linters or type-checkers, interpreting non-zero exit codes, or orchestrating multi-step command sequences. Manages terminal lifecycle and output parsing.

2026-05-31
code-explore
مطوّرو البرمجيات

Explore and understand an existing codebase before implementing. Use when: starting work on an unfamiliar codebase, finding where a function is defined or called, looking for existing patterns to follow, checking if a feature already exists before building it, or doing cross-repo code intelligence. Uses gitnexus MCP and workspace search tools.

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

Aggressive, thorough code review. Use when: reviewing a PR, auditing a file before merge, checking for security issues, OWASP Top 10 violations, performance problems, missing error handling, poor logging, or just reviewing a junior dev's work. Uses think.criticize + workspace analysis.

2026-05-31
debug-errors
مطوّرو البرمجيات

Systematic error triage and fix loop. Use when: build fails, type errors appear, runtime exceptions occur, get_errors returns problems, tests fail with unexpected errors, logs show exceptions. Reads VS Code diagnostics, terminal output, and log files to form hypotheses and drive fixes to zero errors.

2026-05-31
git-ops
مطوّرو البرمجيات

Git operations with enforced conventions: branch from issues, conventional commits, clean history, tagging releases. Use when: starting work on a new feature or bug fix (create branch), committing completed work, creating a release tag, cleaning up branches, or enforcing commit message standards. Does NOT push or force-push without confirmation.

2026-05-31
github-workflow
مطوّرو البرمجيات

GitHub operations: create/update issues, open PRs, review PR status, check workflow runs, search code across repos, manage releases, list branches. Use when working with GitHub repos, tracking work in issues, or managing the release process. Uses github MCP.

2026-05-31
recall-session
مطوّرو البرمجيات

Start or resume a work session. Use when: beginning a new conversation on an existing project, resuming after a break, onboarding to a codebase, or needing to establish what was done and what's next. Searches mem0 for project history, reads TODO.md, and produces a focused next-steps plan.

2026-05-31
research-docs
مطوّرو البرمجيات

Pull live, up-to-date library and API documentation. Use when: asking how to use any external package, framework, or API; before implementing against a third-party SDK; when training data may be stale (anything released after 2023); looking up config options, migration guides, or changelogs. Uses context7 MCP.

2026-05-31
test-iterate
محللو ضمان جودة البرمجيات والمختبرون

Write tests, run them, fix failures, repeat until green. Use when: implementing new features (write tests first or after), a test suite is failing, need to add coverage for a bug fix, doing TDD, running E2E tests with playwright, or driving the red-green-refactor loop. Covers unit tests and E2E tests.

2026-05-31
think-plan
مطوّرو البرمجيات

Structured reasoning before implementing. Use when: planning a feature, designing architecture, evaluating an approach, criticizing a draft implementation, solving a complex problem, debugging a non-obvious issue. Wraps the think MCP (think / plan / criticize).

2026-05-31
web-task
مطوّرو البرمجيات

Web research and browser automation. Use when: scraping a page, filling out a form, taking a screenshot, navigating a dynamic JS app, doing provenance-tracked web research, or when context7 doesn't cover a web resource. Uses playwright MCP for dynamic pages and context-mode for static provenance-tracked fetches.

2026-05-31