Code Development Assistant Plus
Paste the following prompt into your AI chat to install this skill:
Please install @user_638e256a/code-assistant-plus following https://skillhub.cn/install/skillhub.md.
About this skill
The Problem
Many development workflows lack a connected path from scaffolding to acceptance. A new skill may be missing required files, a crawler may need anti-detection and risk analysis, code review can stay superficial, test generation and execution may not close the loop, and project audits often lack a consistent A-F quality baseline. code-assistant-plus targets this fragmentation by organizing common development actions into a command-based workflow.
How It Works and Where It Fits
The skill is described as pure orchestration with zero external dependencies and 14 commands. The main path includes:
- Skill scaffolding:
skill-gencreates a skeleton withmain.py,SKILL.md, andrequirements.txt;skill-validatechecks file and code completeness. - Crawler assistance:
crawl-antianalyzes anti-crawling mechanisms and bypass strategies;crawl-gengenerates scripts with seven anti-detection strategies, incremental crawling, and resume support. - Quality loop:
code-reviewcovers security, performance, conventions, errors, and architecture;code-qualityproduces an A-F score;test-genandtest-runsupport pytest, Jest, and JUnit testing. - Repair and audits:
code-fix,code-optimize,code-refactor, andcode-benchmarkaddress bugs, performance, refactoring, and benchmarks;project-auditandproject-qualityassess structure, dependencies, tests, documentation, CI, security, and debt.
It fits developers who need fast workflow scaffolding, code health checks, and actionable improvement items. The boundary is that it is a process-orchestration aid, not a release gate; fixes still need human validation, and scraping must respect target-site rules and legal requirements.
Use Cases
- When creating a new skill, scaffold main.py, SKILL.md, and dependency files, then validate the skeleton.
- When taking over a legacy module, review security, performance, and errors, then produce an A-F score and tests.
- When building a price-crawling script, analyze anti-crawl mechanisms, then generate a crawler with resume support.
- Before release, audit dependencies, tests, docs, CI, and security, then produce a quality score and fix list.
Best For
- Engineers maintaining Agent skill scaffolds who need to generate and validate skill directory structures quickly.
- Data engineers maintaining crawlers who need anti-crawl analysis and resume-capable collection scripts.
- Tech Leads running code review who want module-level checks across security, performance, and architecture.
- Project owners taking over legacy systems who need to audit dependencies, tests, CI, and security for debt.
Related Skills
A QQ bot messaging framework based on qq-botpy, covering guild, C2C, and group message flows, scheduled pushes, and troubleshooting.
Explains how to calculate N+1 severance, including service-year rounding, monthly wage base, caps, taxes, and notice pay.
Takes a name input and returns a simple hello greeting.
A BPU quantization tool for Horizon RDK S100 that handles PyTorch/ONNX calibration, stride alignment, post-processing, and board-side validation.