Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

zhihu-scraper

zhihu-scraper에는 yuchenzhu-research에서 수집한 skills 15개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
15
Stars
19
업데이트
2026-06-27
Forks
6
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

zhihu-command-surface
소프트웨어 개발자

Use when changing or auditing zhihu CLI commands, help text, README command examples, or bare zhihu help semantics.

2026-06-27
zhihu-freeze-maintenance
소프트웨어 개발자

Use when maintaining this repository after v3.0.1-final, deciding scope, rejecting broad rewrites, or preparing a small stabilization change.

2026-06-27
zhihu-save-pipeline
소프트웨어 개발자

Use when changing Markdown output, image downloading, SQLite writes, save contracts, or fetch workflow persistence behavior.

2026-06-27
zhihu-config-runtime
소프트웨어 개발자

Use when modifying config schema, runtime config loading, Cookie paths, logs, browser profile paths, or local output path resolution.

2026-05-26
zhihu-docs-sync
소프트웨어 개발자

Use when updating README, README_EN, CONSTITUTION, AGENTS, install docs, command examples, or governance wording.

2026-05-26
zhihu-scraper-contracts
소프트웨어 개발자

Use when changing scraper payload parsing, typed scraper contracts, supported Zhihu URL handling, browser fallback behavior, or anti-drift tests.

2026-05-26
prd-readme-v1-standard
소프트웨어 개발자

This skill should be used when the user asks to "write a readme", "create readme", "generate readme", "improve readme", "audit readme", "review readme", "fix readme", "readme best practices", "readme standard", "perfect readme", or mentions README quality, documentation standards, or developer experience documentation.

2026-04-03
readme-writing-readme-files
소프트웨어 개발자

README quality standards for engaging, accessible, scannable content including problem-solution hooks, plain language (no unexplained jargon), acronym context, paragraph limits (≤5 lines), benefits-focused language, visual hierarchy, and progressive disclosure. Essential for creating effective README files that welcome and guide users.

2026-04-03
defensive-programming
소프트웨어 개발자

Apply when writing code that must be hard to misuse: immutability, visibility, contracts, assertions, resource safety, and type-level invariant enforcement. Trigger on mentions of const, encapsulation, access control, defensive coding, RAII, or 'harder to misuse.' Not for security against adversarial input — use the security skill for that. Language-specific idioms are in references/.

2026-04-03
documentation
소프트웨어 개발자

Apply when writing comments, docstrings, READMEs, ADRs, or any form of technical documentation. Trigger on mentions of documentation, comments, docstrings, ADRs, or explaining code. Focuses on concise, non-obvious documentation that captures business logic and decisions the code cannot express. Not for API contract documentation — use the api-design skill for that.

2026-04-03
improve-codebase-architecture
소프트웨어 개발자

Analyses codebase structure to identify unclear module boundaries and suggests architectural improvements that make the code easier to test and easier for agents to navigate. Invoke with /improve-codebase-architecture. Read-only — produces a prioritised findings report, no code changes.

2026-04-03
refactoring
소프트웨어 개발자

Apply when restructuring existing code without changing its behavior: extracting methods or classes, moving responsibilities, simplifying conditionals, improving names, or breaking dependencies in legacy code. Trigger on mentions of refactoring, code smells, extract method, legacy code, or technical debt. Language-specific idioms are in references/.

2026-04-03
audit
소프트웨어 품질 보증 분석가·테스터

Deep, multi-agent codebase quality audit. Spawns one focused agent per quality dimension in parallel, each going deep with evidence-based analysis, then synthesizes into a scored report. Use when you want a thorough assessment of a codebase's strengths, weaknesses, and risks. Also supports --checkpoint mode for layer coherence audits during orchestration.

2026-04-03
coherence-audit
소프트웨어 품질 보증 분석가·테스터

Run a cross-session coherence audit after merging a layer. Wraps /autoboard:audit with dimension selection and COHERENCE-REPORT processing. Re-invoke at the start of each new layer.

2026-04-03
testing-qa
소프트웨어 품질 보증 분석가·테스터

Comprehensive testing and QA workflow covering unit testing, integration testing, E2E testing, browser automation, and quality assurance.

2026-04-03