Skills

All Skills

resume

Skills tagged with #resume

@DogaOztuzun

bmad-story-cycle

Full epic development cycle: all stories implemented, verified, reviewed, and merged in sequence. Use when user says "dev epic N", "run story cycle", "implement epic [N]", or "story cycle [N.M]" to resume from a specific story.

DogaOztuzun/branchdeck+3 more
2mo ago
170
@mattbaconz

⚡ signal-ckpt — Manual Checkpoint

Collapse the session into a ≤50 token state atom. Drop all prior history. Resume from the atom.

mattbaconz/signal+6 more
2mo ago
90
@AmruthPillai

resume-builder

Generate professional resumes that conform to the Reactive Resume schema. Use when the user wants to create, build, or generate a resume through conversational AI, or asks about resume structure, sections, or content. This skill guides the agent to ask clarifying questions, avoid hallucination, and produce valid JSON output for https://rxresu.me.

AmruthPillai/Reactive-Resume
2mo ago
35.9K0
@Ethan-YS

project-brain

A folder structure + collaboration protocol for persistent project context across AI sessions. Use it to scaffold a `brain/` folder in the user's project, resume work from an existing one, or update entries when work happens.

Ethan-YS/project-brain
2mo ago
260
@ksmeltzer

praxis

Adversarial, Multi-Agent Career Knowledge Base & Resume Pipeline. Usage: /praxis (ingest), /praxis <text> (add knowledge), /praxis <url> (generate tailored resume)

ksmeltzer/Praxis
1mo ago
50
@regression-io

flush

Save current session context to a resumable document. Use when ending a session, switching tasks, or wanting to preserve context for later continuation.

regression-io/coder-config+1 more
2mo ago
400
@ay-bh

chat-history

Search, inspect, and export Claude Code and Cursor conversation history. Use when the user asks about past conversations, wants to find a previous session, needs to search chat history, wants a summary of what they worked on, or asks to resume a session. Also use when the user says "what did I work on", "find that conversation where I...", "show me my recent sessions", or "search my history for...".

ay-bh/chat-history
2mo ago
0
@KimYx0207

Governed execution layer for AI coding assistants: clarify intent, route capabilities, review evidence, verify results, and write back lessons across Claude Code, Codex, OpenClaw, and Cursor.

Save current project task progress to local task state file for cross-session continuity. Use when the user asks to save progress, uses an equivalent localized trigger phrase, the session is interrupted, or the user wants to resume work later. Writes to .claude/project-task-state.json so next session can load it via SessionStart hook.

KimYx0207/Meta_Kim+2 more
29d ago
1720
@lucianlamp

Boot Skill

Boot orchestrator. The SessionStart hook provides these values in the hook context: - `Session started (startup|resume)` — event source - `SOUL.md status: exists|missing` — pre-checked by hook - `Current transcript: <path>` — current session's JSONL (always present) - `Previous session transcr

lucianlamp/CCCBot+6 more
2mo ago
80
@JordanCoin

codemap

Analyze codebase structure, dependencies, changes, and cross-agent handoffs. Use when user asks about project structure, where code is located, how files connect, what changed, how to resume work, or before starting any coding task.

JordanCoin/codemap+1 more
2mo ago
4740
@Mahashwetha

fit-check

Score a job posting's fit against your resume using Gemini. Fetches the full job description and returns a score, strengths, gaps, and recommendation. Triggers on phrases like "fit-check <url>", "is this a good fit <url>", "check fit for <url>", "score this job <url>".

Mahashwetha/Job-search-email-system-claude+4 more
29d ago
50
@devallibus

shiplog

Git-as-knowledge-graph workflow for traceability. Use when planning work, brainstorming designs, creating/managing issues and PRs, tracking architectural decisions, or resuming prior sessions. Slash command /shiplog.

devallibus/shiplog
2mo ago
460
@ngvoicu

Spec Mint Core

Turn ephemeral plans into structured, persistent specs built through deep research and iterative interviews. Specs have phases, tasks, acceptance criteria, a registry, resume context, a decision log, and a deviations log. They live in `.specs/` at the project root and work with any AI coding tool th

ngvoicu/specmint-core
2mo ago
50
@littlebearapps

