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

ruifrvaz

عرض على مستوى المستودعات لـ 111 skills مجمعة عبر 5 مستودعات GitHub.

skills مجمعة
111
مستودعات
5
محدث
2026-07-23
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

#01
smaqit-extensions
34 skills · 2026-07-23
مطوّرو البرمجياتالمهن الحاسوبية الأخرىمحللو ضمان جودة البرمجيات والمختبرونفنيو النشر المكتبي
4 فئات مهنية · 100% مصنفة
31%الحصة
#02
smaqit
32 skills · 2026-07-23
مطوّرو البرمجياتمديرو الشبكات وأنظمة الحاسوبالمهن الحاسوبية الأخرىمتخصصو إدارة المشاريعمحللو ضمان جودة البرمجيات والمختبرونفنيو النشر المكتبي
8 فئات مهنية · 100% مصنفة
29%الحصة
#03
local-image-generator
30 skills · 2026-06-13
مطوّرو البرمجياتمديرو الشبكات وأنظمة الحاسوبالمهن الحاسوبية الأخرىمحللو ضمان جودة البرمجيات والمختبرونفنيو النشر المكتبي
5 فئات مهنية · 100% مصنفة
27%الحصة
#04
local-model-creative-writing
11 skills · 2026-02-14
مطوّرو البرمجياتمتخصصو إدارة المشاريعالسكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)الكتّاب التقنيونالمشرفون في الخط الأول على عمال الدعم المكتبي والإداريمحللو ضمان جودة البرمجيات والمختبرون
7 فئات مهنية · 100% مصنفة
9.9%الحصة
#05
smaqit-adk
4 skills · 2026-05-27
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
3.6%الحصة
مستكشف المستودعات

المستودعات و skills الممثلة

smaqit-test-create
محللو ضمان جودة البرمجيات والمختبرون

Creates a test playbook for a task — `task.test-create [id]`, `test.create [id]`, or any request to generate an E2E test runbook from a task file. Produces a complete, executable playbook under `.smaqit/user-testing/tests/` with build-gate, deploy-gate, and live-service E2E validation where the task touches live services.

2026-07-23
smaqit-session-finish
مطوّرو البرمجيات

End session by documenting the entire conversation. Use at session completion to create history entries.

2026-07-23
smaqit-project-init
مطوّرو البرمجيات

Bootstrap or refresh a smaqit project by inferentially synchronizing Codex, Claude Code, and GitHub Copilot project instructions around a canonical root AGENTS.md, then creating the base project directories (docs/, assets/, assets/raw/). Use when the user asks to start, initialize, reinitialize, or refresh a smaqit project.

2026-07-22
smaqit-release-git-local
مطوّرو البرمجيات

Execute git operations (commit, tag, push) for local releases

2026-07-22
smaqit-parity-assess
مطوّرو البرمجيات

Produces a structured parity assessment comparing any two software systems — frameworks, libraries, platforms, or products. Identifies the current project from session context, studies the target system, checks domain compatibility, then outputs validated Mermaid diagrams and a written ASSESSMENT.md. Trigger phrase: `parity.assess <name>`.

2026-07-21
smaqit-project-compendium
مطوّرو البرمجيات

Manages a live Q&A knowledge manifest at `.smaqit/compendium.md`. Invoked when the user says `list compendium`, `fetch from compendium [query]`, `update compendium [question]`, or `remove from compendium [question]`. Lists all Q&A entries grouped by category, semantically searches for relevant entries, upserts a Q&A pair (add or update), or removes an entry after confirmation.

2026-07-21
smaqit-project-diagnose
مطوّرو البرمجيات

Use this skill when the user asks to run a diagnostic or scan the project for gaps or requests a check on security posture, test coverage, logging setup, monitoring coverage, provisioning, or CI/CD pipelines. Scans six domains (Testing, Security, Logging, Monitoring, Provisioning, CI/CD) using a deterministic filesystem inventory and domain checklists, then produces a prioritised finding report at `.smaqit/reports/diagnose-YYYY-MM-DD.md`. Supports `--tasks` to generate smaqit tasks for new gaps, domain scoping (e.g. `project.diagnose security,logging`), and `--refresh` to overwrite an existing same-day report.

2026-07-21
smaqit-project-glossary
مطوّرو البرمجيات

Manages a per-project glossary at `.smaqit/glossary.md`. Invoked when the user says `list glossary`, `fetch from glossary [term]`, `update glossary [term]`, or `remove from glossary [term]`. Lists all terms by category, retrieves a specific term, upserts a term (add or update), or removes a term after confirmation.

