A comprehensive repository of Antigravity AI Agent Skills designed for knowledge base curation, document conversion, job application tailoring, and personal context management based on the Open Knowledge Format (OKF).
This catalog contains 7 specialized Agent Skills that extend AI agent capabilities for workspace-specific tasks, document processing, and structured knowledge management.
| Skill Name | Trigger / Usage | Description | Skill Location |
|---|---|---|---|
| Categorize Personal Knowledge Catalog | /categorize-personal-knowledge |
Categorizes extracted document data and merges it into the user's personal knowledge catalog (knowledge-catalog/). |
SKILL.md |
| Document to Markdown | /document-to-markdown, /extract-info-from-pdf |
Converts documents (PDF, DOCX, PPTX, XLSX, HTML, CSV, JSON, Audio, etc.) to structured Markdown using Microsoft MarkItDown. | SKILL.md |
| Index & Categorize OKF Bundle | "Categorize and index the articles in scaffold/processed" | Copies & categorizes Knowledge Base files, generating index.md and index.json catalogs with internal relative links. |
SKILL.md |
| Ingest & Curate OKF KB | "Ingest", "curate", "sanitize", "route" raw imports | Ingests raw webpage Markdown copy-pastes, sanitizes HTML, converts filenames to lower-dash-case, auto-routes to taxonomy folders, and validates schema compliance. | SKILL.md |
| Job Tailoring | /job-tailoring |
Human-in-the-loop assistant to tailor resumes, generate P-A-R statements, write cover letters, and create research briefs for job applications. | SKILL.md |
| Personal Knowledge | "Who am I", "Where do I work", "What is my experience" | Answers personal questions about the user by querying local Open Knowledge Format (OKF) files in knowledge-catalog/. |
SKILL.md |
| Query OKF Source of Truth | "Query", "search", or "consult" the Knowledge Base | Mandates checking root knowledge-catalog/ collections first as the primary source of truth before answering queries, citing relative links. |
SKILL.md |
.
├── .agents/
│ └── skills/
│ ├── categorize-personal-knowledge-catalog/
│ ├── document-to-markdown/
│ ├── index-categorize-okf-bundle/
│ ├── ingest-curate-okf-kb/
│ ├── job-tailoring/
│ ├── personal-knowledge/
│ └── query-okf-source-of-truth/
├── extracted-documents-catalog/
├── knowledge-catalog/
└── tasks.md
- Location:
.agents/skills/categorize-personal-knowledge-catalog/ - Triggers:
/categorize-personal-knowledge, "categorize my personal information from..." - Features: Processes extracted frontmatter data, summarizes proposed mappings, and updates
knowledge-catalog/after user approval.
- Location:
.agents/skills/document-to-markdown/ - Triggers:
/document-to-markdown,/extract-info-from-pdf,/extract-info-from-documents - Features: Powered by Microsoft MarkItDown. Supports PDF, Office, Audio, Web, and Archive formats with optional LLM image captioning.
- Location:
.agents/skills/index-categorize-okf-bundle/ - Triggers: "Categorize and index articles in folder X", "Organize knowledge base..."
- Features: Copies KB markdown files into
knowledge-catalog/<collection_name>/, generates machine-readableindex.jsonand human-readableindex.mdindex files with concept cross-linking.
- Location:
.agents/skills/ingest-curate-okf-kb/ - Triggers: "Ingest", "curate", "sanitize", "route", or "validate" raw webpage imports
- Features: Cleans residual HTML artifacts, normalizes filenames to
lower-dash-case, routes content to standard OKF taxonomy categories (architecture,concepts,guides,reference,tooling,tutorials), and validates against frontmatter schema.
- Location:
.agents/skills/job-tailoring/ - Triggers:
/job-tailoring, "help me to tailor my resume..." - Features: 9-step human-in-the-loop workflow creating job description breakdowns, matching summaries, P-A-R tailored statements, cover letters, market assessments (Ontario focus), and interview prep.
- Location:
.agents/skills/personal-knowledge/ - Triggers: "who am I", "where do I live", "what is my name", etc.
- Features: Privacy-first, local query system reading
knowledge-catalog/personal_info.md,education.md, andexperience.mdto respond with verified personal context.
- Location:
.agents/skills/query-okf-source-of-truth/ - Triggers: "query", "search", "consult" Knowledge Base, or asking domain questions
- Features: Enforces ground truth retrieval protocol. Reads
index.jsonandindex.mdfirst before formulating answers, requiring relative Markdown file citations.
- Open Knowledge Format (OKF): OKF Specification
- AgentSkills Specification: AgentSkills Home
- Microsoft MarkItDown: MarkItDown Repository
Maintained by @neobenjax.