codex-opencode-pi

Codex CLI, OpenCode CLI, and Pi CLI runner protocols for Untether. Covers JSONL event types, event translation, resume mechanisms, and key differences between engines. All three are non-interactive (no control channel).

littlebearapps/untether+4 more
2mo ago
360
@zhiweio

resume-generation

Generate a highly targeted YAML resume from a Job Description. Use when the user provides a JD (job description, job posting, job ad, role description) and asks for a tailored resume, an updated resume, a resume polish, or a resume that matches the role.

zhiweio/resume-as-code+1 more
4h ago
800
@hechtcarmel

jetbrains-debugger

Guide for using JetBrains IDE Debugger MCP tools to programmatically debug applications. TRIGGER when ANY of these MCP tools are available: list_run_configurations, execute_run_configuration, start_debug_session, stop_debug_session, get_debug_session_status, list_debug_sessions, set_breakpoint, remove_breakpoint, list_breakpoints, resume_execution, pause_execution, step_over, step_into, step_out, run_to_line, get_stack_trace, select_stack_frame, list_threads, get_variables, set_variable, get_source_context, evaluate_expression. Use when debugging any application, investigating bugs, tracing execution flow, inspecting runtime state, or when the user says "debug", "breakpoint", "step through", "inspect variable", "why is this returning X", "trace execution", or similar debugging-related requests. PREFER the debugger over reading code and guessing when runtime behavior is unclear.

hechtcarmel/jetbrains-debugger-mcp-plugin
2mo ago
400
@6figr-com
MCP

JobGPT - Job Search Automation & Auto Apply

Job search automation, auto apply, resume builder, application tracking, and recruiter outreach

mcpgithubsearch
6figr-com/jobgpt-mcp-server
2mo ago
0
@SenolIsci

mykg

Run mykg knowledge-graph commands inside Claude Code from one slash command `/mykg`. The user describes intent in natural language (extract, append, resume, approve, walkthrough, parse-docs, fetch-web, query); the skill parses intent, builds the right `mykg` CLI command from the live `--help` output, confirms, runs it, and drives the inbox/outbox watch loop for LLM-bearing commands (extract-graph). For read-only queries, prefers MCP tools when the mykg MCP server is online, falling back to reading session files directly. Ensures `.mcp.json` is configured (with user approval). Excludes `mykg init` (interactive shell command) and `mykg merge-graphs` (follow-up planning).

SenolIsci/mykg
1d ago
430
@concord-consortium

codap-v3-build

Use when preparing a CODAP v3 release, creating release notes, updating version files, creating release PRs, tagging releases, or deploying to staging/production. Invoke with phase name or version number to resume.

concord-consortium/codap
2mo ago
1040
@slaveOftime

oly

Use when starting a long-running or interactive CLI command with oly, especially when it may need later input, should be detachable, or should keep durable logs for supervision and resume.

slaveOftime/open-relay+1 more
2mo ago
330
@ngvoicu

Spec Smith

Turn ephemeral plans into structured, persistent specs built through deep research and iterative interviews. Specs have phases, tasks, acceptance criteria, a registry, resume context, a decision log, and a deviations log. They live in `.specs/` at the project root and work with any AI coding tool th

ngvoicu/specsmith
2mo ago
50
@gaia-react

gaia

GAIA workflow router. Dispatches to the four user-invoked GAIA workflows - plan (task orchestration), handoff (session handoff doc), pickup (resume from handoff), audit (knowledge audit). Trigger on `/gaia <subcommand>` or natural-language asks like "kick off a plan", "write a handoff", "pick up where we left off", "audit the knowledge stores".

gaia-react/gaia+4 more
1mo ago
80
@steveyegge

beads

Dolt-powered issue tracker for multi-session work with dependencies and persistent memory across conversation compaction. Use when work spans sessions, has blockers, or needs context recovery after compaction. Trigger with "create task", "what's ready", "track this work", "resume after compaction". Make sure to use this skill whenever managing multi-session work, tracking dependencies, or recovering context.

issue-trackingtask-managementmulti-sessiondependencies
steveyegge/beads+1 more
2mo ago
19.4K0
@Laxmi884
MCP

