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

ProsusAI

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

skills مجمعة
74
مستودعات
3
محدث
2026-06-08
مستكشف المستودعات

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

agent-memory-integrity
مطوّرو البرمجيات

Agent memory systems degrade LLM prefix caching, allow prompt injection via persisted content, and create inconsistent state when live writes update both the store and the in-context representation simultaneously. TRIGGER when: designing a memory system for a persistent agent, debugging prompt cache misses after memory writes, or adding external memory providers to an agent.

2026-06-02
context-window-overflow-survival
مطوّرو البرمجيات

Agent conversations that span many turns overflow the context window, causing silent truncation, lost task state, or infinite retry loops. TRIGGER when: designing a long-running agent, adding context compression, debugging an agent that appears to restart mid-task or retries indefinitely, or observing model amnesia on extended conversations.

2026-06-02
llm-api-error-disambiguation
مطوّرو البرمجيات

LLM API error codes and HTTP status codes frequently carry multiple semantically distinct meanings that require different recovery actions. TRIGGER when: implementing retry logic for an LLM API client, debugging agents that loop on recoverable errors, or building failover logic across LLM providers.

2026-06-02
llm-provider-failover-architecture
مطوّرو البرمجيات

LLM provider reliability strategies that seem correct — key rotation, backoff with jitter — fail at scale due to credential ordering, correlated retries, and missing circuit breakers. TRIGGER when: implementing retry or failover logic for an LLM gateway, debugging thundering-herd rate-limit storms, or building a multi-provider routing layer.

2026-06-02
multi-agent-cost-integrity
مطوّرو البرمجيات

Multi-agent systems bleed iteration budgets on programmatic tool calls and create unbounded cost loops through recursive delegation. TRIGGER when: implementing a delegation or subagent system, adding code-execution or batch-processing tools to an agent, or debugging agents that exhaust their iteration budget faster than expected.

2026-06-02
persistent-agent-security-surfaces
مطوّرو البرمجيات

Agents that write or modify their own persistent configuration create attack vectors — malicious tasks can plant injections in files that execute in future sessions. TRIGGER when: building an agent that learns or saves reusable skill or config files, implementing capability gates or redaction controls, or supporting multi-user deployments of a shared agent.

2026-06-02
tool-output-blast-radius
مطوّرو البرمجيات

Large tool outputs silently overflow the context window or cause request failures misdiagnosed as prompt-length errors. TRIGGER when: building agents that call file, search, or code-execution tools; debugging context overflow on tool-heavy tasks; handling LLM API errors after tool-rich turns.

2026-06-02
ai-extraction-failure-observable
مطوّرو البرمجيات

Distinguish LLM extraction failures from genuinely-empty results so callers can implement retry and alerting. TRIGGER when: designing error handling for an LLM extraction step, implementing retry logic for an AI-backed processing pipeline, adding monitoring to a pipeline that returns results from an LLM call.

2026-06-02
عرض أهم 8 من أصل 60 skills مجمعة في هذا المستودع.
advise-skills
مطوّرو البرمجيات

Query the skill registry to find relevant architectural skills matching what the user wants to build. Searches across configured registries with graceful fallback to local sources.

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

Query the skill registry to find relevant architectural skills matching the user codebase, then audit the code against matched skill recommendations.

2026-06-08
analyze-agent-codebase
مطوّرو البرمجيات

Run a deep architectural analysis of an agentic AI codebase using a phased approach — index, parallel clustered analysis, and synthesis.

2026-06-02
extract-skills
مطوّرو البرمجيات

Extract reusable, framework-agnostic skills from an agent codebase analysis report and generate registry-ready skill files. TRIGGER when: a full_report.md has been generated by `/analyze-agent-codebase` (Claude Code) or `@analyze-agent-codebase` (Cursor), the user runs `/extract-skills` (Claude Code) or `@extract-skills` (Cursor), the user asks to extract skills from an analysis.

2026-06-02
mine-design
مطوّرو البرمجيات

Extract design decisions, trade-offs, and non-obvious behaviors from a codebase's current source code. TRIGGER when: starting the design analysis pipeline, running `/mine-design` (Claude Code) or `@mine-design` (Cursor) before `/synthesize-decisions` (Claude Code) or `@synthesize-decisions` (Cursor), capturing the reasoning behind current architectural choices, analyzing a codebase snapshot for patterns that would surprise a developer arriving cold.

2026-06-01
run-analysis-pipeline
مطوّرو البرمجيات

Run the codebase analysis pipeline — routes to agentic or general path, one step at a time, clearing context between steps (`/clear` in Claude Code, or clear context in Cursor) to prevent context blowup.

2026-05-19
synthesize-decisions
مطوّرو البرمجيات

Promote design decisions from _analysis/design.md into normative practice skills — guidance that loads before a developer makes the wrong choice. TRIGGER when: _analysis/design.md exists and is ready to promote, running `/synthesize-decisions` (Claude Code) or `@synthesize-decisions` (Cursor) after `/mine-design` (Claude Code) or `@mine-design` (Cursor), extracting design-decision practices from a codebase snapshot analysis.

2026-05-19
synthesize
مطوّرو البرمجيات

Promote qualifying incident clusters from git history into reusable practice skills. TRIGGER when: _analysis/incidents.md exists and is ready to promote, running `/synthesize` (Claude Code) or `@synthesize` (Cursor) after `/mine-history` (Claude Code) or `@mine-history` (Cursor), extracting failure-mode practices from a mined repository.

2026-05-19
عرض أهم 8 من أصل 12 skills مجمعة في هذا المستودع.
عرض 3 من أصل 3 مستودعات
تم تحميل كل المستودعات