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
18d 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
8d 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
18d 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
1d 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
22h 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
18d 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
19d ago
0
@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
18d 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
18d ago
4740
@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
18d 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
18d 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
18d ago
360
@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
18d 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
19d ago
0
@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
18d 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
19d 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
18d 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+3 more
8d 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
18d ago
19.4K0
@Laxmi884
MCP

Mcp Server

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

mcpgithubai
Laxmi884/Rendercv
19d ago
0
@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
18d 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
19d 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+3 more
16h 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
18d 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
13d ago
50
@xllinbupt
MCP

Liepin Jobs

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

mcpgithubsearch
xllinbupt/MCP2skill
19d 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
19d 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
18d ago
26.4K0
@devilsfave
MCP

Dagpipe

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

mcpgithubaillm
devilsfave/dagpipe
19d ago
0