zrxparley/pre-sales-expert-team
售前架构师专属 Multi-Agent 专家团系统。7大专家智能协作,打通从线索评估到代码落地的完整工作流。
售前架构师专属 Multi-Agent 专家团系统。7大专家智能协作,打通从线索评估到代码落地的完整工作流。
npx skills add zrxparley/pre-sales-expert-team售前架构师专属 Multi-Agent 专家团系统。7大专家智能协作,打通从线索评估到代码落地的完整工作流。
Golang performance optimization patterns and methodology - if X bottleneck, then apply Y. Covers allocation reduction, CPU efficiency, memory layout, GC tuning, pooling, caching, and hot-path optimization. Use when profiling or benchmarks have identified a bottleneck and you need the right optimization pattern to fix it. Also use when performing performance code review to suggest improvements or benchmarks that could help identify quick performance gains. Not for measurement methodology (→ See `samber/cc-skills-golang@golang-benchmark` skill) or debugging workflow (→ See `samber/cc-skills-golang@golang-troubleshooting` skill).
Five-step method skill for AI agents: Question → Delete → Simplify → Accelerate → Automate.
Personal Codex skills monorepo with reusable local skills for high-signal engineering communication and truthful CV/LinkedIn positioning
A niche productivity agent designed to analyze hydration ratios and convert bread baking schedules.
End-to-end testing patterns with Playwright for full-stack Python/React applications. Use when writing E2E tests for complete user workflows (login, CRUD, navigation), critical path regression tests, or cross-browser validation. Covers test structure, page object model, selector strategy (data-testid > role > label), wait strategies, auth state reuse, test data management, and CI integration. Does NOT cover unit tests or component tests (use pytest-patterns or react-testing-patterns).
Reusable AI agent skills for coding workflows, shared as installable SKILL.md files for tools like Cursor, Claude, Codex, and other AI coding agents.