Coding agent documentation index Fetch the complete documentation index at: https://docs.worklittle.com/docs-agent-manifest.json Use this file to discover all available pages before exploring further.
Agent skills
Install instructions that help AI agents create more accurate Worklittle integrations.
Agent skills are portable instruction packs for coding agents. They are separate from the slash-command mentorship skills on worklittle.com chat.
Agent skills are instructions that agents use to build faster and more accurately. Worklittle publishes a small collection so agents apply current best practices for the Jobs API, Business ATS, MCP, billing, and docs discovery.
Install
Run this command in your project:
npx skills add https://docs.worklittle.com
Or install from the public GitHub mirror:
npx skills add worklittle/agent-skills
> Manually installed skills do not auto-update. Run npx skills update -y to pull the latest versions.
Skills index
The machine-readable index is at https://docs.worklittle.com/.well-known/skills/index.json.
| Skill | Product | Use when | | --- | --- | --- | | `worklittle-best-practices` | Shared | Auth, scopes, billing, grounding, REST vs MCP | | `worklittle-docs` | Shared | Looking up docs, OpenAPI, or the agent manifest | | `capability-map` | Shared | Goal > endpoint / tool / scope / skill | | `mcp-install` | Shared | Connect Cursor, VS Code, Claude, ChatGPT to MCP | | `job-search` | Jobs | Searching jobs, pagination, details vs keywords | | `market-stats` | Jobs | Free aggregates, salary averages (not listing roles) | | `job-alerts` | Jobs | Consumer Settings job-alert email (not a public API) | | `apply-with-ai` | Jobs | Apply for jobs | | `resume-cover-letter` | Jobs | Resume and cover letter generation | | `post-a-job` | Business | Publish employer listings | | `candidates` | Business | Pipeline, interviews, offers, hiring email, webhooks | | `employees` | Business | Roster, attendance calendar, email, org webhooks |
If npx skills is unavailable, fetch the index with curl, then download files under https://docs.worklittle.com/.well-known/skills/<skill-name>/.
See also
- Agent Quickstart - install skills, then route Jobs vs Business from the user's goal - Agent skill file: https://docs.worklittle.com/agent-onboarding/SKILL.md - Worklittle MCP - live tools for agents - API keys - create a sk-wl-api01- key - Capability map - goal > endpoint / tool / scope - Tool chains - call order that works - GitHub: worklittle/agent-skills