helper▌
10 indexed skills · max 10 per page
rust-refactor-helper
zhanghandong/rust-skills · Backend
Safe Rust refactoring with LSP-driven impact analysis and dry-run preview. \n \n Supports four refactoring actions: rename symbol, extract function, inline function, and move to module \n Performs pre-refactor analysis using LSP operations (find references, go to definition, call hierarchy) to identify all affected code locations \n Generates detailed impact reports showing definition location, all references categorized by file, and potential issues like documentation updates or public API chan
migration-helper
get-convex/agent-skills · Productivity
Plan and execute Convex schema migrations safely with zero-downtime data transformations. \n \n Covers safe additive changes (optional fields, new tables, indexes) that require no migration code, and breaking changes (required fields, type changes, renames) that need custom migration functions \n Provides patterns for batch processing, scheduled migrations via cron jobs, and dual-write strategies to maintain app availability during transitions \n Includes complete examples for common scenarios:
commit-helper
charon-fan/agent-playbook · Productivity
A skill for creating properly formatted Git commit messages following the Conventional Commits specification.
uni-helper
uni-helper/skills · Productivity
uni-helper
git-commit-helper
davila7/claude-code-templates · Productivity
Analyze staged changes and generate commit message:
cron-helper
tclawde/openclaw-skills-user · Productivity
Purpose: Guides me to use openclaw cron CLI for time-based tasks and send logs on create/remove.
commit-helper
cockroachdb/cockroach · Productivity
Help the user create properly formatted commit messages and release notes that follow CockroachDB conventions.
rust-refactor-helper
actionbook/rust-skills · Backend
Perform safe refactoring with comprehensive impact analysis.
decision-helper
shubhamsaboo/awesome-llm-apps · Productivity
Structured decision-making frameworks for evaluating options and reducing choice paralysis. \n \n Includes five decision frameworks: Pros/Cons Analysis, Decision Matrix, Cost-Benefit Analysis, SWOT Analysis, and ICE Framework (Impact × Confidence × Ease) \n Generates standardized output with option comparison, weighted criteria scoring, risk and effort assessment, and actionable recommendations \n Emphasizes upfront success criteria definition, reversibility assessment, and timeline setting to a
convex-migration-helper
get-convex/agent-skills · Productivity
Plan and execute Convex schema migrations safely with multi-deploy workflows and data transformation. \n \n Follows a predictable three-step pattern: widen schema, migrate data, narrow schema; handles online migrations where the app continues serving requests during async data updates \n Provides the @convex-dev/migrations component for batched, cursor-based pagination with state tracking, dry-run testing, progress monitoring, and automatic resume from failure \n Covers common patterns including