explainx.ainewsletter3.5k
ai newstrendingpathwaysworkshopsskills
pricing
workshops ↗
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

custom AI agents

[email protected]

get started

Join · $29/mo

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serverstoolsagentsllmsdesignsagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsblogreleasespromptsgeneratorsresource librarydemofor LLMs

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

Sister Products

Infloq

Infloq

Influencer marketing

BgBlur

BgBlur

Privacy-first blur

Olly Social

Olly Social

Social AI copilot

Ceptory

Ceptory

Video intelligence

BgRemover

BgRemover

Background removal

newsletter · weekly

Get AI news, tools, and insights in your inbox.

contactsupportprivacytermsdata rightssubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

home/skills/tag/helper
skill tag

helper▌

10 indexed skills · max 10 per page

skills (10)

decision-helper

shubhamsaboo/awesome-llm-apps · Productivity

1

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

rust-refactor-helper

actionbook/rust-skills · Backend

1

Perform safe refactoring with comprehensive impact analysis.

rust-refactor-helper

zhanghandong/rust-skills · Backend

1

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

0

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

0

A skill for creating properly formatted Git commit messages following the Conventional Commits specification.

uni-helper

uni-helper/skills · Productivity

0

uni-helper

git-commit-helper

davila7/claude-code-templates · Productivity

0

Analyze staged changes and generate commit message:

cron-helper

tclawde/openclaw-skills-user · Productivity

0

Purpose: Guides me to use openclaw cron CLI for time-based tasks and send logs on create/remove.

commit-helper

cockroachdb/cockroach · Productivity

0

Help the user create properly formatted commit messages and release notes that follow CockroachDB conventions.

convex-migration-helper

get-convex/agent-skills · Productivity

0

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