Agent Skill
2/7/2026

ashby-pipeline

This skill should be used when the user asks to "view pipeline", "show hiring funnel", "candidate pipeline", "recruiting stages", "move candidate", or wants to view and manage the recruiting pipeline for a job in Ashby.

J
jjeremycai
0GitHub Stars
1Views
npx skills add jjeremycai/claudekit

SKILL.md

Nameashby-pipeline
DescriptionThis skill should be used when the user asks to "view pipeline", "show hiring funnel", "candidate pipeline", "recruiting stages", "move candidate", or wants to view and manage the recruiting pipeline for a job in Ashby.

claudekit

Shared skills, commands, and agents for AI coding harnesses. Synced across machines via iCloud.

Setup

All directories are symlinked from each harness's config into this repo:

~/.claude/skills/    → claudekit/skills/     (Claude Code)
~/.claude/commands/  → claudekit/commands/    (Claude Code)
~/.claude/agents/    → claudekit/agents/      (Claude Code)
~/.codex/skills/     → claudekit/skills/      (Codex)
~/.config/opencode/skills/  → claudekit/skills/   (OpenCode)
~/.config/opencode/agent/   → claudekit/agents/   (OpenCode)
~/.config/opencode/command/ → claudekit/commands/  (OpenCode)

Codex only supports skills. Claude Code and OpenCode support all three.

Skills (21)

Auto-triggered background knowledge loaded when the agent detects a matching task.

SkillDescription
ashbyAshby ATS API reference and recruiting workflows
atlasmacOS AppleScript control for ChatGPT Atlas app
cloudflareWorkers, Pages, Sandbox SDK, MCP client, full platform
councilMulti-agent codebase exploration (spawns n=10 agents)
docsWrite, update, or generate state diagrams for docs
figmaFigma-to-code via Figma MCP server
frontend-designDesign philosophy, constraints, accessibility, React/Next.js
githubFix CI, address PR comments via gh CLI
himalayaCLI email client (IMAP/SMTP/Maildir)
humanizerRemove AI-writing patterns from text
imagegenGenerate/edit images via OpenAI Image API
investmentPopulate investment memos + add to portfolio database
missiveMissive inbox management, drafting, labeling, contacts
openai-docsQuery OpenAI developer docs MCP
pdfRead, create, fill, sign PDF/Word documents
playwrightBrowser automation via playwright-cli
shapingCollaborative solution shaping, breadboarding, slicing
spreadsheetCreate/edit/analyze xlsx/csv with Python
transcribeAudio-to-text with diarization
vercel-deployDeploy to Vercel via bundled deploy script
yeetStage, commit, push, open PR in one flow

Commands (11)

User-invoked /command actions.

CommandDescription
/ashbySearch candidates, view jobs, manage pipeline
/audit3x parallel code reviewers on changes or PRs
/extract-patternFind implementation patterns across your GitHub repos
/falGenerate images, videos, audio, 3D via fal.ai
/fixAuto-fix issues found by /audit
/frontend-designSet up frontend project (shadcn, Tailwind, etc.)
/ios-releaseBuild and upload iOS app to App Store Connect
/missiveReview inbox, draft replies, or show summary
/restaurant-researchMulti-platform restaurant research with pricing
/teamCreate an agent team for a task
/vercel-debugDiagnose and fix Vercel build failures

Agents (4)

Specialized personas spawned as subagents with specific tools and models.

AgentModelDescription
engineerinheritImplementation, fixes, debugging (4 modes)
frontend-engineeropusDistinctive UI with browser tools
code-reviewerinheritCode review and codebase audits
auth-expertopusAuth debugging (PKCE, OAuth, cookies, sessions)

Adding Components

Skill

Create skills/<name>/SKILL.md:

---
name: skill-name
description: Triggers for this skill...
---

Instructions here...

Command

Create commands/<name>.md:

---
description: What the command does
argument-hint: [optional-arg]
allowed-tools: Tool1, Tool2
---

Instructions here...

Agent

Create agents/<name>.md:

---
name: agent-name
description: When to use this agent...
tools: Read, Write, Edit, Bash
model: inherit
color: red
skills:
  - skill-name
---

Instructions here...
Skills Info
Original Name:ashby-pipelineAuthor:jjeremycai