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

emergent.memory

يحتوي emergent.memory على 30 من skills المجمعة من emergent-company، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

memory-cli-reference
الكتّاب التقنيون

Full Memory CLI command reference with all subcommands and flags. Use when you need exact command syntax, flag names, or usage examples for any `memory` CLI command.

2026-06-02
memory-cli-reference
مطوّرو البرمجيات

Full Memory CLI command reference with all subcommands and flags. Use when you need exact command syntax, flag names, or usage examples for any `memory` CLI command.

2026-05-29
release
مطوّرو البرمجيات

Create a versioned release — commit, tag, push, and deploy to servers. Use when the user wants to release, deploy, publish, or push a new version.

2026-05-14
session-analyzer
مطوّرو البرمجيات

Analyze and dump OpenCode sessions from any project. Use when the user asks to read a session, find a session by title, list sessions for a project, dump session content, or show usage stats (skills, tools, tokens, cost) for any project directory.

2026-05-14
memory-query
مطوّرو البرمجيات

Read from the knowledge graph — natural language questions, semantic search, or hybrid search over objects and documents.

2026-04-24
memory-branches
مطوّرو البرمجيات

Create and manage graph branches — isolated workspaces for staging changes before merging to main. Use for what-if analysis, planning, or any work that should not immediately affect the main graph.

2026-03-23
memory-schemas
مصممو قواعد البيانات

Install, list, or remove schemas (object and relationship type definitions) in an existing project. Use after onboarding when managing or updating the type registry.

2026-03-22
memory-issue-report
مديرو الشبكات وأنظمة الحاسوب

Diagnose a problem with the Memory platform (server, CLI, or agents), gather environment and log diagnostics, and file a GitHub issue with structured context. Use when something is broken, behaving unexpectedly, or producing errors.

2026-03-21
memory-journal
مطوّرو البرمجيات

Query and annotate the project journal — an automatic server-side log of all graph mutations (create, update, delete, batch, merge) plus manual notes. Use when you want to understand what changed in the knowledge graph, add context to a change, or review recent activity.

2026-03-21
memory-graph
مطوّرو البرمجيات

Create, update, or delete graph objects and relationships imperatively — including batch inserts from parsed source files. Use for any direct write to the knowledge graph after the project is set up.

2026-03-21
memory-query
مطوّرو البرمجيات

Read from the knowledge graph — natural language questions, semantic search, or hybrid search over objects and documents.

2026-03-21
memory-onboard
مطوّرو البرمجيات

First-time setup only — connect a codebase to Memory, design a schema from scratch, and configure the project. Use once per project, not for ongoing graph population.

2026-03-21
memory-branches
مطوّرو البرمجيات

Create and manage graph branches — isolated workspaces for staging changes before merging to main. Use for what-if analysis, planning, or any work that should not immediately affect the main graph.

2026-03-21
memory-agents
مطوّرو البرمجيات

Run, inspect, and configure AI agents in a Memory project — trigger runs, monitor status, list runs, respond to questions, manage agent definitions and schedules.

2026-03-21
memory-blueprints
مطوّرو البرمجيات

Apply or export declarative Blueprint directories — YAML/JSON packs of schemas, agent definitions, skills, and JSONL seed files — using `memory blueprints`. Use when working with a blueprint repo or exporting a project's graph as seed files.

2026-03-21
memory-providers
مطوّرو البرمجيات

Configure LLM provider credentials (Google AI, Vertex AI) and browse available models. Use when setting up or changing the AI provider for a Memory org.

2026-03-21
memory-schemas
مطوّرو البرمجيات

Install, list, or remove schemas (object and relationship type definitions) in an existing project. Use after onboarding when managing or updating the type registry.

2026-03-21
blueprint-creator
مطوّرو البرمجيات

Guide the user through creating a Blueprints directory — the declarative config format applied with `memory blueprints <source>`. Use when the user wants to create, scaffold, or understand the blueprint file format for schemas, agent definitions, and seed data.

2026-03-20
blueprint-creator
مطوّرو البرمجيات

Guide the user through creating a Blueprints directory — the declarative config format applied with `memory blueprints <source>`. Use when the user wants to create, scaffold, or understand the blueprint file format for schemas, agent definitions, and seed data.

2026-03-20
pr-review-and-fix
مطوّرو البرمجيات

Address PR review comments from all bots and reviewers (CodeRabbit, Copilot, Gemini, etc.), implement fixes, reply to threads with commit references, and resolve threads. Use when the user wants to work through open PR comments.

2026-03-19
improve-ask-agent
مطوّرو البرمجيات

Analyze ask agent traces and conversation patterns to surface optimizations for the agent prompt, CLI, server, and documentation. Use when investigating ask agent quality or planning prompt improvements.

2026-03-14
commit
مطوّرو البرمجيات

Stage, commit, and push changes. In default mode commits only files related to the current working feature (inferred from conversation context). Pass "all" to commit everything. Updates .gitignore before staging if untracked files look like they should be ignored.

2026-03-12
env-editor
مطوّرو البرمجيات

Environment file conventions for emergent.memory - which files to edit, override rules, and variable reference per app

2026-03-12
pr-review-and-fix
محللو ضمان جودة البرمجيات والمختبرون

Address PR review comments from all bots and reviewers (CodeRabbit, Copilot, Gemini, etc.), implement fixes, reply to threads with commit references, and resolve threads. Use when the user wants to work through open PR comments.

2026-03-12
release
مطوّرو البرمجيات

Cut a new versioned release — bump VERSION, update swagger annotation, commit, tag (v* + SDK tag), and push to trigger CI. Use when the user says "release", "cut a release", "bump version", or "tag a release".

2026-03-12
run-e2e-test
محللو ضمان جودة البرمجيات والمختبرون

Run the e2e test suite against a configured environment. Use when the user wants to run e2e tests, verify a feature end-to-end, or run a specific test by name.

2026-03-12
openspec-change-reviewer
محللو ضمان جودة البرمجيات والمختبرون

Review an OpenSpec change plan against the codebase to find logical errors, discrepancies, gaps, and areas needing detail. Use when the user asks to review a proposed change or verify if a design makes sense.

2026-03-06
openspec-new-change
مطوّرو البرمجيات

Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach.

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

Stage, commit, and push changes. In default mode commits only files related to the current working feature (inferred from conversation context). Pass "all" to commit everything. Updates .gitignore before staging if untracked files look like they should be ignored.

2026-03-06
pr-review-and-fix
محللو ضمان جودة البرمجيات والمختبرون

Address PR review comments from all bots and reviewers (CodeRabbit, Copilot, Gemini, etc.), implement fixes, reply to threads with commit references, and resolve threads. Use when the user wants to work through open PR comments.

2026-03-06