Skill bundle
Vincere Bundle
Bundled skills and integration code for third-party APIs — download a ZIP after checkout, add your keys, and run the workflows in your own stack. Delivery is usually within minutes.
Vincere Bundle
Dual-token agency ATS + CRM—search, score, pipeline export, and client mapping. This bundle connects Claude Code to Vincere (REST with API key + id-token) so you run Solr multi-wave candidate search (optional pipeline per job/position), score with comment activities, post structured feedback, export applications per job to Excel, create positions linked to client companies, bulk-update candidates, generate pipeline + client reports, and map CRM companies for BD briefs.
Why this bundle exists
Agency workflows span candidates, jobs, clients, and activities. Vincere’s dual-header auth and Solr surface are powerful but non-trivial to script. These skills centralize the client, scoring write-backs as comment activities, and exports your account managers can open in Excel—without every consultant rebuilding queries from scratch.
How you benefit
- Faster shortlists — Solr multi-wave search with optional pipeline context finds the right submission-ready cohorts.
- BD + delivery alignment — map-company ties contacts, open jobs, and activity signals into one client brief.
- Bulk candidate hygiene — update-candidate PATCHes from CSV/Excel for desk-wide field fixes.
Example prompts
When Claude has access to Vincere through this bundle’s API integration (with your keys and project configured), you can ask in plain language—for example:
- Run a Solr-style search for contract PMs in our database with recent activity and export the top 40.
- Score candidates on position 9001 against this client brief and post comment activities so the desk sees your rationale.
- Map Globex Corp for BD: contacts, open jobs, and recent activity in one brief I can paste into email.
- Export applications per job with candidate and position columns for the weekly revenue meeting.
Full power (easy to miss)
- You need both
x-api-keyandid-tokenheaders plusVINCERE_DOMAIN(subdomain only). Missing one produces confusing auth errors—see Requirements. - Optional
VINCERE_CREATOR_IDsuppliescreator_idwhen posting comment activities (score / feedback)—some tenants require it. - Chain: search → score on position → export pipeline → map-company for top clients for weekly ops reviews.
What you get
Digital download: a ZIP you unzip into your project. Skills live under ats/vincere/ with shared _lib/ API wrappers.
Included skills
| Skill | What it does |
|---|---|
| search-candidates | Solr multi-wave search + optional pipeline mode per job (position) |
| score-candidates | Score applicants against a brief; writes results as candidate comment activities |
| write-feedback | Structured feedback from notes via POST /activity/comment |
| export-pipeline | Applications per job with candidate + position columns → Excel |
| create-job | Draft a position from intake notes; links to company (client) |
| update-candidate | Bulk PATCH candidates from CSV/Excel |
| generate-report | Pipeline + client metrics with Claude narrative |
| map-company | CRM brief: contacts, open jobs, activity signals |
Requirements
- VINCERE_API_KEY — account API key (sent as HTTP header
x-api-key) - VINCERE_ID_TOKEN — user identity token from Vincere OAuth (header
id-token) - VINCERE_DOMAIN — subdomain only, e.g.
myagencyforhttps://myagency.vincere.io - ANTHROPIC_API_KEY — Claude API
Optional: VINCERE_CREATOR_ID — numeric user id for activity creator_id when posting comments (score-candidates / write-feedback).
Compatibility
macOS and Windows (run.sh / run.ps1). Designed for Claude Code, Cursor, Copilot, and Codex workflows.
Support
Technical reference: CLAUDE.md and per-skill README files in the bundle. Release history at the bottom of this page mirrors CHANGELOG.md so you can read version notes before purchase.
Release history
Below is the same content as CHANGELOG.md in this bundle, so you can see version history before purchase. After download, both files ship together in the ZIP.
Vincere Bundle Changelog
1.0.2 (2026-04-30)
Add .env.example at the bundle root documenting environment variables for this integration (copy to .env). No skill behavior changes.
1.0.1 (2026-04-30)
Maintenance release: refreshed buyer-facing PRODUCT.md release history (mirrored from CHANGELOG.md) and rebuilt the distribution ZIP. No skill behavior changes.
1.0.0 (2026-04-29)
Initial release.
Skills included
- search-candidates: Solr multi-wave search and optional pipeline mode by position
- score-candidates: AI scoring with activity comments on candidates
- write-feedback: Structured interview feedback via activity comments
- export-pipeline: Multi-tab Excel from applications (candidate + job hydrated)
- create-job: Position creation from intake notes linked to company
- update-candidate: Bulk candidate updates from CSV/Excel
- generate-report: Pipeline analytics with Claude narrative
- map-company: Client company CRM brief (contacts, roles, activity)