2026-07-21
عرض أهم 8 من أصل 34 skills مجمعة في هذا المستودع.
smaqit-create-agent
المهن الحاسوبية الأخرى

Creates a new agent for this project. Use when the user asks to create, define, or build a new custom agent.

2026-07-23
smaqit-create-skill
المهن الحاسوبية الأخرى

Use when the user wants to create, define, build, or package a new skill — including when they ask to turn a workflow into a reusable command, wrap domain knowledge into a slash-command, or describe a repeatable procedure they want Copilot to follow. Gathers name and purpose, infers a complete specification, writes a definition file, and invokes smaqit.L2 to compile a SKILL.md file.

2026-07-23
smaqit-feature-deploy
مطوّرو البرمجيات

Use when deploying a feature to an existing project's production environment through its already-proven CI/CD pipeline. Reads specs to identify the stack, target, and provisioning mode before any infrastructure work. Handles all three provisioning_mode branches (provision, existing-owned, existing-shared) with infrastructure readiness, CI/CD-triggered deploy, verification, amendment gate, and optional release tagging. No dev-VM sweep, no deploy-rsync skills — the Nth deploy on infrastructure already proven. Also use when the user says "deploy this", "push to production", "ship this feature", or asks to deploy to a project that already has CI/CD workflows from its initial greenfield run.

2026-07-23
smaqit-infrastructure-vault-loader
مديرو الشبكات وأنظمة الحاسوب

Use before any local deployment or credential operation that requires secrets from a local HashiCorp Vault instance. Verifies Vault is running, unsealed, and authenticated on 127.0.0.1:8200. Also runs an interactive credential loader script that prompts for all project secrets and writes them to Vault. Use for first-time setup, adding a new project's credentials, or when a Vault path is missing. Also use when setting up Vault for the first time on a new machine, or when a caller cannot reach Vault and needs troubleshooting guidance.

2026-07-23
smaqit-infrastructure-provision-cyso
مديرو الشبكات وأنظمة الحاسوب

Use when provisioning cloud infrastructure for a project's target application on Cyso Cloud (OpenStack) using Terraform. Covers application credential sourcing, Object Storage backend initialization, SSH keypair variable configuration, `terraform init/plan/apply`, and fixed IP retrieval. Produces a running Cyso VM accessible via SSH, with Cinder data volume attached and security group configured on ports 22/80/443. Also use when re-running Terraform after infrastructure changes or when an operator invokes `/provision.cyso`.

2026-07-23
smaqit-infrastructure-repo-config
مطوّرو البرمجيات

Use when configuring a GitHub repository with the secrets and variables required for CI/CD workflows. Covers Actions secrets (VM_SSH_KEY, Terraform backend credentials, cloud provider credentials, GH_TERRAFORM_TOKEN) and Actions variables (VM_HOST, DEMO_MODE). Uses the `gh` CLI. Prevents GITHUB_TOKEN reserved-name collisions and SSH key trailing-newline drift. Also use when setting up a new deployment repository, rotating CI/CD credentials, or verifying that all required repository secrets and variables are present.

2026-07-23
smaqit-new-greenfield-project
مطوّرو البرمجيات

Use when orchestrating the complete SDLC for a new project — from raw project assets to a running production application accessible via browser. Covers requirements extraction, specification (business, functional, stack, infrastructure, coverage), task creation, development, IaC generation + dev environment sweep (local provisioning + deploy + verify), CI/CD production deployment, optional domain/TLS, validation, and tagged release. Re-entrant: use the pre-condition checklist to resume at any phase. Also use when the user says "take this from zero to prod", "run the full smaqit pipeline", "deploy a new project end-to-end", or when starting implementation on a freshly initialized repository.

2026-07-23
smaqit-feature-new
مطوّرو البرمجيات

Use when adding a post-MVP feature to a project that has already completed a `smaqit.new-greenfield-project` run (or equivalent) and has a deployed target. Applies greenfield's task-per-phase discipline and amendment gate to iterative feature work — spec revalidation, development, deployment, validation, close-out — without requirements extraction, from-scratch specs, or a dev-VM sweep. Defaults deployment to the existing target instead of provisioning a new VM. Also use when the user says "add a feature to this project", "iterate on the deployed app", or asks for post-MVP work and the project already has an Infrastructure spec with `status: deployed`.

