Skip to main content
lgs1920
GitHub クリエイタープロフィール

lgs1920

3 件の GitHub リポジトリにある 38 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
38
リポジトリ
3
更新
2026年8月24日
リポジトリエクスプローラー

リポジトリと代表的な skills

lgs-1920-studio-bun-elysia-backend
ソフトウェア開発者

Build or modify LGS1920 server-side functionality with Bun and Elysia, including routes, proxies, configuration, file handling, errors, security, and deployment behavior.

2026年8月6日
safe-email-sending
一般事務員

Safely prepare, verify, and send emails without requesting, displaying, or transmitting passwords, API keys, tokens, recovery codes, private keys, or other secrets. Use this skill to draft an email, reply to a message, send an attachment, or automate delivery…

2026年8月6日
cesiumjs-camera
ソフトウェア開発者

CesiumJS camera control - Camera, flyTo, lookAt, setView, ScreenSpaceCameraController, CameraEventAggregator, flight animation. Use when positioning the camera, creating flyTo animations, constraining user navigation, tracking entities, or converting between…

2026年8月5日
lgs-1920-studio-release-changelog
ソフトウェア開発者

Prepare LGS1920 release changelogs, commit history entries, README updates, version validation, and release-ready documentation from implemented changes and repository issues.

2026年7月31日
lgs-1920-studio-github-issues
プロジェクト管理専門家

Manage LGS1920 GitHub issues and Project planning, including triage, issue templates, workflow status, target releases, milestone migration, project views, and issue-to-pull-request tracking. Use when creating, reviewing, triaging, updating, or planning…

2026年7月29日
lgs-1920-studio-browser-persistence
ソフトウェア開発者

Design or debug feature-level LGS1920 browser persistence for settings, widget positions, hydration, legacy payload normalization, and recovery from storage failures. Use when a product feature consumes the existing persistence APIs. Use the…

2026年7月23日
lgs-1920-studio-internal-database
ソフトウェア開発者

Maintain and explain the LGS1920 Studio internal IndexedDB layer, LocalDB API, database schemas, JSON and ZIP backup formats, persistent-folder synchronization, migrations, diagnostics, and recovery behavior. Use when changing files under src/core/db, adding…

2026年7月23日
lgs-1920-studio-documentation-maintenance
ソフトウェア開発者

Maintain LGS1920 README files, technical documentation, configuration references, shortcuts, provider credits, and implementation documentation after code changes.

2026年7月23日
収集済み skill 23 件中 8 件を表示しています。
lgs-1920-site-eleventy-maintenance
未分類

Maintain LGS1920 Eleventy data, templates, layouts, and builds. Use for page-generation changes, data-model refactors, template maintenance, build debugging, generated-output checks, and Eleventy/Vite integration work.

2026年8月24日
lgs-1920-site-release
未分類

Prepare and verify LGS1920 site releases. Use for release preparation, Studio source synchronization, legal-document generation, builds, deployment checks, version handoff, and release notes.

2026年8月24日
lgs-1920-site-contact-mail
ソフトウェア開発者

Maintain the LGS1920 English and French public contact form safely, including Eleventy rendering, browser submission, API configuration, privacy copy, localization, anti-spam behavior, and generated-site validation. Use when changing contact pages, contact…

2026年8月11日
lgs-1920-site-content-maintenance
ウェブ開発者

Maintain LGS1920 site content safely across Markdown, Eleventy data, templates, and localized pages. Use for recurring site edits, source-file discovery, content updates, validation, and handoff in the LGS1920 site repository.

2026年7月20日
lgs-1920-site-content-review
ソフトウェア品質保証アナリスト・テスター

Review LGS1920 documentation for clarity, terminology, translation quality, consistency, and freshness. Use for editorial audits, English/French comparisons, outdated instructions, and improvement proposals.

2026年7月20日
lgs-1920-site-documentation-authoring
ソフトウェア開発者

Create and update structured LGS1920 user-guide and site documentation. Use for new guide pages, procedural content, section navigation, reusable includes, screenshots, examples, and documentation structure.

2026年7月20日
lgs-1920-site-multilingual-content
ソフトウェア開発者

Synchronize and validate English and French LGS1920 content. Use for translating or updating pages, localized links, anchors, metadata, navigation, hreflang behavior, and translation status.

2026年7月20日
lgs-1920-site-qa
ソフトウェア品質保証アナリスト・テスター

Check LGS1920 pages, links, SEO, accessibility, builds, and locales. Use for English/French route QA, generated HTML inspection, hreflang and metadata checks, broken links, and accessibility reviews.

2026年7月20日
lgs-1920-backend-release-deployment
ソフトウェア開発者

Prepare and validate LGS1920 backend releases, including version.json, build.js, build.json, dist output, deploy.js, platform selection, dependency changes, and Bun deployment configuration. Use when preparing a backend version or deployment.

2026年7月31日
lgs-1920-backend-api
ソフトウェア開発者

Maintain LGS1920 backend HTTP APIs built with Bun and Elysia, including route resources, controllers, validation, response contracts, CORS, Swagger metadata, and error handling. Use when adding or changing endpoints under src/resources, src/controllers, or…

2026年7月29日
lgs-1920-backend-assets-versioning
ソフトウェア開発者

Maintain LGS1920 backend metadata and file-backed endpoints, including version.json, the versions and changelog APIs, build metadata, controlled local file access, and service-worker cache metadata. Use when changing VersionsController.js,…

2026年7月29日
lgs-1920-backend-cloud-oauth
ソフトウェア開発者

Maintain LGS1920 cloud OAuth providers, PKCE authorization, callbacks, token storage, session cookies, refresh behavior, and connected-provider APIs. Use when changing CloudAuthController.js, CloudOAuthStore.js, cloud provider configuration, or authenticated…

2026年7月29日
lgs-1920-backend-journey-import
ソフトウェア開発者

Maintain LGS1920 remote journey import from public URLs and cloud sharing links, including provider URL normalization, SSRF protection, redirects, size limits, format detection, authenticated downloads, and import response contracts. Use when changing…

2026年7月29日
lgs-1920-backend-testing
ソフトウェア品質保証アナリスト・テスター

Create and run reliable tests for the LGS1920 Bun/Elysia backend, including route contracts, controller validation, SSRF and OAuth boundaries, asynchronous conversion jobs, cleanup, and error responses. Use whenever backend behavior changes or a regression is…

2026年7月29日
lgs-1920-backend-video-conversion
ソフトウェア開発者

Maintain LGS1920 FFmpeg video conversion jobs, multipart input parsing, progress polling and SSE, downloads, cancellation, temporary files, cleanup, and conversion error handling. Use when changing ConvertVideoController.js, conversions.js, or…

2026年7月29日
3 件中 3 件のリポジトリを表示
すべてのリポジトリを表示しました