By frandi
A collection of reusable skills for AI agents. Includes google-docs-reader (read & find Google Docs via the Google Docs/Drive API).
A Claude Code plugin bundling a collection of reusable skills for AI agents.
Install it once and every skill in the collection becomes available, namespaced
as ai-agent-skills:<skill>.
Anyone can use these skills — there's nothing organization-specific baked in. Where a skill needs credentials (e.g. a Google Cloud project), you supply your own; the skill's setup docs walk you through it.
/plugin marketplace add frandi/ai-agent-skills
/plugin install ai-agent-skills@ai-agent-skills
Pick up later updates with /plugin marketplace update ai-agent-skills.
| Skill | Invoked as | What it does | Docs |
|---|---|---|---|
| google-docs-reader | ai-agent-skills:google-docs-reader | Read & find Google Docs (markdown / text / JSON) via the Docs/Drive API | README · setup |
Each skill's own README covers its onboarding, setup, and any credentials it needs.
One plugin (the repo root), with each skill self-contained under skills/.
.
├── .claude-plugin/
│ ├── plugin.json # the plugin manifest (name: ai-agent-skills)
│ └── marketplace.json # marketplace catalog (one plugin, source "./")
├── skills/
│ └── google-docs-reader/ # one skill, self-contained
│ ├── README.md # skill-specific docs
│ ├── SKILL.md # triggers + workflow
│ ├── references/
│ └── scripts/
└── README.md # ← you are here (collection overview)
skills/<skill>/ with at least a SKILL.md (plus optional
references/ and scripts/):
skills/<skill>/
├── SKILL.md # name + description frontmatter, triggers + workflow
├── README.md # optional skill-specific docs
└── scripts/ # optional helper scripts
Claude Code auto-discovers anything under skills/. It will be invoked as
ai-agent-skills:<skill>.${CLAUDE_PLUGIN_ROOT}/skills/<skill>/scripts/… — ${CLAUDE_PLUGIN_ROOT}
resolves to the repo root once installed.version in .claude-plugin/plugin.json
and add a row to the Included skills table above.Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub frandi/ai-agent-skills --plugin ai-agent-skillsUpstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Build and maintain an LLM-curated personal knowledge base in your project — Andrej Karpathy's LLM Wiki pattern, designed to scale to thousands of pages without becoming a context bottleneck. Now with an optional compiled graph layer for typed, provenance-backed relationships.
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).