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

Aegis

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

skills مجمعة
11
Stars
138
محدث
2026-06-04
Forks
21
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

aegis-context
مطوّرو البرمجيات

AEGIS project context — Electron desktop app for AI agent monitoring with Svelte 5 renderer. Provides architecture map, module locations, IPC channels, component inventory, and coding conventions. MUST be invoked before working on any AEGIS source file: editing scanners, watchers, or scoring in src/main/; modifying Svelte components, stores, or utils in src/renderer/; updating agent-database.json, constants.js, or types in src/shared/; adding IPC channels to preload.js; debugging anomaly-detector, rule-loader, network-monitor, or process-scanner; writing tests; or asking how AEGIS architecture works. Skip only for trivial one-line fixes (typos, renames) and bare git/npm commands.

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

AEGIS-specific pre-push / pre-release repo audit. Runs format:check, build:renderer, lint, agent-database count, README cross-check, git status, and tracked-internals check. Use when the user says "run audit", "check repo health", or "pre-push check" inside the AEGIS project.

2026-06-03
commit-and-track
مطوّرو البرمجيات

AEGIS-specific post-task gate — runs format:check, build:renderer, lint, then stages only the files changed by the task (never `-A`), conventional commit, push to the current feature branch (never master). Use when the user says "commit and push", "ship it", or "track this commit" inside the AEGIS project.

2026-06-03
electron-main
مطوّرو البرمجيات

Electron main process patterns for Aegis. CJS modules, platform abstraction, IPC, file watchers. Use when editing src/main/ files.

2026-03-09
testing
محللو ضمان جودة البرمجيات والمختبرون

Vitest testing patterns for Aegis. ESM imports, mocking, test structure. Use when writing or editing tests.

2026-03-09
prompt-craft
المهن الحاسوبية الأخرى

Aegis prompt formula for Claude Code and Antigravity. Use when writing prompts, planning tasks, starting new work, or when the user says "write a prompt", "create a task", "plan work", or asks how to structure a request for an AI coding assistant. Also use proactively when decomposing a large request into atomic subtasks.

2026-03-09
design-system
مصممو واجهات الويب والرقمية

Aegis Fancy UI design tokens, typography, glassmorphism, animation rules. Use when working on UI components, styles, or visual redesign.

2026-03-09
ci-monitor
مديرو الشبكات وأنظمة الحاسوب

Monitor CI status, GitHub stats, and repo health for Aegis. Use for /loop CI watching, post-push verification, and launch metrics tracking.

2026-03-08
pr-monitor
محللو ضمان جودة البرمجيات والمختبرون

Monitor and triage incoming PRs for Aegis. Use when checking PR status, reviewing contributor PRs, or running /loop PR monitoring tasks.

2026-03-08
ship
مطوّرو البرمجيات

Full deploy pipeline. Use when user says ship, push, deploy, or code is ready.

2026-03-03
svelte-patterns
مطوّرو البرمجيات

Svelte 5 runes, component patterns, template directives for Aegis renderer. Use when creating or editing .svelte files.

2026-03-03