Skip to main content
Manusで任意のスキルを実行
ワンクリックで
oakoss
GitHub creator profile

oakoss

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

skills collected
166
repositories
6
occupation fields
2
updated
2026-06-06
occupation focus
Major fields detected across this creator.
repository explorer

Repositories and representative skills

#001
agent-skills
132 skills124updated 2026-03-02
80% of creator
e2e-testing
ソフトウェア品質保証アナリスト・テスター

E2E test architecture and patterns with Playwright. Use when designing test suites, structuring Page Object Models, planning CI sharding strategies, setting up authentication flows, or organizing tests with tags and annotations. Use for test architecture, accessibility auditing with axe-core, network mocking strategies, visual regression workflows, HAR replay, and storageState authentication patterns. For Playwright API details, browser automation, or web scraping, use the playwright skill instead.

2026-03-02
playwright
ソフトウェア品質保証アナリスト・テスター

Playwright browser automation API, web scraping, and tooling. Covers locator strategies, assertions, API testing, stealth mode, anti-bot bypass, authenticated sessions, screenshots/PDFs, Docker deployment, configuration, debugging, and MCP integration with AI agents. Prevents documented errors including CI timeout hangs, extension testing failures, and navigation issues. Use when automating browsers, scraping protected sites, bypassing bot detection, generating screenshots/PDFs, configuring Playwright Test, troubleshooting Playwright errors, or learning Playwright API patterns. For E2E test architecture, Page Object Models, CI sharding strategies, or test organization patterns, use the e2e-testing skill instead.

2026-03-02
tanstack-router
ウェブ開発者

Type-safe, file-based React routing with route loaders, search params validation, code splitting, preloading, navigation, route context, and TanStack Query integration. Use when setting up file-based routing, adding search params validation, implementing route loaders, code splitting routes, configuring virtual file routes, protecting routes with auth guards, or fixing type registration errors. Use for router setup, navigation patterns, URL state management, data loading.

2026-02-27
zod-validation
ソフトウェア開発者

Zod v4 schema validation for TypeScript. Covers primitives, string formats, objects, arrays, unions, coercion, transforms, refinements, parsing, type inference, error customization, JSON Schema, file validation, and metadata. Use when writing schemas, validating input, parsing data, inferring types, or converting schemas with Zod.

2026-02-27
tanstack-table
ウェブ開発者

TanStack Table v8 headless data tables for React. Covers column definitions, sorting, filtering (fuzzy/faceted), server-side pagination with TanStack Query, infinite scroll, virtualization (TanStack Virtual), column/row pinning, row expanding/grouping, column resizing, and reusable Shadcn-styled components. Prevents 15 documented errors including infinite re-renders, React Compiler incompatibility, and server-side state mismatches. Use when building data tables, fixing table performance, implementing server-side pagination, adding filtering/sorting, or debugging table state issues.

2026-02-27
drizzle-orm
データベースアーキテクト

Drizzle ORM for type-safe SQL with PostgreSQL, MySQL, and SQLite. Use when defining schemas, writing queries, managing relations, running migrations, or using drizzle-kit. Use for drizzle, orm, schema, query, migration, pgTable, relations, drizzle-kit, drizzle-zod.

2026-02-27
tanstack-form
ウェブ開発者

TanStack Form v1 headless form state management for React. Covers field validation (sync/async, debouncing), form submission, array fields, linked fields, form composition patterns, and Standard Schema integration (Zod, Valibot, ArkType, Yup). Use when building forms with complex validation, implementing reusable form components, handling dynamic field lists, managing form state, or integrating validation libraries.

2026-02-27
tanstack-query
ウェブ開発者

TanStack Query v5 server state management for React. Covers query/mutation patterns, v4-to-v5 migration (object syntax, gcTime, isPending, keepPreviousData), optimistic updates via useMutationState, SSR/hydration with HydrationBoundary, infinite queries, offline/PWA support, error boundaries with throwOnError, and React 19 Suspense integration. Use when building data fetching, fixing migration errors, debugging hydration mismatches, implementing caching strategies, or configuring mutations.

2026-02-27
Showing top 8 of 132 collected skills in this repository.
#002
open-saas-kit
21 skills10updated 2026-01-26
13% of creator
git-workflow
ソフトウェア開発者

Git workflow for branches, commits, and PRs. Use for commit, branch, pr, pull request, conventional, push, feat, fix, chore, merge, rebase

2026-01-26
storybook
ソフトウェア開発者

Storybook stories and interaction tests. Use for story, stories, storybook, chromatic, visual test, interaction test, play function, component test

2026-01-26
typescript
ソフトウェア開発者

TypeScript and unicorn linting patterns. Use for typescript, array, for-of, reduce, forEach, throw, catch, modern js, es modules, string, number, error handling

2026-01-26
zod
ソフトウェア開発者

Zod v4 schema validation. Use for zod, schema, validation, parse, safeParse, infer, coerce, transform, refine, z.object, z.string, z.email, z.url

2026-01-26
auth
ソフトウェア開発者

Better Auth authentication. Use for auth, login, logout, session, user, signup, register, protect, middleware, password, oauth, social

2026-01-20
database
データベースアーキテクト

Drizzle ORM + PostgreSQL database layer. Use for db, database, query, schema, table, migrate, sql, postgres, drizzle, model, relation

2026-01-20
error-boundaries
ソフトウェア開発者

React error boundaries + fallback UIs. Use for error, catch, boundary, fallback, recovery, crash, ErrorBoundary, errorComponent, reset

2026-01-20
integration-patterns
ソフトウェア開発者

Complete flow examples combining TanStack Form, Query, Router, and Start. Use when implementing end-to-end features that span multiple systems.

2026-01-20
Showing top 8 of 21 collected skills in this repository.
#003
claude-plugins
7 skills00updated 2026-06-06
4.2% of creator
accept
未分類

Mark the current uncommitted state as reviewed by updating the review sentinel. Use when you've manually reviewed the substance of your changes and want to commit without running the full /review-cycle:review cycle. Per-state escape hatch, lighter than the project-wide .claude/.no-review-gate opt-out marker.

2026-06-06
review
未分類

Run the full automated code review cycle on uncommitted changes. First brings the tree to the project's canonical state (its own format/lint/typecheck). Fans out Codex and the auto-fix reviewers (code quality, tests, error handling, type design) in parallel, applies fixes inline per the embedded policies, and loops up to 4 iterations until clean. Then, once against the final state, runs the report-only reviewers (structural maintainability and spec conformance) and a de-slopify cleanup pass. Updates the review sentinel on completion. Does NOT commit.

2026-06-06
fix-ci
ソフトウェア開発者

Drive a pull request's CI checks to green — watch the check set, diagnose the root failure, apply the smallest fix, route it through review, then commit and push; repeat until green. Use when the user asks to "fix CI", "get the checks green", "loop on CI", or "the PR build is failing".

2026-05-28
fix-merge-conflicts
ソフトウェア開発者

Resolve merge or rebase conflicts with minimal, correctness-first edits, regenerate lockfiles with tooling, validate the build, and stage the result. Use when the user asks to "fix merge conflicts", "resolve conflicts", or after a merge/rebase leaves the tree conflicted.

2026-05-28
get-pr-comments
ソフトウェア開発者

Fetch and summarize review feedback on the active pull request into one prioritized action list. Use when the user asks to "get PR comments", "what did reviewers say", "summarize PR feedback", or "what do I still need to address on this PR".

2026-05-28
make-pr-easy-to-review
ソフトウェア開発者

Make a pull request easy to review without changing its behavior — a TL;DR that matches the diff, core files separated from generated ones, risks called out, and (only with approval) cleaner commit history. Use when the user asks to "make this easy to review", "tidy this PR", "clean up the commits", or "annotate the diff".

2026-05-28
init
ソフトウェア開発者

One-time setup for review-cycle. Verifies Codex CLI and multi_agent config, optionally appends comment + fix-vs-defer policies to CLAUDE.md (global or project), and updates .gitignore to exclude per-project sentinel files. Idempotent — safe to run multiple times.

2026-05-11
#004
oakterm
3 skills20updated 2026-03-28
1.8% of creator
#005
finance-tracker
2 skills00updated 2026-05-26
1.2% of creator
6 件中 6 件のリポジトリを表示
すべてのリポジトリを表示しました