A curated collection of agent skills for Claude Code and Cowork
npx claudepluginhub intellectronica/agent-skillsCollection of skills for AI agents including Notion API integration and task automation. Extends Claude's ability to interact with productivity and data tools.
intellectronica/agent-skills@intellectronica's agent skills
skills CLI: npx skills add intellectronica/agent-skills --skill skill-nameclaude plugin marketplace add intellectronica/agent-skillsclaude plugin install skill-name@intellectronica-skills
Mastering Agent SkillsJoin a hands-on workshop for AI power users to use and create Agent Skills. |
Introduction to Agent SkillsDiscover how Agent Skills can customise AI agents in these free tutorials. |
| Skill | Description |
|---|---|
| anki-connect | This skill is for interacting with Anki through AnkiConnect, and should be used whenever a user asks to interact with Anki, including to read or modify decks, notes, cards, models, media, or sync operations. |
npx skills add intellectronica/agent-skills --skill anki-connect | |
claude plugin install anki-connect@intellectronica-skills | |
| beautiful-mermaid | Render Mermaid diagrams as SVG and PNG using the Beautiful Mermaid library. Use when the user asks to render a Mermaid diagram. |
npx skills add intellectronica/agent-skills --skill beautiful-mermaid | |
claude plugin install beautiful-mermaid@intellectronica-skills | |
| context7 | Retrieve up-to-date documentation for software libraries, frameworks, and components via the Context7 API. This skill should be used when looking up documentation for any programming library or framework, finding code examples for specific APIs or features, verifying correct usage of library functions, or obtaining current information about library APIs that may have changed since training. |
npx skills add intellectronica/agent-skills --skill context7 | |
claude plugin install context7@intellectronica-skills | |
| copilot-sdk | This skill provides guidance for creating agents and applications with the GitHub Copilot SDK. It should be used when the user wants to create, modify, or work on software that uses the GitHub Copilot SDK in TypeScript, Python, Go, or .NET. The skill covers SDK usage patterns, CLI configuration, custom tools, MCP servers, and custom agents. |
npx skills add intellectronica/agent-skills --skill copilot-sdk | |
claude plugin install copilot-sdk@intellectronica-skills | |
| gog-cli | This skill provides comprehensive instructions for using gogcli (gog), a fast, script-friendly CLI for Google Workspace services including Gmail, Calendar, Drive, Docs, Sheets, Slides, Chat, Classroom, Contacts, Tasks, People, Groups, and Keep. This skill should be used when the user wants to interact with Google services via the command line, including reading/sending email, managing calendar events, working with Google Drive files, managing classroom courses, or any other Google Workspace operations. The skill assumes gog is installed and authorised. |
npx skills add intellectronica/agent-skills --skill gog-cli | |
claude plugin install gog-cli@intellectronica-skills | |
| gpt-image-1-5 | Generate and edit images using OpenAI's GPT Image 1.5 model. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports text-to-image generation and image editing with optional mask. DO NOT read the image file first - use this skill directly with the --input-image parameter. |
npx skills add intellectronica/agent-skills --skill gpt-image-1-5 | |
claude plugin install gpt-image-1-5@intellectronica-skills |