2026-07-22
عرض أهم 8 من أصل 32 skills مجمعة في هذا المستودع.
smaqit-infrastructure-cicd-generate
مطوّرو البرمجيات

Use when manually generating or updating the canonical 3-workflow GitHub Actions CI/CD set (deploy.yml, provision.yml, post-merge-deploy.yml) for a Node.js + React application deployed to a VM via Terraform and Docker Compose. Also use when an operator invokes /cicd.generate, or when updating existing workflows to match project conventions. In `smaqit.new-greenfield-project`, the deployment agent generates workflows during Phase 5 using these patterns as reference — invoke this skill directly only when generating CI/CD outside the zero-to-prod flow. Note: `copilot-setup-steps.yml` is provided by the smaqit framework and is not generated by this skill.

2026-06-13
smaqit-infrastructure-deploy-rsync
مطوّرو البرمجيات

Use when deploying a Node.js backend + React frontend application to a remote VM via rsync. Used in the Phase 5 dev environment sweep of `smaqit.new-greenfield-project` to validate the deployment approach locally before CI/CD. Also use as a manual fallback for direct VM deployment outside the CI/CD pipeline.

2026-06-13
smaqit-infrastructure-deploy-verify
مديرو الشبكات وأنظمة الحاسوب

Use after any deployment to confirm the application is healthy before closing the task or proceeding. Checks the health endpoint, verifies the deployed commit SHA against the current local commit, and validates the SPA root HTTP response. Produces a PASS/FAIL report per check with a final summary. Also use when a deployment task asks to confirm success or when re-verifying after a fix.

2026-06-13
smaqit-infrastructure-domain-tls
مديرو الشبكات وأنظمة الحاسوب

Use when configuring a custom domain with a Let's Encrypt TLS certificate for a running nginx server. Covers DNS propagation verification, nginx server_name update, Certbot certificate issuance, HTTPS smoke tests, and auto-renewal verification. Also use when activating a purchased domain for a deployed application, setting up HTTPS post-deployment, or when a spec references INF-TOPOLOGY-004 through INF-TOPOLOGY-007 as pending TLS configuration.

2026-06-13
smaqit-infrastructure-hook-post-deploy-stamp
مديرو الشبكات وأنظمة الحاسوب

Use when writing deploy stamp files (DEPLOY_SHA, DEPLOY_TIME) to the VM after a successful deployment, or when re-stamping without a full redeploy. Also use when the health endpoint returns "sha":"unknown" after deployment, when a deployed PR needs a notification comment, or when smaqit.infrastructure-deploy-rsync invokes the post-deploy stamp step. Produces DEPLOY_SHA and DEPLOY_TIME files in /opt/him/backend/ on the VM and optionally posts a deploy comment on the merged PR.

2026-06-13
smaqit-infrastructure-hook-pre-commit-validate
محللو ضمان جودة البرمجيات والمختبرون

Use when validating staged files before committing to catch .env files, plaintext API keys/secrets, draft spec files on main-branch commits, and large files over 1 MB. Also use when setting up the automated git pre-commit hook via the bundled install script so checks run automatically on every commit. Produces a PASS/FAIL report per check, with filenames and matching lines listed for failures.

2026-06-13
smaqit-infrastructure-provider-cyso
مديرو الشبكات وأنظمة الحاسوب

Use this skill when making any Cyso Cloud decision — selecting a VM flavor, estimating cost, configuring Terraform credentials, looking up platform endpoints or resource IDs, setting up the OpenStack CLI, or running pre-flight checks. Routes the agent to the correct reference documentation before acting, preventing guesses on Cyso-specific facts (auth URL, image IDs, flavor names, credential formats).

2026-06-13
smaqit-infrastructure-provision-cyso
مطوّرو البرمجيات

Use when provisioning cloud infrastructure for the HIM Corporate application on Cyso Cloud (OpenStack) using Terraform. Covers application credential sourcing, Object Storage backend initialization, SSH keypair variable configuration, `terraform init/plan/apply`, and fixed IP retrieval. Produces a running Cyso VM accessible via SSH, with Cinder data volume attached and security group configured on ports 22/80/443. Also use when re-running Terraform after infrastructure changes or when an operator invokes `/provision.cyso`.

2026-06-13
عرض أهم 8 من أصل 30 skills مجمعة في هذا المستودع.
عرض أهم 8 من أصل 11 skills مجمعة في هذا المستودع.
عرض 5 من أصل 5 مستودعات
تم تحميل كل المستودعات