session-management
Manage Claude Code sessions with naming, checkpointing, and resume strategies.
Script and automate repetitive tasks and workflows.
Manage Claude Code sessions with naming, checkpointing, and resume strategies.
detailed development workflow with modular patterns for git, code review, testing, documentation, and deployment
Configure GitHub Actions CI/CD workflows for automated testing, linting, and deployment pipelines.
Detect codebase bloat via progressive analysis: dead code, duplication, complexity, and doc bloat
Generate Makefiles with testing, linting, formatting, and automation targets for new projects.
Bump versions, update changelogs, and coordinate version changes across files for releases
Standardize release approvals with GitHub-aware checklists and deployment gate validation
Update documentation after code changes with quality gates, slop detection, consolidation, and accuracy verification.
Interactive project initialization with git setup, workflows, hooks, and build configuration. project setup, initialization, scaffold, bootstrap, new project.
Audit Makefiles for build correctness, portability, and recipe duplication
Merge report and analysis artifacts into permanent docs, then delete source files
Map file structure and organization for downstream review and refactoring workflows
Verify workspace state, staged changes, and preflight checks before commits or PRs
Guides systematic code refactoring following the DRY (Don't Repeat Yourself) principle. Use when user asks to eliminate code duplication, refactor repetitive code, apply DRY principle, or mentions code smells like copy-paste, magic numbers, or repeated logic. Implements a 4-step workflow from identifying repetition to verified refactoring.
⚡ PRIMARY SKILL for: 'how does X work', 'investigate', 'analyze architecture', 'trace flow', 'find implementations'. PREREQUISITE: code-search-selector must validate tool choice. Launches codebase-detective with claudemem INDEXED MEMORY.
Proof artifact generation patterns for task validation. Covers screenshots, test results, deployments, and confidence scoring.
💡 Tool selector for code search tasks. Helps choose between semantic search (claudemem) and native tools (Grep/Glob) based on query type. Semantic search recommended for: 'how does X work', 'find all', 'audit', 'investigate', 'architecture'.
On-demand performance and optimization analysis. Use when identifying bottlenecks, improving build times, reducing bundle size, or optimizing code performance. Trigger keywords - "optimize", "performance", "bottleneck", "bundle size", "build time", "speed up".
Use when detecting project technology stack from files/configs/directory structure, auto-loading framework-specific skills, or analyzing multi-stack fullstack projects (e.g., React + Go).