From jobs-for-ai-agents
Configure job finder plugin — manage preferences, reset data, change default settings. Use when the user wants to reconfigure the job finder, clear saved data, or adjust search defaults.
npx claudepluginhub jcodesmore/jcodesmore-plugins --plugin jobs-for-ai-agentsThis skill uses the workspace's default tool permissions.
A utility for managing the job finder plugin's saved data and settings.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
A utility for managing the job finder plugin's saved data and settings.
Check what data exists:
ls job-search/ 2>/dev/null
cat job-search/preferences.md 2>/dev/null
Job Finder Setup
Here's what I can help with:
A) View preferences — See your saved job search criteria B) Edit preferences — Update your search criteria C) Reset everything — Clear all saved data (preferences, resumes, research) D) Manage resumes — View or delete saved resumes E) Configure defaults — Change default job boards, result count, etc.
Display the contents of job-search/preferences.md in a readable format.
Show current preferences and ask which ones to change. Update job-search/preferences.md.
Confirm with the user first:
This will delete all saved preferences, resumes, and company research. Are you sure?
If confirmed, remove the job-search/ directory.
List files in job-search/ matching *resume*. Offer to view or delete specific ones.
Show current defaults and offer to change:
Save to job-search/preferences.md under a ## Defaults section.