Skip to main content
在 Manus 中运行任何 Skill
一键导入
$pwd:
ryanthedev
GitHub 创作者资料

ryanthedev

按仓库查看 3 个 GitHub 仓库中的 29 个已收集 skills,并展示近似职业覆盖。

已收集 skills
29
仓库
3
职业领域
1
更新
2026-05-28
职业覆盖
该创作者主要覆盖的职业大类。
仓库浏览

仓库与代表性 skills

#001
code-foundations
19 个 skills25622更新于 2026-05-28
占该创作者 66%
aposd-designing-deep-modules
软件开发工程师

Use when designing modules, APIs, or classes before implementation.

2026-05-28
aposd-reviewing-module-design
软件开发工程师

Use when reviewing code, assessing interfaces, during PR review, or evaluating 'is this too complex?' Triggers on: code review, design review, module complexity, interface assessment, PR review, structural analysis.

2026-05-28
aposd-simplifying-complexity
软件开发工程师

Use when code is too complex, has scattered error handling, configuration explosion, or callers doing module work. Triggers on: too complex, simplify, scattered errors, configuration proliferation, verbose error handling

2026-05-28
aposd-verifying-correctness
软件质量保证分析师与测试员

Use after implementing code. Triggers on: is it done, ready to commit, verify correctness, did I miss anything, pre-commit check.

2026-05-28
cc-control-flow-quality
计算机程序员

Use when code has deep nesting (3+ levels), complex conditionals, loop design questions, high cyclomatic complexity (McCabe >10), or callback hell. Symptoms: arrow-shaped code, repeated conditions, confusing loop exits, lengthy if-else chains

2026-05-28
cc-defensive-programming
软件开发工程师

Use when auditing defensive code, designing barricades, choosing assertion vs error handling, or deciding correctness vs robustness strategy. Triggers on: empty catch blocks, missing input validation, assertions with side effects, wrong exception abstraction level, garbage in garbage out mentality, deadline pressure to skip validation, trusted source rationalization.

2026-05-28
cc-pseudocode-programming
计算机程序员

Use when designing routines, stuck on where to start coding, caught in compile-debug loops, or code works but you don't understand why. Triggers on: starting a new coding task

2026-05-28
cc-quality-practices
软件质量保证分析师与测试员

Use when planning QA, choosing review methods, designing tests, or debugging fails. Triggers on: defects found late, tests pass but production bugs, coverage disputes, review ineffective, spending excessive time debugging.

2026-05-28
当前展示该仓库 Top 8 / 19 个已收集 skills。
#002
react-native-foundations.skill
9 个 skills70更新于 2026-03-11
占该创作者 31%
coding
软件开发工程师

React Native coding guidance — consults official docs before writing code and suggests verification after. Use when writing components, implementing features, building screens, fixing queries, or adding views. Triggers on "write a component", "implement this feature", "build this screen", "add a view", "React Native code", "fix this query", "use best practices".

2026-03-11
a11y-audit
软件开发工程师

Audit accessibility of the running React Native app. Captures the accessibility tree from the iOS Simulator and checks it against React Native best practices. Triggers on "audit accessibility", "check a11y", "VoiceOver check", "accessibility issues", "screen reader test", "are labels correct".

2026-03-11
clean
软件开发工程师

Intelligent environment reset for React Native projects — diagnoses stale caches before cleaning instead of blindly nuking everything. Triggers on "clean build", "reset caches", "fresh start", "metro won't start", "build is broken", "nuclear clean", "clear derived data".

2026-03-11
debug
软件开发工程师

Debug React Native apps — view console logs, JS errors, Metro status, evaluate expressions, inspect React component tree, monitor network requests. Use for runtime debugging of JavaScript and React layers. Triggers on "console logs", "JS errors", "Metro status", "evaluate expression", "React component tree", "network requests", "debug".

2026-03-11
deeplink-test
软件质量保证分析师与测试员

Test deep links and URL schemes in the iOS Simulator. Reads navigation/linking config, constructs test URLs, fires them via xcrun simctl, and verifies the resulting screen. Triggers on "test deep link", "test this URL scheme", "verify navigation to", "does deeplink work", "open URL in simulator", "test universal link".

2026-03-11
diagnose
软件开发工程师

Diagnose React Native errors by cross-referencing error text against docs, error pattern database, and project config. Use for build failures, red screens, runtime crashes, and dependency issues. Triggers on "diagnose this error", "why is my build failing", "what does this red screen mean", "Unable to resolve module", "null is not an object", "Invariant Violation", "pod install failed", "gradlew failed", "EACCES", "metro error".

2026-03-11
docs
软件开发工程师

Search React Native official documentation. Use when answering questions about React Native APIs, components, hooks, layout, navigation, native modules, or platform-specific behavior. Triggers on "React Native", "RN docs", "how does View work", "FlatList props", "native module", "new architecture".

2026-03-11
ios-sim
软件开发工程师

Control the iOS Simulator — tap, type, swipe, screenshot, record video, install and launch apps. Use when interacting with the iOS simulator during React Native development. Triggers on "simulator", "tap", "swipe", "screenshot of simulator", "install app", "launch app", "what's on screen", "record video", "accessibility tree", "tap by label", "tap by id", "list elements", "go back", "scroll to top", "scroll to bottom".

2026-03-11
当前展示该仓库 Top 8 / 9 个已收集 skills。
#003
design-for-ai
1 个 skills17825更新于 2026-03-09
占该创作者 3.4%
已展示 3 / 3 个仓库
已展示全部仓库