Skip to main content
Run any Skill in Manus
with one click
$pwd:
ryanthedev
GitHub creator profile

ryanthedev

Repository-level view of 29 collected skills across 3 GitHub repositories, including approximate occupation coverage.

skills collected
29
repositories
3
occupation fields
1
updated
2026-05-28
occupation focus
Major fields detected across this creator.
repository explorer

Repositories and representative skills

#001
code-foundations
19 skills25622updated 2026-05-28
66% of creator
aposd-designing-deep-modules
Software Developers

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

2026-05-28
aposd-reviewing-module-design
Software Developers

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
Software Developers

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
Software Quality Assurance Analysts & Testers

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
Computer Programmers

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
Software Developers

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
Computer Programmers

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
Software Quality Assurance Analysts & Testers

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
Showing top 8 of 19 collected skills in this repository.
#002
react-native-foundations.skill
9 skills70updated 2026-03-11
31% of creator
coding
Software Developers

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
Software Developers

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
Software Developers

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
Software Developers

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
Software Quality Assurance Analysts & Testers

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
Software Developers

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
Software Developers

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
Software Developers

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
Showing top 8 of 9 collected skills in this repository.
#003
design-for-ai
1 skills17825updated 2026-03-09
3.4% of creator
Showing 3 of 3 repositories
All repositories loaded