Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By ejirocodes
Exa.ai skills for web search, RAG pipelines, deep research, and company/people entity search.
npx claudepluginhub ejirocodes/agent-skills --plugin exaExa.ai search API integration for neural and keyword web search with content retrieval. Use when implementing web search features, integrating Exa SDK (exa_py, exa-js), or retrieving web content. Triggers on: Exa, exa_py, exa-js, neural search, web search API, search_and_contents, searchAndContents, find_similar, findSimilar, domain filtering, date filtering, text extraction, page summaries, highlights, search auto mode, fast search, search categories, livecrawl, excluding domains, include text, exclude text, EXA_API_KEY.
Exa.ai deep research and answer generation with citations. Use when building research automation, implementing Answer API for Q&A with sources, creating research reports, or using deep search with summaries. Triggers on: Exa Answer, answer endpoint, exa.answer, deep search, research API, Exa Research, async research, research report, citation extraction, summarization with sources, fact verification, streaming answers, research tasks.
Exa.ai company and people search for lead generation, competitive intelligence, and data enrichment. Use when searching for companies, finding people profiles, building lead gen tools, or implementing Websets for data collection at scale. Triggers on: Exa company search, Exa people search, category company, lead generation, company research, profile search, LinkedIn profiles, Websets API, data enrichment, company lookup, find companies, competitive intelligence, recruiting, talent search, 1B profiles.
Build RAG pipelines with Exa.ai for real-time web retrieval. Use when building retrieval-augmented generation, integrating Exa with LangChain, LlamaIndex, Vercel AI SDK, or implementing AI agents with web search capabilities. Triggers on: RAG pipeline, retrieval augmented generation, Exa LangChain, Exa LlamaIndex, ExaSearchRetriever, ExaSearchResults, Exa MCP, Exa tool calling, Claude tool use, AI agent web search, grounded generation, citation generation, fact checking, hallucination detection, OpenAI compatibility, chat completions.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Exa AI web search, deep research, and content extraction. Provides MCP tools and research skills for comprehensive web search, people discovery, company research, academic papers, and more.
Claude Code skill pack for Perplexity (30 skills)
Skill discovery and installation assistant — find and install the right skills for your project
Deep research coordination: academic papers, technical analysis, data insights, and web intelligence
Parallel Web Search MCP and Task API integration for Claude Code. Provides web search, content extraction, deep research, data enrichment, entity discovery (FindAll), and web monitoring.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
NestJS 11+ best practices for enterprise Node.js applications with TypeScript.
Svelte 5 runes, snippets, SvelteKit patterns, and modern best practices for TypeScript and component development.
Vue 3 best practices for TypeScript, vue-tsc, Volar, Pinia, and component patterns.
A curated collection of AI agent skills that enhance coding assistants with specialized domain knowledge.
Agent skills are structured knowledge bases that help AI coding assistants (like Claude, GPT, Cursor, etc.) understand framework-specific patterns, best practices, and common pitfalls. They bridge the gap between an AI's general knowledge and the specific, up-to-date expertise needed for modern development.
Why agent skills matter:
| Skill | Description | Install |
|---|---|---|
| nestjs | NestJS 11+ DI, validation, auth, TypeORM/Prisma/Drizzle, and testing patterns | npx skills add ejirocodes/agent-skills/nestjs |
| svelte | Svelte 5 runes, snippets, and SvelteKit patterns | npx skills add ejirocodes/agent-skills/svelte |
| vue | Vue 3+ TypeScript, Volar, Pinia testing, and component patterns | npx skills add ejirocodes/agent-skills/vue |
| Skill | Description | Install |
|---|---|---|
| exa-search | Core Exa search API integration (neural/keyword/auto modes, filters, content retrieval) | npx skills add ejirocodes/agent-skills/exa-search |
| exa-rag | RAG pipelines with Exa (LangChain, LlamaIndex, Vercel AI SDK, MCP tools) | npx skills add ejirocodes/agent-skills/exa-rag |
| exa-research | Deep research and Answer API with citations and streaming | npx skills add ejirocodes/agent-skills/exa-research |
| exa-entities | Company and people search for lead gen, recruiting, and competitive intelligence | npx skills add ejirocodes/agent-skills/exa-entities |
npx skills add ejirocodes/agent-skills/svelte
npx skills add ejirocodes/agent-skills/vue
npx skills add ejirocodes/agent-skills/nestjs
npx skills add ejirocodes/agent-skills/exa-search
npx skills add ejirocodes/agent-skills/exa-rag
npx skills add ejirocodes/agent-skills/exa-research
npx skills add ejirocodes/agent-skills/exa-entities
Add the marketplace once, then install individual skills:
/plugin marketplace add ejirocodes/agent-skills
/plugin install svelte5-best-practices@ejirocodes-skills
/plugin install vue-best-practices@ejirocodes-skills
/plugin install nestjs-best-practices@ejirocodes-skills
/plugin install exa@ejirocodes-skills
For best results, prefix your prompt with use <skill> skill:
Use svelte skill, help me create a form component with validation
This explicitly triggers the skill and ensures the AI follows the documented patterns. Without the prefix, skill triggering depends on how closely your prompt matches the skill's keywords.
Skills are available as slash commands after installation:
/svelte5-best-practices
/vue-best-practices
/nestjs-best-practices
/exa-search
/exa-rag
/exa-research
/exa-entities
Each skill follows this structure:
<skill-name>/
├── LICENSE # MIT License
└── skills/
└── <skill-set>/
├── SKILL.md # Skill metadata and quick reference
└── references/
└── *.md # Domain-specific reference files
References are organized by domain for progressive disclosure:
This structure keeps the main skill file small while providing comprehensive coverage through domain-specific reference files (e.g., runes.md, sveltekit.md, migration.md).
Contributions are welcome! To add a new skill:
react/)Future skills planned: