3 skills found
runkids / skillshare📚 Sync skills across all AI CLI tools with one command and simplify team sharing. Supporting Codex, Claude Code, OpenClaw & more
roomi-fields / notebooklm-mcpMCP server for NotebookLM - Let your AI agents (Claude Code, Codex) research documentation directly with grounded, citation-backed answers from Gemini. Persistent auth, library management, cross-client sharing. Zero hallucinations, just your knowledge base.
junxiaz / technology-sharing1. If 多个条件的时候 有时候你会经常判断一个变量是否等于多个值的情况: ``` // bad if (x === 'abc' || x === 'def' || x === 'ghi' || x ==='jkl') { }