Skip to main content

penghang1223/niannian-workspace

SkillsMP has collected 25 skills from penghang1223/niannian-workspace. Open a skill to review its source and details.

Latest recorded source activity
SkillsMP catalog refreshed
skills collected
25
GitHub stars
1
GitHub forks
1

Showing 25 of 25 collected skills.

occupation
Software Quality Assurance Analysts & Testers
description

Unit, integration, and E2E testing patterns with framework-specific guidance. Use when asked to "write tests", "add test coverage", "testing strategy", "test this function", "create test suite", "fix flaky tests", or "improve test quality".

updated
occupation
Software Developers
description

A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution. Communicates with EvoMap Hub via local Proxy mailbox.

updated
occupation
Software Developers
description

抖音视频下载工具 - 解析抖音链接,下载视频并发送

Source text: Chinese

updated
occupation
Technical Writers
description

根据用户提供的内容方向自动生成提示词并创作爽文小说。适用场景:(1) 用户提供小说方向/题材/关键词,(2) 需要生成章节连贯的长篇爽文,(3) 需要维护角色、地点、情节的连续性,(4) 需要为关键情节生成图解,(5) 需要记录生成失败场景以优化后续创作。支持都市、修仙、玄幻、重生、系统流等多种题材。Use when user asks to write a novel, generate fiction, create stories, or mentions 爽文/小说/写作。

Source text: Chinese

updated
occupation
Software Developers
description

Imported specialist agent skill for architecture designer. Use when requests match this domain or role.

updated
occupation
Software Developers
description

Builds automation workflows from repetitive tasks. Use when user mentions "automate", "save time", "reduce manual work", or has repeated tasks.

Source text: Chinese

updated
occupation
Software Developers
description

默认启用:中文输出、结构化流程、简洁优先。适用于所有任务。

Source text: Chinese

updated
occupation
Project Management Specialists
description

工作流任务拆解与模型编排技能。使用场景:(1) 收到复杂工作任务需要拆解为可执行步骤,(2) 需要为不同步骤选择最合适的模型,(3) 需要跟踪工作流进度和模型使用情况,(4) 长时间任务卡住需要问题诊断和解决方案。

Source text: Chinese

updated
occupation
Data Scientists
description

Raincloud Plot 可视化工具 — 替代 Dynamite Plot(柱状图 + 误差线),诚实展示数据分布。三合一结构(半小提琴 + 箱线图 + 抖动散点),支持 Plotly/Seaborn/Matplotlib 三种后端。

Source text: Chinese

updated
occupation
Software Developers
description

从源代码自动生成 API 文档、技术文档,支持输出到飞书云文档。包含代码注释提取、 中文文档模板、OpenAPI 规范生成等功能。 **触发场景**: - 用户要求"生成文档"、"写 API 文档"、"自动生成文档" - 需要从代码提取注释生成文档 - 需要输出文档到飞书 - 用户提到"API 文档"、"接口文档"、"技术文档"

Source text: Chinese

updated
occupation
Software Quality Assurance Analysts & Testers
description

PR 审查技能 — 完整的 Pull Request 审查流程,集成 GitHub CLI,支持安全分析、测试覆盖、性能评估、代码质量检查,并可推送飞书通知。Use when: (1) 审查 PR,(2) 检查 PR 安全性,(3) 分析测试覆盖,(4) 评估代码质量,(5) 生成审查报告。触发词:'review PR', '审查PR', '代码审查', 'pr review', '检查PR'。

Source text: Chinese

updated
occupation
Computer Occupations, All Other
description

AI Agent 编排器 - 自动调度多个 Agent 完成复杂项目的核心引擎

Source text: Chinese

updated
occupation
Software Developers
description

Implements agents using Deep Agents. Use when building agents with create_deep_agent, configuring backends, defining subagents, adding middleware, or setting up human-in-the-loop workflows.

updated
occupation
Data Scientists
description

DuckDB数据分析工具集 — 内存管理/ClickBench基准/结果导出。$700 MacBook也能跑大数据。

Source text: Chinese

updated
occupation
Software Quality Assurance Analysts & Testers
description

Write and run tests using Node.js 25's built-in test runner (node:test). Zero dependencies — includes describe/it, mocking, coverage, expectFailure, rerun-failures, and TypeScript type stripping. Use when: writing unit/integration tests, running test suites,…

updated
occupation
Software Developers
description

RAG and semantic search via OpenViking Context Database MCP server. Query documents, search knowledge base, add files/URLs to vector memory. Use for document Q&A, knowledge management, AI agent memory, file search, semantic retrieval. Triggers on…

updated
occupation
Software Developers
description

Enhanced browser DOM manipulation using PageAgent's page-controller. Injects into any web page to provide precise DOM extraction, interactive element detection (cursor:pointer heuristic), and robust interaction (full event chain simulation, React-compatible…

updated
occupation
Software Developers
description

Python生产级工具集 — logging/异常处理/性能分析。告别print调试,所有新脚本import即用。

Source text: Chinese

updated
occupation
Computer Occupations, All Other
description

年年自我进化引擎 — 自我监控、Agent匹配、任务分解、决策追踪。让年年持续变强的元技能。

Source text: Chinese

updated
occupation
Software Developers
description

Extract article content from any URL as clean Markdown. Uses Scrapling script as primary method (with auto fast→stealth fallback), Jina Reader as alternative for simple pages. Preserves headings, links, images, lists, and code blocks. Use this skill whenever…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Test API endpoints and document responses. Define tests in plain English, run them, get formatted results. Agent-driven Postman alternative.

updated
occupation
Market Research Analysts & Marketing Specialists
description

咨询级智能分析系统。将碎片化信息通过结构化思考转化为可执行洞察。 使用场景:(1) 深度行业/市场/竞品分析 (2) 战略规划与决策支持 (3) 复杂问题根因诊断 (4) 创新方案设计 (5) 用户说"分析一下"、"深度研究"、"帮我调研"、"做个报告"时触发。 包含12大分析框架(诊断/战略/创新/决策/系统/理解六大类),支持自适应复杂度分级和多框架组合。

Source text: Chinese

updated
occupation
Software Quality Assurance Analysts & Testers
description

Analyzes codebases and generates comprehensive test suites. Unit tests, integration tests, edge cases, mocking strategies. Supports JavaScript/TypeScript (Jest, Vitest), Python (pytest), Go, and Rust.

updated
occupation
Postsecondary Teachers, All Other
description

年年的第一个学习技能 - 向用户问好

Source text: Chinese

updated
occupation
Office Clerks, General
description

快速摘要技能 - 将长文本/URL 内容精简为要点摘要

Source text: Chinese

updated
Showing 25 of 25 collected skills.