Showing 30 of 27367 results
Summarize current Claude Code session with todo state, key decisions, and blockers for resuming in fresh session
from nitromike502/meckert-claude-code-marketplace
ใปใใทใงใณใ่ฆ็ดใปใจใฏในใใผใใๅญฆใณใ่จ้ฒใใใฉใฎใใญใธใงใฏใใงใไฝฟใใใ
Session productivity tools for Claude Code. Includes self-assess for auditing sessions for errors, inefficiencies, and repeated workarounds.
Track Claude sessions with auto-generated names in MODLR database
Project memory: one field of markdown pages per project, captured by an end-of-session sweep and injected at session start.
Keeps a session log a fresh Claude Code conversation rehydrates from: /session start, entry, end, close, and the tool that gates every commit against it
sessions โ lifecycle and analytics for agent conversation transcripts. `/sessions:continue` (and top-level `/continue` / `/recover`) loads prior work and finishes it in this session โ reattach only when genuinely live; group- and crash-recover capable. `/sessions:insights` (and `/insights`) is the conductor over `agents insights`, `agents trends`, `agents perf`, and `agents sessions stats` โ one evidence-backed action list, no separate trends/perf plugin commands. `/sessions:restore` re-opens crashed sessions as terminal windows. `/sessions:finish` (and top-level `/finish`) drives the current task to fully delivered โ verify E2E, docs, commit, PR, release, close the ticket; never stops at a recap or partial handoff. `/sessions:fork` (and top-level `/fork`) branches this conversation into a new independent session. `/sessions:search` (and top-level `/recall`) pulls ranked, snippet-level context from prior sessions on a topic โ layers `agents sessions` CLI discovery with a bundled stdlib-only `recall.py` fallback that recovers assistant answers the index never stores (it only indexes user turns + title/topic/project, never assistant text or tool I/O). Instructions live in skills; commands only invoke those skills (harness-friendly: many agents prefer skills over slash commands). `finish`/`insights`/`fork` keep one command door each (top-level alias only, no duplicate plugin-namespaced command).
Search and analyze past Claude Code session transcripts โ sessions CLI for listing, grepping, rendering, and tool-usage stats over the ~/.claude JSONL history
Back up and restore Claude Code user settings to a dedicated git repo โ routine-compatible for automated backups
Back up and restore Claude Code user settings to a dedicated git repo โ routine-compatible for automated backups
Project setup jobs in one plugin. Investigates a repository and provisions it โ plugins, tools, framework best-practice references, and a seeded knowledge base โ then installs the adaptive statusline and indexes every skill reachable from the project into browsable markdown.
Orquestador: instala el setup completo (skill inicializar-custom).
Set up the engineering workflow's per-repo context: an `## Agent skills` block in AGENTS.md/CLAUDE.md plus `docs/agents/` capturing the issue tracker (GitHub, GitLab, or local markdown), triage label vocabulary, and domain doc layout, with the full workflow skill map recorded as a reference inventory.
Configure this repo for the engineering skills โ set up its issue tracker, triage label vocabulary, and domain doc layout.
Configure this repo for the engineering skills โ set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.
Optional bootstrap for review-chain: TODO.md template, orchestrator as default agent, generic CLAUDE.md section.
Installs skills from a user-curated manifest (~/.claude/skill-manifest.json) into the current project's .claude/skills/ โ symlinks local skills, runs `npx skills add` for third-party ones, and advises `/plugin install` for native Claude plugins. Optionally scans the project for trigger files and pre-selects recommended matches. Ships a starter manifest as skill-manifest.example.json.
Severity level classification and prompt improvement for marketplace plugins. Assigns severity ratings (S1-Critical through S4-Low) and enhances plugin prompts for clarity, safety, and effectiveness.
Guides you from requirements to working code โ define a spec, implement it, and generate docs, all from your terminal. Installs as a Claude Code plugin, or as skills on 15+ other agent hosts.
Salesforce solution architect skill: pushes back on vague requirements, verifies platform facts against official Salesforce docs (live fetch, never memory), designs declarative-first to Well-Architected standards, and produces an approved solution plan before any build.