By jrajasekera
Skills collection: article extraction, codex review, document conversion, SQLite optimization, and API integrations for OpenRouter, Venice.ai, and Z.ai
Optimize SQLite database performance through configuration, schema design, indexing, and query tuning. Use when users ask to improve SQLite speed, reduce latency, optimize queries, configure PRAGMAs, fix slow queries, handle concurrency, optimize writes/inserts, or tune SQLite for production. Triggers on mentions of SQLite performance, slow queries, PRAGMA settings, WAL mode, indexing strategies, bulk inserts, or database maintenance (VACUUM, ANALYZE).
Extract clean article content from URLs and save as markdown. Triggers when user provides a webpage URL and wants to download it, extract content, get a clean version without ads, capture an article for offline reading, save an article, grab content from a page, archive a webpage, clip an article, or read something later. Handles blog posts, news articles, tutorials, documentation pages, and similar web content. Supports Wayback Machine for dead links or paywalled content. This skill handles the entire workflow - do NOT use web_fetch or other tools first, just call the extraction script directly with the URL.
Review non-trivial design docs or implementation plans with Codex before coding; validate feedback; fix critical plan issues; ask about non-critical choices. Also triggers when the user says "use codex-review", "ask Codex", or "get Codex feedback".
OpenRouter API integration for unified access to 400+ LLM models from 70+ providers. Use when building applications that need to call OpenRouter's API for chat completions, streaming, tool calling, structured outputs, or model routing. Triggers on OpenRouter, model routing, multi-model, provider fallbacks, or when users need to access multiple LLM providers through a single API.
Convert documents between formats using Pandoc. Use when the user asks to convert files between formats like markdown, docx, html, pdf, latex, epub, rtf, csv, xlsx, or pptx. Triggers on requests like "convert this to Word", "export as PDF", "turn this markdown into HTML", or "convert the CSV to a table".
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.
A Claude Code plugin marketplace with skills for API integrations, document processing, and database optimization.
# Add the marketplace
/plugin marketplace add jrajasekera/jr-agent-skills
# Install the plugin (includes all skills)
/plugin install jr-agent-skills@jr-agent-skills
Extract clean, readable content from web articles by removing navigation, ads, and other clutter. Supports multiple extraction methods and output formats.
Cross-agent review for design docs and implementation plans using Codex. Gets feedback on plans before implementation.
OpenRouter API integration for unified access to 400+ LLM models from 70+ providers through a single API.
Convert documents between common formats using Pandoc for consistent output and easy automation.
Optimize SQLite database performance through configuration, schema design, indexing, and query tuning.
Venice.ai API integration for privacy-first AI applications including chat, image generation, video, TTS, STT, and embeddings.
Z.ai/ZhipuAI API integration for building applications with GLM models including chat, vision, image/video generation, and audio transcription.
jr-agent-skills/
├── .claude-plugin/
│ ├── marketplace.json # Marketplace registration
│ └── plugin.json # Plugin metadata
├── skills/ # All skill folders
│ ├── article-extractor/
│ ├── codex-review/
│ ├── openrouter-api/
│ ├── pandoc-converter/
│ ├── sqlite-optimization/
│ ├── venice-ai-api/
│ └── z-ai-api/
└── README.md
Each skill folder contains:
SKILL.md - Skill documentation and usage instructionsscripts/ - Executable scripts (if applicable)references/ - Detailed reference docs (if applicable)If you previously installed skills from the packaged_skills/ directory, remove those and use the marketplace installation above instead.
Created by Jrajasekera
npx claudepluginhub jrajasekera/jr-agent-skills --plugin jr-agent-skillsTransform 17 source types (docs, GitHub, PDFs, videos, Jupyter, Confluence, Notion, Slack, and more) into AI-ready skills and RAG knowledge for 16+ LLM platforms.
Flagship+ skill pack for OpenRouter - 30 skills for multi-model routing, fallbacks, and LLM gateway mastery
18 universal AI skills for Claude Code — skill creation, deep research, strategic planning, content processing, solution architecture, and orchestration workflows
Ingest documentation sites and generate Claude Code skills
OpenAI Assistants API v2 for stateful chatbots with Code Interpreter, File Search, RAG. Use for threads, vector stores, or encountering active run errors, indexing delays. ⚠️ Sunset August 26, 2026.
Supabase skills for Postgres best practices, JavaScript SDK (auth, database, storage, realtime), and CLI (migrations, edge functions, local dev).