Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

skills

skills에는 rodydavis에서 수집한 skills 58개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
58
Stars
57
업데이트
2026-07-14
Forks
6
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

dotfiles-management
네트워크·컴퓨터 시스템 관리자

Guidelines and rules for managing the user's dotfiles repository, config files, and installation scripts.

2026-07-14
create-flutter-app-native-ui
소프트웨어 개발자

Guide to bootstrap, coordinate, and maintain a headless Flutter engine integrated with 100% native platforms (SwiftUI, Jetpack Compose, HTML5 Web Components).

2026-06-28
how-to-run-astro-ssr-and-pocketbase-on-the-same-server
웹 개발자

Learn how to host PocketBase and an Astro SSR application on the same server, using PocketBase's Go integration and a reverse proxy to delegate requests to Astro for dynamic web content.

2026-02-03
async-preact-signals
소프트웨어 개발자

Explore how to effectively manage asynchronous data with Preact Signals by creating a custom `asyncSignal` that handles loading, error, and data states without breaking the synchronous nature of signals.

2026-02-03
automate-flutter-app-releases
소프트웨어 개발자

Automate your Flutter app releases to beta or production with this handy shell script that handles version bumping, formatting, cleaning, rebuilding, and deployment via Fastlane.

2026-02-03
dynamic-themes-with-codemirror
웹 개발자

Learn how to create a Lit web component with CodeMirror, dynamically themed using Material Design's color utilities, for a customizable code editing experience.

2026-02-03
how-to-do-bitwise-operations-in-dart
소프트웨어 개발자

Explore Dart's bitwise operations for both integers and booleans, including AND, OR (inclusive & exclusive), NAND, NOR, and XNOR, with practical code examples.

2026-02-03
various-ways-to-invoke-functions-in-dart
소프트웨어 개발자

Discover the surprising flexibility of calling Dart functions, including mixed positional and named arguments, the `.call` operator, and dynamic invocation with `Function.apply`.

2026-02-03
how-to-create-html-web-components-with-dart
웹 개발자

Discover the power of Web Components and how to build them with both JavaScript and Dart for reusable, framework-agnostic UI elements.

2026-02-03
how-to-print-multiple-objects-to-the-console-with-print-in-dart
소프트웨어 개발자

Learn how to print multiple objects to the console in Dart using Records, offering a similar experience to JavaScript's `console.log()` functionality.

2026-02-03
check-if-an-object-is-truthy-in-dart
소프트웨어 개발자

Learn how to extend Dart's functionality to implement JavaScript-style "truthy" checks for easier conditional logic and value evaluations.

2026-02-03
deep-linking-for-flutter-web
웹 개발자

Learn how to implement proper URL navigation in your Flutter application, including deep linking to specific pages, handling protected routes, and creating custom transitions for a seamless user experience.

2026-02-03
displaying-html-in-flutter
웹 개발자

Easily display and interact with HTML content in your Flutter app using the `easy_web_view` package, which supports both web and mobile platforms.

2026-02-03
how-to-export-sqlite-tables-to-create-statements
소프트웨어 개발자

Learn how to export your entire SQLite database schema, including tables and indexes, into runnable CREATE statements at runtime using Flutter and the `sqlite3` package.

2026-02-03
using-fastlane-in-flutter-and-ci
소프트웨어 개발자

Automate Flutter app builds and deployments to both the App Store and Google Play using Fastlane with this step-by-step guide.

2026-02-03
lit-and-figma
소프트웨어 개발자

Learn how to create a Figma plugin using Lit web components, including project setup, component creation, WASM integration, and building the final plugin for use in Figma.

2026-02-03
creating-your-first-flutter-project
소프트웨어 개발자

Dive into the world of Flutter, Google's UI toolkit, and learn how to build cross-platform apps with ease using this introductory guide and accompanying "Flutter Take 5" video series.

2026-02-03
lit-and-flutter
소프트웨어 개발자

Learn how to embed a Lit web component directly within your Flutter app to leverage web-based UIs and features while accessing native device APIs for a powerful hybrid development approach.

2026-02-03
how-to-build-a-flutter-app-on-xcode-cloud
소프트웨어 개발자

Learn how to set up Xcode Cloud to build and deploy your Flutter application to TestFlight and the App Store with this step-by-step guide.

2026-02-03
flutter-terminal-cheat-sheet
소프트웨어 개발자

This post provides a handy collection of Flutter commands and scripts for web development, package creation, troubleshooting, testing, and more, streamlining your Flutter workflow.

2026-02-03
how-to-manage-multiple-flutter-versions-with-git-worktrees-and-z
소프트웨어 개발자

