dev-tools-pack
v1.0.0开发者工具合集,包括Chrome扩展模板、AI代码审查、GitHub README生成器、SaaS落地页、技术博客及推文线程等。
Installation
Please help me install the skill `dev-tools-pack` from SkillHub official store.
npx skills add Sunshine-del-ux/dev-tools-pack
Developer Tools Pack
A comprehensive collection of developer productivity tools.
Included Tools
Chrome Extension Generator
Generate Chrome extension templates with popup, background script, options page support.
Code Review Assistant
AI-powered code review automation with diff analysis and PR suggestions.
GitHub README Generator
Create beautiful, professional GitHub README files with multiple templates.
SaaS Landing Page Generator
Modern SaaS landing pages with responsive design and Tailwind CSS.
Tech Blog Generator
Technical blog templates with code highlighting and SEO optimization.
Tweet Thread Generator
Create engaging Twitter threads from text, URLs, or files.
Usage
# Generate Chrome Extension
./chrome-extension-generator.sh "My Extension" "Description"
# Code Review
./code-review-assistant.sh review /path/to/code
# GitHub README
./github-readme-generator.sh "Project Name"
# SaaS Landing Page
./saas-landing-page.sh "My SaaS"
# Tech Blog
./tech-blog-generator.sh "My Blog" "Description"
# Tweet Thread
./tweet-thread-generator.sh text "Your content"
Requirements
- Bash 4.0+
- Git
Author
Sunshine-del-ux