Back to Discover

agent-skills

intellectronica

@intellectronica's agent skills

View on GitHub
281 starsCC0-1.0Synced Aug 1, 2026

Install to Claude Code

/plugin marketplace add intellectronica/agent-skills

README

intellectronica/agent-skills

@intellectronica's agent skills

Installation

  • Using the skills CLI: npx skills add intellectronica/agent-skills --skill skill-name
  • As a Plugin Marketplace (Claude Code / Cowork)
    • claude plugin marketplace add intellectronica/agent-skills
    • claude plugin install skill-name@intellectronica-skills

Mastering Agent Skills

Join a hands-on workshop for AI power users to use and create Agent Skills.

Mastering Agent Skills

Introduction to Agent Skills

Discover how Agent Skills can customise AI agents in these free tutorials.

Introduction to Agent Skills


SkillDescription
anki-connectThis 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-mermaidRender 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
context7Retrieve 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-sdkThis skill helps with GitHub Copilot SDK work across Node.js/TypeScript, Python, Go, .NET, and Java. It covers setup, authentication, permissions, streaming events, custom tools, custom agents, MCP servers, hooks, skills, and session persistence.
npx skills add intellectronica/agent-skills --skill copilot-sdk
claude plugin install copilot-sdk@intellectronica-skills
gog-cliUse this skill whenever the user wants to operate Google Workspace from the command line with gog/gogcli, including Gmail, Calendar, Drive, Docs, Sheets, Slides, Forms, Apps Script, Chat, Classroom, Contacts, Tasks, People, Groups, Admin, Keep, auth, configuration, scripting, or agent-safe Google automation. Prefer this skill for Google account/file/mail/calendar work when the user mentions gog, gogcli, Google CLI, Gmail search/send, Calendar events, Drive files, Docs/Sheets/Slides editing, Forms, Apps Script, Workspace admin, or command-line Google automation.
npx skills add intellectronica/agent-skills --skill gog-cli
claude plugin install gog-cli@intellectronica-skills
gpt-image-1-5Generate 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
here-be-gitInitialise a git repository with optional agent commit instructions and .gitignore. Use when users say "here be git", "init git", "initialise git", or otherwise indicate they want to set up version control in the current directory.
npx skills add intellectronica/agent-skills --skill here-be-git
claude plugin install here-be-git@intellectronica-skills
lorem-ipsumGenerate lorem ipsum placeholder text. This skill should be used when users ask to generate lorem ipsum content, placeholder text, dummy text, or filler text. Supports various structures including plain paragraphs, headings with sections, lists, and continuous text. Output can be saved to a file or used directly as requested by the user.
npx skills add intellectronica/agent-skills --skill lorem-ipsum
claude plugin install lorem-ipsum@intellectronica-skills
markdown-converterConvert documents and files to Markdown using markitdown. Use when converting PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls), HTML, CSV, JSON, XML, images (with EXIF/OCR), audio (with transcription), ZIP archives, YouTube URLs, or EPubs to Markdown format for LLM processing or text analysis.
npx skills add intellectronica/agent-skills --skill markdown-converter
claude plugin install markdown-converter@intellectronica-skills
mgrep-code-searchSemantic code search using mgrep for efficient codebase exploration. This skill should be used when searching or exploring codebases with more than 30 non-gitignored files and/or nested directory structures. It provides natural language semantic search that complements traditional grep/ripgrep for finding features, understanding intent, and exploring unfamiliar code.
npx skills add intellectronica/agent-skills --skill mgrep-code-search
claude plugin install mgrep-code-search@intellectronica-skills
monologue-notes-apiUse this skill when the user wants to read or search their Monologue notes through the Monologue Notes REST API. It covers authentication with the MONOLOGUE_API_KEY environment variable, safe token handling, listing notes, fetching a single note, pagination, filters, and error handling. The API is read-only and should be accessed with direct HTTP requests such as curl or any equivalent REST client.
npx skills add intellectronica/agent-skills --skill monologue-notes-api
claude plugin install monologue-notes-api@intellectronica-skills
nano-banana-2Generate and edit images using Google's Nano Banana 2 (Gemini 3.1 Flash Image Preview) API. This skill should be used when the user asks to create or modify images, especially when they need fast iteration, explicit aspect-ratio control, or resolution control from 512px to 4K.
npx skills add intellectronica/agent-skills --skill nano-banana-2
claude plugin install nano-banana-2@intellectronica-skills
nano-banana-proGenerate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. 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 both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
npx skills add intellectronica/agent-skills --skill nano-banana-pro
claude plugin install nano-banana-pro@intellectronica-skills
notion-apiThis skill provides comprehensive instructions for interacting with the Notion API via REST calls. This skill should be used whenever the user asks to interact with Notion, including reading, creating, updating, or deleting pages, databases, blocks, comments, or any other Notion content. The skill covers authentication, all available endpoints, pagination, error handling, and best practices.
npx skills add intellectronica/agent-skills --skill notion-api
claude plugin install notion-api@intellectronica-skills
promptifyTransform user requests into detailed, precise prompts for AI models. Use when users say "promptify", "promptify this", or explicitly request prompt engineering or improvement of their request for better AI responses.
npx skills add intellectronica/agent-skills --skill promptify
claude plugin install promptify@intellectronica-skills
raindrop-apiThis skill provides comprehensive instructions for interacting with the Raindrop.io bookmarks service via its REST API using curl and jq. It covers authentication, CRUD operations for collections, raindrops (bookmarks), tags, highlights, filters, import/export, and backups. Use this skill whenever the user asks to work with their bookmarks from Raindrop.io, including reading, creating, updating, deleting, searching, or organising bookmarks and collections.
npx skills add intellectronica/agent-skills --skill raindrop-api
claude plugin install raindrop-api@intellectronica-skills
ray-so-code-snippetGenerate beautiful code snippet images using ray.so. This skill should be used when the user asks to create a code image, code screenshot, code snippet image, or wants to make their code look pretty for sharing. Saves images locally to the current working directory or a user-specified path.
npx skills add intellectronica/agent-skills --skill ray-so-code-snippet
claude plugin install ray-so-code-snippet@intellectronica-skills
tavilyUse this skill for web search, extraction, mapping, crawling, and research via Tavily’s REST API when web searches are needed and no built-in tool is available, or when Tavily’s LLM-friendly format is beneficial.
npx skills add intellectronica/agent-skills --skill tavily
claude plugin install tavily@intellectronica-skills
todoist-apiThis skill provides instructions for interacting with Todoist using the td CLI tool. It covers CRUD operations for tasks/projects/sections/labels/comments, and requires confirmation before destructive actions. Use this skill when the user wants to read, create, update, or delete Todoist data.
npx skills add intellectronica/agent-skills --skill todoist-api
claude plugin install todoist-api@intellectronica-skills
ultrathinkDisplay colorful ANSI art of the word "ultrathink". Use when the user says "ultrathink" or invokes /ultrathink.
npx skills add intellectronica/agent-skills --skill ultrathink
claude plugin install ultrathink@intellectronica-skills
upstash-redis-kvRead and write to Upstash Redis-compatible key-value store via REST API. Use when there is a need to save or retrieve key-value data, use Redis features (caching, counters, lists, sets, hashes, sorted sets, etc.) for the current interaction, or when the user explicitly asks to use Upstash or Redis.
npx skills add intellectronica/agent-skills --skill upstash-redis-kv
claude plugin install upstash-redis-kv@intellectronica-skills
youtube-transcriptExtract transcripts from YouTube videos. Use when the user asks for a transcript, subtitles, or captions of a YouTube video and provides a YouTube URL (youtube.com/watch?v=, youtu.be/, or similar). Supports output with or without timestamps.
npx skills add intellectronica/agent-skills --skill youtube-transcript
claude plugin install youtube-transcript@intellectronica-skills

