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

gbrain

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

skills مجمعة
71
Stars
23.7k
محدث
2026-06-17
Forks
3.4k
التغطية المهنية
15 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

gbrain-advisor
مطوّرو البرمجيات

Proactive "make the most of gbrain" coaching. Runs `gbrain advisor` on a cadence and pings the user with the top high-leverage actions for their brain: version drift, pending migrations, stalled jobs, low embed coverage, setup smells, and uninstalled brain skills. Read-only; always asks before fixing.

2026-06-17
retrieval-reflex
مطوّرو البرمجيات

When/what to retrieve — open the brain page for a salient entity before answering from memory.

2026-06-11
frontmatter-guard
مطوّرو البرمجيات

Validate and auto-repair YAML frontmatter on brain pages. Catches malformed pages before they enter the brain (missing closing

2026-06-09
concept-synthesis
موظفو الملفات

Deduplicate and synthesize raw concept stubs into a tiered intellectual map (T1 Canon to T4 Riff), tracing idea evolution across sources over time. Transforms thousands of raw concept pages into a curated intellectual fingerprint.

2026-06-08
idea-lineage
مطوّرو البرمجيات

Trace one idea's evolution through the brain: first mention, best articulation, related concepts, reversals, contradictions, abandoned branches, and the current live version. Use for single-idea conceptual lineage, not broad concept-map synthesis or structured entity metrics.

2026-06-08
voice-persona-mars
مطوّرو البرمجيات

Route to Mars (introspective thought partner / demo showman voice persona). Used when the operator wants depth, meaning, or impressive social demos rather than logistics. Mars handles SOLO mode (philosophy, presence, patterns) and DEMO mode (tool-driven showmanship) automatically.

2026-06-07
voice-persona-venus
مطوّرو البرمجيات

Route to Venus (sharp executive-assistant voice persona). Used for logistics — calendar, tasks, recent messages, brain lookups — at sub-second phone-call latency. The default voice persona unless DEFAULT_PERSONA=mars is set.

2026-06-07
setup
مطوّرو البرمجيات

Set up GBrain with auto-provision Supabase or PGLite, AGENTS.md injection, first import

2026-06-05
gbrain-upgrade
المهن الحاسوبية الأخرى

Keep gbrain current. When a `gbrain` invocation prints an `UPGRADE_AVAILABLE <old> <new>` marker (or `gbrain self-upgrade --check-only` reports an update), apply it per the configured self_upgrade.mode: notify (prompt the operator with a 4-option question + snooze) or auto (apply silently). The action is always the hardcoded `gbrain self-upgrade` — never a command read from the marker.

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

Self-evolving skill optimization via SkillOpt-paper-grounded text-space optimizer.

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

Read, enrich, and write brain pages with source attribution.

2026-05-30
schema-unify
مصممو قواعد البيانات

Migrate a brain from gbrain-base (or any pack) to gbrain-base-v2's 14-canonical-type taxonomy via gbrain onboard --check + the unify-types Minion handler. Collapses 94 noisy types to 15 canonical with subtypes, alias rows, and link rows. Triggers when an agent notices pack_upgrade_available, type_proliferation, or asks "what is the canonical taxonomy / how do I clean up my page types".

2026-05-27
cron-scheduler
مديرو الشبكات وأنظمة الحاسوب

Schedule management with staggering, quiet hours, and wake-up override. Validates schedules, prevents collisions, and gates delivery during quiet hours.

2026-05-27
brain-taxonomist
موظفو الملفات

Filing gate for ALL brain writes. Consulted before creating any new brain page to determine the correct path. Reads the ACTIVE schema pack via `gbrain schema show --json` — no hardcoded directory table. Also runs periodic taxonomy drift detection via `gbrain schema review-orphans`.

2026-05-26
skillpack-harvest
مطوّرو البرمجيات

Lift a proven skill from a host repo (e.g. your OpenClaw fork) back into gbrain's bundle so other clients can scaffold it. Editorial workflow: the CLI does the file copy + privacy lint; this skill drives the judgment-heavy genericization (scrub real names, generalize triggers, lift fork-specific conventions to references).

2026-05-26
strategic-reading
محللو الإدارة

Read a book, article, transcript, or case study through the lens of a specific strategic problem you're facing. Produces an applied playbook that maps the source onto the problem and gives short/medium/long-term recommendations. NOT for general book summaries.

2026-05-26
voice-note-ingest
موظفو الملفات

Ingest a voice note with exact-phrasing preservation (never paraphrased). Routes content to originals/, concepts/, people/, companies/, ideas/, personal/, or voice-notes/ based on a decision tree. The user's exact words are the signal.

2026-05-26
schema-author
مصممو قواعد البيانات

Evolve your brain's schema pack. Add page types, propose new ones from corpus scans, backfill page.type on existing pages, audit pack health. Triggers when an agent notices untyped pages, custom domains needing typed entities (researcher, contract, deposition), or wants to see what types the pack declares.

2026-05-23
voice-post-call
مطوّرو البرمجيات

Post-call handling for a voice session — turn the transcript into a brain page, post the summary to the operator's messaging surface, archive the audio. Belt-and-suspenders: fires both from a tool the voice persona can call mid-call AND from the automatic call-end handler in server.mjs.

2026-05-23
eiirp
موظفو الملفات

Everything In Its Right Place. The universal post-work organizer. After any significant work session, EIIRP runs a 7-phase audit: (1) inventory every output, (2) walk taxonomy to decide where each lands, (3) check schema-pack consistency against the brain's actual shape, (4) file enriched brain pages, (5) audit the skill graph for DRY+MECE, (6) verify resolvability, (7) report. Named after the Radiohead song. Nothing produced during significant work lives only in chat — knowledge becomes permanent, patterns become reusable.

2026-05-22
capture
مديرو الشبكات وأنظمة الحاسوب

Save any thought or content into the brain via one CLI command. The single human-facing entrypoint that replaces "put_page vs commit-then-sync vs autopilot-wait" with one command that just works.

2026-05-22
functional-area-resolver
مطوّرو البرمجيات

Compress an agent's routing file (RESOLVER.md or AGENTS.md) by converting granular skill-per-row tables into functional-area dispatchers. Each area lists sub-skills in a "(dispatcher for: ...)" clause. The LLM reads one area entry and routes to the correct sub-skill. Proven via held-out A/B eval: dispatcher pattern outperforms naive pipe-table compression.

2026-05-20
compliant-callout
مديرو الشبكات وأنظمة الحاسوب

External-lookup skill with canonical Convention callout

2026-05-20
compliant-phase
ضباط الامتثال

External-lookup skill with explicit Phase 1 brain heading

2026-05-20
compliant-position
مديرو الشبكات وأنظمة الحاسوب

Skill that runs gbrain search before external lookup

2026-05-20
exempt-frontmatter
مديرو الشبكات وأنظمة الحاسوب

Pure-infra skill that opts out via frontmatter

2026-05-20
missing-brain-first
مديرو الشبكات وأنظمة الحاسوب

External-lookup skill with NO brain-first compliance

2026-05-20
multi-pattern
مطوّرو البرمجيات

Skill that uses multiple external tools without compliance

2026-05-20
negation-prose
مديرو الشبكات وأنظمة الحاسوب

Skill where brain reference precedes a negation-prose mention

2026-05-20
no-external
موظفو المكاتب العامون

Skill that operates purely on local state

2026-05-20
typo-frontmatter
مديرو الشبكات وأنظمة الحاسوب

Skill with typo in brain_first declaration

2026-05-20
reference-pack
مطوّرو البرمجيات

Reference skill demonstrating the 10/10 skillpack contract. Adds a "what does this skillpack do" answer to the user's agent.

2026-05-20
maintain
مديرو الشبكات وأنظمة الحاسوب

Brain health checks: back-link enforcement, citation audit, filing validation, stale info detection, orphan pages, and benchmarks. Use when asked to check brain health, run maintenance, or audit quality.

2026-05-19
briefing
أمناء سر المدراء والمساعدون الإداريون التنفيذيون

Compile daily briefing with meeting context, active deals, and citation tracking

2026-05-12
ask-user
مطوّرو البرمجيات

Reusable pattern for presenting the user with explicit choices and gating execution until they respond. Used by other skills when a decision point requires human input before proceeding. Platform-agnostic — works on Telegram (inline buttons), Discord, CLI, or any agent with a message tool.

2026-05-10
cold-start
مطوّرو البرمجيات

Day-one data bootstrapping for a new brain. Sequences the highest-leverage data sources to go from empty brain to useful brain in one session. Uses ClawVisor for safe credential handling — the agent never holds raw API keys. Covers Gmail import, calendar sync, contacts seeding, X/Twitter archive, conversation imports, and file archives. Use when a user has just finished gbrain setup and asks "now what?"

2026-05-10
article-enrichment
مدقّقو النصوص ومحرّروها

Transform raw article text dumps in the brain into structured pages with executive summary, verbatim quotes, key insights, why-it-matters, and cross-references. Replaces walls-of-text with quotable, actionable brain pages.

2026-05-10
academic-verify
معلمو التعليم العالي، جميع الآخرون

Verify a research claim or academic citation by tracing it through publication → methodology → raw data → independent replication. Routes through perplexity-research for the actual web lookup, then formats results as a citation-checked brain page. Use when a book/article/conversation cites a study and you want to confirm the claim is real, replicated, and accurately characterized.

2026-05-10
media-ingest
مطوّرو البرمجيات

Ingest video, audio, PDF, book, screenshot, and GitHub repo content into the brain. Multi-format handling with entity extraction and backlink propagation. Covers video-ingest, youtube-ingest, and book-ingest subtypes.

2026-05-10
perplexity-research
مطوّرو البرمجيات

Brain-augmented web research. Sends brain context about a topic to Perplexity, which searches the web with citations and returns what is NEW vs what the brain already knows. Use for entity enrichment, current-state checks, deal monitoring, and freshness deltas. NOT for simple URL fetches (use web_fetch) or brain-only queries (use gbrain query).

2026-05-10
عرض أهم 40 من أصل 71 skills مجمعة في هذا المستودع.