AMC-JTC
Community@AMC-JTC
AMC-JTC maintains a 99-skill manifest for gbrain, a personal knowledge-brain system covering ingestion, schema taxonomy, citation graphs, and retrieval.
Agent Skills by AMC-JTC
Showing 67 vetted skills indexed across 1 GitHub repositories.
voice-note-ingest
Ingest voice notes into a knowledge base with verbatim transcript preservation and directory routing.
article-enrichment
Rewrites raw article text dumps into structured brain pages with summaries, quotes, and cross-references.
minion-orchestrator
Orchestrates durable shell jobs and LLM subagents through a Postgres-backed job queue.
schema-author
Evolves GBrain schema packs by adding page types, link verbs, and backfilling page.type on existing pages.
daily-task-prep
Generates a morning prep briefing from calendar, brain context, open threads, and prioritized tasks.
capture
Save thoughts and content into a GBrain knowledge base via one CLI command.
brain-taxonomist
Determines filing paths for new brain pages by reading the active schema pack.
citation-fixer
Audit and fix inline source citations across brain pages, resolving broken tweet references via X API.
blog-ingest
Ingest entire blogs, newsletters, and RSS feeds into deduplicated brain source pages.
company-brainify
Sanitize a personal knowledge brain into a shareable team brain by stripping sensitive content.
brain-link-discipline
Generates verified clickable links for brain pages in delivery messages using git-derived paths.
correction-pipeline
Root-cause user-reported factual errors and fix them at their contamination source.
cron-scheduler
Schedules cron jobs with staggered slots, quiet hours gating, and idempotency checks.
eiirp
Organizes post-work outputs into brain pages and audited reusable skills.
ask-user
Present 2-4 labeled options to users and gate agent execution until they respond.
archive-crawler
Scans allow-listed personal archives and ingests high-value writing into brain pages.
brain-ingest-gate
Validates named-entity resolution and semantic dedup before writing pages into a knowledge base.
ingest
Routes meetings, articles, media, and documents into a structured knowledge graph with citations and back-links.
repo-architecture
Determines the correct directory for new brain pages by primary subject.
skill-optimizer
Optimizes SKILL.md bodies against benchmarks using validation-gated text-space optimization.
context-audit
Audits always-loaded context files for redundancy, contradictions, and token waste.
data-loss-gate
Requires explicit user confirmation before bulk delete or destructive operations.
skillpack-check
Generates a JSON health report for gbrain installs by composing doctor and migration checks.
citation-graph-ingest
Extracts and classifies typed citation edges between documents in an ingested gbrain corpus.
Frequently Asked Questions About AMC-JTC
FAQPage SchemaWhat tasks can I accomplish with AMC-JTC's gbrain skills?▼
The skills cover ingesting meetings, voice notes, articles, books, and chat exports into a personal knowledge brain; managing schema packs and page taxonomies; building typed citation graphs; fact-checking claims against live sources; scheduling cron jobs; and sanitizing brains for team sharing.
Who is the target user for these gbrain skills?▼
Operators running a gbrain or OpenClaw personal knowledge-brain installation: founders, investors, and researchers who want durable memory across meetings, email, reading, and conversations, plus engineers maintaining the skillpack, schema packs, and agent routing files.
How do the ingestion skills work in practice?▼
Skills like meeting-ingestion, voice-note-ingest, blog-ingest, and media-ingest normalize source content, resolve entities against existing brain pages, deduplicate via the brain-ingest-gate, then write typed pages under directories like people/, companies/, meetings/, and sources/ with backlinks and timeline entries.
What prerequisites do these skills require?▼
A working gbrain installation with an active schema pack; several skills require specific directories (e.g., conversations/ for skill-autobench), a gbrain.yml allow-list for archive-crawler, ClawVisor for credential handling in cold-start, and Perplexity access for perplexity-research web lookups.
How do the skills enforce data quality and safety?▼
Dedicated gate skills enforce discipline: data-loss-gate requires explicit confirmation before bulk deletes, brain-ingest-gate blocks raw copies without dedup, citation-fixer audits source formatting, fact-check verifies claims against live sources, and frontmatter-guard validates YAML on every brain page.