Rendered live from intellectronica/agent-skills's GitHub README — not stored, always reflects the source repo.

22 Plugins

NameDescriptionCategorySource
anki-connectThis 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.integrations./plugins/anki-connect
beautiful-mermaidRender Mermaid diagrams as SVG and PNG using the Beautiful Mermaid library. Use when the user asks to render a Mermaid diagram.productivity./plugins/beautiful-mermaid
context7Retrieve 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.development./plugins/context7
copilot-sdkThis skill helps with GitHub Copilot SDK work across Node.js/TypeScript, Python, Go, .NET, and Java. It covers setup, authentication, permissions, streaming events, custom tools, custom agents, MCP servers, hooks, skills, and session persistence.development./plugins/copilot-sdk
gog-cliUse this skill whenever the user wants to operate Google Workspace from the command line with gog/gogcli, including Gmail, Calendar, Drive, Docs, Sheets, Slides, Forms, Apps Script, Chat, Classroom, Contacts, Tasks, People, Groups, Admin, Keep, auth, configuration, scripting, or agent-safe Google automation. Prefer this skill for Google account/file/mail/calendar work when the user mentions gog, gogcli, Google CLI, Gmail search/send, Calendar events, Drive files, Docs/Sheets/Slides editing, Forms, Apps Script, Workspace admin, or command-line Google automation.integrations./plugins/gog-cli
gpt-image-1-5Generate 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.media./plugins/gpt-image-1-5
here-be-gitInitialise a git repository with optional agent commit instructions and .gitignore. Use when users say "here be git", "init git", "initialise git", or otherwise indicate they want to set up version control in the current directory.development./plugins/here-be-git
lorem-ipsumGenerate lorem ipsum placeholder text. This skill should be used when users ask to generate lorem ipsum content, placeholder text, dummy text, or filler text. Supports various structures including plain paragraphs, headings with sections, lists, and continuous text. Output can be saved to a file or used directly as requested by the user.productivity./plugins/lorem-ipsum
markdown-converterConvert documents and files to Markdown using markitdown. Use when converting PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls), HTML, CSV, JSON, XML, images (with EXIF/OCR), audio (with transcription), ZIP archives, YouTube URLs, or EPubs to Markdown format for LLM processing or text analysis.productivity./plugins/markdown-converter
mgrep-code-searchSemantic code search using mgrep for efficient codebase exploration. This skill should be used when searching or exploring codebases with more than 30 non-gitignored files and/or nested directory structures. It provides natural language semantic search that complements traditional grep/ripgrep for finding features, understanding intent, and exploring unfamiliar code.development./plugins/mgrep-code-search
monologue-notes-apiUse this skill when the user wants to read or search their Monologue notes through the Monologue Notes REST API. It covers authentication with the MONOLOGUE_API_KEY environment variable, safe token handling, listing notes, fetching a single note, pagination, filters, and error handling. The API is read-only and should be accessed with direct HTTP requests such as curl or any equivalent REST client.productivity./plugins/monologue-notes-api
nano-banana-2Generate and edit images using Google's Nano Banana 2 (Gemini 3.1 Flash Image Preview) API. This skill should be used when the user asks to create or modify images, especially when they need fast iteration, explicit aspect-ratio control, or resolution control from 512px to 4K.productivity./plugins/nano-banana-2
nano-banana-proGenerate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. 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 both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.media./plugins/nano-banana-pro
notion-apiThis skill provides comprehensive instructions for interacting with the Notion API via REST calls. This skill should be used whenever the user asks to interact with Notion, including reading, creating, updating, or deleting pages, databases, blocks, comments, or any other Notion content. The skill covers authentication, all available endpoints, pagination, error handling, and best practices.integrations./plugins/notion-api
promptifyTransform user requests into detailed, precise prompts for AI models. Use when users say "promptify", "promptify this", or explicitly request prompt engineering or improvement of their request for better AI responses.productivity./plugins/promptify
raindrop-apiThis skill provides comprehensive instructions for interacting with the Raindrop.io bookmarks service via its REST API using curl and jq. It covers authentication, CRUD operations for collections, raindrops (bookmarks), tags, highlights, filters, import/export, and backups. Use this skill whenever the user asks to work with their bookmarks from Raindrop.io, including reading, creating, updating, deleting, searching, or organising bookmarks and collections.integrations./plugins/raindrop-api
ray-so-code-snippetGenerate beautiful code snippet images using ray.so. This skill should be used when the user asks to create a code image, code screenshot, code snippet image, or wants to make their code look pretty for sharing. Saves images locally to the current working directory or a user-specified path.productivity./plugins/ray-so-code-snippet
tavilyUse this skill for web search, extraction, mapping, crawling, and research via Tavily’s REST API when web searches are needed and no built-in tool is available, or when Tavily’s LLM-friendly format is beneficial.productivity./plugins/tavily
todoist-apiThis skill provides instructions for interacting with Todoist using the td CLI tool. It covers CRUD operations for tasks/projects/sections/labels/comments, and requires confirmation before destructive actions. Use this skill when the user wants to read, create, update, or delete Todoist data.integrations./plugins/todoist-api
ultrathinkDisplay colorful ANSI art of the word "ultrathink". Use when the user says "ultrathink" or invokes /ultrathink.productivity./plugins/ultrathink
upstash-redis-kvRead and write to Upstash Redis-compatible key-value store via REST API. Use when there is a need to save or retrieve key-value data, use Redis features (caching, counters, lists, sets, hashes, sorted sets, etc.) for the current interaction, or when the user explicitly asks to use Upstash or Redis.productivity./plugins/upstash-redis-kv
youtube-transcriptExtract transcripts from YouTube videos. Use when the user asks for a transcript, subtitles, or captions of a YouTube video and provides a YouTube URL (youtube.com/watch?v=, youtu.be/, or similar). Supports output with or without timestamps.productivity./plugins/youtube-transcript