Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

MetaDoc

MetaDoc 收录了来自 JaredYe04 的 8 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
8
Stars
5
更新
2026-04-12
Forks
0
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

coding-experience-outline
软件开发工程师

从大纲视图闪动抽搐问题中总结的编码经验教训,包括 CSS 自定义属性正确使用、Vue 响应式边界、DOM 操作与 CSS 变量选择等

2026-04-12
i18n-locale-sync
软件开发工程师

Keeps MetaDoc UI locales in sync with zh_cn as the blueprint. Prefer running locales/i18n_keys.py (query/prefix/apply) instead of reading huge JSON. Use when fixing missing i18n keys, adding locale strings, or improving translation quality. Trigger: i18n, locales, i18n_keys, missing key, 翻译, 多语言, intlify Not found key.

2026-04-10
unified-action-menu
网页开发工程师

MetaDoc 统一操作菜单规范。使用 ItemActionMenu 组件实现列表/卡片右键菜单或「...」按钮菜单,避免 shadcn DropdownMenu 与 el-dropdown 混用导致的 hover 缺失、双击触发、Dialog 内不显示等问题。使用场景:CardGrid、SessionList、配置/引擎/工具集管理界面等需要操作菜单的地方。

2026-03-16
locale-prompts-i18n
软件开发工程师

Manages AI/agent prompts in locale_prompts JSON and automates i18n (report missing keys, AI review/translate). Use when editing agent or tool prompts, adding locale_prompts keys, or running locale_prompts i18n scripts.

2026-03-07
ai-task-streaming
软件开发工程师

Integrates AI content generation with streaming output using createAiTask, StreamingContentDisplay, and centralized prompts. Use when adding or modifying features that call the LLM for content output, stream results in the UI, or manage prompt templates and i18n.

2026-03-03
metadoc-agent-cli-test
软件开发工程师

Run and test MetaDoc agent from the terminal via agent-cli (real tools, no mock). Use when testing agent tool CRUD (create/read/update/delete files and folders), debugging agent without GUI, or verifying the agent-cli TCP flow. Trigger: agent-cli, agent test, workspace CRUD, 工作区文件测试, agent 工具测试.

2026-03-03
github
软件开发工程师

使用 GitHub CLI (`gh`) 管理 Issues、Pull Requests、Workflows、Repositories 等所有 GitHub 操作。支持自动化 TODO 扫描创建 Issues、PR 管理、CI/CD 监控等功能。

2026-03-01
metadoc-agent-tools
软件开发工程师

Standardizes creating and maintaining MetaDoc agent tools. Use when adding a new tool, changing tool spec/instruction/i18n, adding or updating a Display component, or aligning tool–Display message passing in meta-doc.

2026-02-26