Manage multiple Flutter versions efficiently using Git worktrees, eliminating the need for external version managers like FVM.

2026-02-03
how-to-build-a-graph-database-with-flutter
소프트웨어 개발자

Learn how to build and utilize a graph database within your Flutter applications using SQLite and the Drift package to model relationships between data.

2026-02-03
multi-touch-canvas-with-flutter
소프트웨어 개발자

Learn how to create a Flutter canvas with multi-touch support for panning, zooming, and object interaction, overcoming common gesture recognition conflicts.

2026-02-03
flutter-fastlane-one-click-beta
소프트웨어 개발자

Deploy your Flutter app to the App Store and Google Play with ease using this step-by-step guide covering installation, project setup, Fastlane integration, and automated deployments with Automator.

2026-02-03
server-side-rendering-flutter-apps-with-rfw
소프트웨어 개발자

Learn how to build a dynamic Flutter app using Server Side Rendering (SSR) with the rfw package, enabling UI updates driven by server logic and binary data exchange via HTTP.

2026-02-03
host-your-flutter-project-as-a-rest-api
소프트웨어 개발자

Learn how to structure a Flutter project to reuse models and business logic across iOS, Android, Web, desktop platforms, and a REST API deployable to Google Cloud Run, enabling a single codebase for both client and server.

2026-02-03
building-a-html-element-sandbox-with-lit
웹 개발자

Learn how to build a Lit web component to create a dynamic HTML element sandbox with live updates, perfect for experimenting with and showcasing web components.

2026-02-03
draggable-dom-with-lit
웹 개발자

Learn how to create an interactive, draggable DOM using a Lit web component with CSS transforms and slots, enabling you to manipulate HTML and SVG elements within a canvas-like environment.

2026-02-03
2d-or-3d-force-graph-with-lit
웹 개발자

Learn how to create interactive 2D and 3D force graphs using Lit, a lightweight web component library, with this step-by-step tutorial.

2026-02-03
json-to-html-table-with-lit
웹 개발자

Learn how to create a dynamic HTML table from JSON data using a Lit web component, with examples for fetching data from a URL or using inline JSON, and the ability to make the table editable.

2026-02-03
lit-and-monaco-editor
웹 개발자

Learn how to create a Lit web component that wraps the Monaco Editor (powering VSCode) to add a fully functional code editor to your web applications.

2026-02-03
building-a-rich-text-editor-with-lit
웹 개발자

Learn how to build a rich text editor using a Lit web component, complete with a toolbar for formatting text, links, and styles.

2026-02-03
lit-sheet-music
웹 개발자

Learn how to create a Lit web component that renders MusicXML using OpenSheetMusicDisplay, allowing you to display sheet music dynamically from a source attribute or inline XML.

2026-02-03
lit-and-vscode-extensions
소프트웨어 개발자

Learn how to build a VSCode extension using a Lit web component, covering setup, template creation, component implementation, and extension activation.

2026-02-03
building-a-piano-with-flutter
소프트웨어 개발자

Build a Tiny Piano in Flutter: Learn how to create a fully functional, Flutter Create contest-winning piano app using just 5032 bytes of Dart code, complete with MIDI support and customizable features.

2026-02-03
how-to-build-a-native-cross-platform-project-with-flutter
소프트웨어 개발자

Learn how to import `dart:html` and `dart:io` in the same Flutter project to create cross-platform plugins that work seamlessly on mobile and web.

2026-02-03
how-to-do-offline-recommendations-with-sqlite-and-gemini
소프트웨어 개발자

Learn how to enhance your CMS like PocketBase with AI-powered content recommendations using text embeddings, SQLite, and k-nearest neighbor search for efficient and scalable related content suggestions.

2026-02-03
how-to-deploy-pocketbase-to-cloud-run
네트워크·컴퓨터 시스템 관리자

Learn how to deploy PocketBase on Google Cloud Run using the new volume mounting feature, enabling scale-to-zero, infinite storage, and easy backups.

2026-02-03
how-to-build-a-webrtc-signal-server-with-pocketbase
소프트웨어 개발자

Learn how to build a simple WebRTC video call application using PocketBase as a signaling server, enabling peer-to-peer communication with SQLite on the server and realtime updates via Server Sent Events.

2026-02-03
how-to-send-push-notifications-on-flutter-web-fcm
소프트웨어 개발자

Learn how to implement Firebase Cloud Messaging (FCM) in your Flutter web app with this guide, covering service worker setup, helper methods, and testing to enable push notifications.

2026-02-03
이 저장소에서 수집된 skills 58개 중 상위 40개를 표시합니다.