Back to list
5dlabs

context7

by 5dlabs

Cognitive Task Orchestrator - GitOps on Bare Metal or Cloud for AI Agents

2🍴 1📅 Jan 24, 2026

SKILL.md


name: context7 description: Query up-to-date library documentation and code examples before implementing features. agents: [blaze, rex, nova, tap, spark, grizz, bolt, cleo, cipher, tess, morgan] triggers: [documentation, docs, library, api, how to use, examples]

Context7 (Library Documentation)

Use Context7 to query up-to-date documentation for any library before implementing code.

Tools

ToolPurpose
context7_resolve_library_idFind the Context7 ID for a library
context7_get_library_docsQuery documentation for a specific topic

Workflow

Always query docs before implementing:

1. resolve_library_id({ libraryName: "effect typescript" })
   → Returns: /effect-ts/effect

2. get_library_docs({ 
     context7CompatibleLibraryID: "/effect-ts/effect", 
     topic: "schema validation" 
   })
   → Returns: Up-to-date documentation

Common Library IDs

LibraryContext7 ID
Effect/effect-ts/effect
Better Auth/better-auth/better-auth
Next.js/vercel/next.js
React/facebook/react
TanStack Query/tanstack/query
Drizzle ORM/drizzle-team/drizzle-orm
Elysiaelysiajs
Axum/tokio-rs/axum

Best Practices

  1. Always resolve first - Don't guess library IDs
  2. Be specific with topics - "schema validation" not just "validation"
  3. Query before coding - Get current patterns, not outdated knowledge
  4. Check multiple topics - Query auth, then session, then middleware separately

Example Queries

# React patterns
get_library_docs({ libraryId: "/facebook/react", topic: "useEffect cleanup" })

# Authentication
get_library_docs({ libraryId: "/better-auth/better-auth", topic: "next.js integration" })

# Type-safe APIs
get_library_docs({ libraryId: "/effect-ts/effect", topic: "tagged errors" })

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon