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

Melvynx

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

収集済み skills
193
リポジトリ
41
更新
2026年8月28日
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
saveit.now
61 件の skills · 2026年8月2日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターウェブ・デジタルインターフェースデザイナーウェブ開発者グラフィックデザイナーネットワーク・コンピュータシステム管理者
8 件の職業カテゴリ · 100% 分類済み
32%比率
#02
benchmarks
52 件の skills · 2026年7月18日
ソフトウェア開発者ウェブ開発者ソフトウェア品質保証アナリスト・テスターその他コンピュータ職データベースアーキテクト市場調査アナリスト・マーケティングスペシャリスト
6 件の職業カテゴリ · 100% 分類済み
27%比率
#03
cli-skills
27 件の skills · 2026年3月10日
ソフトウェア開発者ネットワーク・コンピュータシステム管理者データベースアーキテクトデータベース管理者プロジェクト管理専門家
5 件の職業カテゴリ · 100% 分類済み
14%比率
#04
aiblueprint
13 件の skills · 2026年8月27日
ソフトウェア開発者その他コンピュータ職ウェブ・デジタルインターフェースデザイナープロジェクト管理専門家
4 件の職業カテゴリ · 62% 分類済み
6.7%比率
#05
lumail-skills
3 件の skills · 2026年8月15日
テクニカルライター
1 件の職業カテゴリ · 33% 分類済み
1.6%比率
#06
openclawpro
2 件の skills · 2026年3月23日
ソフトウェア開発者ネットワーク・コンピュータシステム管理者
2 件の職業カテゴリ · 100% 分類済み
1%比率
#07
portly
1 件の skills · 2026年8月22日
分類待ち
0.5%比率
#08
api2cli
1 件の skills · 2026年6月20日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
0.5%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

saveit
ソフトウェア開発者

Read and write the user's SaveIt.now bookmarks from the terminal or from JS/TS code, via the official `saveitnow` npm package (CLI + SDK). Handles its own install and API-key setup on first use. Use whenever the user mentions SaveIt, saveit.now, "my…

2026年8月2日
ns-analytics
ソフトウェア開発者

Integrate or audit privacy-safe PostHog analytics across NowStack Mobile Expo and TanStack web surfaces. Use for event design, consent, identity, dev/prod separation, funnels, feature flags, or analytics verification.

2026年8月1日
ns-check-setup
ソフトウェア開発者

Run the NowStack Mobile setup checker as a strict read-only contract. Use for `/ns check`, configuration readiness, external account status, production preflight, or machine-readable setup evidence.

2026年8月1日
ns-ios-verification
ソフトウェア品質保証アナリスト・テスター

Verify NowStack Mobile iOS/Expo changes in the Apple Simulator with `xcrun simctl`. Covers single or parallel Metro/device flows, deep-link navigation, preview routes, and OTP sign-in. Use for `ns ios verification`, "test on simulator", or changed…

2026年8月1日
ns-launch-audit
ソフトウェア開発者

Perform a read-only NowStack Mobile launch audit across product, web, iOS, Android, backend, auth, payments, email, storage, analytics, stores, and operations. Returns an evidence-backed GO or NO-GO verdict.

2026年8月1日
ns-preview
ソフトウェア開発者

Mirror an explicit NowStack iOS Simulator through serve-sim into a live browser preview, then drive the app from that browser. Use for `/ns preview`, showing the Expo app, or collecting browser-visible mobile UI proof.

2026年8月1日
ns-security-audit
情報セキュリティアナリスト

Audit and remediate NowStack Mobile security flaws. Use for auth/session abuse, Apple or Stripe payment bypass, Convex authorization, cross-user data leaks, unsafe deep links, R2 uploads, client secrets, SSRF, XSS, or pentest follow-up.

2026年8月1日
ns-setup-app-onboard
ウェブ・デジタルインターフェースデザイナー

Design or improve the in-product NowStack Mobile onboarding and activation journey through focused discovery, implementation planning, and real mobile verification. Distinct from first-clone `ns-onboard`.

2026年8月1日
収集済み skill 61 件中 8 件を表示しています。
run-benchmark
ソフトウェア開発者

Run reproducible coding-model benchmarks from a model name, CLI harness, and task list. Use when creating, executing, resuming, or verifying benchmark runs with Codex, Claudex via ccx, Claude Code, or Cursor Agent in this repository.

2026年7月18日
verify-earthquake-explorer
ソフトウェア品質保証アナリスト・テスター

Launch and verify the live Faultline earthquake explorer in a real browser.

2026年7月14日
add-documentation
ソフトウェア開発者

Add or update documentation in content/docs/ for features, APIs, or tools

2026年7月14日
convex-cost-optimizer
ソフトウェア開発者

Use when optimizing Convex database read bandwidth, documents-read cost, query indexes, full-table scans, function-level usage dashboard findings, or code that uses .filter(), unbounded .collect(), N+1 reads, or expensive reactive Convex queries.

2026年7月14日
convex-create-component
ソフトウェア開発者

