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

Focus-L-AIci

يحتوي Focus-L-AIci على 33 من skills المجمعة من grey580، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

acquire-codebase-knowledge
محللو أنظمة الحاسوب

Map an unfamiliar repository into a usable working model by documenting stack, structure, architecture, integrations, testing, and known concerns.

2026-05-16
apply-dotnet-best-practices
محللو ضمان جودة البرمجيات والمختبرون

Review .NET and C# changes for maintainability, correctness, dependency injection hygiene, async behavior, logging, configuration, and testability.

2026-05-16
check-agent-owasp-compliance
محللو أمن المعلومات

Review an agent system against the OWASP Agentic Security Initiative Top 10 so prompt injection, tool abuse, escalation, and audit gaps are found early.

2026-05-16
configure-codeql-scanning
محللو أمن المعلومات

Plan or review CodeQL scanning so security analysis, workflow triggers, language coverage, and SARIF reporting fit the real repository structure.

2026-05-16
dashboard-card-architecture
مصممو واجهات الويب والرقمية

Build cleaner dashboard layouts with consistent cards, panels, and grid structure. Use when requests mention "split this card", "use more width", "make cards uniform", "panel layout", or "dashboard grid".

2026-05-16
dashboard-data-visualization-choice
مصممو واجهات الويب والرقمية

Choose charts, tables, KPI treatments, and visual emphasis that make dashboard data readable at a glance. Use when requests mention "chart choice", "KPI cards", "make the data clearer", "analytics dashboard", or "show trends better".

2026-05-16
dashboard-drilldown-and-controls
مطوّرو الويب

Add responsive filters, controls, and drill-down paths so dashboards stay simple at first glance but deeper on demand. Use when requests mention "filters", "drill down", "responsive dashboard", "too much detail", or "users need control".

2026-05-16
dashboard-ux-hierarchy
مصممو واجهات الويب والرقمية

Design dashboards around the user's top takeaways, reading flow, and highest-signal metrics. Use when requests mention "dashboard layout", "visual hierarchy", "too much going on", "what should go first", or "make the dashboard clearer".

2026-05-16
design-agent-governance
محللو أمن المعلومات

Apply policy controls, trust boundaries, threat detection, and audit logging so agent workflows stay safe and reviewable in production.

2026-05-16
generate-architecture-blueprint
مطوّرو البرمجيات

Create a durable architecture blueprint that explains system boundaries, component responsibilities, data flow, and cross-cutting patterns from the actual code.

2026-05-16
govern-memory-safely
مصممو قواعد البيانات

Use duplicate detection, canonical resolution, merge, and governance queues so durable knowledge stays clean instead of drifting.

2026-05-16
instrument-app-insights-telemetry
مديرو الشبكات وأنظمة الحاسوب

Add Azure Application Insights observability so the web platform emits useful health, error, and usage telemetry with a clear deployment path.

2026-05-16
investigate-static-asset-failures
مطوّرو الويب

Trace missing CSS and JS quickly by verifying launch root, asset paths, MIME types, and browser-visible GET responses.

2026-05-16
manage-secret-scanning
محللو أمن المعلومات

Set up or review secret scanning and push protection so exposed credentials are caught early and remediation stays operationally clear.

2026-05-16
optimize-sql-performance
مصممو قواعد البيانات

Tune SQL queries and indexing strategy by focusing on query shape, predicate selectivity, join behavior, pagination, and real execution costs.

2026-05-16
orchestrate-ai-delivery-team
متخصصو إدارة المشاريع

Structure planning, implementation, QA, and DevOps handoffs so larger AI-assisted projects keep context, accountability, and clear execution lanes.

2026-05-16
owasp-top-10
محللو أمن المعلومات

OWASP Top 10 for Web Applications (2025) vulnerability knowledge base for identifying, assessing, and remediating security risks in web application environments - Brought to you by microsoft/hve-core.

2026-05-16
plan-dotnet-upgrade
مطوّرو البرمجيات

Plan a .NET framework or package upgrade in a staged way so target frameworks, package drift, build changes, and validation order stay manageable.

2026-05-16
plan-threat-model-analysis
محللو أمن المعلومات

Build a practical threat model by mapping architecture, trust boundaries, attack surfaces, and prioritized risks before security work fragments into isolated findings.

2026-05-16
review-csharp-async-workflows
محللو ضمان جودة البرمجيات والمختبرون

Check async C# code for deadlock risks, blocking calls, weak cancellation flow, unnecessary allocations, and exception-handling mistakes.

2026-05-16
review-dotnet-design-patterns
مطوّرو البرمجيات

Inspect a C# area for design-pattern fit, separation of concerns, testability, and over-engineering without blindly adding abstractions.

2026-05-16
review-ef-core-data-access
محللو ضمان جودة البرمجيات والمختبرون

Review Entity Framework Core usage for query shape, tracking behavior, relationship mapping, migration safety, and common performance traps.

2026-05-16
review-endpoint-uninstall-and-recovery-flow
محللو أمن المعلومات

Follow the Grey Canary endpoint removal workflow carefully so uninstall, recovery, and final cleanup stay aligned with prior decisions.

2026-05-16
review-microsoft-integration-work
ضباط الامتثال

Use Microsoft wing knowledge, Entra memories, and governance signals to review identity and mailbox integration work consistently.

2026-05-16
review-sql-code-safety
مصممو قواعد البيانات

Review SQL for injection risk, weak permissions, brittle schema decisions, unreadable query shape, and maintainability problems before performance tuning.

2026-05-16
review-web-design-quality
مصممو واجهات الويب والرقمية

Inspect a live page for layout, spacing, responsive, and accessibility issues, then trace the fixes back to the real source files.

2026-05-16
run-mcp-usability-pass
متخصصو إدارة المشاريع

Exercise Focus the way an agent uses it: bootstrap, discovery, retrieval, governance, and duplicate-safe save flows.

2026-05-16
run-security-review
محللو أمن المعلومات

Review code and configuration like a security researcher by tracing dangerous inputs, auth boundaries, dependency risk, secret exposure, and exploitable sinks.

2026-05-16
secure-by-design
محللو أمن المعلومات

Secure by Design principles knowledge base for assessing adherence to security-first design, development, and deployment practices across the software lifecycle - Brought to you by microsoft/hve-core.

2026-05-16
test-web-application-flows
محللو ضمان جودة البرمجيات والمختبرون

Exercise a running web app like a user would so navigation, forms, console errors, screenshots, and regressions are checked in one pass.

2026-05-16
understand-focus-local-runtime-quirks
مديرو الشبكات وأنظمة الحاسوب

Remember the local rules that usually matter first: content root, database target override, locked DLLs, and restart/test sequencing.

2026-05-16
work-as-web-coder
مطوّرو الويب

Approach web changes with explicit attention to standards, accessibility, HTTP behavior, security, performance, and browser-visible outcomes.

2026-05-16
work-focus-first
مطوّرو البرمجيات

Use Focus as the first step for coding, debugging, and operations instead of starting from guesses or a cold code search.

2026-05-16