Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Agent Skills Catalog

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).


📚 Overview

This catalog contains 7 specialized Agent Skills that extend AI agent capabilities for workspace-specific tasks, document processing, and structured knowledge management.


🛠️ Available Skills (7 Total)

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

📂 Repository Structure

.
├── .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

📖 Skill Catalog Details

1. Categorize Personal Knowledge Catalog

  • 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.

2. Document to Markdown

  • 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.

3. Index & Categorize OKF Bundle

  • 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-readable index.json and human-readable index.md index files with concept cross-linking.

4. Ingest & Curate OKF KB

  • 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.

5. Job Tailoring

  • 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.

6. Personal Knowledge

  • 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, and experience.md to respond with verified personal context.

7. Query OKF Source of Truth

  • 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.json and index.md first before formulating answers, requiring relative Markdown file citations.

🔗 Resources & References


Maintained by @neobenjax.

About

This repository contains agent skills to achieve different unrelated tasks

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages