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

ManulAI

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

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

这个仓库中的 skills

copilot-chat-participant
软件开发工程师

Guidelines for modifying the VS Code Chat participant (@manulai) in src/copilotChatParticipant.ts. Covers streaming, slash commands, auto-approve state, agent mode awareness, history handling, and keeping it independent from legacy code.

2026-04-27
agent-instructions-reader
软件开发工程师

Guidelines for modifying the workspace agent instructions reader in src/agentInstructionsReader.ts. Covers file discovery, AGENTS.md/CLAUDE.md parsing, and injection into the Copilot Chat system prompt.

2026-04-26
extension-packaging
软件开发工程师

Guidelines for versioning, packaging, and releasing the ManulAI VS Code extension. Covers version bumps, VSIX builds, documentation sync, and release checks.

2026-04-26
ollama-streaming
软件开发工程师

Guidelines for modifying Ollama streaming and reasoning extraction in src/ollamaStreamParser.ts. Covers NDJSON parsing, <think> tag extraction, and integration with the Copilot Chat participant.

2026-04-26
settings-panel
软件开发工程师

Guidelines for modifying the ManulAI Settings webview panel in src/settingsPanel.ts. Covers Activity Bar registration, model fetching from Ollama, webview HTML, message passing, and VS Code settings updates.

2026-04-26
skills-reader
软件开发工程师

Guidelines for modifying the workspace skills reader in src/skillsReader.ts. Covers skill discovery, frontmatter parsing, and injection into the Copilot Chat system prompt.

2026-04-26
bump-version
软件开发工程师

Atomically bump the ManulAI extension version across all 6 required locations (package.json, package-lock.json ×2 occurrences, README.md What's New, README-dev.md Release Notes, CLAUDE.md, .github/copilot-instructions.md) and verify the build still compiles. Enforces the CLAUDE.md rule that packaging version changes update every one of these files in the same change.

2026-04-24
debug-agent-run
软件质量保证分析师与测试员

Run scripts/debug-agent.mjs against the full validated Ollama baseline (phi4-mini:3.8b, llama3.1:8b, gemma4:latest, gemma4:31b, qwen3-coder:30b) for a single user prompt. Collects pass/fail per model and reports JSONL log paths. Use this for regression testing after any change to the agent loop, recovery/nudge logic, mandate, or tool handlers.

2026-04-24
verify-docs-sync
软件开发工程师

Pre-commit sanity check for ManulAI docs. Verifies that CLAUDE.md and .github/copilot-instructions.md are byte-identical, that the version string matches across all 6 version-carrying files (package.json, package-lock.json, README.md What's New, README-dev.md Release Notes, CLAUDE.md, .github/copilot-instructions.md), and that the build still compiles. Report-only — never edits files.

2026-04-24