Find job openings at tech companies. Use when user asks about jobs, careers, openings, positions, roles, or salaries - either at specific companies or general tech job queries.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
npx agent-skills-cli listSkill Instructions
name: claude-jobs description: Find job openings at tech companies. Use when user asks about jobs, careers, openings, positions, roles, or salaries - either at specific companies or general tech job queries. allowed-tools: WebFetch
Job Search
Companies
Add your company: https://github.com/jshchnz/claude-jobs
Instructions
User query: $ARGUMENTS
IMPORTANT: Do NOT use WebSearch. Only use WebFetch on the company endpoints from the table above.
For company-specific queries:
- Find company in table above (case-insensitive)
- If not found: list available companies, link to GitHub to add more
- WebFetch the endpoint with prompt: "List all jobs with: Title, Location, Department, Salary (if available), and the unique Apply URL for each specific job posting (use absolute_url field for JSON APIs, or extract the individual job href link for HTML pages - each job should have its own unique URL)"
- Display results grouped by department
- Support filters: location, department, keywords (e.g., "engineering jobs in SF")
- Always include an Apply hyperlink for each job using the absolute_url field
- For "highest paying" queries, sort by salary (highest first) and show top results
For general queries (no specific company mentioned):
When user asks general questions like "what tech jobs are open" or "highest paying tech roles":
- WebFetch from multiple company endpoints (prioritize 3-5 companies)
- Compile results and display the most relevant jobs
- For salary-focused queries, sort by salary across all companies and show top results
- Always mention which company each job is from
Salary Extraction
Salary data is often embedded in job descriptions, not structured fields. When extracting:
Look for these patterns:
- Currency + numbers:
$200,000,€85.000,£75,000,₹15,00,000 - Ranges:
$150,000—$200,000,$150K-$200K,$150,000 to $200,000 - With period:
per hour,per year,annually,monthly,/hr,/yr - Labels: "Annual Salary:", "Pay Range:", "Compensation:", "OTE:", "Base:", "Total comp:"
- Currencies: USD, EUR, GBP, CAD, AUD, INR, MXN, CHF
Display format:
- Show:
Salary: $150,000–$200,000 USD - For OTE (sales):
OTE: $180,000–$220,000 USD - For hourly:
Salary: $45/hr - If not found:
Salary: Not disclosed
For "highest paying" queries:
- Only include jobs with disclosed salaries
- Normalize to annual USD for comparison when possible
- Sort by max salary descending
More by NeverSight
View allView investment accounts, check portfolio, monitor positions, and research investments on Charles Schwab
Comprehensive expertise in decentralized autonomous organization governance systems, including Snapshot off-chain voting, OpenZeppelin Governor on-chain execution, treasury multi-sigs, proposal lifecycles, delegation, and governance attack prevention. Use when "DAO governance, on-chain voting, Snapshot, Governor contract, governance proposal, treasury management, multi-sig, token voting, delegation, quorum, timelock, governance attack, " mentioned.
Comprehensive database design tool creating complete schemas with tables, fields, indexes, and ER diagrams. Use when users request database design for any system. Generates Markdown docs, SQL scripts, and DrawDB-compatible JSON/DBML files. Supports MySQL, PostgreSQL, SQL Server. Triggers: database design, schema, ER diagram, SQL, data model. | 全面的数据库设计工具,创建完整的数据库架构。触发词:数据库设计、数据库架构、ER图、SQL、数据模型、表设计。
Advanced distributed event patterns for ABP microservices including idempotent handlers, cross-tenant events, event sourcing lite, and saga patterns. Use when: (1) implementing event handlers across services, (2) ensuring idempotent event processing, (3) cross-tenant event handling, (4) designing event-driven architectures.
