Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
git-batch-commit
Intelligently detects when too many files are staged and automatically groups them by feature or functionality using Conventional Commits with user language preference
chaorenex1/coding-workflow 1
-
tech-stack-evaluator
Comprehensive technology stack evaluation and comparison tool with TCO analysis, security assessment, and intelligent recommendations for engineering teams
chaorenex1/coding-workflow 1
-
cross-platform-command-generator
Generates cross-platform commands and scripts for Linux, macOS, and Windows with security validation and compatibility guidance
chaorenex1/coding-workflow 1
-
repo-analyzer
Code repository analysis and technical documentation generation skill
chaorenex1/coding-workflow 1
-
interview-master
This skill should be used when the user asks to "generate interview questions", "prepare for interview", "optimize resume", "conduct mock interview", "analyze git commits for resume", "generate resume from code", "review my resume", or mentions interview preparation, career assistance, or extracting project experience from git history. Provides comprehensive interview and career development guidance for both job seekers and interviewers.
chaorenex1/coding-workflow 1
-
knowledge-distiller
根据用户需求检索项目代码,提取事实、模式、决策链条,并以自然语言生成一个或多个非代码知识文档到 /docs/kb/
chaorenex1/coding-workflow 1
-
github-stars-analyzer
Analyzes GitHub repository data to generate comprehensive research reports about stars, popularity trends, and comparative insights
chaorenex1/coding-workflow 1
-
tts
Text-to-speech and voice narration. Triggers on: "朗读这段", "配音", "TTS",
"语音合成", "text to speech", "read this aloud", "convert to speech",
"voice narration", "read aloud".
marswaveai/skills 37
-
explainer
Create explainer videos with narration and AI-generated visuals. Triggers on:
"解说视频", "explainer video", "explain this as a video", "tutorial video",
"introduce X (video)", "解释一下XX(视频形式)".
marswaveai/skills 37
-
content-parser
Extract and parse content from URLs. Triggers on: user provides a URL to extract
content from, another skill needs to parse source material, "parse this URL",
"extract content", "解析链接", "提取内容".
marswaveai/skills 37
-
image-gen
Generate AI images from text prompts. Triggers on: "生成图片", "画一张",
"AI图", "generate image", "配图", "create picture", "draw", "visualize",
"generate an image".
marswaveai/skills 37
-
podcast
Create podcasts from topics, URLs, or text. Triggers on: "做播客", "podcast",
"播客", "录一期节目", "chat about", "discuss", "debate", "dialogue",
"make a podcast about".
marswaveai/skills 37
-
creator
Creator workflow — generate platform-ready content packages. Triggers on:
"创作", "写公众号", "小红书", "口播", "creator", "content workflow",
"帮我写一篇", "生成内容", "write an article", "create content".
marswaveai/skills 37
-
listenhub
DEPRECATED — replaced by individual skills. Use when the user triggers any
ListenHub action: "make a podcast", "explainer video", "read aloud", "TTS",
"generate image", "解说视频", "播客", "朗读", "生成图片".
marswaveai/skills 37
-
asr
Transcribe audio files to text using local speech recognition. Triggers on:
"转录", "transcribe", "语音转文字", "ASR", "识别音频", "把这段音频转成文字".
marswaveai/skills 37
-
bug-hunt
Systematically debug issues using Sherpa's Bug Hunt workflow. Activates when fixing bugs, investigating errors, debugging broken functionality, or handling regressions. Prevents symptom-fixing by enforcing reproduction-first approach.
anortham/sherpa 2
-
tdd-cycle
Follow strict TDD methodology using Sherpa's workflow enforcement. Activates when implementing new features, adding functionality, or building code that requires tests. Ensures RED-GREEN-REFACTOR discipline with guide check/done tracking.
anortham/sherpa 2
-
systematic-development
Use Sherpa's systematic development workflow for general coding tasks. Activates when starting development work, adding features, or implementing functionality. Ensures guide check before coding and guide done after completion for progress tracking and celebrations.
anortham/sherpa 2
-
battery-selector
Helps choose the right battery type and charging solution for Arduino/ESP32/RP2040 projects. Use when user asks about battery options, charging circuits, power source selection, or says "what battery should I use". Covers chemistry selection, safety, voltage regulation, and charging circuits.
wedsamuel1230/arduino-skills 8
-
circuit-debugger
Systematic hardware debugging guide for Arduino/ESP32/RP2040 circuits. Use when user reports: circuit not working, components getting hot, no power, intermittent failures, unexpected behavior, sensor not responding, LED not lighting, motor not spinning. Guides through power checks, continuity testing, signal tracing, and component isolation using multimeter techniques.
wedsamuel1230/arduino-skills 8
-
bom-generator
Generates Bill of Materials (BOM) from project descriptions for Arduino/ESP32/RP2040 projects. Use when user needs component lists, parts shopping lists, cost estimates, or asks "what parts do I need". Outputs formatted BOMs with part numbers, quantities, suppliers (DigiKey, Mouser, Amazon, AliExpress), and compatibility warnings. Run scripts/generate_bom.py for xlsx/csv export.
wedsamuel1230/arduino-skills 8
-
readme-generator
Auto-generates professional README.md files for Arduino/ESP32/RP2040 projects following open-source best practices. Use when user wants to document their project for GitHub, needs help writing a README, or says "make my project shareable". Follows awesome-readme standards with sections for Overview, Hardware, Software, Setup, Usage, Troubleshooting, and Contributing.
wedsamuel1230/arduino-skills 8
-
power-budget-calculator
Calculates total power consumption and battery life for Arduino/ESP32/RP2040 projects. Use when user asks about battery life, power requirements, current draw, or needs to estimate runtime. Includes sleep mode analysis, power optimization tips, and battery sizing recommendations. Run scripts/calculate_power.py for accurate calculations.
wedsamuel1230/arduino-skills 8
-
arduino-serial-monitor
Tools for reading and analyzing Arduino serial monitor output for enhanced debugging. Provides real-time monitoring, data logging, filtering, and pattern matching to help troubleshoot Arduino sketches using arduino-cli or Arduino IDE.
wedsamuel1230/arduino-skills 8