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

Coding-Reference-Documentation

Coding-Reference-Documentation 收录了来自 vdeaugustine 的 13 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

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

这个仓库中的 skills

apple-progressive-disclosure
网页开发工程师

Design and implement Apple-style progressive disclosure via scrolling for web experiences. Use when building documentation/tutorial pages with sticky split-pane code reveal patterns, marketing/product pages with cinematic scroll storytelling, scroll-synced sticky media panels, IntersectionObserver-triggered section choreography, or when reducing cognitive load with one-idea-per-viewport information architecture.

2026-03-27
autonomous-coding-orchestrator
软件开发工程师

Orchestrate coding tasks autonomously by decomposing work, spawning safe parallel subagents, assigning the smallest capable model, and integrating results cleanly. Use when a task benefits from independent workstreams, fast implementation, targeted validation, or explicit multi-agent execution.

2026-03-27
debugging-expert
软件开发工程师

An elite debugging and code review agent operating at the intersection of formal verification, systematic analysis, and practical software engineering.

2026-03-27
code-audit-agent-splitter
软件质量保证分析师与测试员

Perform production-grade code audits focused on correctness, bugs, crashes, security, performance, maintainability, and best practices, then package the findings into independent, merge-safe work units for separate AI coding agents. Use when a user asks for a deep code review, audit, hardening pass, bug hunt, security/performance review, or wants findings split into copy-pasteable agent prompts with minimal file overlap.

2026-03-27
ux-design-expert
网页与数字界面设计师

Award-level UX/UI design guidance for mobile and web products with implementation-ready specs. Use when users ask for end-to-end UX design, screen/system design, interaction design, accessibility reviews, design critiques, or UX rationale grounded in user psychology and platform conventions.

2026-03-27
firebase-hosting-deployment
软件开发工程师

Deploy a web app to Firebase Hosting with branch confirmation, optional build verification, and deploy output checks. Use when asked to publish a site to Firebase Hosting, confirm the target branch before deploying, run a build step first if the project has one, or handle Firebase CLI deployment errors.

2026-03-27
git-commit
软件开发工程师

Prepare a git commit by analyzing staged and unstaged changes, drafting a commit message from the diff, and creating the commit. Use when the user asks to commit changes, summarize work into a commit message, or wants help deciding what should be included in the commit.

2026-03-27
merge-conflict-minimal-resolver
软件开发工程师

Resolve Git merge conflicts with a least-invasive strategy that preserves existing behavior and as much content as possible. Use when files contain conflict markers, rebase/cherry-pick/merge stops on conflicts, or a branch needs safe conflict resolution that synthesizes both sides where compatible and chooses the best side only when coexistence is not possible.

2026-03-27
remotion-video
软件开发工程师

使用 Remotion 框架以编程方式创建视频。Remotion 让你用 React 组件定义视频内容,支持动画、字幕、音乐可视化等。 触发词: - "用代码做视频"、"编程视频"、"React 视频" - "Remotion"、"remotion" - "/remotion-video" 适用场景: - 程序化视频:(1) 批量生成 (2) 数据驱动(如年度总结)(3) 音乐可视化 (4) 自动字幕 - 教程讲解视频:(5) 技术概念可视化(如 CNN、算法)(6) 分层递进讲解 (7) AI 配音教程 - 3D 视频:(8) 产品展示/模型动画 (9) 卡通角色讲解 (10) 3D 数据可视化 (11) Logo 动画

2026-03-27
subagent-workflow
软件开发工程师

Break a task into parallel subagent workloads, assign each workload to an appropriate agent type, keep the main thread moving on the critical path, wait only when blocked, and consolidate results back into one answer. Use when the user explicitly asks to use subagents, spawn agents, delegate in parallel, run multiple agents concurrently, split work one-agent-per-item, or otherwise requests parallel agent execution.

2026-03-27
swiftui-sheet-item-fixer
软件开发工程师

Find and fix SwiftUI presentation race patterns where `.sheet(isPresented:)`, `.fullScreenCover(isPresented:)`, or `.popover(isPresented:)` depends on optional selected data and can render nil on first presentation. Use when a codebase has optional selection state plus separate presentation booleans, `if let` guards inside presentation closures, or delayed/async state updates that present with stale data.

2026-03-27
webapp-compile-run-check
软件开发工程师

Verify that a web application compiles and starts without runtime startup errors, then report actionable fixes when failures occur. Use when users ask to make a website/app build cleanly, run locally without issues, or troubleshoot compile/startup problems in React, TypeScript, Vite, or similar Node-based web projects.

2026-03-27
xcode-compile-fixer
软件开发工程师

Make Xcode apps compile cleanly across all project schemes and supported Apple platforms by running xcodebuild, collecting warnings/errors, and iteratively fixing issues until there are zero warnings and zero errors. Use when the user asks to make a Swift/Xcode project compile, clean build failures, remove build warnings, or verify clean builds for iOS/macOS/tvOS/watchOS/visionOS targets.

2026-03-27