A canonical source of truth for my personal AI agent skills. This is a Monorepo Catalog designed for one-click installation across all agent environments (Google Gemini Antigravity, Claude Code, Cursor/Cline).
All skills follow the Anthropic Skill Authoring Guidelines (Conciseness, Progressive Disclosure, Exacting Triggers).
| Skill | Description | Upstream Source |
|---|---|---|
bird |
Twitter/X CLI integration. Read timelines, search, and safely execute write actions with preflight Safari auth fallbacks. | bird-skill |
last365days |
A persistent research tracker. Searches Reddit, X, YouTube, TikTok, Polymarket, and the web, and compiles a running historical timeline per topic. | last365days-skill |
nasa-coding-standards |
Complete auditor and auto-refactor agent for NASA JPL's "Power of 10" safety-critical coding rules (supports C/C++ and interpreted languages). | nasa-coding-standards-skill |
codex-orchestrator-antigravity |
Antigravity wrapper for codex-orchestrator. Spawns parallel Codex read/write agents via tmux to handle entire product pipelines. |
codex-orchestrator-antigravity-skill |
Clone this repo once, and the included script will symlink the entire catalog to all 3 agent platforms simultaneously.
git clone https://github.com/zaydiscold/agent-skills.git ~/Desktop/agent-skills
cd ~/Desktop/agent-skills
bash docs/install-skills.txtThis will automatically link to:
~/.agents/skills/(Base tracking for Cursor)~/.claude/skills/(Claude Code)~/.gemini/antigravity/skills/(Google Gemini Antigravity)
While skills are individually developed and maintained in their standalone Repositories (for clean independent sharing), they are aggregated here. This ensures that a new Macbook can instantly inherit all intelligence capabilities via a single git clone.