Builds reusable Convex components with isolated tables and app-facing APIs. Use for new components, reusable backend modules, integrations, or component boundary work.

2026年7月14日
convex-migration-helper
データベースアーキテクト

Plans Convex schema and data migrations with widen-migrate-narrow and @convex-dev/migrations. Use for breaking schema changes, backfills, table reshaping, or zero-downtime rollouts.

2026年7月14日
convex-performance-audit
ソフトウェア開発者

Audits Convex performance for reads, subscriptions, write contention, and function limits. Use for slow features, insights findings, OCC conflicts, or read amplification.

2026年7月14日
convex-quickstart
ソフトウェア開発者

Creates or adds Convex to an app. Use for new Convex projects, pnpm create convex@latest, frontend setup, env vars, or the first pnpm exec convex dev run.

2026年7月14日
収集済み skill 52 件中 8 件を表示しています。
1password
ソフトウェア開発者

1Password CLI - manage secrets, vaults, items, inject credentials into commands. Use when user mentions '1password', 'op', 'secrets management', or wants to manage passwords and secrets via CLI.

2026年3月10日
aws
ソフトウェア開発者

AWS CLI - manage S3, EC2, Lambda, IAM, CloudFormation and other AWS services. Use when user mentions 'aws', 'amazon web services', 's3', 'ec2', 'lambda', or wants to interact with AWS.

2026年3月10日
az
ネットワーク・コンピュータシステム管理者

Azure CLI - manage VMs, web apps, functions, storage, AKS, and other Azure services. Use when user mentions 'az', 'azure', or wants to interact with Microsoft Azure.

2026年3月10日
clerk
ソフトウェア開発者

Clerk authentication CLI - set up auth, pull environment variables. Use when user mentions 'clerk', 'clerk auth', or wants to configure Clerk authentication.

2026年3月10日
docker
ネットワーク・コンピュータシステム管理者

Container platform CLI - build images, run containers, manage compose stacks, volumes, networks. Use when user mentions 'docker', 'container', 'docker compose', or wants to manage containers.

2026年3月10日
drizzle-kit
データベースアーキテクト

Drizzle ORM toolkit CLI - generate migrations, push schema, introspect databases, run studio. Use when user mentions 'drizzle', 'drizzle-kit', or wants to manage database schema with Drizzle ORM.

2026年3月10日
figma
ソフトウェア開発者

Figma Code Connect CLI - connect design components to code, publish connections, parse Figma files. Use when user mentions 'figma', 'code connect', 'figma cli', or wants to link Figma designs to code.

2026年3月10日
gcloud
ネットワーク・コンピュータシステム管理者

Google Cloud CLI - manage Compute Engine, Cloud Run, Cloud Functions, Cloud SQL, Storage. Use when user mentions 'gcloud', 'google cloud', 'gcp', or wants to interact with Google Cloud Platform.

2026年3月10日
収集済み skill 27 件中 8 件を表示しています。
agents-manager
その他コンピュータ職

Expert guidance for creating, building, and using Claude Code agents and the Task tool. Use when working with agents, setting up agent configurations, understanding how agents work, or using the Task tool to launch specialized agents.

2026年8月27日
app-icon
未分類

Generate a vibrant dimensional iOS and Android app icon for an Expo or React Native app with AI image generation, then post-process it for store specs. Use for creating, regenerating, or polishing an app logo or launcher icon.

2026年8月27日
appstore-connect
未分類

Interact with App Store Connect via the asc CLI - apps, builds, TestFlight, beta testers, reviews, sales/analytics, metadata, IAP, signing, submissions. Use for "check my app", "App Store Connect", "TestFlight status", "app review", "my app sales", or "asc".

2026年8月27日
audit-skills
未分類

Audit installed skills for observed usage, explicit-only invocation controls, duplicate discovery, and global-versus-project scope. Use only when the user explicitly invokes `$audit-skills`.

2026年8月27日
environments-manager
ソフトウェア開発者

Set up per-worktree environments for Claude Code, Cursor, or Codex. Use for worktree-ready repos, IDE environment config, worktree-up/down scripts, or dev.sh wiring.

2026年8月27日
grill-me
プロジェクト管理専門家

Grill the user in rapid batches to sharpen a plan, decision, or idea. Use when the user asks for Grill Me, wants a rigorous interview, or uses a grill trigger phrase.

2026年8月27日
hooks-manager
未分類

Create, edit, configure, and debug hooks for Claude Code, Codex, and Cursor. Use for lifecycle events, command validation, routing shared hooks, notifications, automation, or platform-specific hook configuration.

2026年8月27日
rules-manager
ソフトウェア開発者

Create, edit, and maintain AGENTS.md and .agents/rules/ — tech stack, commands, universal rules, rule index, and rule files. Use to add, modify, restructure, or optimize project rules, conventions, and constraints.

2026年8月27日
収集済み skill 13 件中 8 件を表示しています。
41 件中 12 件のリポジトリを表示