Mcp Server

Generate tailored resumes via AI agents using KlevrCV. Returns a signed PDF download URL.

mcpgithubai
Laxmi884/Rendercv
2mo ago
0
@ChaosRealmsAI

Open Dynamic Workflow (odw)

odw is the **orchestration layer**. You write a small JavaScript workflow that calls `agent(prompt, opts)` nodes; odw schedules them (parallel / pipeline / budget / worktree / resume) and dispatches each node to **PandaCode**, which runs the actual AI (`codex`, `claude`, or `bamboo`) and owns accoun

ChaosRealmsAI/open-dynamic-workflow
1mo ago
50
@Varalix-Digitech-Solutions

Clone Team — Orchestrated, Resumable Website Cloning

You are the **Manager** of an agent team. Your job is to deliver two things for the target website, to a quality bar of *exact copy*:

Varalix-Digitech-Solutions/clone-team
29d ago
90
@agentscope-ai

auto-arena

Automatically evaluate and compare multiple AI models or agents without pre-existing test data. Generates test queries from a task description, collects responses from all target endpoints, auto-generates evaluation rubrics, runs pairwise comparisons via a judge model, and produces win-rate rankings with reports and charts. Supports checkpoint resume, incremental endpoint addition, and judge model hot-swap. Use when the user asks to compare, benchmark, or rank multiple models or agents on a custom task, or run an arena-style evaluation.

agentscope-ai/OpenJudge+8 more
2mo ago
4720
@snyk

implementation

Start an implementation task with proper planning, TDD workflow, and session hand-off. Use when beginning work on a Jira issue, starting a new feature, or resuming implementation work. Triggers on phrases like "start task", "begin implementation", "work on issue", or "implement feature".

snyk/snyk-ls+1 more
2mo ago
750
@suxrobGM

apply

Auto-fill job application forms via Playwright. Accepts a URL or pasted job page, reviews qualification fit, handles login, and fills forms with resume data.

suxrobGM/jobpilot+15 more
1mo ago
50
@durable-streams

getting-started

First-time setup for Durable Streams. Install @durable-streams/client, create a stream with DurableStream.create(), read with stream(), subscribe to live updates, resume from saved offsets. Covers offset semantics ("-1", "now", opaque tokens), LiveMode (false, true, "long-poll", "sse"), and StreamResponse consumption (.json(), .text(), .subscribeJson()).

durable-streams/durable-streams+7 more
2mo ago
1.4K0
@davidmatousek

~aod-build

Generate standardized checkpoint reports for multi-phase implementation projects. Use this skill when pausing implementation at strategic milestones (phase completion, user story completion, critical features) to create comprehensive progress reports with task breakdowns, metrics, knowledge base entries, and resume instructions.

davidmatousek/tachi+23 more
2mo ago
50
@rasatpetabit

masterplan

Use when the user invokes masterplan as a normal Codex chat request, $masterplan, /masterplan, /superpowers-masterplan:masterplan, asks to brainstorm, plan, execute, resume, import, doctor, status, next, retro, or clean masterplan work, or asks about existing docs/masterplan run bundles created by Claude.

rasatpetabit/superpowers-masterplan
1mo ago
50
@xllinbupt
MCP

Liepin Jobs

Liepin job search and resume workflows backed by the official Liepin MCP server.

mcpgithubsearch
xllinbupt/MCP2skill
2mo ago
0
@ebenezer-isaac
MCP

Io.Github.Ebenezer Isaac/Llmconveyors

53 tools for LLM Conveyors: job hunting, B2B sales, ATS scoring, resume tools.

mcpgithubllm
ebenezer-isaac/llmconveyors-mcp
2mo ago
0
@srbhr

backend-dev

Backend development skill for Resume Matcher. Handles FastAPI endpoints, Pydantic schemas, TinyDB operations, LiteLLM integration, and Python service logic. Use when creating or modifying backend code.

srbhr/Resume-Matcher+7 more
2mo ago
26.4K0
@devilsfave
MCP

Dagpipe

Crash-proof LLM pipelines. Resumes from failure without a database.

mcpgithubaillm
devilsfave/dagpipe
2mo ago
0